summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-12-02Enable ucontext module on aarch64-unknown-linux-gnuRyan Zoeller
2022-10-23Define `MntFlags` and `unmount` on all of the BSDs.Alan Somers
2022-07-23Fix SockaddrLike::from_raw with unaligned inputsAlan Somers
2022-07-10More docs for the dir moduleAlan Somers
2022-07-10More docs for mqueue.Alan Somers
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-06Cleanup cfg blocksRyan Zoeller
2022-04-09Use singular number for all feature namesAlan Somers
2022-03-21Replace the Sockaddr enum with a unionAlan Somers
2022-02-27Remove `PATH_MAX` restriction from `with_nix_path`Alex Saveau
2022-02-14Merge #1655bors[bot]
2022-02-1330X performance improvement in with_nix_path by not initializing memoryAlex Saveau
2022-02-13Enable uconxtext module for s390xRyan Zoeller
2021-12-21Merge #1583bors[bot]
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-10-22Remove unsafe in with_nix_path() for [u8]Ryan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-09-04Document more thingsAlan Somers
2021-08-28Merge #1507 #1508bors[bot]
2021-08-28More rust docsAlan Somers
2021-08-10Forbid dead code againAlan Somers
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-03-21illumos and Solaris supportJason King
2020-12-19Add fuchsia supportAmanda Tait
2020-09-28Added clock_gettime, clock_getres, clock_settime, clock_getcpuclockidDaniil Bondarev
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Simply disable the dir module, since only the entry struct is availableXavier L'Heureux
2020-05-17Add pollXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2020-05-16Don't implement `NixPath` for `Option<&P> where P: NixPath`Alan Somers
2020-02-11Provide clearenv()John Gallagher
2019-12-29remove deprecated Error::descriptionRadyk Andrii
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-08-29Clippy cleanupAlan Somers
2019-07-13Temporarily allow deprecated itemsAlan Somers
2019-07-01Move cross compilation cfg for sched into sched modJakub Konka
2019-06-09Add extra traits for all typesBryant Mairs
2019-06-07ifaddrs: add ifaddrs support for androidPaul Osborne
2018-11-23Add Error::as_errnoAlan Somers
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-09-03new dir moduleScott Lamb
2018-03-22Replace AioCb::from_bytes with more generic from_boxed_sliceAlan Somers
2018-02-02Re-add ifaddrs moduleBryant Mairs
2018-01-28Fail to compile for any unused codeBryant Mairs
2018-01-28Clean up imports and uses in lib.rsBryant Mairs
2018-01-28Require docs for features and ifaddrs moduleBryant Mairs
2018-01-28Require docs for the net/if_ moduleBryant Mairs