aboutsummaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella1-1/+1
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+1
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella1-0/+2
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer1-0/+2
2021-05-18hurd: Add execveatSamuel Thibault1-0/+2
2021-05-07linux: implement ttyname as a wrapper around ttyname_r.Érico Nogueira1-2/+2
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella1-1/+1
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella1-1/+1
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella1-2/+1
2020-11-11hurd: keep only required PLTs in ld.soSamuel Thibault1-0/+2
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault1-1/+2
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault1-1/+2
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-0/+2
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-0/+2
2018-01-10hurd: Implement faccessat without AT_EACCESS flagSamuel Thibault1-0/+3
2017-10-01Mark internal unistd functions with attribute_hidden [BZ #18822]H.J. Lu1-28/+32
2017-09-28hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault1-0/+1
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella1-2/+0
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella1-7/+0
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-3/+0
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-02posix: Fix internal p{read,write} plt usageAdhemerval Zanella1-0/+3
2017-04-18Assume that dup3 is availableFlorian Weimer1-2/+0
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-1/+0
2016-11-18Fix hurd __access_noerrno implementation.Adhemerval Zanella1-1/+2
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-0/+6
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella1-0/+1
2016-01-06Mark internal unistd functions hidden in ld.soH.J. Lu1-1/+5
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-1/+0
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath1-0/+1
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers1-0/+2
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers1-4/+1
2014-05-13Clean up __exit_thread.Roland McGrath1-3/+0
2012-08-18add attribute_hidden to __have_{sock_cloexec,pipe2,dup3Mike Frysinger1-3/+3
2012-08-18split assume pipe2/dup3/sock_cloexec knobsMike Frysinger1-5/+2
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath1-1/+1
2012-05-10Hurd: dup3Thomas Schwinge1-1/+2
2012-02-25First steps to get conformtest fully workingUlrich Drepper1-0/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-19/+19
2011-11-11Fix __readlink declaration.Roland McGrath1-1/+1
2011-05-15Fix a few problems in fopen and freopenUlrich Drepper1-0/+2
2010-03-24Fix Linux getlogin{_r,} implementationUlrich Drepper1-0/+3
2009-07-23Make include/unistd.h suitable for C++ test cases.Duncan Simpson1-0/+4
2009-06-02Add missing __execvpe prototype.Ulrich Drepper1-0/+2
2008-07-27* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias.Ulrich Drepper1-0/+7
2006-07-312006-07-30 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+1
2006-07-29* sysdeps/unix/sysv/linux/kernel-features.h: Definecvs/fedora-glibc-20060729T2255Ulrich Drepper1-0/+2
2006-04-24* posix/bits/unistd.h (__readlinkat_chk): New prototype.Ulrich Drepper1-0/+1
2006-02-21[BZ #2329]Roland McGrath1-4/+4