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
2019-06-02
Fix the build on Linux/mips with recent libc
Alan Somers
2019-01-22
add `mman::mprotect`
Adam C. Foltzer
2018-12-08
Replace try! with ?
Alan Somers
2018-06-03
Fix compilation on aarch64-unknown-linux-musl
Bryant Mairs
2018-03-27
add docs for memory locking functions
Andreas Fackler
2018-03-27
add mlockall and munlockall
Andreas Fackler
2018-01-28
Fail to compile for any unused code
Bryant Mairs
2018-01-28
Deny unused qualifications
Bryant Mairs
2017-12-11
Merge #806
bors[bot]
2017-12-10
Cleanup doc warnings
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-08-11
Use libc for FFI functions and constants
Bryant Mairs
2017-06-18
Fix BSD error
equal-l2
2017-06-18
Update bitflags to 0.9
equal-l2
2017-03-18
Actually mark mmap and related functions as `unsafe`
Kevin Mehall
2017-02-19
Fix the style for bitflags!
Mathias Svensson
2017-02-16
Update bitflags to 0.7
Simon Sapin
2016-07-18
Fix NetBSD build
Tobias Bucher
2016-03-16
mman: Use libc_bitflags macro for ProtFlags
Kamal Marhubi
2016-02-25
Limit MAP_NOSYNC flag to FreeBSD kin
Vasily Kolobkov
2016-02-25
Withdraw MAP_STACK flag from OpenBSD
Vasily Kolobkov
2016-02-25
Use libc
Vasily Kolobkov
2016-01-29
cfg out MAP_32BIT on non-x86
arcnmx
2016-01-28
Rename to MapFlags and MsFlags.
Philipp Matthias Schaefer
2016-01-28
Convert MS_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Convert PROT_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Convert MAP_ flags to bitflags! type.
Philipp Matthias Schaefer
2016-01-28
Move errno::Result back to crate root
arcnmx
2016-01-28
Errno::result()
arcnmx
2016-01-18
allow improper_ctypes for size_t
Mattis Marjak
2015-11-20
netbsd support
Jeremy Fitzhardinge
2015-09-09
Add/Fix support for DragonFly BSD
Michael Neumann
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