NetBSD/sys/vm
mycroft 7263209ce6 Make each disk and tape driver define its own read and write functions.
Deprecate rawread() and rawwrite() completely.  Remove d_strategy from cdevsw to
force the abstraction barrier.
1995-07-04 07:15:28 +00:00
..
device_pager.c
device_pager.h
kern_lock.c
lock.h
pmap.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
swap_pager.c
swap_pager.h
vm.h
vm_extern.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_fault.c
vm_glue.c delete some cruft, don't swap if BROKEN_SWAP defined, call cpu_swapout rather than #ifdef 1995-05-05 03:35:39 +00:00
vm_inherit.h
vm_init.c
vm_kern.c kernel_pmap --> pmap_kernel() 1995-04-10 16:48:27 +00:00
vm_kern.h
vm_map.c kernel_pmap --> pmap_kernel() 1995-04-10 16:48:27 +00:00
vm_map.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_meter.c
vm_mmap.c
vm_object.c
vm_object.h KERNEL -> _KERNEL 1995-03-29 21:57:43 +00:00
vm_page.c The atari specific code can be removed now it is using MACHINE_NONCONTIG. 1995-06-26 14:40:11 +00:00
vm_page.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pageout.c no longer needs machine/cpu.h, and use new name for the 'broken swap' define 1995-06-28 02:58:51 +00:00
vm_pageout.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pager.c oops; vm_pageout.c should include machine/cpu.h, _not_ vm_pager.c 1995-05-07 19:27:27 +00:00
vm_pager.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_param.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_prot.h
vm_swap.c Make each disk and tape driver define its own read and write functions. 1995-07-04 07:15:28 +00:00
vm_unix.c
vm_user.c
vnode_pager.c
vnode_pager.h