summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/ptrace2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove echo headlines.bluhm2020-12-171-2/+1
|
* Don't #include <machine/cpufunc.h>, not available on all archsjca2020-04-031-2/+1
| | | | | Thankfully it doesn't appear needed on amd64 and sparc64, and probably others. ok mpi@
* Enable tests now that the original parent see the exit status after thempi2020-03-161-1/+211
| | | | debugger.
* Import ptrace(2) regression tests from FreeBSD.mpi2020-02-285-0/+585
Only the first two tests are currently passing and enabled. The second one already exposes the recently fixed bug with double wait(2) report. More tests will be enabled as they get fixed.