summaryrefslogtreecommitdiff
path: root/src/sys/statfs.rs
AgeCommit message (Expand)Author
2022-03-28Enable statfs magic constants for target_os = "android"Felix Obenhuber
2022-03-05Fix complation on riscv32Khem Raj
2022-01-24uclibc supportJonah Petri
2022-01-18Define UMOUNT_NOFOLLOW, FUSE_SUPER_MAGIC on LinuxRyan Zoeller
2021-12-26Fix typosRyan Zoeller
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-04Document more thingsAlan Somers
2021-02-15Port statfs to x32наб
2021-02-02Define *_MAGIC filesystem constants on Linux s390xJakob Naucke
2020-07-25Merge #1224bors[bot]
2020-07-04Add FsType for cgroupfsKenta Tada
2020-07-03Skip the OFD locks tests on OverlayFS and muslAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-04-25Fix compilation on DragonFly (statfs)Michael Neumann
2020-02-13Make FsType's raw type publicMikail Bagishov
2019-12-22Fix the build on OpenBSD.Alan Somers
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-06-12Update statfsalesharik
2018-12-08Replace try! with ?Alan Somers
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-07-07sys/statfs: use statfs from libcJörg Thalheim
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-25Fix an indentarcnmx
2016-01-25Normalize tabs to spacesarcnmx
2015-09-28statfs() & fstatfs()Alexander Polakov