summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-191-2/+1
|\|
| * x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-191-2/+1
| * uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-161-3/+5
* | uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-286-115/+220
|\|
| * 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
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-232-97/+110
| * futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer2009-11-231-1/+6
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-226-3/+32
|\|
| * futimens: add functionBernhard Reutner-Fischer2009-11-202-0/+25
| * ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-201-3/+2
| * 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
* | disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* | sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* | whitespace fixesAustin Foxley2009-10-175-6/+5
* | 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
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-174-15/+506
|/
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* Fix building arm EABIBernhard Reutner-Fischer2009-10-081-1/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+8
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* 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-182-8/+5
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1890-151/+1
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-064-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* drop last _syscall6 checksMike Frysinger2009-08-312-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-051-0/+5
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-011-1/+3
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-18/+8
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* create real common vfork() functionMike Frysinger2009-07-231-7/+13
* add hidden aliases for openat funcsMike Frysinger2009-07-222-0/+14
* byteswap: unify common definitionsMike Frysinger2009-07-212-87/+109
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-2/+2
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6