aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi/cloudabi_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-167/+0
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-251-2/+8
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-261-17/+0
* Rework r313352.Konstantin Belousov2017-02-131-14/+14
* Add kern_vm_mmap2(), kern_vm_mprotect(), kern_vm_msync(), kern_vm_munlock(),Edward Tomasz Napierala2017-02-061-54/+34
* Catch up with changes to structure member names.Ed Schouten2017-01-171-12/+12
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+2
* Make handling of mmap()'s prot argument more strict.Ed Schouten2016-02-231-9/+27
* Implement CloudABI memory management system calls.Ed Schouten2015-07-171-17/+107
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-091-0/+89