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-12-20
Add backticks to types in doccomments
Bryant Mairs
2017-12-20
Use byte strings instead of String.as_bytes()
Bryant Mairs
2017-12-20
Use write_all instead of write
Bryant Mairs
2017-12-19
Merge #799
bors[bot]
2017-12-19
Fix support for DragonFly
Michael Neumann
2017-12-09
Merge #741
bors[bot]
2017-12-08
Merge #807
bors[bot]
2017-12-08
Merge #777
bors[bot]
2017-12-07
Use the real pipe2(2) on all BSD targets.
Alan Somers
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-05
Expose `from_raw` on `WaitStatus` and make it return a `Result`
Robert O'Callahan
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-11-19
unistd: add execveat() on Linux and Android
Luca Bruno
2017-11-19
sys/socket: add UnixAddr abstract name getter
Luca Bruno
2017-11-12
unistd: groups: Respond to minor PR feedback items
Jamie Hewland
2017-11-12
groups tests: Add groups mutex and print message when tests skipped
Jamie Hewland
2017-11-12
test_unistd: Add test for getgrouplist/initgroups()
Jamie Hewland
2017-11-12
test_unistd: Add test for getgroups/setgroups()
Jamie Hewland
2017-11-08
Add process_vm_readv and process_vm_writev
Geoffrey Thomas
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
[next]