summaryrefslogtreecommitdiff
path: root/test/sys/test_wait.rs
AgeCommit message (Expand)Author
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-10Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk
2017-07-31Add tests for ptrace::contMarcin Mielniczuk
2017-07-31support delivering a signal with ptrace::contMarcin Mielniczuk
2017-07-26Mark nix::sys::ptrace::ptrace as unsafe, add safe variants of source routines.Marcin Mielniczuk
2017-07-25Remove the TODO comments, add unwrap() for ptrace.Marcin Mielniczuk
2017-07-25Fix the tests compilingMarcin Mielniczuk
2017-07-25Replace remaining process::exit with libc::_exitJonas Schievink
2017-07-25Document invariants of fork and fix testsJonas Schievink
2017-07-25Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-03-30Use pause(2) in test_wait_signalKamal Marhubi
2016-01-18update libc to 0.2.2Mattis Marjak
2015-07-13Add status to WaitStatusJoseph Kain