1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/vm
2003-02-16 06:36:48 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h Move kernel_vm_end's declaration to pmap.h; add a comment regarding the 2003-02-15 19:38:23 +00:00
swap_pager.c
swap_pager.h
uma_core.c Change a printf to also tell how many items were left in the zone. 2003-02-04 08:23:18 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h
vm_contig.c
vm_extern.h use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. 2003-01-21 11:34:57 +00:00
vm_fault.c
vm_glue.c use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. 2003-01-21 11:34:57 +00:00
vm_init.c
vm_kern.c
vm_kern.h Move kernel_vm_end's declaration to pmap.h; add a comment regarding the 2003-02-15 19:38:23 +00:00
vm_map.c Remove the acquisition and release of Giant around pmap_growkernel(). 2003-02-15 20:01:09 +00:00
vm_map.h
vm_meter.c
vm_mmap.c
vm_object.c Simplify vm_object_page_remove(): The object's memq is now ordered. The 2003-01-27 01:12:35 +00:00
vm_object.h
vm_page.c - Convert the tsleep()s in vm_wait() and vm_waitpfault() to msleep()s 2003-02-01 21:18:16 +00:00
vm_page.h
vm_pageout.c Add a comment describing how pagedaemon_wakeup() should be used and 2003-02-09 20:40:36 +00:00
vm_pageout.h
vm_pageq.c Remove GIANT_REQUIRED from vm_pageq_remove(). 2003-02-16 06:36:48 +00:00
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h