| Age | Commit message (Expand) | Author |
| 2021-10-29 | Add "--" 'options end' parameter to the sh -c call that runs the | kre |
| 2021-10-29 | reallocarr does not set errno. | nia |
| 2021-10-29 | citrus: Use calloc instead of malloc'ing and clearing the array manually | nia |
| 2021-10-29 | scandir(3): Convert malloc(x * y) and realloc(x * y) to reallocarr | nia |
| 2021-10-29 | radixsort(3): use reallocarr instead of malloc(x * y) | nia |
| 2021-10-29 | wcsdup(3): use reallocarr to catch integer overflow | nia |
| 2021-10-28 | Fix typo in comment: allows, not alows. | riastradh |
| 2021-10-28 | Use .Sq instead of a dangling .So | kim |
| 2021-10-27 | getaddrinfo(3): malloc + memset -> calloc | nia |
| 2021-10-27 | fix problem with uninitialized variable on malformed 32 bit time. | christos |
| 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-24 | setlocale.3: minor updates to reflect the current implementation | gutteridge |
| 2021-10-23 | Add support for the EVFILT_EMPTY filter, which is activated when the | thorpej |
| 2021-10-22 | Fix build failure | ryoon |
| 2021-10-22 | Change to code and documentation from 2021a -> 2021e | christos |
| 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-07 | Fix the lib/libc/setjmp/t_setjmp:{,_}longjmp_zero test cases | skrll |
| 2021-10-01 | PR/56424: Clay Mayers: recvfrom() is not a cancelation point as documented | christos |
| 2021-09-30 | kqueue(2) file descriptors are not inherited across fork(2). A | christos |
| 2021-09-28 | Remove duplicate tm_isdst. Fixes PR misc/56419 for HEAD. | kim |
| 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-23 | printf(3): mention snprintb(3) | wiz |
| 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-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-09-11 | popen.3: move popenve from BUGS to HISTORY | rillig |
| 2021-09-11 | fseek.3: fix grammar | rillig |
| 2021-08-30 | Remove lint workarounds | christos |
| 2021-08-29 | libc: suppress lint warning for namespacing mismatch for _mcount | rillig |
| 2021-08-22 | s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor. | andvar |
| 2021-08-21 | fix mainly same typos as in my previous commit but outside sys/dev/dm. | andvar |
| 2021-08-12 | fix typos in "environment" word. | andvar |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-08 | introduce a SOL_LOCAL for unix-domain socket level socket options | nia |
| 2021-08-07 | typo | dholland |
| 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-07-26 | Improve previous: | rin |
| 2021-07-25 | Update to reflect current reality for template characters - the process | simonb |
| 2021-07-24 | For evbppc, use C version of bcopy(3), memcpy(3), memcmp(3), and | rin |
| 2021-07-22 | revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate | christos |