freebsd-nq/sys/vm
Poul-Henning Kamp 7146d6cb3e Move the contents of vop_stddestroyvobject() to the new vnode_pager
function vnode_destroy_vobject().

Make the new function zero the vp->v_object pointer so we can tell
if a call is missing.
2005-01-28 08:56:48 +00:00
..
default_pager.c
device_pager.c
memguard.c s/round_page/trunc_page/g 2005-01-22 00:09:34 +00:00
memguard.h Bring in MemGuard, a very simple and small replacement allocator 2005-01-21 18:09:17 +00:00
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
uma_core.c While we want the recursion protection for the bucket zones so that 2005-01-11 03:33:09 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c - Remove GIANT_REQUIRED where giant is no longer required. 2005-01-24 10:48:29 +00:00
vm_glue.c Guard against address wrap in kernacc(). Otherwise, a program accessing a 2005-01-22 19:21:29 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Add checks to vm_map_findspace() to test for address wrap. The conditions 2005-01-18 19:50:09 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Don't use VOP_GETVOBJECT, use vp->v_object directly. 2005-01-25 00:40:01 +00:00
vm_object.c - Remove GIANT_REQUIRED where giant is no longer required. 2005-01-24 10:48:29 +00:00
vm_object.h
vm_page.c
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Move the contents of vop_stddestroyvobject() to the new vnode_pager 2005-01-28 08:56:48 +00:00
vnode_pager.h Move the body of vop_stdcreatevobject() over to the vnode_pager under 2005-01-24 21:21:59 +00:00