| Age | Commit message (Expand) | Author |
| 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 |
| 2020-05-05 | Skip traceme_raise* tests rather than failing upfront | kamil |
| 2020-05-05 | Move misc tests out of t_ptrace_wait.c to t_ptrace_misc_wait.h | kamil |
| 2020-05-05 | Move core tests out of t_ptrace_wait.c to t_ptrace_core_wait.h | kamil |
| 2020-05-05 | Move siginfo tests out of t_ptrace_wait.c to t_ptrace_siginfo_wait.h | kamil |
| 2020-05-05 | Move threads tests out of t_ptrace_wait.c to t_ptrace_threads_wait.h | kamil |
| 2020-05-05 | Move topology tests out of t_ptrace_wait.c to t_ptrace_topology_wait.h | kamil |
| 2020-05-05 | Move exec() tests out of t_ptrace_wait.c to t_ptrace_exec_wait.h | kamil |
| 2020-05-05 | Move LWP tests out of t_ptrace_wait.c to t_ptrace_lwp_wait.h | kamil |
| 2020-05-05 | Remove the duplicate ATF_TP_ADD_TC() entries | kamil |
| 2020-05-05 | Move eventmask tests out of t_ptrace_wait.c to t_ptrace_eventmask_wait.h | kamil |
| 2020-05-04 | Remove the duplicate ATF_TP_ADD_TC() entries | kamil |
| 2020-05-04 | Move signal tests out of t_ptrace_wait.c to t_ptrace_signal_wait.h | kamil |
| 2020-05-04 | Move fork/vfork/posix_spawn tests out of t_ptrace_wait.c to t_ptrace_fork_wait.h | kamil |
| 2020-05-04 | Bump (c) year | kamil |
| 2020-05-04 | Move clone() tests out of t_ptrace_wait.c to t_ptrace_clone_wait.h | kamil |
| 2020-05-04 | Move byte transfer tests out of t_ptrace_wait.c to t_ptrace_bytetransfer_wait.h | kamil |
| 2020-05-04 | Move kill()-like tests out of t_ptrace_wait.c to t_ptrace_kill_wait.h | kamil |
| 2020-05-04 | Move PT_STEP tests out of t_ptrace_wait.c to t_ptrace_step_wait.h | kamil |
| 2020-05-04 | Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wait.h | kamil |
| 2020-05-04 | Move register tests out of t_ptrace_wait.c to t_ptrace_register_wait.h | kamil |
| 2020-05-04 | Add a test case for PR kern/55230. It is currently marked as expect-fail. | thorpej |
| 2020-05-01 | no need for alloca() (breaks SSP) | christos |
| 2020-05-01 | Oops, accidentally #if 0'd some tests, probably while debugging | thorpej |
| 2020-04-30 | Add a test for sigaltstack(2) and SA_ONSTACK | ryo |
| 2020-04-30 | - In uvm_voaddr_acquire(), take an extra hold on the anon lock obj. | thorpej |
| 2020-04-28 | Make FUTEX_WAIT_BITSET(bitset=0) fail with EINVAL to match Linux. | riastradh |
| 2020-04-26 | Add a NetBSD native futex implementation, mostly written by riastradh@. | thorpej |
| 2020-04-24 | Reduce assumptions about LWP numbers | kamil |
| 2020-04-24 | Update for new LWP behavior -- as of 9.99.59, the LWP ID of a single-LWP | thorpej |
| 2020-04-22 | Remove unit tests for the never-exposed _lwp_gettid(2). | thorpej |
| 2020-04-18 | Oops, need the header too. | christos |
| 2020-04-18 | PR/55177: Carlo Arenas: mremap(MAP_REMAPDUP) fails after fork() | christos |