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
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
2015-01-27
Fix warnings for `rustc 1.0.0-dev (e365e4c05 2015-01-27 08:40:39)`.
Utkarsh Kukreti
2015-01-27
Add a `Mode` bitflags and use it instead of `std::io::FilePermission`.
Utkarsh Kukreti
2015-01-13
changed uint and int to usize and isize respectively
Rick Richardson
2015-01-07
ToCStr removal fallout
Valerii Hiora
2015-01-03
Update to rust master
Valerii Hiora
2014-12-18
Add all now needed ';' after macro invocations.
Victor Berger
2014-12-15
bitflags! derives Copy for you now, so remove our derivings.
Jonathan Reem
2014-12-10
Fallout of Copy becoming opt-in.
Victor Berger
2014-10-10
Update static->const
Tilde Engineering
2014-10-06
Fix warnings
Carl Lerche
2014-10-06
Bind stat and fstat
Tilde Engineering
2014-08-20
Start binding Darwin
Carl Lerche
2014-08-16
Epoll, rename to nix, misc cleanup
Carl Lerche