NetBSD/sys/uvm
ad e7e35c1d1d Temporarily work around an assertion from mutex_enter. 2007-07-21 22:14:42 +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 Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
uvm_aobj.c Temporarily work around an assertion from mutex_enter. 2007-07-21 22:14:42 +00:00
uvm_aobj.h Fix lossage from boolean_t -> bool and updated x86 bus_dma. 2007-02-22 04:38:02 +00:00
uvm_bio.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_ddb.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
uvm_device.c handle UVM_UNKNOWN_OFFSET. 2007-06-24 22:56:58 +00:00
uvm_device.h
uvm_extern.h Add native mremap system call based on the UVM implementation for 2007-07-17 17:42:07 +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 TRUE -> true, FALSE -> false 2007-02-22 06:05:00 +00:00
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 Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
uvm_km.c Fix DEBUG build. 2007-07-21 20:52:59 +00:00
uvm_km.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
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 Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_meter.c implement priority inheritance. 2007-02-26 09:20:52 +00:00
uvm_mmap.c Some Veriexec stuff that's been rotting in my tree for months. 2007-05-15 19:47:43 +00:00
uvm_mremap.c Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_object.c Mention rmind@ as an author in the license. No functional change. 2007-02-17 20:45:36 +00:00
uvm_object.h move some knowledge about vnode into uvm_vnode.c. 2006-10-12 10:14:20 +00:00
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 Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +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 Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
uvm_pdpolicy.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
uvm_pdpolicy_clock.c TRUE -> true, FALSE -> false 2007-02-22 06:05:00 +00:00
uvm_pdpolicy_clockpro.c TRUE -> true, FALSE -> false 2007-02-22 06:05:00 +00:00
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 Merge unobtrusive locking changes from the vmlocking branch. 2007-07-21 19:21:53 +00:00
uvm_swap.h TRUE -> true, FALSE -> false 2007-02-22 06:05:00 +00:00
uvm_swapstub.c -#include <sys/sa.h> 2007-02-23 08:18:35 +00:00
uvm_unix.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uvm_user.c
uvm_vnode.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00