This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
sys
/
vm
History
kleink
bb7e6a0bdd
Per XSH98, const'ify the `addr' arguments to mlock() and munlock().
1998-05-30 22:21:03 +00:00
..
device_pager.c
…
device_pager.h
…
pglist.h
…
pmap.h
It is no longer necessary for pmap_pinit() and pmap_release() to be
1998-05-19 19:00:11 +00:00
swap_pager.c
…
swap_pager.h
…
TODO
…
vm_conf.h
…
vm_extern.h
Use size_t to pass the length of the memory region to operate on to chgkprot(),
1998-05-09 15:04:39 +00:00
vm_fault.c
correctly count ru_majflt. the fix pulled in from pr#1397 is incorrect.
1998-03-26 21:41:16 +00:00
vm_glue.c
Use size_t to pass the length of the memory region to operate on to chgkprot(),
1998-05-09 15:04:39 +00:00
vm_inherit.h
…
vm_init.c
…
vm_kern.c
…
vm_kern.h
…
vm_map.c
Split vmspace_alloc() into vmspace_alloc() and vmspace_init(). The latter
1998-03-27 01:46:20 +00:00
vm_map.h
…
vm_meter.c
…
vm_mmap.c
Per XSH98, const'ify the `addr' arguments to mlock() and munlock().
1998-05-30 22:21:03 +00:00
vm_object.c
…
vm_object.h
…
vm_page.c
free correct page in incomplete section of MNN, as pointed
1998-03-31 03:04:59 +00:00
vm_page.h
…
vm_pageout.c
…
vm_pageout.h
…
vm_pager.c
…
vm_pager.h
…
vm_param.h
PAGE_SHIFT, PAGE_MASK, and PAGE_SIZE are all short-hand for kernel variables.
1998-03-25 00:45:51 +00:00
vm_prot.h
…
vm_swap.c
…
vm_swap.h
…
vm_unix.c
…
vm_user.c
…
vm.h
…
vnode_pager.c
…
vnode_pager.h
…