.. |
default_pager.c
|
|
|
device_pager.c
|
o Lock accesses to the page queues.
|
2002-07-12 02:55:55 +00:00 |
phys_pager.c
|
o Lock page queue accesses by vm_page_unmanage().
|
2002-07-13 23:55:30 +00:00 |
pmap.h
|
Add a special page zero entry point intended to be called via the single
|
2002-07-08 04:24:26 +00:00 |
swap_pager.c
|
o Lock page queue accesses by vm_page_free().
|
2002-07-21 20:38:45 +00:00 |
swap_pager.h
|
|
|
uma_core.c
|
Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held across
|
2002-07-05 21:39:52 +00:00 |
uma_dbg.c
|
Remove unnecessary includes.
|
2002-07-05 05:16:19 +00:00 |
uma_dbg.h
|
|
|
uma_int.h
|
|
|
uma.h
|
Void functions cannot return values.
|
2002-07-18 15:53:11 +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
|
o Move a call to vm_page_wakeup() inside the scope of the page queues lock.
|
2002-08-10 23:27:06 +00:00 |
vm_glue.c
|
o Setting PG_MAPPED and PG_WRITEABLE on pages that are mapped and unmapped
|
2002-07-31 18:46:47 +00:00 |
vm_init.c
|
|
|
vm_kern.c
|
o Remove the setting and clearing of the PG_MAPPED flag. (This flag is
|
2002-08-10 07:11:16 +00:00 |
vm_kern.h
|
|
|
vm_map.c
|
o Merge vm_fault_wire() and vm_fault_user_wire() by adding a new parameter,
|
2002-07-24 19:47:56 +00:00 |
vm_map.h
|
Change struct vmspace->vm_shm from void * to struct shmmap_state *, this
|
2002-07-22 16:22:27 +00:00 |
vm_meter.c
|
|
|
vm_mmap.c
|
- Hold a lock on the vnode acquired from the file table across the call to
|
2002-07-06 22:14:38 +00:00 |
vm_object.c
|
o Lock page queue accesses by vm_page_activate().
|
2002-08-11 00:14:10 +00:00 |
vm_object.h
|
|
|
vm_page.c
|
o Assert that the page queues lock is held in vm_page_activate().
|
2002-08-11 00:21:40 +00:00 |
vm_page.h
|
o Remove the setting and clearing of the PG_MAPPED flag from the alpha and
|
2002-08-10 18:01:39 +00:00 |
vm_pageout.c
|
o Lock page queue accesses by vm_page_activate().
|
2002-08-10 23:53:59 +00:00 |
vm_pageout.h
|
|
|
vm_pageq.c
|
o Remove dead and/or unused code.
|
2002-07-20 05:06:20 +00:00 |
vm_pager.c
|
o Remove some long dead code: from revision 1.41 of vm/vm_pager.c
|
2002-07-01 02:38:05 +00:00 |
vm_pager.h
|
o Remove some long dead code: from revision 1.41 of vm/vm_pager.c
|
2002-07-01 02:38:05 +00:00 |
vm_param.h
|
|
|
vm_swap.c
|
- Replace v_flag with v_iflag and v_vflag
|
2002-08-04 10:29:36 +00:00 |
vm_unix.c
|
|
|
vm_zeroidle.c
|
Set P_NOLOAD on the pagezero kthread so that it doesn't artificially skew
|
2002-07-19 21:06:01 +00:00 |
vm.h
|
|
|
vnode_pager.c
|
- Replace v_flag with v_iflag and v_vflag
|
2002-08-04 10:29:36 +00:00 |
vnode_pager.h
|
|
|