aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)Author
2023-07-05unistd: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat
2023-07-05posix/bits/unistd.h: Clearly separate declaration from definitionsFrédéric Bérat
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault
2022-04-19elf: Remove __libc_init_secureFangrui Song
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer
2021-05-18hurd: Add execveatSamuel Thibault
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault
2017-10-01Mark internal unistd functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-11Consolidate Linux write syscallAdhemerval Zanella
2017-05-11Consolidate Linux read syscallAdhemerval Zanella
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella
2017-04-18Assume that dup3 is availableFlorian Weimer
2017-04-18Assume that pipe2 is always availableFlorian Weimer
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-05-13Clean up __exit_thread.Roland McGrath
2012-08-18add attribute_hidden to __have_{sock_cloexec,pipe2,dup3Mike Frysinger
2012-08-18split assume pipe2/dup3/sock_cloexec knobsMike Frysinger
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-05-10Hurd: dup3Thomas Schwinge
2012-02-25First steps to get conformtest fully workingUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-11-11Fix __readlink declaration.Roland McGrath
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper
2010-03-24Fix Linux getlogin{_r,} implementationUlrich Drepper
2009-07-23Make include/unistd.h suitable for C++ test cases.Duncan Simpson