freebsd-dev/sys/vm
Alan Cox 7af7dd3c6f Eliminate some dead code. (Any possible use for this code died with
vm/vm_page.c revision 1.220.)

Submitted by:	bde
2002-12-23 04:35:38 +00:00
..
default_pager.c
device_pager.c o Lock accesses to the page queues. 2002-07-12 02:55:55 +00:00
phys_pager.c Hold the page queues lock when performing vm_page_flag_set(). 2002-12-17 19:55:28 +00:00
pmap.h Move pmap_collect() out of the machine-dependent code, rename it 2002-11-13 05:39:58 +00:00
swap_pager.c Hold the page queues lock when performing vm_page_flag_set(). 2002-12-18 04:02:02 +00:00
swap_pager.h This is David Schultz's swapoff code which I am finally able to commit. 2002-12-15 19:17:57 +00:00
uma_core.c - Wakeup the correct address when a zone is no longer full. 2002-11-18 08:27:14 +00:00
uma_dbg.c atomic_set_8 isn't MI. Instead, follow Jake's suggestions about 2002-11-11 11:50:03 +00:00
uma_dbg.h - Use my freebsd email alias in the copyright. 2002-09-19 06:05:32 +00:00
uma_int.h - Add support for machine dependant page allocation routines. MD code 2002-11-01 01:01:27 +00:00
uma.h Fix typo in comments (misspelled "necessary"). 2002-10-22 12:10:27 +00:00
vm_contig.c o Extend the scope of the page queues lock in contigmalloc1(). 2002-08-04 07:07:34 +00:00
vm_extern.h o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter, 2002-07-24 19:47:56 +00:00
vm_fault.c - Hold the page queues lock when performing vm_page_busy() or 2002-12-19 01:20:24 +00:00
vm_glue.c This is David Schultz's swapoff code which I am finally able to commit. 2002-12-15 19:17:57 +00:00
vm_init.c Move the definitions of the hw.physmem, hw.usermem and hw.availpages 2002-11-07 23:57:17 +00:00
vm_kern.c Increase the scope of the kmem_object locking in kmem_malloc(). 2002-12-20 18:59:23 +00:00
vm_kern.h
vm_map.c Fix a refcount race with the vmspace structure. In order to prevent 2002-12-15 18:50:04 +00:00
vm_map.h Fix a refcount race with the vmspace structure. In order to prevent 2002-12-15 18:50:04 +00:00
vm_meter.c Eliminate some dead code. (Any possible use for this code died with 2002-12-23 04:35:38 +00:00
vm_mmap.c Lock page field accesses in mincore(). 2002-11-28 08:01:39 +00:00
vm_object.c Add a mutex to struct vm_object. Initialize and destroy that mutex 2002-12-20 05:10:32 +00:00
vm_object.h Add a mutex to struct vm_object. Initialize and destroy that mutex 2002-12-20 05:10:32 +00:00
vm_page.c - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(), 2002-12-19 07:23:46 +00:00
vm_page.h - Remove vm_page_sleep_busy(). The transition to vm_page_sleep_if_busy(), 2002-12-19 07:23:46 +00:00
vm_pageout.c Hold the page queues lock when performing vm_page_flag_set(). 2002-12-18 04:02:02 +00:00
vm_pageout.h This is David Schultz's swapoff code which I am finally able to commit. 2002-12-15 19:17:57 +00:00
vm_pageq.c o Remove dead and/or unused code. 2002-07-20 05:06:20 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c This is David Schultz's swapoff code which I am finally able to commit. 2002-12-15 19:17:57 +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 Change the way ELF coredumps are handled. Instead of unconditionally 2002-12-16 19:24:43 +00:00
vnode_pager.c Perform vm_object_lock() and vm_object_unlock() around 2002-12-15 05:41:56 +00:00
vnode_pager.h