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
/
src
/
sys
/
uio.rs
Age
Commit message (
Expand
)
Author
2017-12-05
Remove nix-test subcrate
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-11-08
Add process_vm_readv and process_vm_writev
Geoffrey Thomas
2017-07-17
Remove preadv_pwritev feature in favor of conditional include
Bryant Mairs
2016-03-10
uio: Use bindings from libc instead of our own
Kamal Marhubi
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-10-20
Move a few bindings behind features
Carl Lerche
2015-07-27
Make it compatible for Android.
Tim JIANG
2015-07-13
Add support for preadv and pwritev to sys/uio on Linux.
Trip Volpe
2015-06-17
Change pread/pwrite to take offset as a off_t.
Holger Rapp
2015-06-05
Add pwrite and pread
Florian Hartwig
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-25
Large cleanup, mostly of socket functions
Carl Lerche
2015-02-21
Fix uio and add SockAddr conversions
Carl Lerche
2015-02-21
Cleanup readv & writev + tests
Carl Lerche