minix/servers/vm
Ben Gras 68d0c4defe - code shared with exec() letting boot-time processes have
their own fully fledged virtual address space and freeing
   their pre-allocated heap+stack area (necessary to let memory
   driver map in arbitrary areas of memory for /dev/mem without
   sys_vm_map)
 - small optimization preallocating memory on exec
 - finished VR_DIRECT physical mapping code
2008-12-08 16:43:20 +00:00
..
i386 Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
alloc.c make allocmem accept and return values in bytes, ramdisk expects this. 2008-11-19 15:40:17 +00:00
asynsend.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
break.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
exec.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
exit.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
fork.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
glo.h - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
main.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
Makefile Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
mmap.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
pagefaults.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
proto.h - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
region.c - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
region.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
sanitycheck.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
signal.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
slaballoc.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
util.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
utility.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vfs.c Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vm.h - code shared with exec() letting boot-time processes have 2008-12-08 16:43:20 +00:00
vmproc.h Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00