]> Zhao Yanbai Git Server - minix.git/commit
PM delay call infrastructure improvements
authorDavid van Moolenbroek <david@minix3.org>
Thu, 1 Oct 2009 10:36:09 +0000 (10:36 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 1 Oct 2009 10:36:09 +0000 (10:36 +0000)
commit49808dcf779f6a14e623b6edb1c7d1c7fd29d273
tree26f475e35f91753fbc7d511332536277d3caa52b
parentf11f597777ba1d6b5f59e59ebbbe921ce4f8806c
PM delay call infrastructure improvements
- allow PM to tell sys_runctl() whether to use delay call feature
- only use this feature in PM for delivering signals - not for exits
- do better error checking in PM on sys_runctl() calls
- rename SIGKREADY to SIGNDELAY
include/minix/com.h
include/minix/syslib.h
include/signal.h
kernel/system.c
kernel/system/do_runctl.c
lib/syslib/sys_runctl.c
servers/pm/forkexit.c
servers/pm/signal.c