summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)Author
2009-07-21s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko
2009-04-07implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger
2009-02-24Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley
2009-02-13- repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer
2009-02-13- we may need getdomainname internallyBernhard Reutner-Fischer
2008-12-31Merge some pre-work from branch, needed by NPTL.Khem Raj
2008-12-29- expand SUSv3_LEGACYBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-11-15- revert wrong r24049Bernhard Reutner-Fischer
2008-11-15- Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer
2008-07-08New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko
2008-06-05- make libcrypt optional. Untested.Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-01Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2007-01-28sync with glibc as pointed out by Bernhard FischerMike Frysinger
2006-02-21Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in f...Peter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-01-04Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h wo...Mike Frysinger
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-04Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger
2005-11-03Sync w/ glibcPeter S. Mazinger
2005-10-04Do not stub out functions for mmu-less systems. Hide allEric Andersen
2005-04-06remove pthread_atfork() prototype since SuSv3 doesnt *require* it and glibc-2...Mike Frysinger
2004-10-07Remove unimplemented non-SuSv3 function prototypesEric Andersen
2004-07-30Cleanup some dead wood in the header filesEric Andersen
2003-11-02Add some missing prototypesEric Andersen
2003-09-08Add back in table-less ctype funcs for those interested in minimizingManuel Novoa III
2002-09-04Added function 'get_current_dir_name' for Linux Test Project. Tested and"Steven J. Hill"
2002-01-10Eliminate C++ style commentsEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-08-14Put a bandaid on getpgrp behaviorEric Andersen
2001-06-27Don't include asm/unistd.hEric Andersen
2001-06-12Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-16Remove environ from _USE_GNU wrapper.Eric Andersen
2000-11-15Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen
2000-11-11Fix up a few messes so it compiles cleanly again.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-23Fix a few more screwups.Eric Andersen
2000-10-23Forgot a few things...Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-08-11Yet more updates. Getting closer....Eric Andersen
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen