freebsd_amp_hwpstate/sys/vm
Bruce Evans 1365ed99fb Clean up previous commits (format for 80 columns...). 1994-12-30 08:02:16 +00:00
..
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h pmap.h: 1994-11-14 08:19:08 +00:00
swap_pager.c Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and 1994-12-23 04:56:51 +00:00
swap_pager.h Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. 1994-10-09 01:52:19 +00:00
vm.h
vm_extern.h Clean up previous commits (format for 80 columns...). 1994-12-30 08:02:16 +00:00
vm_fault.c Fixed bug where a read-behind to a negative offset would occur if the 1994-11-13 22:48:55 +00:00
vm_glue.c Change swapping policy to be a bit more aggressive about finding a 1994-12-18 06:31:31 +00:00
vm_inherit.h
vm_init.c Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. 1994-10-09 01:52:19 +00:00
vm_kern.c
vm_kern.h
vm_map.c Fixed multiple bogons with the map entry handling. 1994-12-18 13:58:41 +00:00
vm_map.h
vm_meter.c
vm_mmap.c Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. 1994-10-09 01:52:19 +00:00
vm_object.c Do vm_page_rename more conservatively in rcollapse and qcollapse, and 1994-12-23 05:00:19 +00:00
vm_object.h Added support for starting the experimental "vmdaemon" system process. 1994-11-06 05:07:53 +00:00
vm_page.c Changed a thread_sleep into an spl protected tsleep. A deadlock can occur 1994-10-23 06:15:04 +00:00
vm_page.h pmap.h: 1994-11-14 08:19:08 +00:00
vm_pageout.c These changes fix a couple of lingering VM problems: 1994-11-25 07:58:29 +00:00
vm_pageout.h Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. 1994-10-09 01:52:19 +00:00
vm_pager.c Initialize b_vnbuf.le_next before returning a new buffer in getpbuf and 1994-12-23 04:56:51 +00:00
vm_pager.h Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. 1994-10-09 01:52:19 +00:00
vm_param.h
vm_prot.h
vm_swap.c Preallocate the first swap block to work around a failure with swap starting 1994-11-22 08:47:20 +00:00
vm_unix.c
vm_user.c Properly count object lookups and hits. 1994-10-15 10:28:47 +00:00
vm_vmio.c
vnode_pager.c Don't try to page to a vnode that had it's filesystem unmounted. 1994-11-24 14:43:22 +00:00
vnode_pager.h