NetBSD/sys/uvm
thorpej c3cd2c3cfc Rather than using u_shorts, use u_ints and bitfields in the vm_page. This
provides us more flexibility with pageq-locked fields, and clarifies the
locking semantics for platforms which cannot address shorts.

From Ross Harvey.
2001-06-28 00:26:38 +00:00
..
Makefile
uvm_amap_i.h
uvm_amap.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_amap.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_anon.c
uvm_anon.h
uvm_aobj.c don't for memory in uao_set_swlot() since we're holding spinlocks, 2001-06-23 20:52:03 +00:00
uvm_aobj.h
uvm_bio.c Add a sanity check for ubc_winshift. 2001-06-13 06:06:19 +00:00
uvm_ddb.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_device.c
uvm_device.h
uvm_extern.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_fault_i.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_fault.c Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_fault.h replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_glue.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_glue.h
uvm_init.c
uvm_io.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_km.c Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_km.h
uvm_loan.c
uvm_loan.h
uvm_map_i.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_map.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_map.h Reduce some complexity in the fault path -- Rather than maintaining 2001-06-26 17:55:14 +00:00
uvm_meter.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_mmap.c Fix a partial construction problem that can cause race conditions 2001-06-14 20:32:41 +00:00
uvm_object.h
uvm_page_i.h Since a page can be on only one of ACTIVE or INACTIVE queues at 2001-06-27 23:57:16 +00:00
uvm_page.c Since a page can be on only one of ACTIVE or INACTIVE queues at 2001-06-27 23:57:16 +00:00
uvm_page.h Rather than using u_shorts, use u_ints and bitfields in the vm_page. This 2001-06-28 00:26:38 +00:00
uvm_pager_i.h
uvm_pager.c clean up the transient error case in uvm_pager_put(). 2001-06-23 20:47:44 +00:00
uvm_pager.h
uvm_param.h
uvm_pdaemon.c G/c a comment that no longer applies. 2001-06-27 18:52:10 +00:00
uvm_pdaemon.h
uvm_pglist.c Macro'ize the code that checks the free and inactive thresholds and 2001-06-27 21:18:34 +00:00
uvm_pglist.h
uvm_pmap.h
uvm_prot.h
uvm_stat.c
uvm_stat.h
uvm_swap.c
uvm_swap.h
uvm_unix.c uvm_coredump32() moved into compat/netbsd32. 2001-06-06 21:28:51 +00:00
uvm_user.c replace vm_map{,_entry}_t with struct vm_map{,_entry} *. 2001-06-02 18:09:08 +00:00
uvm_vnode.c
uvm_vnode.h
uvm.h Macro'ize the code that checks the free and inactive thresholds and 2001-06-27 21:18:34 +00:00