minix/minix/servers
David van Moolenbroek 76b68f9f99 Disable malloc instrumentation for VM (#1)
This patch changes the VM makefile to specify that the magic pass is
to skip memory function instrumentation, and to transfer the data
variables of the malloc code (thus overriding the exception we made
for all other system services).  We add two magic pass flags to
achieve this.  Since the magic pass is a big bowl of spaghetti code,
ignoring whitespace changes while viewing this patch is recommended.

Change-Id: I5ab83b23d8437b37c44dea99537bc202469c9df6
2015-09-17 14:05:14 +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/VM: proper preparation for multi-VM live update 2015-09-17 14:01:06 +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 Disable malloc instrumentation for VM (#1) 2015-09-17 14:05:14 +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