NetBSD/sys/uvm
yamt 175e99933e uvm_pagefree: when orphaning an A->K loaned page,
- decrement uvmexp.anonpages as it's no longer an anon page.
	- null out anon->u.an_page as the anon no longer own the page.
uvm_anfree: add related assertions.
2004-09-01 11:53:38 +00:00
..
Makefile
uvm.h
uvm_amap.c add assertions. 2004-05-12 20:09:50 +00:00
uvm_amap.h
uvm_amap_i.h
uvm_anon.c uvm_pagefree: when orphaning an A->K loaned page, 2004-09-01 11:53:38 +00:00
uvm_anon.h
uvm_aobj.c
uvm_aobj.h
uvm_bio.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h Garbage-collect pagemove(); nothing use it anymore (YAY!!!) 2004-08-28 22:12:40 +00:00
uvm_fault.c
uvm_fault.h
uvm_fault_i.h
uvm_glue.c add assertions. 2004-05-12 20:09:50 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map.c Move variable declaration up before the code. Fixes compile error 2004-05-19 22:02:05 +00:00
uvm_map.h
uvm_map_i.h
uvm_meter.c Sysctl descriptions under vm subtree 2004-05-25 04:31:17 +00:00
uvm_mmap.c Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
uvm_object.h
uvm_page.c uvm_pagefree: when orphaning an A->K loaned page, 2004-09-01 11:53:38 +00:00
uvm_page.h add assertions. 2004-05-12 20:09:50 +00:00
uvm_page_i.h add assertions. 2004-05-12 20:09:50 +00:00
uvm_pager.c
uvm_pager.h
uvm_pager_i.h
uvm_param.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_stat.c
uvm_stat.h
uvm_swap.c don't accept a negative number of swap devices; it will attempt to malloc 2004-05-14 16:56:09 +00:00
uvm_swap.h
uvm_unix.c uvm_grow(): avoid needless arithmetic and make LP64 safe 2004-08-28 12:44:22 +00:00
uvm_user.c
uvm_vnode.c