| Age | Commit message (Expand) | Author |
| 2022-05-31 | libc: Reintroduce getentropy. | riastradh |
| 2021-10-15 | fix typos in comments. | andvar |
| 2020-12-04 | Correct typo in previous. | kre |
| 2020-12-04 | Add __null_sentinel | christos |
| 2020-09-22 | remove getentropy bits | nia |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-06 | Add getentropy() to libc - a simple wrapper to access the kernel CSPRNG. | nia |
| 2020-03-31 | Add getsid(2) to the XOPEN namespace (again) | kamil |
| 2020-03-31 | Expose getsid(2) to POSIX >= 2008 | kamil |
| 2019-09-15 | one fexecve declaration should be enough. | christos |
| 2019-09-15 | Remove the _INCOMPLETE_XOPEN_C063 stuff. | christos |
| 2019-09-15 | Declare fexecve | christos |
| 2018-11-18 | more type protection macro lossage. | christos |
| 2018-08-15 | PR standards/53525: move getsubopt() to stdlib.h | martin |
| 2018-02-06 | fix typo | christos |
| 2018-02-06 | detect duplicate declaration of pthread_atfork() in pthread.h | christos |
| 2016-06-30 | PR 51287 Ralf Nolden: posix_fallocate belongs in <fcntl.h> | dholland |
| 2016-06-18 | Use generic types in the profil(2) function prototype (<unistd.h>) | kamil |
| 2015-03-24 | Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace. | wiz |
| 2015-02-22 | PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong. | christos |
| 2014-09-26 | add execvpe, execlpe (reviewed by phone) | christos |
| 2014-07-25 | Add userlevel manifestations of posix_fallocate and fdiscard, in | dholland |
| 2014-06-18 | add mkostemp{s,} mkstemps from FreeBSD | christos |
| 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 |