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