summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-172-12/+84
* | arm specific bits needed for nptlAustin Foxley2009-10-175-8/+46
* | i386 specific bit for nptlAustin Foxley2009-10-175-4/+31
* | mips specific bits needed for nptlAustin Foxley2009-10-177-2/+259
* | sh specific bits needed for nptlAustin Foxley2009-10-177-397/+378
* | sparc specific bits needed for nptlAustin Foxley2009-10-175-32/+511
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-174-15/+506
|/
* 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