Age | Commit message (Expand) | Author |
2012-06-15 | geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/ | Peter S. Mazinger |
2012-06-15 | getopt[-susv3].c: use libintl's _(x) | Peter S. Mazinger |
2012-06-15 | getopt.c, getopt.h: avoid the need for __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | wordexp.c, sysconf.c: include ctype.h for isspace | Peter S. Mazinger |
2012-04-18 | sysconf: use getrlimit to determine ARG_MAX | Bernhard Reutner-Fischer |
2012-01-01 | getpass: s/sizeof(buf)-1/sizeof(buf)/ in fgets | Denys Vlasenko |
2011-12-23 | getpass: several fixes | Denys Vlasenko |
2011-11-17 | unistd: hide relocations | Bernhard Reutner-Fischer |
2011-04-29 | sysconf: clock_getres depends on HAS_REALTIME | Bernhard Reutner-Fischer |
2010-10-30 | sleep: include Linus' email in the comment | Denys Vlasenko |
2010-10-29 | sleep: document testing result on 2.4.x kernels | Denys Vlasenko |
2010-10-29 | sleep: add comment with test program for SIG_IGNed SIGCHLD | Denys Vlasenko |
2010-10-22 | *: inline constant __sig{add,del}set and __sigismember | Denys Vlasenko |
2010-10-22 | sleep: tiny code shrink | Denys Vlasenko |
2010-10-22 | sleep: employ __USE_EXTERN_INLINES (with necessary fixes) | Denys Vlasenko |
2010-10-22 | sleep: check "SIGCHLD is SIG_IGN'ed" first. Saves two syscalls in common case | Denys Vlasenko |
2010-10-22 | sleep: remove commented-out code. no code changes | Denys Vlasenko |
2010-10-21 | sleep: code shrink | Denys Vlasenko |
2010-09-15 | libc: Fix cancellation handling in some C functions | Salvatore Cro |
2010-08-05 | usershell: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2010-07-26 | daemon: drop cruft incorrectly re-introduced by nptl merge | Mike Frysinger |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2010-04-12 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2010-04-08 | confstr: properly stringify version parts | Bernhard Reutner-Fischer |
2010-04-06 | correctly quote version in confstr | Austin Foxley |
2010-04-06 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-04-06 | getconf: print arbitrary GNU_LIBPTHREAD_VERSION string | Bernhard Reutner-Fischer |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-02-17 | Assorted fixed to get nptl compiling on ARM | Khem Raj |
2009-11-28 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-11-26 | sync confname, environments with glibc | Bernhard Reutner-Fischer |
2009-10-17 | librt additions that are now possible with nptl | Austin Foxley |
2009-10-17 | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-15 | daemon: fix up INTERNAL_SYSCALL() usage | Mike Frysinger |
2009-09-05 | do not pass 3rd param to open() which do not create files | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-08-05 | handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2009-08-04 | Fix daemon build for no-MMU no-threads. | Joseph Myers |
2009-04-13 | make sure to block all signals when calling daemon() to prevent delivery whil... | Mike Frysinger |
2009-04-07 | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-11-29 | shring 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-22 | fix "make utils" build failure in ldconfig | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |