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
/
statfs.rs
Age
Commit message (
Expand
)
Author
2022-11-06
Reformat everything
Alex Saveau
2022-10-23
Add a Statfs::flags method
Alan Somers
2022-10-23
Define `MntFlags` and `unmount` on all of the BSDs.
Alan Somers
2022-10-23
On Linux-like operating systems, use statfs64 instead of statfs.
Alan Somers
2022-10-13
add XFS_SUPER_NUMBER to nix::sys::statfs
MrCroxx
2022-10-08
Fix clippy warnings on nightly
Ryan Zoeller
2022-09-30
statfs: add namespace fs magic
Pedro Tammela
2022-05-07
Define FsType constants for musl
Jakub Jirutka
2022-03-28
Enable statfs magic constants for target_os = "android"
Felix Obenhuber
2022-03-05
Fix complation on riscv32
Khem Raj
2022-01-24
uclibc support
Jonah Petri
2022-01-18
Define UMOUNT_NOFOLLOW, FUSE_SUPER_MAGIC on Linux
Ryan Zoeller
2021-12-26
Fix typos
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-04
Document more things
Alan Somers
2021-02-15
Port statfs to x32
наб
2021-02-02
Define *_MAGIC filesystem constants on Linux s390x
Jakob Naucke
2020-07-25
Merge #1224
bors[bot]
2020-07-04
Add FsType for cgroupfs
Kenta Tada
2020-07-03
Skip the OFD locks tests on OverlayFS and musl
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-04-25
Fix compilation on DragonFly (statfs)
Michael Neumann
2020-02-13
Make FsType's raw type public
Mikail Bagishov
2019-12-22
Fix the build on OpenBSD.
Alan Somers
2019-09-03
Replace most instances of mem::uninitialized with mem::MaybeUninit
Alan Somers
2019-06-12
Update statfs
alesharik
2018-12-08
Replace try! with ?
Alan Somers
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-07-07
sys/statfs: use statfs from libc
Jörg Thalheim
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-25
Fix an indent
arcnmx
2016-01-25
Normalize tabs to spaces
arcnmx
2015-09-28
statfs() & fstatfs()
Alexander Polakov