NetBSD/sys/vm
cgd 3cac22992d from sean eric fagan:
it seems to keep the vm system from deadlocking the system when it runs
out of swap + physical memory.
prevents the system from giving the last page(s) to anything but the
referenced "processes" (especially important is the pager process,
which should never have to wait for a free page).
1993-04-09 15:54:56 +00:00
..
device_pager.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
device_pager.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
kern_lock.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
lock.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
pmap.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
queue.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
swap_pager.c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
swap_pager.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_fault.c from sean eric fagan: 1993-04-09 15:54:56 +00:00
vm_glue.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_inherit.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_init.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_kern.c broke out panics for *_map too small, and tried to coalesce the maps more 1993-03-31 21:53:56 +00:00
vm_kern.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_map.c from sean eric fagan: 1993-04-09 15:54:56 +00:00
vm_map.h after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
vm_meter.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_mmap.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_object.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_object.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_page.c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
vm_page.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_pageout.c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
vm_pageout.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_pager.c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
vm_pager.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_param.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_prot.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_statistics.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_swap.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_unix.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_user.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vm_user.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vnode_pager.c initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
vnode_pager.h initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00