summaryrefslogtreecommitdiff
path: root/src/sys/mman.rs
AgeCommit message (Collapse)Author
2014-12-17added msync, madvise, and requisite constants for macos and linuxRick Richardson
2014-10-27Add mmap, shm_open and other mman relativesPhil Vachon
Add various wrappers to make interacting with Rust a bit more pleasant for memory management. Additionally, provide ftruncate(2), which is useful when working with shared memory. Allow managing CPU affinity of a Rust Task living in a system thread.