NetBSD/sys/uvm
pooka ec3ee0abf9 Include some debug print routines if DEBUGPRINT is defined. This
way they can be included without having to include DDB.
(arguably all print routines should be behind #ifdef DEBUGPRINT
and options DDB should define that macro, but I'll tackle that later)
2009-05-03 16:52:54 +00:00
..
Makefile
files.uvm kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +00:00
uvm.h
uvm_amap.c Convert some panic() checks to KASSERT()s. 2009-03-28 21:45:55 +00:00
uvm_amap.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c make some functions static. 2009-02-18 13:16:58 +00:00
uvm_aobj.h
uvm_bio.c
uvm_coredump.c
uvm_ddb.h Include some debug print routines if DEBUGPRINT is defined. This 2009-05-03 16:52:54 +00:00
uvm_device.c
uvm_device.h
uvm_extern.h g/c uvm_aiobuf_pool. 2009-03-30 16:36:36 +00:00
uvm_fault.c
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Avoid few #ifdef KSTACK_CHECK_MAGIC. 2009-04-16 00:17:19 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_kmguard.c kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +00:00
uvm_kmguard.h kernel memory guard for DEBUG kernels, proposed on tech-kern. 2009-03-29 10:51:53 +00:00
uvm_loan.c
uvm_loan.h
uvm_map.c Include some debug print routines if DEBUGPRINT is defined. This 2009-05-03 16:52:54 +00:00
uvm_map.h
uvm_meter.c
uvm_mmap.c - add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the total 2009-03-29 01:02:48 +00:00
uvm_mremap.c sys_mremap: whitespace 2009-03-23 02:12:54 +00:00
uvm_object.c
uvm_object.h
uvm_page.c Clarify free_list usage in uvm_page_physload() regarding faster/slower RAM. 2009-03-12 12:55:16 +00:00
uvm_page.h
uvm_pager.c g/c uvm_aiobuf_pool. 2009-03-30 16:36:36 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c remove "#define PGALLOC_VERBOSE". 2009-03-10 03:27:24 +00:00
uvm_pglist.h
uvm_pmap.h use top-most bits for PMAP_MD_MASK instead something in the middle. 2009-04-23 06:22:00 +00:00
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c
uvm_stat.h
uvm_swap.c fix some messages function names that are wrong by using __func__. 2009-03-01 01:13:14 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c don't uprintf in non-debug kernels. 2009-03-04 21:52:38 +00:00
uvm_user.c
uvm_vnode.c