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
Age
Commit message (
Expand
)
Author
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-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-08
Add a convenience method .pid() to WaitStatus.
Marcin Mielniczuk
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-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
Document invariants of fork and fix tests
Jonas Schievink
2017-07-25
Allow doc attributes in ioctl macro
roblabla
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
2017-07-25
Refactor ioctl! for buffers
Bryant Mairs
2017-07-25
Add 'bad' prefixes for read, write_*, and readwrite ioctls
Bryant Mairs
2017-07-25
Split ioctl!(write ...) into write_ptr and write_int
Bryant Mairs
2017-07-25
Add a "bad none" variant to the ioctl macro
Bryant Mairs
2017-07-25
Re-add bad variant of ioctl!
Bryant Mairs
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-19
Merge #681
bors[bot]
2017-07-19
Merge #686
bors[bot]
2017-07-18
Remove signalfd feature in favor of conditional compilation
Bryant Mairs
2017-07-17
Remove preadv_pwritev feature in favor of conditional include
Bryant Mairs
2017-07-18
Merge #638
bors[bot]
2017-07-17
Fix some bugs in the termios tests
Alan Somers
2017-07-17
Fix UnsupportedOperation when using ptrace_* functions
Bryant Mairs
2017-07-16
Fix thread safety issues in aio, chdir, and wait tests
Alan Somers
2017-07-10
Add cfmakeraw and cfsetspeed
Bryant Mairs
2017-07-10
Use libc types for termios
Bryant Mairs
[next]