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
2022-12-04
More annoying formatting changes
Alex Saveau
2022-11-20
mmap non-zero length
Jonathan
2022-11-20
mmap addr
Jonathan
2022-11-06
Reformat everything
Alex Saveau
2022-05-14
add haiku support
Al Hoang
2022-02-02
Document mman.rs
Ryan Zoeller
2022-01-18
Add MAP_FIXED_NOREPLACE on Linux
Ryan Zoeller
2022-01-02
Correct MAP_FIXED documentation for NetBSD
Ryan Zoeller
2021-12-20
feature-gate most Nix functions
Vincent Dagonneau
2021-12-04
Merge #1601
bors[bot]
2021-12-03
Update `mman` related docs
Sachin Cherian
2021-11-02
MapFlags::MAP_ALIGNED_SUPER not exposed on FreeBSD due to typo
S.J.R. van Schaik
2021-10-16
Correct definition of MADV_SOFT_OFFLINE on ppc
Alan Somers
2021-09-19
Actually connect the mman tests to the build
Alan Somers
2021-09-19
Merge #1531
bors[bot]
2021-09-19
mman add MAP_CONCEAL mmap flag for openbsd
David Carlier
2021-09-19
Merge #1532
bors[bot]
2021-09-19
Merge #1522
bors[bot]
2021-09-19
Clippy cleanup
Alan Somers
2021-09-19
mman MAP_JIT flag documentation.
David Carlier
2021-09-19
mman mod adding MAP_ALIGNED_SUPER flag for freebsd.
David Carlier
2021-09-18
mman: add MAP_EXCL flag for freebsd.
David Carlier
2021-09-12
Merge #1520 #1523
bors[bot]
2021-09-12
mman module netbsd additions.
David Carlier
2021-09-12
mman: add MAP_STACK to openbsd which is needed to created stack mappings
David Carlier
2021-08-27
Fix compilation warnings
Ryan Zoeller
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
2021-05-13
Use https instead of http
Ryan Zoeller
2020-10-13
Add wrapper for mremap
Jim Newsome
2020-06-27
misc clippy cleanup
Alan Somers
2020-05-31
Convert the crate to edition 2018
Alan Somers
2020-04-21
Add the MAP_HUGE_<SIZE> flags for linux.
GuillaumeDIDIER
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
[next]