summaryrefslogtreecommitdiff
path: root/tests/lib/libc/sys
AgeCommit message (Expand)Author
2020-06-24Fix core_dump_procinfo tests for powerpc, for which child process wasrin
2020-06-22Work around QEMU bug #1668041 differently, by which floating-pointrin
2020-06-22Turn trigger_fpe() back to integer division by zero for a whilerin
2020-06-17Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.rin
2020-06-17Let trigger_fpe() cause floating-point divide by zero exception, instead ofrin
2020-06-17Regardless of __HAVE_FENV, include <fenv.h>, which itself defines __HAVE_FENV.rin
2020-06-15language sensitivitychristos
2020-06-09Add fork/vfork/posix_spawn tests for processes within pgrpkamil
2020-06-06Add a test case to ensure that _lwp_create() fails with thethorpej
2020-05-16Ignore interception of SIGCHLD signals in the debuggerkamil
2020-05-16Fix typo in test nameskamil
2020-05-16Ignore interception of SIGCHLD signals in the debuggerkamil
2020-05-14Ignore interception of the SIGCHLD signals.kamil
2020-05-11Fix potential race in ptrace(2) clone(2) testskamil
2020-05-11Fix race in fork_singalmaskedkamil
2020-05-11Simplify previouskamil
2020-05-11Do not fail when trying to kill a dying processkamil
2020-05-06Fix a bug in the futex_wake_highest_pri test case. Still fails asthorpej
2020-05-05Skip traceme_raise* tests rather than failing upfrontkamil
2020-05-05Move misc tests out of t_ptrace_wait.c to t_ptrace_misc_wait.hkamil
2020-05-05Move core tests out of t_ptrace_wait.c to t_ptrace_core_wait.hkamil
2020-05-05Move siginfo tests out of t_ptrace_wait.c to t_ptrace_siginfo_wait.hkamil
2020-05-05Move threads tests out of t_ptrace_wait.c to t_ptrace_threads_wait.hkamil
2020-05-05Move topology tests out of t_ptrace_wait.c to t_ptrace_topology_wait.hkamil
2020-05-05Move exec() tests out of t_ptrace_wait.c to t_ptrace_exec_wait.hkamil
2020-05-05Move LWP tests out of t_ptrace_wait.c to t_ptrace_lwp_wait.hkamil
2020-05-05Remove the duplicate ATF_TP_ADD_TC() entrieskamil
2020-05-05Move eventmask tests out of t_ptrace_wait.c to t_ptrace_eventmask_wait.hkamil
2020-05-04Remove the duplicate ATF_TP_ADD_TC() entrieskamil
2020-05-04Move signal tests out of t_ptrace_wait.c to t_ptrace_signal_wait.hkamil
2020-05-04Move fork/vfork/posix_spawn tests out of t_ptrace_wait.c to t_ptrace_fork_wait.hkamil
2020-05-04Bump (c) yearkamil
2020-05-04Move clone() tests out of t_ptrace_wait.c to t_ptrace_clone_wait.hkamil
2020-05-04Move byte transfer tests out of t_ptrace_wait.c to t_ptrace_bytetransfer_wait.hkamil
2020-05-04Move kill()-like tests out of t_ptrace_wait.c to t_ptrace_kill_wait.hkamil
2020-05-04Move PT_STEP tests out of t_ptrace_wait.c to t_ptrace_step_wait.hkamil
2020-05-04Move syscall tests out of t_ptrace_wait.c to t_ptrace_syscall_wait.hkamil
2020-05-04Move register tests out of t_ptrace_wait.c to t_ptrace_register_wait.hkamil
2020-05-04Add a test case for PR kern/55230. It is currently marked as expect-fail.thorpej
2020-05-01no need for alloca() (breaks SSP)christos
2020-05-01Oops, accidentally #if 0'd some tests, probably while debuggingthorpej
2020-04-30Add a test for sigaltstack(2) and SA_ONSTACKryo
2020-04-30- In uvm_voaddr_acquire(), take an extra hold on the anon lock obj.thorpej
2020-04-28Make FUTEX_WAIT_BITSET(bitset=0) fail with EINVAL to match Linux.riastradh
2020-04-26Add a NetBSD native futex implementation, mostly written by riastradh@.thorpej
2020-04-24Reduce assumptions about LWP numberskamil
2020-04-24Update for new LWP behavior -- as of 9.99.59, the LWP ID of a single-LWPthorpej
2020-04-22Remove unit tests for the never-exposed _lwp_gettid(2).thorpej
2020-04-18Oops, need the header too.christos
2020-04-18PR/55177: Carlo Arenas: mremap(MAP_REMAPDUP) fails after fork()christos