1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/vm
2004-11-04 08:38:07 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c De-couple our I/O bio request from the embedded bio in buf by explicitly 2004-11-04 08:38:07 +00:00
swap_pager.h
uma_core.c Fix a INVARIANTS-only bug introduced in Revision 1.104: 2004-10-27 21:19:35 +00:00
uma_dbg.c Fix critical stability problems that can cause UMA mbuf cluster 2004-10-08 20:19:29 +00:00
uma_dbg.h
uma_int.h
uma.h
vm_contig.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_extern.h
vm_fault.c Remove unnecessary check for curthread == NULL. 2004-10-17 20:29:28 +00:00
vm_glue.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_init.c
vm_kern.c Use VM_ALLOC_NOBUSY instead of calling vm_page_wakeup(). 2004-10-24 18:46:32 +00:00
vm_kern.h
vm_map.c
vm_map.h
vm_meter.c Put on my peril sensitive sunglasses and add a flags field to the internal 2004-10-11 22:04:16 +00:00
vm_mmap.c Don't clear flags we just checked were not set. 2004-10-26 05:57:29 +00:00
vm_object.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_object.h
vm_page.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_page.h Introduce VM_ALLOC_NOBUSY, an option to vm_page_alloc() and vm_page_grab() 2004-10-24 06:15:36 +00:00
vm_pageout.c The synchronization provided by vm object locking has eliminated the 2004-11-03 20:17:31 +00:00
vm_pageout.h
vm_pageq.c
vm_pager.c Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00
vm_pager.h
vm_param.h
vm_unix.c
vm_zeroidle.c Introduce a Boolean variable wakeup_needed to avoid repeated, unnecessary 2004-10-31 19:32:57 +00:00
vm.h
vnode_pager.c Also check that the sectormask is bigger than zero. 2004-10-26 19:51:57 +00:00
vnode_pager.h