summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)Author
2022-05-31libc: Reintroduce getentropy.riastradh
2021-10-15fix typos in comments.andvar
2020-12-04Correct typo in previous.kre
2020-12-04Add __null_sentinelchristos
2020-09-22remove getentropy bitsnia
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-06Add getentropy() to libc - a simple wrapper to access the kernel CSPRNG.nia
2020-03-31Add getsid(2) to the XOPEN namespace (again)kamil
2020-03-31Expose getsid(2) to POSIX >= 2008kamil
2019-09-15one fexecve declaration should be enough.christos
2019-09-15Remove the _INCOMPLETE_XOPEN_C063 stuff.christos
2019-09-15Declare fexecvechristos
2018-11-18more type protection macro lossage.christos
2018-08-15PR standards/53525: move getsubopt() to stdlib.hmartin
2018-02-06fix typochristos
2018-02-06detect duplicate declaration of pthread_atfork() in pthread.hchristos
2016-06-30PR 51287 Ralf Nolden: posix_fallocate belongs in <fcntl.h>dholland
2016-06-18Use generic types in the profil(2) function prototype (<unistd.h>)kamil
2015-03-24Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace.wiz
2015-02-22PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.christos
2014-09-26add execvpe, execlpe (reviewed by phone)christos
2014-07-25Add userlevel manifestations of posix_fallocate and fdiscard, indholland
2014-06-18add mkostemp{s,} mkstemps from FreeBSDchristos
2014-01-02PR/4891: Wiz: readlink moved from xopen to base at issue 5.christos
2013-10-09Follow OpenGroup online specification[1], movenjoly
2013-01-12Remove #if defined(_KERNEL) around a userlevel function.dholland
2012-12-01Check for _NETBSD_SOURCE being defined wherever we check forskrll
2012-11-18Add most system calls for POSIX extended API set, part 2, with test cases:manu
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr
2012-04-14new flag.christos
2012-04-13add more options.christos
2012-04-13add timeout to getpassfd.christos
2012-04-12add GETPASS_ECHO_STARchristos
2012-04-12add getpassfdchristos
2012-04-12add getpass_rchristos
2011-11-05Add __returns_twice for the attribute of the same name. This makes thejoerg
2011-08-08First stage of support for Extended API set 2. Most of the think ismanu
2011-06-26* Arrange for interfaces that create new file descriptors to be able tochristos
2011-01-19Re-do ssp hijacking by defining inline functions and using the weak libcchristos
2010-08-27The signal number argument in psignal is int not unsigned int.christos
2010-04-17change size_t to ssize_t for POSIX compliance.christos
2010-04-17PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keywordchristos
2009-07-22Declare strsignal(3) in <string.h>, per POSIX-2008, and adjustkleink
2009-01-11merge christos-time_tchristos
2009-01-06Change the second argument of getlogin_r() from int to size_t, per POSIX.lukem
2008-06-25SUS says that pthread_atfork() must also be in unistd.had
2008-06-25Add getlogin_r. Manual page changes mostly lifted from FreeBSD.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-01everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2,drochner
2007-12-24change some __attribute__s to __keywordsperry