| Age | Commit message (Expand) | Author |
| 2023-07-08 | clock_gettime(2): Fix CLOCK_PROCESS/THREAD_CPUTIME_ID. | riastradh |
| 2023-07-08 | t_timerfd: Sprinkle slightly more diagnostics. | riastradh |
| 2023-07-08 | t_clock_gettime: Add test for PR kern/57512. | riastradh |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2023-03-20 | Adjust pc/npc before syscall allowing EJUSTRETURN to return | hannken |
| 2022-08-01 | Provide _GNU_SOURCE for t_clone now that is required to make clone() | kre |
| 2022-06-09 | There are two hard problems in computer science cache invalidation, naming | skrll |
| 2022-06-07 | PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after... | skrll |
| 2022-06-04 | tests/lib/libc: Test mmap(2) with bad hints. | riastradh |
| 2022-05-31 | Avoid plabels on hppa to make some tests not crash | skrll |
| 2022-05-24 | s/estabilishing/establishing/ in copy pasted comment. | andvar |
| 2022-04-06 | Add a regression test for PR kern/52239, "Changing protections of | gson |
| 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 |
| 2021-11-01 | Test lib/libc/sys/t_timerfd often fails when run on QEMU because | hannken |
| 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-08-22 | s/priviledge/privilege/ in comments/log messages and fix one typo in descriptor. | 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-05-24 | On mips, avoid deliberately executing an illegal instruction for now | gson |
| 2021-03-28 | yield so we can lose packets | christos |
| 2021-03-21 | use a pipe instead of sched_yield() | christos |
| 2021-03-19 | Sprinkle a few more \n's and the end of some debug printfs. | simonb |
| 2021-01-18 | Check for MAP_FAILED instead of NULL when looking for an error from mmap(2). | simonb |
| 2020-10-31 | PR/55663: Ruslan Nikolaev: Add support for EVFILT_USER in kqueue(2) | christos |
| 2020-10-27 | Add tests for AVX-512 registers (zmm0..zmm31, k0..7) | mgorny |
| 2020-10-24 | Issue 64-bit versions of *XSAVE* for 64-bit amd64 programs | mgorny |
| 2020-10-16 | Remove leftover commented out #if 0 | mgorny |
| 2020-10-15 | Apply fix in rev 1.2 for core_dump_procinfo to aarch64 and arm: | rin |
| 2020-10-15 | Fix s87_tw reconstruction to correctly indicate register states | mgorny |
| 2020-10-13 | Bump soft/hard limits for stack to 6MB for aarch64{,eb}, where old value | rin |
| 2020-10-09 | Add tests for x87 FPU registers | mgorny |
| 2020-10-09 | Rename MM_REG macro to ST_MAN, and cover fpr/xstate with it | mgorny |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-08-25 | Fix getrandom() tests. | riastradh |
| 2020-08-23 | Split getrandom tests into several cases to find out which ones hang. | riastradh |
| 2020-08-14 | New system call getrandom() compatible with Linux and others. | riastradh |
| 2020-07-17 | Add ppoll() a compatibility wrapper around pollts(2) | kamil |
| 2020-06-26 | Reference PRs consistently. | jruoho |
| 2020-06-25 | Reference PRs consistently. | jruoho |