HardenedBSD/sys/vm
David Greenman 8d6e8ede62 Protect kmem_map modifications with splhigh() to work around a problem with
the map being locked at interrupt time.
1994-12-15 22:47:11 +00:00
..
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h pmap.h: 1994-11-14 08:19:08 +00:00
swap_pager.c Fixed bugs in accounting of swap space that resulted in the pager thinking 1994-11-13 15:36:48 +00:00
swap_pager.h
vm_extern.h
vm_fault.c Fixed bug where a read-behind to a negative offset would occur if the 1994-11-13 22:48:55 +00:00
vm_glue.c Implemented swap locking via P_SWAPPING flag. It was possible for a process 1994-11-13 12:47:07 +00:00
vm_inherit.h
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Protect kmem_map modifications with splhigh() to work around a problem with 1994-12-15 22:47:11 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Don't put objects that have no parent on the reverse_shadow_list. Problem 1994-12-11 01:36:53 +00:00
vm_object.h
vm_page.c
vm_page.h pmap.h: 1994-11-14 08:19:08 +00:00
vm_pageout.c These changes fix a couple of lingering VM problems: 1994-11-25 07:58:29 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c Preallocate the first swap block to work around a failure with swap starting 1994-11-22 08:47:20 +00:00
vm_unix.c
vm_user.c
vm_vmio.c
vm.h
vnode_pager.c Don't try to page to a vnode that had it's filesystem unmounted. 1994-11-24 14:43:22 +00:00
vnode_pager.h