| Age | Commit message (Expand) | Author |
| 2022-03-12 | setmode(3): use reallocarr instead of realloc(x * y) | nia |
| 2022-03-12 | setmode(3): use reallocarr instead of malloc(x * y) | nia |
| 2022-03-12 | hcreate(3): use reallocarr instead of malloc(x * y) | nia |
| 2022-02-15 | membar_ops(3): xref bus_dma, bus_space in SEE ALSO section too | riastradh |
| 2022-02-13 | fix few typos in comments and log message. | andvar |
| 2022-02-13 | Fix typo | pgoyette |
| 2022-02-11 | libc/getenv: remove trailing whitespace | rillig |
| 2022-01-26 | remove double t from targeted, add missing r to arbitrary | andvar |
| 2022-01-24 | s/begining/beginning/ in comments and messages. | andvar |
| 2022-01-17 | PR/56640: Kimmo Suominen: Correct HISTORY section. | christos |
| 2022-01-04 | s/compnent/component/ | andvar |
| 2022-01-04 | exec(3): execlpe() first argument should be named "file" | uwe |
| 2022-01-04 | getopt_long(3): "index" is an argument, not a field. | uwe |
| 2022-01-04 | getopt_long(3): use NULL, not 0, for flag in the example. | uwe |
| 2022-01-02 | ptsname(3): fix equivalence example | uwe |
| 2022-01-01 | zero out the tzh structure to fix reproducibile builds. | christos |
| 2021-12-12 | fix typos in word "operation(s)". | andvar |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-10 | s/unaccessible/inaccessible/ | andvar |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-12-07 | s/listner/listener/ | andvar |
| 2021-12-05 | PR/56538: coypu: For compat ctime and friends (when time_t was 32 bits) | christos |
| 2021-12-05 | jemalloc.3: fix malformed CVS Id | rillig |
| 2021-12-05 | s/supress/suppress/ | msaitoh |
| 2021-12-05 | s/succesful/successful/ in comment. | msaitoh |
| 2021-12-05 | s/numberic/numeric/ in comment. | msaitoh |
| 2021-11-27 | Trailing whitespace | skrll |
| 2021-11-24 | Decorate the VAX signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-24 | Decorate the SuperH signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-23 | Decorate the ARM signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-23 | Because the PC is not a general purpose register on aarch64, we need | thorpej |
| 2021-11-21 | Decorate the m68k signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-21 | Decorate the powerpc signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-20 | Use the DWARF pseudo-register for the signal trampoline return address. | thorpej |
| 2021-11-19 | Mention that fchmod conforms to XPG 4.2. Bump date. | wiz |
| 2021-11-18 | Decorate the MIPS signal trampoline with the appropriate .cfi | thorpej |
| 2021-11-15 | More cleanups and typo corrections. | kre |
| 2021-11-15 | Clean up. | wiz |
| 2021-11-15 | Sort SEE ALSO. | wiz |
| 2021-11-15 | Add man pages for posix_spawn_file_actions_add{f,}chdir from piyush | christos |
| 2021-11-07 | fix various typos, mainly s/prefered/preferred/ | andvar |
| 2021-11-07 | Commit the userland portion of the posix_spawn_chdir project by Piyush Sachdeva | christos |
| 2021-11-03 | CFI: Saved RA needs to point to the PC slot in the ucontext_t. | thorpej |
| 2021-11-03 | Set up the CFI in a slightly more rational way. | thorpej |
| 2021-11-02 | fts(3): Use reallocarr instead of realloc(x * y), eliminate a temporary | nia |
| 2021-11-02 | Adjust for new __sigaction_siginfo symbol. | thorpej |
| 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-30 | Put back the sigcontext sigtramp code. | christos |