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
Age
Commit message (
Expand
)
Author
2017-10-20
Merge #780
bors[bot]
2017-10-14
Add a test for ppoll
Alan Somers
2017-10-11
added unistd::mkfifo #602
Jakub Pastuszek
2017-10-07
Add test for 'fallocate'
Sanchayan Maity
2017-10-07
Merge #773
bors[bot]
2017-10-05
Fix variable does not need to be mutable warning for aio test
Sanchayan Maity
2017-10-02
Add more accessors for AioCb
Alan Somers
2017-09-06
Merge pull request #762 from Mic92/stat-tests
Alan Somers
2017-09-04
test/test_stat.rs: use matching tempdir name for test_fstatat
Jörg Thalheim
2017-09-04
test/test_stat.rs: test correct stat function
Jörg Thalheim
2017-09-03
Fixed error handling in `AioCb::{fsync,read,write}`
Alan Somers
2017-09-03
AioCb::Drop will now panic for in-progress AioCb
Alan Somers
2017-09-03
Merge #746
bors[bot]
2017-08-30
Merge #745
bors[bot]
2017-08-29
Use upstream libc definitions for fcntl FFI
Bryant Mairs
2017-08-28
Moved ptrace constants into enum types added minor functionality.
xd009642
2017-08-26
Fix unused variable in tests
Bryant Mairs
2017-08-24
Mark and document pty::ptsname() as unsafe
Nelson Chen
2017-08-18
unistd: add fexecve()
Luca Bruno
2017-08-17
Merge #700
bors[bot]
2017-08-11
Merge #701
bors[bot]
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-08-11
Calculate `nfds` parameter for `select`
Jonas Schievink
2017-08-10
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-09
Merge #688
bors[bot]
2017-08-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
2017-08-05
Fix tests on OpenBSD
Wesley Moore
2017-08-03
Merge remote-tracking branch 'upstream/master' into ptrace-noreg
Marcin Mielniczuk
2017-08-02
Reword the comment.
Marcin Mielniczuk
2017-08-01
add SockProtocol type for third argument of socket and socketpair
Nicolas Dusart
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-31
support delivering a signal with ptrace::cont
Marcin Mielniczuk
2017-07-30
Merge #672
bors[bot]
2017-07-26
add poll module for all platforms
Nicolas Dusart
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
Disable failing tests on mips64
Bryant Mairs
2017-07-25
Replace remaining process::exit with libc::_exit
Jonas Schievink
2017-07-25
Remove unneeded local
Jonas Schievink
2017-07-25
Document invariants of fork and fix tests
Jonas Schievink
2017-07-25
Allow doc attributes in ioctl macro
roblabla
2017-07-25
use std::env::temp_dir() to retrieve the temp directory in test_mkstemp
Nicolas Dusart
2017-07-25
Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOOD
Geoffrey Thomas
2017-07-25
Add tests of actual ioctl usage
Bryant Mairs
2017-07-25
fix some tests for Android
Nicolas Dusart
2017-07-25
Fix thread safety issues in pty and termios tests
Alan Somers
[next]