]> Zhao Yanbai Git Server - minix.git/commit
New NOTIFY trap (IPC call) to send queued notification messages.
authorJorrit Herder <jnherder@minix3.org>
Thu, 19 May 2005 14:05:51 +0000 (14:05 +0000)
committerJorrit Herder <jnherder@minix3.org>
Thu, 19 May 2005 14:05:51 +0000 (14:05 +0000)
commit307c825515e7e343650fecb3cbfad1f0f1610470
treee0b4582c1a7779784bec71ff6520efe5e94762af
parent129b82d2070061d8ad26be13779e6b23b0d89a5f
New NOTIFY trap (IPC call) to send queued notification messages.
The call works. Permission check, restriction of outstanding notifications
to be added. Low level code to make it work from within interrupt handlers
will be added as well.
13 files changed:
include/lib.h
include/minix/com.h
include/unistd.h
kernel/proc.c
kernel/proc.h
kernel/system.c
kernel/system/proctl.c
kernel/type.h
lib/other/Makefile
lib/other/_getsysinfo.c
lib/syscall/Makefile
servers/pm/misc.c
servers/pm/param.h