minix/servers/vm
Ben Gras c78250332d let vm use physically fragmented memory for allocations.
map_copy_ph_block is replaced by map_clone_ph_block, which can
replace a single physical block by multiple physical blocks.

also,
 . merge map_mem.c with region.c, as they manipulate the same
   data structures
 . NOTRUNNABLE removed as sanity check
 . use direct functions for ALLOC_MEM and FREE_MEM again
 . add some checks to shared memory mapping code
 . fix for data structure integrity when using shared memory
 . fix sanity checks
2010-04-12 11:25:24 +00:00
..
arch/i386 let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
addravl.c - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
addravl.h - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
alloc.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
break.c - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
cavl_if.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cavl_impl.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
exec.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
exit.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
fork.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
glo.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
main.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
Makefile let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
memlist.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
mmap.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
pagefaults.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
pagerange.h - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
physravl.c - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
physravl.h - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
proto.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
queryexit.c Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) 2010-01-14 15:24:16 +00:00
region.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
region.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
rs.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
sanitycheck.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
signal.c panic() cleanup. 2010-03-05 15:05:11 +00:00
slaballoc.c let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
util.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
utility.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
vm.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
vmproc.h let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00