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_wait.rs
Age
Commit message (
Expand
)
Author
2021-08-22
Print function name and missing capability when skipping tests
Ryan Zoeller
2021-07-07
Collapse Error into Errno
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-30
misc Clippy cleanup
Alan Somers
2020-12-06
Switch all builds from Travis to Cirrus
Alan Somers
2020-09-20
Mark nix::unistd::fork as unsafe.
Vitaly _Vi Shukela
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
2019-12-01
Allow signal injection in ptrace::{syscall, detach}
Francisco Giordano
2019-09-19
Require CAP_SYS_PTRACE for certain tests
Alan Somers
2018-09-05
Replace allow unused directive with _ prefix
Pascal Bach
2018-01-11
Remove return value from `pause`
Thomas de Zeeuw
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-20
Remove unnecessary .ok()
Bryant Mairs
2017-12-05
Expose `from_raw` on `WaitStatus` and make it return a `Result`
Robert O'Callahan
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-10
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-07-31
Add tests for ptrace::cont
Marcin Mielniczuk
2017-07-31
support delivering a signal with ptrace::cont
Marcin Mielniczuk
2017-07-26
Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.
Marcin Mielniczuk
2017-07-25
Remove the TODO comments, add unwrap() for ptrace.
Marcin Mielniczuk
2017-07-25
Fix the tests compiling
Marcin Mielniczuk
2017-07-25
Replace remaining process::exit with libc::_exit
Jonas Schievink
2017-07-25
Document invariants of fork and fix tests
Jonas Schievink
2017-07-25
Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOOD
Geoffrey Thomas
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2016-11-14
Make signal argument to kill optional
Philipp Matthias Schaefer
2016-03-30
unistd: Redesign the enum returned by fork()
Kamal Marhubi
2016-03-30
Use pause(2) in test_wait_signal
Kamal Marhubi
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-07-13
Add status to WaitStatus
Joseph Kain