| Age | Commit message (Expand) | Author |
| 2021-06-21 | Pull up following revision(s) (requested by riastradh in ticket #1298): | martin |
| 2020-05-13 | Pull up following revision(s) (requested by chs in ticket #907): | martin |
| 2019-12-18 | Pull up following revision(s) (requested by joerg in ticket #572): | martin |
| 2019-09-05 | Pull up following revision(s) (requested by sevan in ticket #174): | martin |
| 2019-09-01 | Pull up following revision(s) (requested by kamil in ticket #126): | martin |
| 2019-06-12 | Fix typo. | wiz |
| 2019-06-12 | Rephrase sentence about vfork+exec in posix_spawn(3) | kamil |
| 2019-06-12 | Document that posix_spawn(3) uses a dedicated syscall | kamil |
| 2019-06-11 | Quote the name "Ed" to avoid confusion with the macro "Ed". | wiz |
| 2019-06-11 | Correct outdated note that posix_spawn(3) is implemented with vfork(2) | kamil |
| 2019-05-29 | Add GLOB_TILDE_CHECK (from GNU) | christos |
| 2019-05-08 | Clarify that strunvisx() and strnunvisx() take the same flags as unvis(). | bad |
| 2019-04-26 | Unify signbitl implementations. | maya |
| 2019-03-12 | Fix typo. | wiz |
| 2019-03-11 | PR lib/54053 | kre |
| 2019-02-18 | appease string + int warning. | christos |
| 2019-01-24 | PR/53904: Jintao Zhu: Use a mutex instead of an rwlock to assure thread safety | christos |
| 2019-01-15 | Use \- for minus. | wiz |
| 2019-01-15 | Fly, nasal demons, fly away... | uwe |
| 2019-01-15 | Use the same variable for the locale example. | riastradh |
| 2019-01-15 | Don't talk about "the first argument" when there's only one. | uwe |
| 2019-01-15 | Fix markup pasto. | uwe |
| 2019-01-15 | Remove the extra cast to int in the CAVEATS example. | uwe |
| 2019-01-15 | Fix typo in macro flag. | uwe |
| 2019-01-15 | Expand on correct and incorrect usage, and on compiler warnings. | riastradh |
| 2018-11-08 | "s/ an an / an /" in comment. No functional change. | msaitoh |
| 2018-09-27 | HACK: if calling dirname() with the results of a previous dirname() | kre |
| 2018-09-06 | fix references, the things were moved into netipsec/ a while ago | maxv |
| 2018-08-13 | Sort SEE ALSO. | wiz |
| 2018-08-10 | Merge FreeBSD improvements to the man-page of timespec_get(3) | kamil |
| 2018-07-26 | Avoid undefined behavior in ftok(3) | kamil |
| 2018-05-16 | Avoid complicated arithmetic involving NULL. | joerg |
| 2018-02-07 | Fix typos, as reported by Eitan Adler. Update dates. | pgoyette |
| 2018-01-17 | Revert to commits as they broke few rump tests | kamil |
| 2018-01-05 | Include namespace.h in a few of libc source files | kamil |
| 2018-01-04 | Add bunch of missing includes of namespace.h in libc | kamil |
| 2017-12-13 | Revert change made by rev 1.11; now, fmtcheck(3) does not complain about | rin |
| 2017-12-12 | Add ctype to the NAME section (as this is a man page for ctype) | abhinav |
| 2017-12-06 | The list of async-signal-safe functions got moved to sigaction(2). | dholland |
| 2017-12-06 | Fix possible use of uninitialized variable in case of WIN32 && !_WIN64. | rin |
| 2017-12-06 | Teach fmtcheck(3) about wint_t, intmax_t, char *, intmax_t *, and wide string | rin |
| 2017-12-06 | Teach fmtcheck(3) about the ' (thousands separator) flag. Taken from FreeBSD: | rin |
| 2017-12-06 | Teach fmtcheck(3) about the flags a, A, F, G, t, and z. Taken from FreeBSD: | rin |
| 2017-12-06 | Correct oversight of wrong format string with fewer number of arguments than | rin |
| 2017-11-27 | Use 16x instead of 4x the amount of space since each wint_t can result in | christos |
| 2017-10-24 | Add missing functions from the SYNOPSIS to the NAME section | abhinav |
| 2017-10-24 | Use commas at the right places in the NAME section | abhinav |
| 2017-10-24 | Add missing functions from the SYNOPSIS to the NAME section | abhinav |
| 2017-10-24 | Remove trailing comma after last Nm entry in the NAME section | abhinav |
| 2017-10-24 | Add getpass_r and getpassfd to the NAME section as well. | abhinav |