minix/minix/servers
David van Moolenbroek 95cb93971a VM: fix mmap region transfer range bug
A missing check to see whether the range being transferred is sane
(with a starting address lower than an ending address) caused extra
memory to be marked erroneously as copy-on-write for some processes,
ultimately resulting in pagefaults on the stack during live update
rollback.

Change-Id: I1516b509b485379606d8df05b8a0f514896a0f19
2015-09-17 13:44:55 +00:00
..
devman Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00
ds services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
input Move all services to /service 2014-07-31 16:00:31 +02:00
ipc services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
is services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
pm services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
rs RS: synchronize priv from kernel after swap 2015-09-17 13:43:49 +00:00
sched services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
vfs services: Selectively enable stateful restart. 2015-09-17 13:36:01 +00:00
vm VM: fix mmap region transfer range bug 2015-09-17 13:44:55 +00:00
Makefile New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc merge libminlib with libc 2014-08-28 18:49:19 +02:00