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
/
mount.rs
Age
Commit message (
Expand
)
Author
2017-12-10
Migrate more bitflags to use libc_bitflags!
Bryant Mairs
2017-12-10
Remove internal kernel flags
Bryant Mairs
2017-12-04
Stop reexporting `Errno` and its variants
Jonas Schievink
2017-08-16
Match libc_bitflags! syntax to upstream bitflags!
Bryant Mairs
2017-06-18
Update bitflags to 0.9
equal-l2
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-04-16
mount: Use bindings from libc instead of our own
Brian Pearce
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-27
Bring back mount
Kamal Marhubi
2016-01-18
Fix name of MNT_DETACH flag
Kamal Marhubi
2015-05-21
Fix NixPath yield with CStr instead of OsStr
Carl Lerche
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-02-27
Temporarily remove mount
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-07
more cstr fallout
Rick Richardson
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-08-20
Start binding Darwin
Carl Lerche
2014-08-16
Epoll, rename to nix, misc cleanup
Carl Lerche
2014-08-15
Add mknod, mkdev, and umask APIs
Carl Lerche
2014-08-13
Add open(), tweak mount functions
Carl Lerche
2014-08-07
Initial commit
Carl Lerche