summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* | update kernel-features.h with futex featuresAustin Foxley2010-02-191-0/+17
* | fixes to get nptl compiling for x86_64Austin Foxley2010-02-191-1/+1
* | Get new nptl building on SH4Khem Raj2010-02-171-0/+1
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-0/+2
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-172-15/+51
* | nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-091-0/+139
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-055-13/+31
|\|
| * prctl: silence shadow warningsBernhard Reutner-Fischer2010-02-051-1/+1
| * 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
| * futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
* | futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1
* | 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