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
2018-03-22
Replace AioCb::from_bytes with more generic from_boxed_slice
Alan Somers
2018-03-22
Change sys::aio::lio_listio to sys::aio::LioCb::listio
Alan Somers
2018-03-02
Change SigAction::flags to use from_bits_truncated
Antti Keränen
2018-02-06
Merge #851
bors[bot]
2018-02-05
Add test for getsid.
Glenn Griffin
2018-02-02
Add alarm module
Thomas de Zeeuw
2018-01-25
Support arbitrary baud rates on BSDs
Bryant Mairs
2018-01-21
Merge #820
bors[bot]
2018-01-15
aio: more documentation
Alan Somers
2018-01-15
aio: Clippy cleanup
Alan Somers
2018-01-15
aio: use `Bytes` instead of `Rc<[u8]>`
Alan Somers
2018-01-15
Add AioCb::from_ptr and AioCb::from_mut_ptr
Alan Somers
2018-01-11
Remove return value from `pause`
Thomas de Zeeuw
2018-01-10
Expose mqueue functions for all supported OSes
Alan Somers
2018-01-06
Add sigprocmask
Thomas de Zeeuw
2017-12-20
Remove uses of .iter()/.iter_mut()
Bryant Mairs
2017-12-20
Remove match statements with one arm
Bryant Mairs
2017-12-20
Use '!' instead of '== false'
Bryant Mairs
2017-12-20
Remove unnecessary mut
Bryant Mairs
2017-12-20
Correct ioctl read and write_ptr tests
Bryant Mairs
2017-12-20
Remove useless Err(_) match arms
Bryant Mairs
2017-12-20
Use Rc::clone() instead of .clone()
Bryant Mairs
2017-12-20
Remove unnecessary references
Bryant Mairs
2017-12-20
Use println!() instead of print!(...n)
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
2017-12-20
Remove unnecessary .ok()
Bryant Mairs
2017-12-20
Use iter::Cloned() instead of closure
Bryant Mairs
2017-12-20
Remove 'static from variables
Bryant Mairs
2017-12-20
Remove elided 'static lifetime
Bryant Mairs
2017-12-20
Remove useless vec![]
Bryant Mairs
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
[prev]
[next]