1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/vm
2010-11-14 18:24:12 +00:00
..
default_pager.c
device_pager.c
memguard.c
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments 2010-10-20 05:17:23 +00:00
swap_pager.h
uma_core.c Update startup_alloc() to support multi-page allocations and allow internal 2010-11-04 15:33:50 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h Change uma_zone_set_max to return the effective value of "nitems" after 2010-10-16 04:41:45 +00:00
vm_contig.c
vm_extern.h
vm_fault.c
vm_glue.c
vm_init.c
vm_kern.c Replace an XXX comment with the appropriate code. 2010-09-20 20:41:59 +00:00
vm_kern.h
vm_map.c Implement a (soft) stack guard page for auto-growing stack mappings. 2010-11-14 17:53:52 +00:00
vm_map.h - Make 'vm_refcnt' volatile so that compilers won't be tempted to treat 2010-10-21 17:29:32 +00:00
vm_meter.c
vm_mmap.c Use symbolic names instead of hardcoding values for magic p_osrel constants. 2010-11-14 18:24:12 +00:00
vm_object.c
vm_object.h
vm_page.c - Add minidump support for FreeBSD/mips 2010-11-07 03:09:02 +00:00
vm_page.h
vm_pageout.c On architectures with non-tree-based page tables like PowerPC, every page 2010-09-09 13:32:58 +00:00
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c Correct some format strings used by sysctls. 2010-10-30 18:00:53 +00:00
vm_phys.h
vm_reserv.c Enable reservation-based physical memory allocation. Even without the 2010-11-10 17:57:34 +00:00
vm_reserv.h
vm_unix.c
vm_zeroidle.c
vm.h
vnode_pager.c
vnode_pager.h