]> Zhao Yanbai Git Server - minix.git/commit
Kernel: IPC filter support for VM memory requests 28/3128/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 12 Jul 2015 05:58:07 +0000 (07:58 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 13:46:23 +0000 (13:46 +0000)
commit3779ed93c3cb11753755218bf4b3727d24703f91
tree91b285d0cbc927e2158cd4a080738047ed965261
parent8b0f8559ee0fbb954abdd4b164eb19de74d85a5f
Kernel: IPC filter support for VM memory requests

The filtering also exposed the risk that a process be killed or
swapped while on the list of VM memory requests.  These cases are
now handled properly as well.

Change-Id: Ibd3897b34abdf33bce19d37b8e5f65fbd0fd9316
minix/kernel/proto.h
minix/kernel/system.c
minix/kernel/system/do_update.c
minix/kernel/system/do_vmctl.c