minix/minix/commands/service
Sanchayan Maity 8501cb7ed8 Allow users to request a asynchronous notification
This patch adds functionality to request an asynchronous notification
if some other process has send a message to it. We currently send a
SIGALRM to avoid any changes to core infrastructure of signal handling.
Ideally we should implement a separate signal for this. Currently there
is an obvious disadvantage of not being able to use SIGALRM with alarm,
if we are using this functionality.
2016-03-22 17:51:09 +05:30
..
config.h New sources layout 2014-07-31 16:00:30 +02:00
Makefile commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
parse.c Allow users to request a asynchronous notification 2016-03-22 17:51:09 +05:30
parse.h New sources layout 2014-07-31 16:00:30 +02:00
print.c New sources layout 2014-07-31 16:00:30 +02:00
proto.h New sources layout 2014-07-31 16:00:30 +02:00
service.8 New sources layout 2014-07-31 16:00:30 +02:00
service.c Basic live rerandomization infrastructure 2015-09-17 17:15:03 +00:00
system.conf.5 commands: move manpages into command directories 2015-09-28 14:06:06 +00:00
util.c New sources layout 2014-07-31 16:00:30 +02:00