minix/servers/vm/i386
Ben Gras 2dd02cc560 mark pages whose refcount were >1 and drop to 1 and are
read/write writable in the pagetable right away instead of waiting for
a pagefault. minor optimization.

some a sanity check of SLAB-allocated pointers.

vm gets its own _exit and __exit like PM, so the stock (library) panic works.
2009-04-22 12:39:29 +00:00
..
arch_pagefaults.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
arch_vmproc.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
memory.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
pagefaults.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
pagetable.c phys addr arg of 0 must be possible for pt_writemap too (instead of meaning 2008-12-19 13:29:12 +00:00
pagetable.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
util.s Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vm.c mark pages whose refcount were >1 and drop to 1 and are 2009-04-22 12:39:29 +00:00