freebsd-dev/sys/vm
2002-06-18 18:31:35 +00:00
..
default_pager.c
device_pager.c
phys_pager.c
pmap.h
swap_pager.c
swap_pager.h
uma_core.c Honor the BUCKETCACHE flag on free as well. 2002-06-17 23:53:58 +00:00
uma_dbg.c The kernel printf does not have %i 2002-05-29 08:25:13 +00:00
uma_dbg.h Hide a pointer to the malloc_type bucket at the end of the freed memory. If 2002-05-02 09:07:04 +00:00
uma_int.h - Introduce the new M_NOVM option which tells uma to only check the currently 2002-06-17 22:02:41 +00:00
uma.h - Introduce the new M_NOVM option which tells uma to only check the currently 2002-06-17 22:02:41 +00:00
vm_contig.c o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and 2002-06-14 18:21:01 +00:00
vm_extern.h
vm_fault.c o Remove GIANT_REQUIRED from vm_fault_user_wire(). 2002-06-16 20:42:29 +00:00
vm_glue.c o Remove GIANT_REQUIRED from useracc() and vsunlock(). Neither 2002-06-15 19:10:19 +00:00
vm_init.c
vm_kern.c o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and 2002-06-14 18:21:01 +00:00
vm_kern.h o Make contigmalloc1() static. 2002-05-22 01:01:37 +00:00
vm_map.c o Remove LK_CANRECURSE from the vm_map lock. 2002-06-18 18:31:35 +00:00
vm_map.h o Use vm_map_wire() and vm_map_unwire() in place of vm_map_pageable() and 2002-06-14 18:21:01 +00:00
vm_meter.c
vm_mmap.c o Remove GIANT_REQUIRED from vm_fault_user_wire(). 2002-06-16 20:42:29 +00:00
vm_object.c o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it 2002-06-02 23:54:09 +00:00
vm_object.h o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it 2002-06-02 23:54:09 +00:00
vm_page.c o Convert the vm_page buckets mutex to a spin lock. (This resolves 2002-04-30 21:24:47 +00:00
vm_page.h o Remove unused #defines. 2002-05-27 22:10:28 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c
vm_pager.h
vm_param.h
vm_swap.c Export nswapdev through sysctl(8). 2002-05-31 08:17:58 +00:00
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00
vnode_pager.h