summaryrefslogtreecommitdiff
path: root/src/sys/uio.rs
AgeCommit message (Expand)Author
2022-12-09feat: I/O safety for 'sys/uid' & 'sched'Steve Lau
2022-12-02Nuke IoVecAlex Saveau
2022-11-06Reformat everythingAlex Saveau
2022-10-08Fix clippy warnings on nightlyRyan Zoeller
2022-05-29Clippy cleanup for latest nightlyAlan Somers
2022-05-14add haiku supportAl Hoang
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-02-07enable process_vm_readv, process_vm_writev for androidrupansh-arch
2022-01-29Fix typo in pread docsRyan Zoeller
2022-01-24uclibc supportJonah Petri
2021-12-21impl Send and Sync for IoVecAlan Somers
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-04Enable pwritev and preadv for more operating systems.Alan Somers
2021-09-04Document more thingsAlan Somers
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-07-03Make preadv take immutable slice of IoVecs, fixes #913Jakub OkoĊ„ski
2018-04-18Support preadv/pwritev on BSDsAndrew Morrow
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Remove unnecessary lifetime annotationsBryant Mairs
2017-12-05Remove nix-test subcrateBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2016-03-10uio: Use bindings from libc instead of our ownKamal Marhubi
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-10-20Move a few bindings behind featuresCarl Lerche
2015-07-27Make it compatible for Android.Tim JIANG
2015-07-13Add support for preadv and pwritev to sys/uio on Linux.Trip Volpe
2015-06-17Change pread/pwrite to take offset as a off_t.Holger Rapp
2015-06-05Add pwrite and preadFlorian Hartwig
2015-05-28Remove std::os::unix::io::RawFd re-exportCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche