freebsd-nq/sys/vm
2002-04-20 07:23:22 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() 2002-04-15 16:00:03 +00:00
swap_pager.c
swap_pager.h
uma_core.c Fix a witness warning when expanding a hash table. We were allocating the new 2002-04-14 13:47:10 +00:00
uma_int.h Fix the calculation that determines uz_maxpages. It was off for large zones. 2002-04-14 01:56:25 +00:00
uma.h Implement uma_zdestroy(). It's prototype changed slightly. I decided that I 2002-04-08 04:48:58 +00:00
vm_contig.c
vm_extern.h o Eliminate the use of grow_stack() and useracc() from sendsig(), osendsig(), 2002-04-05 00:52:15 +00:00
vm_fault.c o Move the acquisition of Giant from vm_fault() to the point 2002-04-19 04:20:31 +00:00
vm_glue.c
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Do not free the vmspace until p->p_vmspace is set to null. Otherwise 2002-04-17 05:26:42 +00:00
vm_map.h Remove an unused option, VM_FAULT_HOLD, to vm_fault(). 2002-04-17 02:23:57 +00:00
vm_meter.c Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_mmap.c
vm_object.c Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_object.h Reintroduce locking on accesses to vm_object_list. 2002-04-20 07:23:22 +00:00
vm_page.c Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() 2002-04-15 16:00:03 +00:00
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c Pass vm_page_t instead of physical addresses to pmap_zero_page[_area]() 2002-04-15 16:00:03 +00:00
vm.h
vnode_pager.c
vnode_pager.h