summaryrefslogtreecommitdiff
path: root/libc/unistd
AgeCommit message (Expand)Author
2007-07-30make utent.c, getpass.c use __uc_mallocDenis Vlasenko
2007-07-18execXp should go to next PATH dir on any error except ENOEXEC,Denis Vlasenko
2007-05-02Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellationMike Frysinger
2007-04-13Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt
2007-01-22Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getresPeter Kjellerstedt
2007-01-21- repair misplaced #endif that got introduced in r17410. Fixes compilation.Bernhard Reutner-Fischer
2007-01-20The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does."Steven J. Hill"
2006-09-22Added support for sysconf(_SC_MONOTONIC_CLOCK).Peter Kjellerstedt
2006-07-05replace my @debian.org addr with @uclibc.org. Fixup license onEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-07-05sync with glibcMike Frysinger
2006-07-05update licenseMike Frysinger
2006-05-30Make execle() and chown() available again (corrects commit 15179).Peter Kjellerstedt
2006-05-26Amir Shalem writes:Mike Frysinger
2006-03-23Correct typoPeter S. Mazinger
2006-03-23Mark some functions as BSD onlyPeter S. Mazinger
2006-03-22Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-03-21stderr does not have hidden version anymore, disable it's usePeter S. Mazinger
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-03Rename getopt_long-susv3 to -simplePeter S. Mazinger
2006-03-03Upstream updatePeter S. Mazinger
2006-02-27Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger
2006-02-27Add Rich Felker's getsubopt, smaller then the glibc copied onePeter S. Mazinger
2006-02-27Add hidden version for susv3 getoptPeter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-17Take getopt from glibc, disable -W foo support as in the earlier version, siz...Peter S. Mazinger
2006-02-17Remove hidden_data_def for opt*Peter S. Mazinger
2006-02-17Sync w/ glibc, no size changePeter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-13Add files for IMA. Yes, I know it's a hack and no, I won't split the affected...Peter S. Mazinger
2006-02-13Don't compile daemon.c at all for non-MMUPeter S. Mazinger
2006-02-11add back in code cut by previous commit to fix the pathconf testMike Frysinger
2006-02-10sync with glibc and kill dead code to fix issues found by the nftw ltp testsMike Frysinger
2006-02-03attribute_hidden is enough in the prototype, sync getopt-susv3 w/ gnuPeter S. Mazinger
2006-02-03disable hidden_proto/def for __BCC__ generallyPeter S. Mazinger
2006-02-03Use internal versions of strchr and stderr for non-BCCPeter S. Mazinger
2006-02-01global data uses libc_hidden_data_def, convert all -I hope- and add some newPeter S. Mazinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-13Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger
2005-12-10Fix alias."Steven J. Hill"
2005-12-10Remove unused weak_alias. Thanks Peter."Steven J. Hill"
2005-12-10Merge from NPTL."Steven J. Hill"
2005-12-10fixed unused warningMike Frysinger