Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove echo headlines. | 2020-12-17 | 1 | -2/+1 | |
| | |||||
* | Don't #include <machine/cpufunc.h>, not available on all archs | 2020-04-03 | 1 | -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 the | 2020-03-16 | 1 | -1/+211 | |
| | | | | debugger. | ||||
* | Import ptrace(2) regression tests from FreeBSD. | 2020-02-28 | 5 | -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. |