summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* sync confname, environments with glibcBernhard Reutner-Fischer2009-11-261-1/+26
* 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
* - fix build errorBernhard Reutner-Fischer2008-06-161-1/+1
* Include sys/syscall.h since we are checking for __NR_clock_getres.Peter Kjellerstedt2008-06-121-0/+1
* Revert revision 19345 plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-7/+2
* shrink getopt a bit by using smallints. Run tested (busybox testsuite)Denis Vlasenko2008-06-061-16/+18
* Revert revision 22027 which totally broke getopt.Bernd Schmidt2008-06-052-18/+20
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-034-5/+89
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-1/+0
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-7/+2
* getopt: do not needlessly use static structure.Denis Vlasenko2008-05-202-20/+18
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-3/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-198-19/+19
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* give execlp() its own cache on no-mmu to avoid recursive cache fightingMike Frysinger2008-01-231-37/+57
* fix memory corruption on no-mmu from doing multiple execls where earlier exec...Mike Frysinger2008-01-081-10/+3
* plug a memory leak when using execl* functions on no-mmuMike Frysinger2007-12-221-9/+17
* add hidden defs for execv/execlp for completenessMike Frysinger2007-12-221-0/+4
* make utent.c, getpass.c use __uc_mallocDenis Vlasenko2007-07-301-2/+6
* execXp should go to next PATH dir on any error except ENOEXEC,Denis Vlasenko2007-07-181-3/+3
* Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellationMike Frysinger2007-05-022-2/+2
* Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt2007-04-131-4/+2
* Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getresPeter Kjellerstedt2007-01-221-2/+2
* - repair misplaced #endif that got introduced in r17410. Fixes compilation.Bernhard Reutner-Fischer2007-01-211-1/+1
* The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does."Steven J. Hill"2007-01-201-0/+2
* Added support for sysconf(_SC_MONOTONIC_CLOCK).Peter Kjellerstedt2006-09-221-0/+7