summaryrefslogtreecommitdiffstats
path: root/libc/unistd
Commit message (Expand)AuthorAgeFilesLines
* 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
* replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen2006-07-051-1/+1
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-5/+2
* sync with glibcMike Frysinger2006-07-052-19/+20
* update licenseMike Frysinger2006-07-053-40/+4
* Make execle() and chown() available again (corrects commit 15179).Peter Kjellerstedt2006-05-301-0/+1
* Amir Shalem writes:Mike Frysinger2006-05-261-0/+1
* Correct typoPeter S. Mazinger2006-03-231-1/+1
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-233-0/+9
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+2
* stderr does not have hidden version anymore, disable it's usePeter S. Mazinger2006-03-211-1/+0
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-103-4/+0
* Rename getopt_long-susv3 to -simplePeter S. Mazinger2006-03-032-2/+2
* Upstream updatePeter S. Mazinger2006-03-031-2/+2
* Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger2006-02-272-1/+62
* Add Rich Felker's getsubopt, smaller then the glibc copied onePeter S. Mazinger2006-02-272-0/+39
* Add hidden version for susv3 getoptPeter S. Mazinger2006-02-271-0/+2
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-182-2/+2