| Age | Commit message (Expand) | Author |
| 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 |
| 2017-10-24 | Fix typo: s/cexpandtc/csetexpandtc | abhinav |
| 2017-09-27 | move VAX notes to CAVEATS, clarify. | maya |
| 2017-09-27 | Move VAX notes to CAVEATS, clarify that it just returns zero | maya |
| 2017-09-18 | Remove superfluous Tn. | wiz |
| 2017-09-17 | Add execlpe and execvpe to the NAME section | abhinav |
| 2017-09-10 | Fix typo. | wiz |
| 2017-09-10 | Sort sections. Make error descriptions complete sentences. | wiz |
| 2017-09-10 | Fix a typo, and some wording improvements. | kre |
| 2017-09-09 | Remove the BUGS section from devname(3) | kamil |
| 2017-09-09 | Install new man-page devname_r(3). | kamil |
| 2017-09-09 | Document devname_r(3) in devname(3). | kamil |
| 2017-08-05 | Remove superfluous Pp. | wiz |
| 2017-08-04 | There are more than four types of encoding. The combination of | ginsbach |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2017-06-18 | Make shared -DSMALL libc buildable without breaking libhack | manu |
| 2017-05-15 | Don't make assert use stdio; saves >100K on an empty static binary. | christos |
| 2017-05-14 | Formatting and punctuation improvements. | wiz |
| 2017-05-09 | Add the new signalname/signalnext/signalnumber interface to libc. | kre |
| 2017-05-08 | use the symbolic M_ALL and trim with M_MASK | christos |
| 2017-04-26 | Switch from a recursive pattern matching algorithm to handle '*' | christos |
| 2017-04-23 | fix typo (Leonardo Taccari) | christos |
| 2017-04-23 | Add VIS_DQ (for OpenBSD compat) | christos |
| 2017-04-18 | always initialize iovcnt | maya |
| 2017-04-13 | Fix out of bounds read for very large numbers (pointed out by Brooks Davis) | christos |
| 2017-03-23 | Remove trailing whitespace. | wiz |
| 2017-03-22 | Unbreak build, init variable (not a false alarm for this one.) | kre |
| 2017-03-22 | openlog(3): add LOG_PTRIM and LOG_NLOG log options. | roy |
| 2017-03-09 | Remove redundant null check before free. it is safe to free(NULL) | maya |
| 2017-03-06 | Improve grammar. Pointed out by Timo Buhrmester on netbsd-docs list. | pgoyette |
| 2017-02-21 | Use Fn for function name. | abhinav |
| 2017-02-21 | Fix spelling of "parenthesis". | abhinav |
| 2017-02-12 | fix off-by-one, found by asan. | christos |