summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-12test_unistd: Add test for getgrouplist/initgroups()Jamie Hewland
2017-11-12test_unistd: Add test for getgroups/setgroups()Jamie Hewland
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-10-20Merge #780bors[bot]
2017-10-14Add a test for ppollAlan Somers
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-10-07Add test for 'fallocate'Sanchayan Maity
2017-10-07Merge #773bors[bot]
2017-10-05Fix variable does not need to be mutable warning for aio testSanchayan Maity
2017-10-02Add more accessors for AioCbAlan Somers
2017-09-06Merge pull request #762 from Mic92/stat-testsAlan Somers
2017-09-04test/test_stat.rs: use matching tempdir name for test_fstatatJörg Thalheim
2017-09-04test/test_stat.rs: test correct stat functionJörg Thalheim
2017-09-03Fixed error handling in `AioCb::{fsync,read,write}`Alan Somers
2017-09-03AioCb::Drop will now panic for in-progress AioCbAlan Somers
2017-09-03Merge #746bors[bot]
2017-08-30Merge #745bors[bot]
2017-08-29Use upstream libc definitions for fcntl FFIBryant Mairs
2017-08-28Moved ptrace constants into enum types added minor functionality.xd009642
2017-08-26Fix unused variable in testsBryant Mairs
2017-08-24Mark and document pty::ptsname() as unsafeNelson Chen
2017-08-18unistd: add fexecve()Luca Bruno
2017-08-17Merge #700bors[bot]
2017-08-11Merge #701bors[bot]
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-08-10Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-09Merge #688bors[bot]
2017-08-08Add a convenience method .pid() to WaitStatus.Marcin Mielniczuk
2017-08-05Fix tests on OpenBSDWesley Moore
2017-08-03Merge remote-tracking branch 'upstream/master' into ptrace-noregMarcin Mielniczuk
2017-08-02Reword the comment.Marcin Mielniczuk
2017-08-01add SockProtocol type for third argument of socket and socketpairNicolas Dusart
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-31support delivering a signal with ptrace::contMarcin Mielniczuk
2017-07-30Merge #672bors[bot]
2017-07-26add poll module for all platformsNicolas Dusart
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-25Disable failing tests on mips64Bryant Mairs
2017-07-25Replace remaining process::exit with libc::_exitJonas Schievink
2017-07-25Remove unneeded localJonas Schievink
2017-07-25Document invariants of fork and fix testsJonas Schievink
2017-07-25Allow doc attributes in ioctl macroroblabla
2017-07-25use std::env::temp_dir() to retrieve the temp directory in test_mkstempNicolas Dusart
2017-07-25Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas