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
2022-02-07
enable process_vm_readv, process_vm_writev for android
rupansh-arch
2022-01-29
Fix typo in pread docs
Ryan Zoeller
2022-01-24
uclibc support
Jonah Petri
2021-12-21
impl Send and Sync for IoVec
Alan Somers
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-04
Enable pwritev and preadv for more operating systems.
Alan Somers
2021-09-04
Document more things
Alan Somers
2021-06-13
Add nmount for FreeBSD.
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-16
Apply `repr(transparent)` to several FFI types
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-07-03
Make preadv take immutable slice of IoVecs, fixes #913
Jakub OkoĊski
2018-04-18
Support preadv/pwritev on BSDs
Andrew Morrow
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2017-12-20
Use backticks around types/functions in docs
Bryant Mairs
2017-12-20
Remove unnecessary lifetime annotations
Bryant Mairs
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