summaryrefslogtreecommitdiff
path: root/src/sys/statvfs.rs
AgeCommit message (Expand)Author
2022-12-09feat: I/O safety for 'sys/statvfs'Steve Lau
2022-11-06Reformat everythingAlex Saveau
2022-05-14add haiku supportAl Hoang
2021-12-20feature-gate most Nix functionsVincent Dagonneau
2021-09-19Clippy cleanupAlan Somers
2021-05-13Use https instead of httpRyan Zoeller
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2019-09-03Replace most instances of mem::uninitialized with mem::MaybeUninitAlan Somers
2019-06-09Add extra traits for all typesBryant Mairs
2018-12-08Replace try! with ?Alan Somers
2018-02-08make statfs/statvfs to be available wherever they are availableIgor Gnatenko
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-10Migrate more bitflags to use libc_bitflags!Bryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-08-10Refactor statvfs moduleBryant Mairs
2017-06-18Update bitflags to 0.9equal-l2
2017-02-16Update bitflags to 0.7Simon Sapin
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2016-01-25Normalize tabs to spacesarcnmx
2015-12-03Statvfs improvementsBrandon W Maister
2015-09-28statfs() & fstatfs()Alexander Polakov