NetBSD/sys/uvm
yamt aec75b1cc6 - change the way to specify a bufq strategy. (by string rather than by number)
- rather than embedding bufq_state in driver softc,
  have a pointer to the former.
- move bufq related functions from kern/subr_disk.c to kern/subr_bufq.c.
- rename method to strategy for consistency.
- move some definitions which don't need to be exposed to the rest of kernel
  from sys/bufq.h to sys/bufq_impl.h.
  (is it better to move it to kern/ or somewhere?)
- fix some obvious breakage in dev/qbus/ts.c.  (not tested)
2005-10-15 17:29:10 +00:00
..
Makefile
uvm_amap_i.h
uvm_amap.c
uvm_amap.h
uvm_anon.c
uvm_anon.h make VMSWAP optional again. 2005-09-17 14:38:38 +00:00
uvm_aobj.c make VMSWAP optional again. 2005-09-17 14:38:38 +00:00
uvm_aobj.h make VMSWAP optional again. 2005-09-17 14:38:38 +00:00
uvm_bio.c
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h
uvm_fault_i.h
uvm_fault.c
uvm_fault.h
uvm_glue.c
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map_i.h
uvm_map.c
uvm_map.h
uvm_meter.c
uvm_mmap.c stop converting async msync() to sync. 2005-10-10 15:53:28 +00:00
uvm_object.h
uvm_page_i.h
uvm_page.c
uvm_page.h
uvm_pager_i.h
uvm_pager.c
uvm_pager.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 - change the way to specify a bufq strategy. (by string rather than by number) 2005-10-15 17:29:10 +00:00
uvm_swap.h - make uvm_swap_stats acquire swap_syscall_lock by itsself 2005-09-17 14:51:50 +00:00
uvm_swapstub.c add a file which i forgot when reviving VMSWAP option. 2005-09-21 10:21:46 +00:00
uvm_unix.c
uvm_user.c
uvm_vnode.c
uvm.h