| Age | Commit message (Expand) | Author |
| 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 |
| 2020-06-24 | Fix core_dump_procinfo tests for powerpc, for which child process was | rin |
| 2020-06-22 | Work around QEMU bug #1668041 differently, by which floating-point | rin |
| 2020-06-22 | Turn trigger_fpe() back to integer division by zero for a while | rin |
| 2020-06-17 | Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV. | rin |
| 2020-06-17 | Let trigger_fpe() cause floating-point divide by zero exception, instead of | rin |
| 2020-06-17 | Regardless of __HAVE_FENV, include <fenv.h>, which itself defines __HAVE_FENV. | rin |
| 2020-06-15 | language sensitivity | christos |
| 2020-06-09 | Add fork/vfork/posix_spawn tests for processes within pgrp | kamil |
| 2020-06-06 | Add a test case to ensure that _lwp_create() fails with the | thorpej |
| 2020-05-16 | Ignore interception of SIGCHLD signals in the debugger | kamil |
| 2020-05-16 | Fix typo in test names | kamil |
| 2020-05-16 | Ignore interception of SIGCHLD signals in the debugger | kamil |
| 2020-05-14 | Ignore interception of the SIGCHLD signals. | kamil |
| 2020-05-11 | Fix potential race in ptrace(2) clone(2) tests | kamil |
| 2020-05-11 | Fix race in fork_singalmasked | kamil |
| 2020-05-11 | Simplify previous | kamil |
| 2020-05-11 | Do not fail when trying to kill a dying process | kamil |
| 2020-05-06 | Fix a bug in the futex_wake_highest_pri test case. Still fails as | thorpej |