summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
AgeCommit message (Expand)Author
2013-12-20libc/sysdeps: commonize ret_ERRVALBaruch Siach
2013-06-28MIPS: set _NSIG to 128, not 129. This matches glibc.Denys Vlasenko
2013-06-07eventfd.h: Use new "bits/" scheme for arch-specific flagsHiroaki KAWAI
2013-04-07linux: pread/write: fix 64bit handlingMike Frysinger
2013-04-01linux: readahead: convert to SYSCALL_ALIGN_64BITMike Frysinger
2013-04-01mips: only define SYSCALL_ALIGN_64BIT for O32 ABIsMike Frysinger
2013-04-01libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BITMike Frysinger
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2013-01-10buildsys: use kbuild styleBernhard Reutner-Fischer
2013-01-10libc: add {get,set,swap,make}context user context manipulation functionsFlorian Fainelli
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-02libc/sysdeps: add __kernel_long and __kernel_ulongChris Packham
2012-06-15make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependentPeter S. Mazinger
2012-06-15pread_write.c: make all archs use common codePeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15*64.[cS]: use _lfs_64.h instead of features.h and remove LFS guardPeter S. Mazinger
2012-06-15posix_fadvise: make posix_fadvise[64] similar on all archsPeter S. Mazinger
2012-06-15readahead.c: add correct guardsPeter S. Mazinger
2012-06-15cacheflush.c: compile only if __NR_cacheflush is availablePeter S. Mazinger
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15jmpbuf-unwind.h: add NTPL related sectionPeter S. Mazinger
2012-06-15add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)Peter S. Mazinger
2012-06-15signal.h: move prototypes for __syscall_[rt_]sigaction to common placePeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-06MIPS: Use $a0 instead of $v0 for __syscall_error() argumentKevin Cernekee
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
2012-04-28epoll.h: sync with glibcMike Frysinger
2012-04-25atomic.h: handle new mips R10K errataBernhard Reutner-Fischer
2012-04-08signalfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08timerfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-01-28*: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer
2012-01-28buildsys: fixup sigaction handlingBernhard Reutner-Fischer
2012-01-16mips/dlfcn.h: Disable RTLD_DEEPBINDKhem Raj
2011-06-13ctor/dtor nptl: Fix init and fini function compilationKhem Raj
2011-05-05Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer
2011-05-04*/crt?.S: remove .size directivesBernhard Reutner-Fischer
2011-03-09bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-02-09sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard
2010-10-27mips: fix errno setting after syscallAlexander Gordeev
2010-06-30mips/syscall-error: Choose the correct version for setting up errno.Khem Raj
2010-06-24use uniform form of C99 keywordsBernhard Reutner-Fischer
2010-06-22MIPS: Fix build error with linuxthreads.oldAbdoulaye Walsimou Gaye
2010-06-07mips/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK definitions for mipsKhem Raj
2010-05-19mips: Add vfork to libcKhem Raj