summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-09-261-2/+2
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-2/+2
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-7/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-184-17/+11
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-18144-225/+2
* always define float_t as floatBernhard Reutner-Fischer2009-09-174-80/+4
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-151-0/+11
* sparc/sigaction.c: note possible bugs by comments. style fixesDenys Vlasenko2009-09-091-49/+57
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-064-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* Revert "syscall.c: Use common syscall.c for ARM"Khem Raj2009-09-063-0/+129