summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko2010-04-061-18/+78
* i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko2010-04-061-45/+9
* i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko2010-04-061-4/+11
* i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko2010-04-061-100/+116
* prettify make cleanBernhard Reutner-Fischer2010-03-252-6/+6
* nios2: Define INTERNAL_SYSCALL_NCS, use common sycall definesTobias Klauser2010-03-181-274/+85
* nios2: Update fcntl.h from m68kTobias Klauser2010-03-181-2/+4
* nios2: Add sys/user.hTobias Klauser2010-03-161-0/+93
* pull kernel-features.h from NPTLBernhard Reutner-Fischer2010-03-051-18/+392
* poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-042-1/+7
* libc_sh: Add a sysdep header for shCarmelo Amoroso2010-02-101-0/+277
* libc: Add a common sysdep headerCarmelo Amoroso2010-02-101-0/+139
* getdents: Fix mips64 buildAtsushi Nemoto2010-02-051-4/+4
* prctl: silence shadow warningsBernhard Reutner-Fischer2010-02-051-1/+1
* Unbreak build for sparc on some config'sAustin Foxley2010-02-031-5/+4
* powerpc/bits/sysdep.h: move confusingly placed #undefDenys Vlasenko2010-02-031-5/+5
* remove two checks for gettimeofday errorDenys Vlasenko2010-02-021-4/+6
* time,times: stop interpreting negative return values ar errorsDenys Vlasenko2010-02-023-8/+24
* silence warning about implicit decl of sysctlBernhard Reutner-Fischer2010-01-221-1/+3
* avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
* futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
* mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-141-33/+13
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-191-2/+1
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-161-1/+1
* sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso2009-12-031-1/+3
* uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* make x86_64 struct utmp glibc-compatibleDenys Vlasenko2009-11-271-1/+2
* sync confname, environments with glibcBernhard Reutner-Fischer2009-11-262-17/+102
* in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer2009-11-251-0/+2
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-236-0/+12
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-2320-1786/+19
* futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer2009-11-231-1/+6
* futimens: add functionBernhard Reutner-Fischer2009-11-202-0/+25
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-201-3/+2
* sync some headers and disable unused prototypesPeter S. Mazinger2009-11-191-0/+1
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-0/+2
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-191-0/+1
* disable _POSIX_SPAWN defineMike Frysinger2009-10-221-0/+2
* sysctl: avoid inline initializationMike Frysinger2009-10-221-17/+9
* sparc: use fputs to write to stderrMike Frysinger2009-10-221-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-10-223-3/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-141-1/+2
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* clean up O_CLOEXEC handlingMike Frysinger2009-10-0719-16/+22
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-0710-10/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-051-0/+12