minix/servers
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
..
ds Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
hgfs Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup. 2010-04-01 13:25:05 +00:00
inet Fixed escape warning. 2010-04-12 08:39:59 +00:00
init Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00
ipc ipc server: don't print as many errors, to make ipc test less noisy. 2010-04-12 11:06:15 +00:00
is Driver mapping refactory. 2010-04-09 21:56:44 +00:00
iso9660fs Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
mfs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
pfs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
pm Quantum in fork 2010-04-10 15:27:38 +00:00
rs Driver mapping refactory. 2010-04-09 21:56:44 +00:00
vfs Fixed escape warning. 2010-04-12 08:39:59 +00:00
vm let vm use physically fragmented memory for allocations. 2010-04-12 11:25:24 +00:00
Makefile Convert drivers/ and servers/ over to bsdmake 2010-03-22 21:25:22 +00:00