freebsd-nq/sys/vm
David Greenman 5994d8937d Changed the log() of "Out of mbuf clusters - increase maxusers" to a
printf() of "Out of mbuf clusters - adjust NMBCLUSTERS or increase
maxusers" so that the message is more informative and so that it will
appear in the kernel message buffer.
1998-06-05 21:48:45 +00:00
..
default_pager.c
default_pager.h
device_pager.c
device_pager.h
pmap.h
swap_pager.c Work around some VM bugs, the worst being an overly aggressive 1998-05-04 03:01:44 +00:00
swap_pager.h
vm_extern.h
vm_fault.c Work around some VM bugs, the worst being an overly aggressive 1998-05-04 03:01:44 +00:00
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c Changed the log() of "Out of mbuf clusters - increase maxusers" to a 1998-06-05 21:48:45 +00:00
vm_kern.h
vm_map.c Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Make the previous commit compile.. 1998-05-19 07:13:21 +00:00
vm_object.c Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
vm_object.h Fix the shm panic. I mistakenly used the shadow_count to keep the object 1998-05-04 17:12:53 +00:00
vm_page.c Cleanup and remove some dead code from the initialization. 1998-06-02 05:50:08 +00:00
vm_page.h Support a 16K first level cache for 512K 2nd level. Also, add support 1998-05-24 04:25:27 +00:00
vm_pageout.c Correct sleep priority. 1998-06-02 05:39:13 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c
vnode_pager.h