| Age | Commit message (Expand) | Author |
| 2023-07-07 | select(2), poll(2): Clarify return values. | riastradh |
| 2023-07-02 | getrandom(2): Reduce editorializing tone in man page. | riastradh |
| 2023-06-30 | getrandom(2), getentropy(3): Rework man pages. | riastradh |
| 2023-06-08 | socket(2): change type flags list back to -tag | uwe |
| 2023-06-06 | socket(2): fix macro invocation in a column | uwe |
| 2023-06-06 | socket(2): use "provides" consistently in "type" descriptions | uwe |
| 2023-06-06 | socket(2): use .Bl -column where appropriate | uwe |
| 2023-06-06 | socket(2): Move prose list of socket type summaries into a table. | riastradh |
| 2023-06-06 | socket(2): Tidy up markup a bit. | riastradh |
| 2023-03-05 | Document the error code when O_REGULAR is specified and the last | thorpej |
| 2023-03-03 | mremap(2): Note MAP_REMAPDUP bug. | riastradh |
| 2023-03-01 | mremap(2): Fix example to use MAP_PRIVATE. | riastradh |
| 2023-03-01 | mmap(2): minor markup tweaks | uwe |
| 2022-12-04 | fcntl(2): Fix wrong markup in a couple of places | uwe |
| 2022-12-04 | Bump date for the fixed RETURN VALUES in previous | uwe |
| 2022-12-04 | Tweak markup in _lwp_*(2) manual pages | uwe |
| 2022-12-04 | lib: Mark up error names in man pages with .Er | uwe |
| 2022-12-04 | flock(2): s/Eq/Er/ typo in the ERRORS section | uwe |
| 2022-12-04 | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS | uwe |
| 2022-11-29 | socketpair(2): Formatting nits | uwe |
| 2022-11-29 | document the only supported type protocol, document type flags | jschauma |
| 2022-10-18 | avoid unnecessary Ns macro | wiz |
| 2022-10-18 | Note that the exit status may be truncated to the least significant 8 bits. | jschauma |
| 2022-10-17 | add missing 'the' | jschauma |
| 2022-10-16 | Add EINVAL doc from Jan Schaumann | christos |
| 2022-08-01 | clone(2): document that _GNU_SOURCE must be defined for the prototypes | wiz |
| 2022-07-31 | __quotactl(2): typo. | dholland |
| 2022-07-26 | mincore(2) - use .Rv -std | uwe |
| 2022-07-25 | mincore(2): Clarify units of len argument: bytes, not pages. | riastradh |
| 2022-06-28 | bind.2: add references to specific protocol families | rillig |
| 2022-06-28 | fix references in manual pages to the reference documentation | rillig |
| 2022-05-21 | fix typo in sigaction(2) | dholland |
| 2022-03-24 | fork.2: add _exit(2) xref and spell "ID" consistently | gutteridge |
| 2022-03-16 | setpgid.2: Mention that both child and parent need to call it. | dholland |
| 2022-03-13 | s/hander/handler/ and s/hader/header/ in comments and documentation. | andvar |
| 2022-02-13 | Fix typo | pgoyette |
| 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 |