freebsd-nq/sys/vm
John Baldwin b9d3b80521 Convert a remaining !fs.map->system_map to
fs.first_object->flags & OBJ_NEEDGIANT test that was missed in an earlier
revision.  This fixes mutex assertion failures in the debug.mpsafevm=0
case.

Reported by:	ps
MFC after:	3 days
2005-07-14 21:18:07 +00:00
..
default_pager.c
device_pager.c Add a comment to the effect that fictitious pages do not require the 2005-06-10 17:27:54 +00:00
memguard.c
memguard.h
phys_pager.c
pmap.h Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
swap_pager.c Reduce the number of times that we acquire and release locks in 2005-05-20 21:26:05 +00:00
swap_pager.h
uma_core.c Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator 2005-07-14 16:35:13 +00:00
uma_dbg.c Change the panic in trash_ctor into just a printf for now. Once the reports 2005-06-26 23:44:07 +00:00
uma_dbg.h
uma_int.h Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator 2005-07-14 16:35:13 +00:00
uma.h Introduce a new sysctl, vm.zone_stats, which exports UMA(9) allocator 2005-07-14 16:35:13 +00:00
vm_contig.c The new contigmalloc(9) has a bad degenerate case where there were 2005-06-11 00:05:16 +00:00
vm_extern.h
vm_fault.c Convert a remaining !fs.map->system_map to 2005-07-14 21:18:07 +00:00
vm_glue.c Use low level constructs borrowed from interrupt threads to wait for 2005-05-23 23:01:53 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Remove GIANT_REQUIRED from vmspace_exec(). 2005-05-02 07:05:20 +00:00
vm_map.h
vm_meter.c Enable debug_mpsafevm on ia64 due to the severe functional regression 2005-05-08 23:56:16 +00:00
vm_mmap.c
vm_object.c - We need to inhert the OBJ_NEEDGIANT flag from the original object in 2005-05-04 20:54:16 +00:00
vm_object.h - Add a new object flag "OBJ_NEEDSGIANT". We set this flag if the 2005-05-03 11:11:26 +00:00
vm_page.c
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pageq.c Introduce a procedure, pmap_page_init(), that initializes the 2005-06-10 03:33:36 +00:00
vm_pager.c Remove calls to spl*(). 2005-05-18 20:45:33 +00:00
vm_pager.h Update some comments to reflect the change from spl-based to lock-based 2005-05-18 22:08:52 +00:00
vm_param.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c Remove a stale comment concerning spl* usage. 2005-05-19 03:53:07 +00:00
vnode_pager.h