minix/minix
Ben Gras 10e6ba68d2 vm: restartability improvements (#1)
Two bugs fixed wrt vm restartability.

	. make sure pagetable data is only allocated
	  using dynamic data instead of static spare pages
	  (bootstrap pages). They are needed for bootstrap
	  but now repeat some of the initialization so only
	  dynamic data remains. This solves the problem of
	  physical addresses changing (as static pages are
	  re-allocated for the new instance) after update.
	. pt_ptalloc has to be specified in bytes instead of
	  pde slot numbers. leaving pt_pt NULL causes mapping
	  transfers to fail because NULL happens to be mapped in
	  then and updates then happen there.
	. added some sanity checks against the above happening.

The new state is that VM can update many times, but the system
isn't fully reliable afterwards yet.

Change-Id: I7313602c740cdae8590589132291116ed921aed7
2015-09-17 13:41:26 +00:00
..
bin New sources layout 2014-07-31 16:00:30 +02:00
commands rs: Add support for RS_FI. 2015-09-17 13:29:47 +00:00
drivers services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
fs tests: Expand the reliability test suite. 2015-09-17 13:37:40 +00:00
include sef: Support for LLVM ltckpt instrumentation. 2015-09-17 13:36:35 +00:00
kernel Kernel: delivermsg improvements 2015-09-17 13:41:09 +00:00
lib libmthread: Fix guard page mapping. 2015-09-17 13:38:44 +00:00
llvm minix/llvm/passes/Makefile.inc: Fix 2014-08-29 12:56:57 -04:00
man Import NetBSD syslogd(8) 2015-07-26 11:57:04 +00:00
net services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
sbin New sources layout 2014-07-31 16:00:30 +02:00
servers vm: restartability improvements (#1) 2015-09-17 13:41:26 +00:00
share New sources layout 2014-07-31 16:00:30 +02:00
tests testrelpol: let test specific services 2015-09-17 13:37:55 +00:00
usr.bin VFS: add support for F_DUPFD_CLOEXEC 2015-07-20 13:55:10 +00:00
usr.sbin mkfs.mfs: remove Linux mount check 2015-07-20 10:59:49 +00:00
Makefile benchmarks: remove unixbench 2015-07-20 11:05:28 +00:00
Makefile.inc New sources layout 2014-07-31 16:00:30 +02:00