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
/
statvfs.rs
Age
Commit message (
Expand
)
Author
2022-05-14
add haiku support
Al Hoang
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-19
Clippy cleanup
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Add Redox support for most of the modules
Xavier L'Heureux
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-02-08
make statfs/statvfs to be available wherever they are available
Igor Gnatenko
2018-01-28
Require Debug impls for all types
Bryant Mairs
2018-01-28
Implement Copy/Clone for all types missing it
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-10
Migrate more bitflags to use libc_bitflags!
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-08-10
Refactor statvfs module
Bryant Mairs
2017-06-18
Update bitflags to 0.9
equal-l2
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
2015-12-03
Statvfs improvements
Brandon W Maister
2015-09-28
statfs() & fstatfs()
Alexander Polakov