summaryrefslogtreecommitdiff
path: root/sys/vm/vm_map.c
AgeCommit message (Expand)Author
4 dayskernel: vm: Allow NULL `addr' for cdev mappingsIan Moffett
4 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
4 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
5 dayskernel: vm: Add initial shared mapping supportIan Moffett
2025-03-27kernel: vm: Add munmap() implIan Moffett
2025-03-25kernel: vm: Add initial mmap() implIan Moffett
2025-03-09kernel: vm_map: Remove extra leading whitespaceIan Moffett
2025-02-16project: Update copyright date to 2025Ian Moffett
2024-06-10kernel: vm: Add initial code for MI layerIan Moffett