| Age | Commit message (Expand) | Author |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-11-19 | Mention that fchmod conforms to XPG 4.2. Bump date. | wiz |
| 2021-11-01 | Version the sigaction(2) libc wrapper. The new version uses the "siginfo" | thorpej |
| 2021-11-01 | Don't mention the "struct sigaltstack" name of "stack_t". | thorpej |
| 2021-10-31 | Tidy up how __sigaction14_sigtramp.c is added to SRCS. | thorpej |
| 2021-10-27 | - Use the signal trampoline version constants from <sys/signal.h>. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-20 | Oops, forgot to note the history of NOTE_OPEN, NOTE_CLOSE, NOTE_CLOSE_WRITE, | thorpej |
| 2021-10-20 | Overhaul of the EVFILT_VNODE kevent(2) filter: | thorpej |
| 2021-10-13 | Add support for the NOTE_SECONDS, NOTE_MSECONDS, NOTE_USECONDS, | thorpej |
| 2021-10-01 | PR/56424: Clay Mayers: recvfrom() is not a cancelation point as documented | christos |
| 2021-09-23 | Spell the number of nanoseconds as 10^9. Forgotten in previous. | uwe |
| 2021-09-23 | Minor markup tweaks. | uwe |
| 2021-09-23 | Spell the number of nanoseconds as 10^9. | uwe |
| 2021-09-23 | Markup fixes. | uwe |
| 2021-09-19 | Sort errors, remove extra comma. | wiz |
| 2021-09-19 | Add native implementations of eventfd(2) and timerfd(2), compatible with | thorpej |
| 2021-08-22 | s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor. | andvar |
| 2021-08-08 | introduce a SOL_LOCAL for unix-domain socket level socket options | nia |
| 2021-07-31 | s/dependend/dependent/ | andvar |
| 2021-07-28 | Fix typos, improve wording. | wiz |
| 2021-07-27 | Tie the maximum file lock per unprivilegied uid to kern.maxfiles | manu |
| 2021-06-09 | vfork.2: clarify posix_spawn recommendation, pointed out by kre | nia |
| 2021-06-08 | vfork.2: recommend posix_spawn instead | nia |
| 2021-06-08 | Document NFSSVC_REPLACEEXPORTSLIST instead of NFSSVC_SETEXPORTSLIST. | hannken |
| 2021-03-28 | Document EINVAL for out of range socket address lengths. | dholland |
| 2021-03-27 | In getvfsstat(2), clarify that the size argument is in bytes. | dholland |
| 2021-03-17 | Remove superfluous article. | wiz |
| 2021-03-17 | Clarify use of open flags in open(2). | dholland |
| 2021-02-17 | Merge EINVAL descriptions; replace Xr to itself with Nm. | wiz |
| 2021-02-17 | Document more EINVAL cases for fsync_range. | dholland |
| 2021-02-13 | Document EINVAL for invalid flags given to fsync_range(). | dholland |
| 2021-02-09 | Try improving readability in wrt negations. | wiz |
| 2021-02-09 | Document in poll(2) that poll first appeared in NetBSD in NetBSD 1.3. | dholland |
| 2021-02-09 | typo in previous. | dholland |
| 2021-02-09 | Rework the text of poll(2) for clarity. Bump date. | dholland |
| 2021-02-08 | clarify what happens when kill(-1, ...) does nothing | nia |
| 2021-02-07 | poll.2: fix typo in manual page | rillig |
| 2020-11-30 | Note that open(O_ASYNC) does not work as advertised. | riastradh |
| 2020-11-27 | Refine the documentation | kamil |
| 2020-10-31 | add missing sentence. | christos |
| 2020-10-31 | Remove trailing whitespace. | wiz |
| 2020-10-31 | PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2) | christos |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-07-17 | Remove trailing whitespace. | wiz |
| 2020-07-17 | Add ppoll() a compatibility wrapper around pollts(2) | kamil |
| 2020-05-16 | Add ACL support for FFS. From FreeBSD. | christos |
| 2020-05-14 | Use more markup. | wiz |
| 2020-05-14 | Introduce new ptrace(2) operations: PT_SET_SIGPASS and PT_GET_SIGPASS | kamil |