summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)Author
2019-11-05implement fexecve from glibcWaldemar Brodkorb
2017-11-19remove unused FORTIFY code fragmentsWaldemar Brodkorb
2017-07-28nptl: remove sysdep-cancel ASM macros, convert to CWaldemar Brodkorb
2017-06-22remove __FAVOR_BSDWaldemar Brodkorb
2015-11-08add support for euidaccess/eaccess legacy functionsWaldemar Brodkorb
2015-11-03unistd: fix #if conditionThomas Petazzoni
2015-10-14syncfs: add system call supportBartosz Golaszewski
2015-03-13unistd.h: put getppid under XOPEN2K8Bernhard Reutner-Fischer
2014-08-18libc: add issetugid()Anthony G. Basile
2013-02-20truncate: Use truncate64 if arch does not have the truncate syscallMarkos Chandras
2013-02-20symlink: Use symlinkat if arch does not have the symlink syscallMarkos Chandras
2013-02-20readlink: Use readlinkat if arch does not have the readlink syscallMarkos Chandras
2013-02-20chown: Use fchownat if arch does not have the chown syscallMarkos Chandras
2013-02-20unlink: Use unlinkat if arch does not have the unlink syscallMarkos Chandras
2013-02-20link: Use linkat if arch does not have the link syscallMarkos Chandras
2013-02-20access: Use faccessat if arch does not have the access syscallMarkos Chandras
2013-02-20dup2: Use dup3 if arch does not have the dup2 syscallMarkos Chandras
2013-02-18libc: add non standard execvpe functionHenning Heinold
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-11-14libc/sysdeps: add dup3 syscall wrapperMike Frysinger
2012-06-15lseek, lseek64: add cancellation for all THREADSPeter S. Mazinger
2012-06-15fork: provide __libc_fork only if THREADS are enabledPeter S. Mazinger
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15getpagesize.c, unistd.h: hide __pagesizePeter S. Mazinger
2012-06-15unistd.h: partial update, mostly related to POSIX 2008Peter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15posix_opt.h: update to glibc's NPTL versionPeter S. Mazinger
2011-11-17unistd: hide relocationsBernhard Reutner-Fischer
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-03-09disable _POSIX2_LOCALEDEFPeter S. Mazinger
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