summaryrefslogtreecommitdiff
path: root/src/sys/quota.rs
AgeCommit message (Expand)Author
2022-12-04Cleanup old Clippy directives.Alan Somers
2022-11-06Reformat everythingAlex Saveau
2022-08-09remove deprecated itemsSteveLauC
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2020-09-13Adapt for safe-isation of some libc functions.Vitaly _Vi Shukela
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-16Don't implement `NixPath` for `Option<&P> where P: NixPath`Alan Somers
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-01-28Fail to compile for any unused codeBryant Mairs
2018-01-28Require Debug impls for all typesBryant Mairs
2017-12-11Merge #806bors[bot]
2017-12-10Cleanup doc warningsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-08-29Migrate quota module to libc FFI typesBryant Mairs
2017-08-17Merge #725bors[bot]
2017-08-16Use libc::quotactlBryant Mairs
2017-08-16Match libc_bitflags! syntax to upstream bitflags!Bryant Mairs
2017-08-11Get rid of a lot of transmutesJonas Schievink
2017-02-19Fix the style for bitflags!Mathias Svensson
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
2016-01-18update libc to 0.2.2Mattis Marjak
2015-09-28quotactl() API for linuxAlexander Polakov