summaryrefslogtreecommitdiff
path: root/src/sys/statfs.rs
AgeCommit message (Expand)Author
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