minix/servers
Ben Gras 32fbbd370c - pages that points to page directory values of all processes,
shared with the kernel, mapped into kernel address space; 
   kernel is notified of its location. kernel segment size is
   increased to make it fit.
 - map in kernel and other processes that don't have their
   own page table using single 4MB (global) mapping.
 - new sanity check facility: objects that are allocated with
   the slab allocator are, when running with sanity checking on,
   marked readonly until they are explicitly unlocked using the USE()
   macro.
 - another sanity check facility: collect all uses of memory and
   see if they don't overlap with (a) eachother and (b) free memory
 - own munmap() and munmap_text() functions.
 - exec() recovers from out-of-memory conditions properly now; this
   solves some weird exec() behaviour
 - chew off memory from the same side of the chunk as where we
   start scanning, solving some memory fragmentation issues
 - use avl trees for freelist and phys_ranges in regions
 - implement most useful part of munmap()
 - remap() stuff is GQ's for shared memory
2009-09-21 14:49:49 +00:00
..
ds Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
inet clever hack to avoid starting from 0 disabled because 2009-09-21 14:46:42 +00:00
init stingy stack. 2009-02-06 16:29:00 +00:00
is no more scheduling queue dumps (kernel will print this over serial); 2009-09-21 14:47:24 +00:00
mfs - No maximum block size any more. 2009-09-21 14:47:51 +00:00
pm - Introduce some macros for field names, so that endpt, pendpt, 2009-09-21 14:48:19 +00:00
rs support for vm priv system. 2009-09-21 14:49:04 +00:00
vfs - some exec debugging prints when errors happen 2009-09-21 14:49:26 +00:00
vm - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00