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-07-03
Make preadv take immutable slice of IoVecs, fixes #913
Jakub Okoński
2018-06-01
Remove tests that weren't mine
Bryant Mairs
2018-06-01
Remove emulation of FD_CLOEXEC/O_NONBLOCK
Bryant Mairs
2018-05-28
Implement sendfile on FreeBSD and Darwin
Andrew Morrow
2018-04-28
select: add pselect syscall
Andreas Fuchs
2018-04-19
Implement Debug trait for PollFd
Zhouyu Qian
2018-04-10
Implement equivalent for _IOWINT for FreeBSD-like targets
Bryant Mairs
2018-04-10
Refactor the ioctl API and documentation
Bryant Mairs
2018-04-07
Merge #872
bors[bot]
2018-04-06
Add LioCb::listio_resubmit
Alan Somers
2018-03-23
Add fchmod, fchmodat functions.
Anton Ageev
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
[next]