..
Makefile
Rename VM_INHERIT_* to MAP_INHERIT_* and move them to sys/sys/mman.h as
2000-08-01 00:53:07 +00:00
uvm.h
Macro'ize the code that checks the free and inactive thresholds and
2001-06-27 21:18:34 +00:00
uvm_amap.c
seperate -> separate
2001-07-22 13:33:58 +00:00
uvm_amap.h
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
2001-06-02 18:09:08 +00:00
uvm_amap_i.h
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
uvm_anon.c
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
uvm_anon.h
replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.
2001-05-26 16:32:40 +00:00
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
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +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
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_device.h
Don't silently truncate the voff_t offset to vaddr_t when passing it to
2000-05-28 10:21:55 +00:00
uvm_extern.h
user maps are always pageable.
2001-08-16 01:37:50 +00:00
uvm_fault.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_fault.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_glue.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_glue.h
…
uvm_init.c
remove include of <vm/vm.h>
2000-06-27 17:29:17 +00:00
uvm_io.c
replace vm_map{,_entry}_t with struct vm_map{,_entry} *.
2001-06-02 18:09:08 +00:00
uvm_km.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_km.h
…
uvm_loan.c
handle a locking problem where the second (or later) call in the loanentry
2001-08-27 02:34:29 +00:00
uvm_loan.h
…
uvm_map.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_map.h
create a new pool for map entries, allocated from kmem_map instead of
2001-09-09 19:38:22 +00:00
uvm_map_i.h
Reduce some complexity in the fault path -- Rather than maintaining
2001-06-26 17:55:14 +00:00
uvm_meter.c
Add support for kern.maxphys, vm.maxslp, vm.uspace (the later two for ps).
2001-07-14 06:36:01 +00:00
uvm_mmap.c
call VOP_MMAP() before allowing mappings of vnodes to allow
2001-08-17 05:52:46 +00:00
uvm_object.h
replace {simple_,}lock{_data,}_t with struct {simple,}lock {,*}.
2001-05-26 16:32:40 +00:00
uvm_page.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_page.h
Back out previous -- christos needs to update his lint(1).
2001-07-25 23:05:04 +00:00
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_pager.c
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_pager.h
replace vm_page_t with struct vm_page *.
2001-05-26 21:27:10 +00:00
uvm_pager_i.h
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
uvm_param.h
Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't
2001-08-05 03:33:15 +00:00
uvm_pdaemon.c
G/c a comment that no longer applies.
2001-06-27 18:52:10 +00:00
uvm_pdaemon.h
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
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
use the correct symbol for multi-include protection.
2001-08-25 20:37:46 +00:00
uvm_pmap.h
Update pmap_update to now take the updated pmap as an argument.
2001-09-10 21:19:08 +00:00
uvm_prot.h
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
uvm_stat.c
remove trailing whitespace.
2001-05-25 04:06:11 +00:00
uvm_stat.h
use _KERNEL_OPT
2001-05-30 11:57:16 +00:00
uvm_swap.c
don't mess with vnode holds or buffer lists for swap i/os.
2001-08-26 00:43:53 +00:00
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
allow mappings of VBLK vnodes.
2001-08-17 05:53:02 +00:00
uvm_vnode.h
Initial integration of the Unified Buffer Cache project.
2000-11-27 08:39:39 +00:00