summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)Author
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
2007-08-09Add a new socket option for unix domain sockets: LOCAL_PEEREID, to makehe
2007-08-02Do not include SSP files unless _FORTIFY_SOURCE > 0.kristerw
2007-05-30Match usage of FORTIFY_SOURCE on other platforms by not requiring specialtls
2005-12-26u_intN_t -> uintN_tperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-09-26Move ttyname_r() to the 1003.1c-1995 section.kleink
2005-09-25ttyname_r returns int.christos
2005-09-25Add getenv_r and ttyname_rchristos
2005-09-13compat code reorgchristos
2005-06-11PR/30503: Nicolas Joly: swapctl(2) prototype does not match correspondingchristos
2005-05-22Remove the compatibility select() prototype. Going back to Lite2 select(2)kleink
2005-03-05Provide select() and pselect() prototypes in <sys/select.h>, perkleink
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2005-01-06Implement getgroupmembership(3). This is similar to getgrouplist(3), exceptlukem
2004-06-01Move declaration of closefrom(3) to local extensions.kleink
2004-05-31implement closefrom(3).itojun
2004-05-10While I'm at it: add restrict qualifiers to readlink(2).kleink
2004-05-10POSIX-2001: Change readlink(2)'s return type from int to ssize_t.kleink
2003-11-18Userland portion of fsync_range(2), written by Bill Studenmund, andthorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-08Do not give names to the parameters in function prototypes (those nameskristerw
2003-04-28Add a new feature-test macro, _NETBSD_SOURCE. If this is definedbjh21
2003-04-14Well, _The_ Open Group.kleink