summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips
Commit message (Expand)AuthorAgeFilesLines
* mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-141-33/+13
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-0/+2
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-191-0/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+1
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-09-261-2/+2
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-182-2/+0
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-2/+4
* Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj2009-08-301-1/+5
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-2/+7
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-42/+74
* It fixes the following warnings seen on mips build.Khem Raj2009-07-203-8/+20
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-2/+2
* syscall: unify common syscall definesMike Frysinger2009-07-081-67/+0
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+9
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-21/+2
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-153-131/+72
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-132-6/+6
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-4/+4
* Remove __NTH from the declation.Khem Raj2008-12-041-2/+2
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-012-24/+30
* add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko2008-11-291-0/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-3/+3
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-282-3/+3
* - fix mips syscall (Atsushi Nemoto)Bernhard Reutner-Fischer2008-10-241-2/+1
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-223-7/+7
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-0/+6
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-4/+2
* - fix ISO C keywordsBernhard Reutner-Fischer2008-09-291-19/+19
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-2/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-235-7/+7
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-2/+2
* Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso2008-07-021-135/+0
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-0/+1
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-10/+13
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-243-39/+39
* A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt2008-01-171-3/+0
* change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger2008-01-081-1/+1
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-2/+6
* - Fix compilation for mips ABI64 with no LFS.Bernhard Reutner-Fischer2007-09-301-4/+7
* Atsushi Nemoto writes:Mike Frysinger2007-09-152-1/+11
* Fix broken syscall() function since the original patch did not work."Steven J. Hill"2007-07-121-2/+4
* Atsushi Nemoto writes:Mike Frysinger2007-05-314-1/+122
* Fix MIPS syscall() and pipe functions to set errno correctly as reported by D..."Steven J. Hill"2007-05-242-5/+20
* Atsushi Nemoto writes:Mike Frysinger2007-02-151-348/+65