summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
* sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-3/+2
* sleep: include Linus' email in the commentDenys Vlasenko2010-10-301-5/+21
* sleep: document testing result on 2.4.x kernelsDenys Vlasenko2010-10-291-1/+1
* sleep: add comment with test program for SIG_IGNed SIGCHLDDenys Vlasenko2010-10-291-5/+38
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-221-7/+1
* sleep: tiny code shrinkDenys Vlasenko2010-10-221-4/+4
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-1/+6
* sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko2010-10-221-22/+18
* sleep: remove commented-out code. no code changesDenys Vlasenko2010-10-221-4/+0
* sleep: code shrinkDenys Vlasenko2010-10-212-33/+28
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-151-1/+6
* usershell: switch to config parserBernhard Reutner-Fischer2010-08-051-116/+56
* sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2010-08-051-8/+72
* daemon: drop cruft incorrectly re-introduced by nptl mergeMike Frysinger2010-07-261-7/+0
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-091-1/+14
* Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-121-4/+5
|\
| * confstr: properly stringify version partsBernhard Reutner-Fischer2010-04-081-3/+5
* | correctly quote version in confstrAustin Foxley2010-04-061-3/+4
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-0/+18
|\|
| * getconf: print arbitrary GNU_LIBPTHREAD_VERSION stringBernhard Reutner-Fischer2010-04-061-0/+18
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\|
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-171-3/+0
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-281-1/+26
|\|
| * sync confname, environments with glibcBernhard Reutner-Fischer2009-11-261-1/+26
* | librt additions that are now possible with nptlAustin Foxley2009-10-171-2/+24
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-171-6/+45
|/
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-184-11/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1816-69/+1
* daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger2009-09-151-4/+6
* do not pass 3rd param to open() which do not create filesDenys Vlasenko2009-09-051-12/+4
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-051-12/+12
* Fix daemon build for no-MMU no-threads.Joseph Myers2009-08-041-0/+1
* make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger2009-04-131-1/+13
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-04-072-15/+26
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-0/+4
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-19/+8
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-8/+8
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-252-2/+0
* fix "make utils" build failure in ldconfigDenis Vlasenko2008-11-221-0/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2011-31/+31
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-209-16/+16
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-184-6/+6
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - whitespace fixesBernhard Reutner-Fischer2008-09-111-2/+2
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-272-4/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-236-12/+12
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-141-2/+2