Official MINIX sources - Automatically replicated from gerrit.minix3.org
Go to file
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
boot - remove unused bootdelay feauture 2009-09-21 14:23:47 +00:00
commands - added 'datasizes' script that shows you the size allocated 2009-09-21 14:24:29 +00:00
docs profiling reminder 2009-01-09 16:44:47 +00:00
drivers - tty: only report unrecognized scancodes once; forget about 2009-09-21 14:25:54 +00:00
etc - new entry for bios_wini and ipc 2009-09-21 14:26:20 +00:00
include - VM_KERN_NOPAGEZERO feature is gone 2009-09-21 14:23:10 +00:00
kernel Primary goal for these changes is: 2009-09-21 14:31:52 +00:00
lib various syscall entry points 2009-09-21 14:46:10 +00:00
man Handle SIGSTOP more consistently and according to POSIX rules; it can no longer be ignored 2009-09-13 12:24:23 +00:00
servers - pages that points to page directory values of all processes, 2009-09-21 14:49:49 +00:00
test test31 fix 2009-09-20 18:15:24 +00:00
tools IPC privileges fixes 2009-07-02 16:25:31 +00:00
LICENSE *** empty log message *** 2006-03-08 16:34:36 +00:00
Makefile include libraries. 2008-11-19 13:15:35 +00:00