index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
sys
/
test_ptrace.rs
Age
Commit message (
Expand
)
Author
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-07-03
Add a missing require_capability! to a test
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2018-10-21
Added ptrace support for BSDs
xd009642
2018-10-15
Eliminate compiler warnings, especially on non-Linux platforms
Alan Somers
2017-12-20
Remove match statements with one arm
Bryant Mairs
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-28
Moved ptrace constants into enum types added minor functionality.
xd009642
2017-08-02
Reword the comment.
Marcin Mielniczuk
2017-07-31
Extra doc
Marcin Mielniczuk
2017-07-31
Add a line break.
Marcin Mielniczuk
2017-07-31
Possibly fix tests failing on qemu architectures.
Marcin Mielniczuk
2017-07-31
Add tests for ptrace::cont
Marcin Mielniczuk
2017-07-26
Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.
Marcin Mielniczuk
2017-07-21
Get rid of the bulk imports
Marcin Mielniczuk
2017-07-20
Tidy up imports in test_ptrace.rs
Marcin Mielniczuk
2017-07-20
Fix tests
Marcin Mielniczuk
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
2017-07-08
Enable ptrace on all Linux platforms
Geoffrey Thomas