..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
Fix a horribly suboptimal algorithm in the vm_daemon.
2002-02-27 18:03:02 +00:00
swap_pager.c
Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmetic
2002-02-27 19:18:10 +00:00
swap_pager.h
vm_contig.c
Call vm_pageq_remove_nowakeup() rather than duplicating it.
2002-03-03 22:36:14 +00:00
vm_extern.h
Pre-KSE/M3 commit.
2002-02-07 20:58:47 +00:00
vm_fault.c
Changes to make the OOM killer much more effective:
2002-02-19 18:34:02 +00:00
vm_glue.c
Remove unused variable (td)
2002-02-26 01:01:37 +00:00
vm_init.c
vm_kern.c
Revert change in revision 1.53 and add a small comment to protect
2002-03-09 16:24:27 +00:00
vm_kern.h
vm_map.c
Fix a bug in the vm_map_clean() procedure. msync()ing an area of memory
2002-03-07 03:54:56 +00:00
vm_map.h
Fix a race with free'ing vmspaces at process exit when vmspaces are
2002-02-05 21:23:05 +00:00
vm_meter.c
In a threaded world, differnt priorirites become properties of
2002-02-11 20:37:54 +00:00
vm_mmap.c
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
2002-02-27 18:32:23 +00:00
vm_object.c
Add a sequential iteration optimization to vm_object_page_clean(). This
2002-03-06 02:42:56 +00:00
vm_object.h
Implement kern.maxvnodes. adjusting kern.maxvnodes now actually has a
2001-10-26 00:08:05 +00:00
vm_page.c
o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
2002-03-04 18:55:26 +00:00
vm_page.h
o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
2002-03-04 18:55:26 +00:00
vm_pageout.c
Fix a horribly suboptimal algorithm in the vm_daemon.
2002-02-27 18:03:02 +00:00
vm_pageout.h
Changes to make the OOM killer much more effective:
2002-02-19 18:34:02 +00:00
vm_pageq.c
o Create vm_pageq_enqueue() to encapsulate code that is duplicated time
2002-03-04 18:55:26 +00:00
vm_pager.c
* Move bswlist declaration and initialization from kern/vfs_bio.c to
2002-03-05 18:20:58 +00:00
vm_pager.h
vm_param.h
vm_swap.c
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
2002-02-27 18:32:23 +00:00
vm_unix.c
Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,
2002-02-15 13:16:11 +00:00
vm_zeroidle.c
In a threaded world, differnt priorirites become properties of
2002-02-11 20:37:54 +00:00
vm_zone.c
Back out all the pmap related stuff I've touched over the last few days.
2002-02-27 09:51:33 +00:00
vm_zone.h
vm.h
Remove a parameter name from a prototype.
2002-01-25 21:33:10 +00:00
vnode_pager.c
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
2002-02-27 18:32:23 +00:00
vnode_pager.h