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
/
mman.rs
Age
Commit message (
Expand
)
Author
2015-05-29
Basic OpenBSD support.
Laurence Tratt
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-11
Get the library to build on freebsd
Andrew J. Stone
2015-03-24
NixResult -> nix::Result; NixError -> nix::Error
Carl Lerche
2015-03-13
Amend some files to make it compile on arm-linux-androideabi.
kennytm
2015-02-27
Further SockAddr & NixPath cleanup
Carl Lerche
2015-02-10
Add `NixPath`, `NixError`, and `NixResult`.
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-22
Fixed building on iOS
Valerii Hiora
2014-12-17
added msync, madvise, and requisite constants for macos and linux
Rick Richardson
2014-10-27
Add mmap, shm_open and other mman relatives
Phil Vachon