| Age | Commit message (Expand) | Author |
| 2025-06-11 | Add POSIX NSIG_MAX & _SC_NSIG | Ricardo Branco |
| 2025-05-31 | sysconf(3): add _SC_UEXTERR_LEN, the max length of the extended error string | Konstantin Belousov |
| 2025-03-20 | Revert Make newly POSIX functions visible | Stephen Hurd |
| 2025-03-19 | Make newly POSIX functions visible | Stephen Hurd |
| 2024-11-29 | Add fchroot(2) | Edward Tomasz Napierala |
| 2024-05-14 | ssp: appease -Wgnu-statement-expression-from-macro-expansion | Kyle Evans |
| 2024-05-13 | Add a build knob for _FORTIFY_SOURCE | Kyle Evans |
| 2024-01-24 | Add kcmp(2) userspace bits | Konstantin Belousov |
| 2023-12-11 | libc: expose execvpe for Linux compat | Brooks Davis |
| 2023-11-26 | include: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-11-26 | include: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2021-12-09 | swapoff: add one more variant of the syscall | Konstantin Belousov |
| 2021-08-03 | Add _Fork() | Konstantin Belousov |
| 2020-09-09 | getlogin_r: fix the type of len | Kyle Evans |
| 2020-04-12 | Implement a close_range(2) syscall | Kyle Evans |
| 2020-01-22 | Mark rfork(2) as __returns_twice | Kyle Evans |
| 2019-12-15 | <unistd.h>: remove redundant __BSD_VISIBLE | Kyle Evans |
| 2019-07-25 | Add an entry for copy_file_range(2) to unistd.h. | Rick Macklem |
| 2019-04-06 | Introduce funlinkat syscall that always us to check if we are removing | Mariusz Zaborski |
| 2018-07-08 | Add a missed chunk r335939. | Konstantin Belousov |
| 2018-03-21 | Implement getrandom(2) and getentropy(3) | Conrad Meyer |
| 2017-11-20 | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-10-03 | Remove setkey(), encrypt(), des_setkey() and des_cipher(). | Ed Schouten |
| 2016-08-15 | Add an implementation of fdatasync(2). | Konstantin Belousov |
| 2016-08-10 | Make libcrypt thread-safe. Add crypt_r(3). | Ed Schouten |
| 2016-02-28 | Implement process-shared locks support for libthr.so.3, without | Konstantin Belousov |
| 2015-11-05 | Rename __sentinel to __null_sentinel | Pedro F. Giffuni |
| 2015-07-08 | Use the __sentinel attribute. | Pedro F. Giffuni |
| 2014-09-19 | unistd: drop argument names from setpgrp(3) prototype. | Pedro F. Giffuni |
| 2014-09-18 | unistd: move setpgrp(2) to the __BSD_VISIBLE section | Pedro F. Giffuni |
| 2014-05-11 | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE | Jilles Tjoelker |
| 2013-08-16 | Add dup3(), based on F_DUP2FD and F_DUP2FD_CLOEXEC fcntls. | Jilles Tjoelker |
| 2013-05-01 | Add pipe2() system call. | Jilles Tjoelker |
| 2012-09-10 | Process CPU-Time Clocks option is supported, define _POSIX_CPUTIME. | David Xu |
| 2012-04-29 | Add a convenience macro for the returns_twice attribute, and apply it to | Dimitry Andric |
| 2011-12-23 | Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06] | Colin Percival |
| 2011-03-05 | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | Edward Tomasz Napierala |
| 2010-12-20 | rpc.lockd(8) WARNS cleanup | Ulrich Spörlein |
| 2010-10-29 | Add sysctl kern.sched.cpusetsize to export the size of kernel cpuset, | David Xu |
| 2010-08-11 | Style: tabs after #define | Kevin Lo |
| 2010-02-16 | Remove the Berkeley clause 3's. | Warner Losh |
| 2010-01-14 | Phase out ttyslot(3). | Ed Schouten |
| 2009-07-08 | There is an optimization in chmod(1), that makes it not to call chmod(2) | Edward Tomasz Napierala |
| 2009-06-15 | Add a new 'void closefrom(int lowfd)' system call. When called, it closes | John Baldwin |
| 2009-03-14 | Various namespace cleanups, including exposing fchmod() and fchmodat() | David Schultz |
| 2009-03-04 | - Add getsid, fchdir, getpgid, lchown, pread, pwrite, truncate, | David Schultz |
| 2008-09-26 | Move getosreldate(3) prototype from the machine generated <osreldate.h> | Peter Wemm |
| 2008-07-08 | posix_spawn() is supported, set _POSIX_SPAWN to 200212L. | David Xu |
| 2008-06-23 | Turn execvpe() into an internal libc routine. | Ed Schouten |