summaryrefslogtreecommitdiff
path: root/test/sys/test_ptrace.rs
AgeCommit message (Expand)Author
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2018-10-21Added ptrace support for BSDsxd009642
2018-10-15Eliminate compiler warnings, especially on non-Linux platformsAlan Somers
2017-12-20Remove match statements with one armBryant Mairs
2017-12-20Remove useless Err(_) match armsBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-02Reword the comment.Marcin Mielniczuk
2017-07-31Extra docMarcin Mielniczuk
2017-07-31Add a line break.Marcin Mielniczuk
2017-07-31Possibly fix tests failing on qemu architectures.Marcin Mielniczuk
2017-07-31Add tests for ptrace::contMarcin Mielniczuk
2017-07-26Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.Marcin Mielniczuk
2017-07-21Get rid of the bulk importsMarcin Mielniczuk
2017-07-20Tidy up imports in test_ptrace.rsMarcin Mielniczuk
2017-07-20Fix testsMarcin Mielniczuk
2017-07-17Fix UnsupportedOperation when using ptrace_* functionsBryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas