NetBSD/sys/uvm
yamt acb669a7cf handle "strange" filesystems like layered filesystems and tmpfs,
where pgo_get returns pages which don't belong to the uobj.
also fix an XXX in uvm_loananon and lock-unlock mismatch in uvm_loanuobj.

PR/28372, PR/32665 (Alan Barrett).
2006-01-31 14:11:25 +00:00
..
Makefile
files.uvm implement compat_linux mremap. 2006-01-21 13:34:15 +00:00
uvm.h
uvm_amap.c - uvm_fault: move a common code of 1B and 2B to a new function. 2006-01-21 13:13:07 +00:00
uvm_amap.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_amap_i.h
uvm_anon.c
uvm_anon.h
uvm_aobj.c uao_get: don't mark pages dirty unless it's a write fault. 2005-12-24 13:22:13 +00:00
uvm_aobj.h
uvm_bio.c handle "strange" filesystems like layered filesystems and tmpfs, 2006-01-31 14:11:25 +00:00
uvm_ddb.h
uvm_device.c
uvm_device.h
uvm_extern.h implement compat_linux mremap. 2006-01-21 13:34:15 +00:00
uvm_fault.c handle "strange" filesystems like layered filesystems and tmpfs, 2006-01-31 14:11:25 +00:00
uvm_fault.h
uvm_fault_i.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_glue.c __inline__ -> inline 2005-12-24 23:41:33 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c
uvm_km.c
uvm_km.h
uvm_loan.c handle "strange" filesystems like layered filesystems and tmpfs, 2006-01-31 14:11:25 +00:00
uvm_loan.h
uvm_map.c implement compat_linux mremap. 2006-01-21 13:34:15 +00:00
uvm_map.h implement compat_linux mremap. 2006-01-21 13:34:15 +00:00
uvm_map_i.h
uvm_meter.c whitespace in SYSCTL_DESCR. 2005-12-21 12:23:44 +00:00
uvm_mmap.c
uvm_mremap.c uvm_mremap: whitespace. 2006-01-31 14:03:53 +00:00
uvm_object.h
uvm_page.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_page.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_page_i.h
uvm_pager.c - add simple functions to allocate/free a buffer for i/o. 2006-01-04 10:13:05 +00:00
uvm_pager.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_pager_i.h
uvm_param.h
uvm_pdaemon.c uvmpd_scan_inactive: when reactivating a page, 2006-01-05 10:47:33 +00:00
uvm_pdaemon.h
uvm_pglist.c
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_readahead.c
uvm_readahead.h
uvm_stat.c
uvm_stat.h Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
uvm_swap.c Fix u_int64_t -> uint64_t stragglers. 2006-01-21 18:57:45 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c