index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
quota.rs
Age
Commit message (
Expand
)
Author
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2020-09-13
Adapt for safe-isation of some libc functions.
Vitaly _Vi Shukela
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-16
Don't implement `NixPath` for `Option<&P> where P: NixPath`
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-06-09
Add extra traits for all types
Bryant Mairs
2018-12-08
Replace try! with ?
Alan Somers
2018-01-28
Fail to compile for any unused code
Bryant Mairs
2018-01-28
Require Debug impls for all types
Bryant Mairs
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-12-02
Upgrade to Bitflags 1.0
Bryant Mairs
2017-08-29
Migrate quota module to libc FFI types
Bryant Mairs
2017-08-17
Merge #725
bors[bot]
2017-08-16
Use libc::quotactl
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-08-11
Get rid of a lot of transmutes
Jonas Schievink
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-25
Normalize tabs to spaces
arcnmx
2016-01-18
update libc to 0.2.2
Mattis Marjak
2015-09-28
quotactl() API for linux
Alexander Polakov