summaryrefslogtreecommitdiff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-171-0/+4
* elf: Remove __libc_init_secureFangrui Song2022-04-191-1/+0
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-251-0/+2
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-0/+10
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-1/+1
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+1
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-241-0/+2
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-221-0/+2
* hurd: Add execveatSamuel Thibault2021-05-181-0/+2
* linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira2021-05-071-2/+2
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-261-1/+1
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-261-2/+1
* hurd: keep only required PLTs in ld.soSamuel Thibault2020-11-111-0/+2
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-011-1/+2
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-1/+2
* hurd: Fix linknamespace of spawniSamuel Thibault2018-12-071-0/+2
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-0/+2
* hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault2018-01-101-0/+3
* Mark internal unistd functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-28/+32
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-281-0/+1
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-2/+0
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-7/+0
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-3/+0
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* posix: Fix internal p{read,write} plt usageAdhemerval Zanella2017-05-021-0/+3
* Assume that dup3 is availableFlorian Weimer2017-04-181-2/+0
* Assume that pipe2 is always availableFlorian Weimer2017-04-181-1/+0
* Fix hurd __access_noerrno implementation.Adhemerval Zanella2016-11-181-1/+2
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-0/+6
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-071-0/+1
* Mark internal unistd functions hidden in ld.soH.J. Lu2016-01-061-1/+5
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-1/+0
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-091-0/+1
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-121-0/+2
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-4/+1
* Clean up __exit_thread.Roland McGrath2014-05-131-3/+0
* add attribute_hidden to __have_{sock_cloexec,pipe2,dup3Mike Frysinger2012-08-181-3/+3
* split assume pipe2/dup3/sock_cloexec knobsMike Frysinger2012-08-181-5/+2
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-301-1/+1
* Hurd: dup3Thomas Schwinge2012-05-101-1/+2
* First steps to get conformtest fully workingUlrich Drepper2012-02-251-0/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-19/+19
* Fix __readlink declaration.Roland McGrath2011-11-111-1/+1
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-0/+2
* Fix Linux getlogin{_r,} implementationUlrich Drepper2010-03-241-0/+3
* Make include/unistd.h suitable for C++ test cases.Duncan Simpson2009-07-231-0/+4
* Add missing __execvpe prototype.Ulrich Drepper2009-06-021-0/+2
* * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper2008-07-271-0/+7