| Age | Commit message (Expand) | Author |
| 2014-01-02 | PR/4891: Wiz: readlink moved from xopen to base at issue 5. | christos |
| 2013-10-09 | Follow OpenGroup online specification[1], move | njoly |
| 2013-01-12 | Remove #if defined(_KERNEL) around a userlevel function. | dholland |
| 2012-12-01 | Check for _NETBSD_SOURCE being defined wherever we check for | skrll |
| 2012-11-18 | Add most system calls for POSIX extended API set, part 2, with test cases: | manu |
| 2012-07-14 | bin/46703: BSD r-commands use wrong source address for stderr | darrenr |
| 2012-04-14 | new flag. | christos |
| 2012-04-13 | add more options. | christos |
| 2012-04-13 | add timeout to getpassfd. | christos |
| 2012-04-12 | add GETPASS_ECHO_STAR | christos |
| 2012-04-12 | add getpassfd | christos |
| 2012-04-12 | add getpass_r | christos |
| 2011-11-05 | Add __returns_twice for the attribute of the same name. This makes the | joerg |
| 2011-08-08 | First stage of support for Extended API set 2. Most of the think is | manu |
| 2011-06-26 | * Arrange for interfaces that create new file descriptors to be able to | christos |
| 2011-01-19 | Re-do ssp hijacking by defining inline functions and using the weak libc | christos |
| 2010-08-27 | The signal number argument in psignal is int not unsigned int. | christos |
| 2010-04-17 | change size_t to ssize_t for POSIX compliance. | christos |
| 2010-04-17 | PR/43172: Jukka Ruohonen: swab(3) lacks restrict-keyword | christos |
| 2009-07-22 | Declare strsignal(3) in <string.h>, per POSIX-2008, and adjust | kleink |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-06 | Change the second argument of getlogin_r() from int to size_t, per POSIX. | lukem |
| 2008-06-25 | SUS says that pthread_atfork() must also be in unistd.h | ad |
| 2008-06-25 | Add getlogin_r. Manual page changes mostly lifted from FreeBSD. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-01 | everyone else assumes that defining "_XOPEN_SOURCE" means XPG4.2, | drochner |
| 2007-12-24 | change some __attribute__s to __keywords | perry |
| 2007-08-09 | Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make | he |
| 2007-08-02 | Do not include SSP files unless _FORTIFY_SOURCE > 0. | kristerw |
| 2007-05-30 | Match usage of FORTIFY_SOURCE on other platforms by not requiring special | tls |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-09-26 | Move ttyname_r() to the 1003.1c-1995 section. | kleink |
| 2005-09-25 | ttyname_r returns int. | christos |
| 2005-09-25 | Add getenv_r and ttyname_r | christos |
| 2005-09-13 | compat code reorg | christos |
| 2005-06-11 | PR/30503: Nicolas Joly: swapctl(2) prototype does not match corresponding | christos |
| 2005-05-22 | Remove the compatibility select() prototype. Going back to Lite2 select(2) | kleink |
| 2005-03-05 | Provide select() and pselect() prototypes in <sys/select.h>, per | kleink |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2005-01-06 | Implement getgroupmembership(3). This is similar to getgrouplist(3), except | lukem |
| 2004-06-01 | Move declaration of closefrom(3) to local extensions. | kleink |
| 2004-05-31 | implement closefrom(3). | itojun |
| 2004-05-10 | While I'm at it: add restrict qualifiers to readlink(2). | kleink |
| 2004-05-10 | POSIX-2001: Change readlink(2)'s return type from int to ssize_t. | kleink |
| 2003-11-18 | Userland portion of fsync_range(2), written by Bill Studenmund, and | thorpej |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-08 | Do not give names to the parameters in function prototypes (those names | kristerw |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-04-14 | Well, _The_ Open Group. | kleink |