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
/
stat.rs
Age
Commit message (
Expand
)
Author
2022-11-19
Mode flag documentation
Jonathan
2022-11-06
Reformat everything
Alex Saveau
2022-07-13
Add chflags
musikid
2022-05-14
add haiku support
Al Hoang
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-09-04
Document more things
Alan Somers
2021-07-29
Merge #1473 #1474 #1476
bors[bot]
2021-07-28
sys/stat: add a safe wrapper for mknodat(2)
Luca BRUNO
2021-07-24
Constify many functions
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2020-08-13
doc typo in fchmodat
ed neville
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-05-17
Remove more unsupported functions and make it possible to run tests
Xavier L'Heureux
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-15
sys/stat: implement mkdirat
Kevin Wern
2019-01-15
Fix build and tests issues on OpenBSD 6.4+
Andrei-Marius Radu
2018-12-08
Replace try! with ?
Alan Somers
2018-11-28
Prefer `map(drop)` to `map(|_| ())`
Alan Somers
2018-11-07
Add a wrapper for lutimes(2)
Julio Merino
2018-10-19
Add a fchownat(2) wrapper
Julio Merino
2018-10-16
Make sys::stat::mode_t public
Julio Merino
2018-10-02
Add a wrapper for utimes(2)
Julio Merino
2018-09-29
Add wrappers for futimens(2) and utimesat(2)
Julio Merino
2018-03-23
Add fchmod, fchmodat functions.
Anton Ageev
2017-12-20
Remove unnecessary parenthesis
Bryant Mairs
2017-12-20
Make numeric literals easier to read
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-08-16
Use libc_bitflags for stat::Mode
Bryant Mairs
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-07-07
reuse mknod/umask/fstat/lstat from libc
Jörg Thalheim
2017-06-18
Update bitflags to 0.9
equal-l2
2017-03-21
add support for `fstatat`
Jörg Thalheim
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-18
Auto merge of #508 - aidanhs:aphs-major-minor-macros, r=posborne
Homu
2017-02-17
Implement major/minor macros, correct mkdev
Aidan Hobson Sayers
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-04-20
Last few constants
arcnmx
2016-04-19
Use constants from libc
arcnmx
2016-04-18
Add some missing SFlags
arcnmx
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2015-08-12
Update some stuff for upstream bitflags changes
Corey Richardson
2015-05-28
Remove std::os::unix::io::RawFd re-export
Carl Lerche
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-05-08
Add lstat
Skyler Hawthorne
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
Utkarsh Kukreti
2015-02-06
path -> old_path
Florian Hartwig
[next]