freebsd-dev/sys/vm
Alan Cox f4ecdf056e Complete the page queues locking needed for the page-based copy-
on-write (COW) mechanism.  (This mechanism is used by the zero-copy
TCP/IP implementation.)
 - Extend the scope of the page queues lock in vm_fault()
   to cover vm_page_cowfault().
 - Modify vm_page_cowfault() to release the page queues lock
   if it sleeps.
2002-10-19 18:34:39 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
swap_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
swap_pager.h
uma_core.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h
vm_fault.c Complete the page queues locking needed for the page-based copy- 2002-10-19 18:34:39 +00:00
vm_glue.c Remove old useless debugging code 2002-10-14 20:31:54 +00:00
vm_init.c
vm_kern.c
vm_kern.h
vm_map.c Properly put macro args in (). 2002-10-16 10:52:15 +00:00
vm_map.h o Update some comments. 2002-09-22 04:33:43 +00:00
vm_meter.c Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
vm_mmap.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_object.c Replace the vm_page hash table with a per-vmobject splay tree. There should 2002-10-18 17:24:30 +00:00
vm_object.h Replace the vm_page hash table with a per-vmobject splay tree. There should 2002-10-18 17:24:30 +00:00
vm_page.c Complete the page queues locking needed for the page-based copy- 2002-10-19 18:34:39 +00:00
vm_page.h Replace the vm_page hash table with a per-vmobject splay tree. There should 2002-10-18 17:24:30 +00:00
vm_pageout.c - Create a new scheduler api that is defined in sys/sched.h 2002-10-12 05:32:24 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c - Lock access to numoutput on the swap devices. 2002-09-25 01:24:17 +00:00
vm_unix.c Use the fields in the sysentvec and in the vm map header in place of the 2002-09-21 22:07:17 +00:00
vm_zeroidle.c - Create a new scheduler api that is defined in sys/sched.h 2002-10-12 05:32:24 +00:00
vm.h
vnode_pager.c Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
vnode_pager.h