NetBSD/sys/uvm
chs 11fe9ca446 use ubc_winshift instead of ubc_winsize in pmaps to set up kernel
virtual space.  the latter isn't initialized yet when the value is needed.
fixes PR 12440.
2001-03-21 03:16:05 +00:00
..
Makefile
uvm_amap_i.h
uvm_amap.c
uvm_amap.h
uvm_anon.c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_anon.h
uvm_aobj.c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_aobj.h
uvm_bio.c change uvm_winsize to uvm_winshift so that we can avoid division 2001-03-19 00:29:03 +00:00
uvm_ddb.h
uvm_device.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_device.h
uvm_extern.h eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_fault_i.h
uvm_fault.c return the real error from pgo_fault(). 2001-03-17 04:01:24 +00:00
uvm_fault.h
uvm_glue.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_km.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_km.h
uvm_loan.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_loan.h
uvm_map_i.h eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_map.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_map.h eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_meter.c add UBC memory-usage balancing. we track the number of pages in use for 2001-03-09 01:02:10 +00:00
uvm_mmap.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_object.h add UBC memory-usage balancing. we track the number of pages in use for 2001-03-09 01:02:10 +00:00
uvm_page_i.h
uvm_page.c add UBC memory-usage balancing. we track the number of pages in use for 2001-03-09 01:02:10 +00:00
uvm_page.h
uvm_pager_i.h
uvm_pager.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_pager.h eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_param.h use ubc_winshift instead of ubc_winsize in pmaps to set up kernel 2001-03-21 03:16:05 +00:00
uvm_pdaemon.c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_pdaemon.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_stat.c add UBC memory-usage balancing. we track the number of pages in use for 2001-03-09 01:02:10 +00:00
uvm_stat.h
uvm_swap.c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_swap.h
uvm_unix.c In sys_obreak(), the return value of atop() was being used to change 2001-03-19 02:25:33 +00:00
uvm_user.c eliminate the KERN_* error codes in favor of the traditional E* codes. 2001-03-15 06:10:32 +00:00
uvm_vnode.c eliminate the VM_PAGER_* error codes in favor of the traditional E* codes. 2001-03-10 22:46:45 +00:00
uvm_vnode.h
uvm.h