summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer2010-02-051-0/+5
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-251-1/+3
|\|
| * 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
* | futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1
* | mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-211-33/+13
* | avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-191-2/+1
|\|
| * 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
* | fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-161-0/+1
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-161-3/+5
* | build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-161-1/+1
* | get x86_64 nptl buildingAustin Foxley2009-12-113-5/+21
* | 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
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-2831-1805/+143
|\|
| * 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
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-227-3/+33
|\|
| * 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
* | disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* | sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* | sparc: use fputs to write to stderrMike Frysinger2009-11-091-1/+1
* | sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-093-3/+3
* | whitespace fixesAustin Foxley2009-10-1712-22/+20
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-1719-172/+570
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-171-0/+19