| Age | Commit message (Expand) | Author |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-12-07 | tests/libcurses: fix grammar in comment (since yesterday) | rillig |
| 2021-12-06 | tests/libcurses: clean up comments | rillig |
| 2021-12-05 | s/rouine/routine/ | msaitoh |
| 2021-12-04 | librefuse: Preparation of a proper API versioning; no more #ifdef woes in use... | pho |
| 2021-11-23 | Temporary hack to work around incorrect/missing unwind info for | thorpej |
| 2021-11-22 | undef a couple more. | christos |
| 2021-11-20 | Merge common code for the chdir cases (Piyush Sachdeva) | christos |
| 2021-11-18 | Add a test case for backtrace(3) across a signal handler. | thorpej |
| 2021-11-16 | Add more testing for special character handling in ins_wstr family. | blymn |
| 2021-11-15 | Add handling for backspace special character (\b) | blymn |
| 2021-11-15 | Add missing test | christos |
| 2021-11-15 | Update the ins_(n)wstr test family to split out the check files | blymn |
| 2021-11-11 | The nfs_autoload test case has now been broken for more than four years. | gson |
| 2021-11-07 | Fix linking for multi-source file tests, the second part of the tuple | martin |
| 2021-11-07 | new tests for posix_spawn_chdir from Piyush Sachdeva | christos |
| 2021-11-01 | Test lib/libc/sys/t_timerfd often fails when run on QEMU because | hannken |
| 2021-10-31 | Skip the test when there is insufficient disk space. Fixes PR misc/56324. | gson |
| 2021-10-21 | Skip the lib/libc/sys/t_ptrace_waitid:syscall_signal_on_sce test case | gson |
| 2021-10-14 | Remove trailing whitespace | gson |
| 2021-10-12 | remove comment, it's fixed | nia |
| 2021-10-12 | crypt(3): Make Argon2 implementation match the reference impl by | nia |
| 2021-10-12 | Add libcrypt tests for Argon2i/Argon2i, based on reference hashes | nia |
| 2021-10-02 | - Strenghen the poll(2) fifo_inout test to ensure that once the reader | thorpej |
| 2021-10-02 | Add a fifo_inout test case that validates the expected POLLIN / POLLOUT | thorpej |
| 2021-10-02 | In the fifo_hup1 test, also ensure that POLLHUP is de-asserted when a | thorpej |
| 2021-10-02 | - fifo_poll(): If the last writer has disappeared, detect this and return | thorpej |
| 2021-09-21 | UsePrivilegeSeparation is no more | christos |
| 2021-09-19 | Add native implementations of eventfd(2) and timerfd(2), compatible with | thorpej |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-11 | tests/stdio: normalize whitespace | rillig |
| 2021-09-10 | fix the ssh rump test | christos |
| 2021-09-09 | tests/stdio: disable flappy test for EINTR with _IOFBF for now | rillig |
| 2021-09-07 | PR lib/56388 | rin |
| 2021-09-05 | tests/stdio: use standard ATF tools for verifying the test output | rillig |
| 2021-09-05 | tests/stdio: wrap test command with atf_check | rillig |
| 2021-09-05 | tests/stdio: on test failure, print more details | rillig |
| 2021-09-04 | Cosmetic fixes. No functional changes intended. | rin |
| 2021-09-03 | s/existant/existent/ in comments and messages, plus few more similar fixes. | andvar |
| 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-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-02 | s/suported/supported in comments | andvar |
| 2021-08-02 | s/diferent/different/ | andvar |
| 2021-07-24 | For sh3, increment PC when PT_CONTINUE from trigger_trap(), as already | rin |
| 2021-07-17 | PR 56313: fix eroneous = that was meant to be == | martin |
| 2021-07-10 | Use intmax_t to printf an off_t | martin |
| 2021-07-10 | add more info to ease future debugging. | christos |
| 2021-07-10 | space before star | christos |
| 2021-07-09 | Make opts.cmd const char * rather than char * -- nothing ever modifies | kre |