freebsd-skq/sys/vm
Alan Cox f40fd96d5b Correct contigmalloc2()'s implementation of M_ZERO. Specifically,
contigmalloc2() was always testing the first physical page for PG_ZERO,
not the current page of interest.

Submitted by: Michael Plass
PR: 81301
MFC after: 1 week
2007-04-19 05:39:54 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c Minor typo fix, noticed while I was going through *_pager.c files. 2007-04-10 12:34:51 +00:00
pmap.h
redzone.c
redzone.h
swap_pager.c Use pause() rather than tsleep() on stack variables and function pointers. 2007-02-27 17:23:29 +00:00
swap_pager.h
uma_core.c
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c Correct contigmalloc2()'s implementation of M_ZERO. Specifically, 2007-04-19 05:39:54 +00:00
vm_extern.h
vm_fault.c Fix a problem for file systems that don't implement VOP_BMAP() operation. 2007-04-05 20:49:46 +00:00
vm_glue.c
vm_init.c
vm_kern.c When KVA is exhausted, try the vm_lowmem event for the last time before 2007-04-05 20:52:51 +00:00
vm_kern.h
vm_map.c Two small changes to vm_map_pmap_enter(): 2007-03-25 19:33:40 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Prevent a race between vm_object_collapse() and vm_object_split() from 2007-03-27 08:55:17 +00:00
vm_object.h
vm_page.c Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_page.h Change the way that unmanaged pages are created. Specifically, 2007-02-25 06:14:58 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h Correct two comments. 2007-04-19 04:52:47 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h