opnsense-src/sys/vm
Gordon Bergling d44793af7e vm_page: Fix a typo in a source code comment
- s/consistancy/consistency/

(cherry picked from commit f77a88c855)
2022-06-10 14:30:17 +02:00
..
_vm_phys.h
_vm_radix.h
default_pager.c
device_pager.c
memguard.c memguard(9): Fix two typos in source code comments 2022-04-09 08:08:00 +02:00
memguard.h
phys_pager.c
pmap.h
redzone.c
redzone.h
sg_pager.c
swap_pager.c
swap_pager.h
uma.h uma: Add UMA_ZONE_UNMANAGED 2022-02-24 10:59:28 +01:00
uma_core.c uma: Don't allow a limit to be set in a warm zone 2022-04-13 08:10:35 -04:00
uma_dbg.c
uma_dbg.h
uma_int.h
vm.h vm: Fix a common typo in a source code comment 2022-06-10 14:25:56 +02:00
vm_domainset.c
vm_domainset.h
vm_dumpset.h
vm_extern.h vm/vm_extern.h, vm/vm_page.h: use sys/kassert.h 2022-02-08 08:42:07 +02:00
vm_fault.c
vm_glue.c
vm_init.c vm: Initialize the transient buffer mapping arena with M_WAITOK 2022-04-21 09:18:04 -04:00
vm_kern.c
vm_kern.h
vm_map.c Use vmspace->vm_stacktop in place of sv_usrstack in more places. 2022-02-16 11:55:37 -05:00
vm_map.h exec: Reimplement stack address randomization 2022-02-16 11:55:03 -05:00
vm_meter.c vmmeter(): Fix detection of the named swap objects 2022-02-09 02:42:44 +02:00
vm_mmap.c
vm_object.c vm_object: restore handling of shadow_count for all type of objects 2022-02-09 02:42:44 +02:00
vm_object.h vm_object: Make is_object_active() global 2022-02-09 02:42:44 +02:00
vm_page.c vm_page: Fix a typo in a source code comment 2022-06-10 14:30:17 +02:00
vm_page.h vm/vm_extern.h, vm/vm_page.h: use sys/kassert.h 2022-02-08 08:42:07 +02:00
vm_pageout.c vm_pageout: Print a more accurate message to the console before an OOM kill 2022-02-28 09:06:58 -05:00
vm_pageout.h
vm_pagequeue.h
vm_pager.c
vm_pager.h
vm_param.h
vm_phys.c
vm_phys.h
vm_radix.c
vm_radix.h
vm_reserv.c
vm_reserv.h
vm_swapout.c Make vmdaemon timeout configurable 2022-02-14 19:28:56 +00:00
vm_swapout_dummy.c
vm_unix.c
vnode_pager.c
vnode_pager.h