summaryrefslogtreecommitdiff
path: root/libc/unistd
AgeCommit message (Expand)Author
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15getopt[-susv3].c: use libintl's _(x)Peter S. Mazinger
2012-06-15getopt.c, getopt.h: avoid the need for __FORCE_GLIBCPeter S. Mazinger
2012-06-15wordexp.c, sysconf.c: include ctype.h for isspacePeter S. Mazinger
2012-04-18sysconf: use getrlimit to determine ARG_MAXBernhard Reutner-Fischer
2012-01-01getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgetsDenys Vlasenko
2011-12-23getpass: several fixesDenys Vlasenko
2011-11-17unistd: hide relocationsBernhard Reutner-Fischer
2011-04-29sysconf: clock_getres depends on HAS_REALTIMEBernhard Reutner-Fischer
2010-10-30sleep: include Linus' email in the commentDenys Vlasenko
2010-10-29sleep: document testing result on 2.4.x kernelsDenys Vlasenko
2010-10-29sleep: add comment with test program for SIG_IGNed SIGCHLDDenys Vlasenko
2010-10-22*: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko
2010-10-22sleep: tiny code shrinkDenys Vlasenko
2010-10-22sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko
2010-10-22sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common caseDenys Vlasenko
2010-10-22sleep: remove commented-out code. no code changesDenys Vlasenko
2010-10-21sleep: code shrinkDenys Vlasenko
2010-09-15libc: Fix cancellation handling in some C functionsSalvatore Cro
2010-08-05usershell: switch to config parserBernhard Reutner-Fischer
2010-08-05sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2010-07-26daemon: drop cruft incorrectly re-introduced by nptl mergeMike Frysinger
2010-07-09include/param.h: Dont use ARG_MAX from kernel headersKhem Raj
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-08confstr: properly stringify version partsBernhard Reutner-Fischer
2010-04-06correctly quote version in confstrAustin Foxley
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-06getconf: print arbitrary GNU_LIBPTHREAD_VERSION stringBernhard Reutner-Fischer
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-17Assorted fixed to get nptl compiling on ARMKhem Raj
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-26sync confname, environments with glibcBernhard Reutner-Fischer
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-15daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger
2009-09-05do not pass 3rd param to open() which do not create filesDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-05handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2009-08-04Fix daemon build for no-MMU no-threads.Joseph Myers
2009-04-13make sure to block all signals when calling daemon() to prevent delivery whil...Mike Frysinger
2009-04-07implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko
2008-11-25- hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer
2008-11-22fix "make utils" build failure in ldconfigDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko