NetBSD/sys/uvm
ad a0d1fd8d0c It's not a good idea for device drivers to modify b_flags, as they don't
need to understand the locking around that field. Instead of setting
B_ERROR, set b_error instead. b_error is 'owned' by whoever completes
the I/O request.
2007-07-29 13:31:07 +00:00
..
Makefile
files.uvm Add native mremap system call based on the UVM implementation for 2007-07-17 17:42:07 +00:00
uvm.h Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_amap.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_amap.h Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_anon.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_anon.h
uvm_aobj.c In order to pacify assertions, make uao_list_lock + uvm_swap_data_lock 2007-07-24 19:59:35 +00:00
uvm_aobj.h
uvm_bio.c ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly. 2007-07-27 09:50:36 +00:00
uvm_ddb.h
uvm_device.c handle UVM_UNKNOWN_OFFSET. 2007-06-24 22:56:58 +00:00
uvm_device.h
uvm_extern.h ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly. 2007-07-27 09:50:36 +00:00
uvm_fault.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_fault.h
uvm_fault_i.h
uvm_glue.c Revert unintentially committed change. 2007-07-14 22:27:15 +00:00
uvm_glue.h
uvm_init.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_io.c
uvm_km.c Fix DEBUG build. 2007-07-21 20:52:59 +00:00
uvm_km.h
uvm_loan.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_loan.h
uvm_map.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_map.h When _KERNEL is defined, we have now grown a dependency on 2007-07-22 21:07:47 +00:00
uvm_meter.c
uvm_mmap.c Change unused fflags parameter in VOP_MMAP to prot and pass in 2007-07-27 08:26:38 +00:00
uvm_mremap.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_object.c
uvm_object.h
uvm_page.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_page.h Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_pager.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
uvm_pager.h adjust misleading comment: PGO_SYNCIO does not depend on PGO_CLEANIT 2007-04-23 20:10:50 +00:00
uvm_param.h
uvm_pdaemon.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_pdaemon.h
uvm_pdpolicy.h
uvm_pdpolicy_clock.c
uvm_pdpolicy_clockpro.c
uvm_pdpolicy_impl.h
uvm_pglist.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_pglist.h
uvm_pmap.h change pmap_phys_address()s parameter to paddr_t since that's what it gets 2007-07-16 23:48:03 +00:00
uvm_prot.h
uvm_readahead.c Add temporary workaround for PR kern/36019 (panic on sun2 and sun3). 2007-05-11 12:11:09 +00:00
uvm_readahead.h
uvm_stat.c
uvm_stat.h
uvm_swap.c It's not a good idea for device drivers to modify b_flags, as they don't 2007-07-29 13:31:07 +00:00
uvm_swap.h
uvm_swapstub.c
uvm_unix.c
uvm_user.c
uvm_vnode.c Retire uvn_attach() - it abuses VXLOCK and its functionality, 2007-07-22 19:16:04 +00:00