| Age | Commit message (Expand) | Author |
| 2022-04-05 | In the mmap_err test case, mmap the address, not the address of the address. | gson |
| 2022-04-05 | When the t_mmap:mmap_err test fails due to errno not having the expected | gson |
| 2022-04-04 | fix various typos, mainly in comments. | andvar |
| 2022-03-26 | Add sparc* to the list of architectures that need an explicit address | martin |
| 2022-03-18 | getrandom(2): Fix return value checks in automatic tests. | riastradh |
| 2022-02-20 | Validate basic fcntl(2) behavior for eventfd and timerfd. | thorpej |
| 2022-01-16 | tests/libc/inet: remove stray semicolons | rillig |
| 2021-12-15 | When running the tests under "qemu -accel kvm" on a Linux host, | gson |
| 2021-12-10 | s/occured/occurred/ in comments, log messages and man pages. | andvar |
| 2021-11-22 | undef a couple more. | christos |
| 2021-11-20 | Merge common code for the chdir cases (Piyush Sachdeva) | christos |
| 2021-11-15 | Add missing test | christos |
| 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-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-19 | Add native implementations of eventfd(2) and timerfd(2), compatible with | thorpej |
| 2021-09-11 | tests/stdio: normalize whitespace | rillig |
| 2021-09-09 | tests/stdio: disable flappy test for EINTR with _IOFBF for now | rillig |
| 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-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-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 |
| 2021-07-09 | fixes from RVP | christos |
| 2021-07-08 | fix printf format strings | christos |
| 2021-07-08 | need to set BINDIR | christos |
| 2021-07-08 | Add interrupted I/O tests (from RVP) | christos |
| 2021-06-09 | remove the kill in the trace code. | christos |
| 2021-06-09 | remove not required include files | christos |
| 2021-06-09 | 1. Preallocate the patterns so that out of memory conditions don't happen | christos |
| 2021-06-07 | Add more information for the malloc failure. | christos |
| 2021-05-24 | On mips, avoid deliberately executing an illegal instruction for now | gson |
| 2021-05-02 | Add test for POSIX_SPAWN_RESETIDS flag | martin |
| 2021-03-28 | yield so we can lose packets | christos |
| 2021-03-21 | use a pipe instead of sched_yield() | christos |