summaryrefslogtreecommitdiff
path: root/test/sys/test_mman.rs
AgeCommit message (Collapse)Author
2022-12-05Use I/O safety in sys::mmanAlan Somers
2022-11-20mmap non-zero lengthJonathan
2022-11-20mmap addrJonathan
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
Signed-off-by: Costin-Robert Sin <sin.costinrobert@gmail.com>
2022-01-02Correct MAP_FIXED documentation for NetBSDRyan Zoeller
The previous documentation described the default behavior, rather than the behavior when the flag was set. Also fix a test which is failing due to passing this flag erroneously.
2021-09-19Actually connect the mman tests to the buildAlan Somers
This was an oversight from #1306. Reported-by: @ocadaruma
2021-09-12mman module netbsd additions.David Carlier
2020-10-13Add wrapper for mremapJim Newsome