]> Zhao Yanbai Git Server - minix.git/commit
New NOTIFY system call! Queued at kernel. Duplicate messages (with same source
authorJorrit Herder <jnherder@minix3.org>
Tue, 24 May 2005 10:06:17 +0000 (10:06 +0000)
committerJorrit Herder <jnherder@minix3.org>
Tue, 24 May 2005 10:06:17 +0000 (10:06 +0000)
commitccd17ecfed2669cb022fdf5c076c1411d8080028
tree287714bfab5b7809ec5c60b3fba054e55bae53ad
parent80e38daeadb359f2e89c804f2455b0f337ce0e45
New NOTIFY system call! Queued at kernel. Duplicate messages (with same source
and type) are overwritten with newer flags/ arguments. The interface from
within the kernel is lock_notify(). User processes can make a system call with
notify(). NOTIFY fully replaces the old notification mechanism.
22 files changed:
commands/reboot/halt.c
drivers/at_wini/at_wini.c
include/ibm/interrupt.h
include/minix/com.h
include/minix/config.h
include/minix/type.h
kernel/clock.c
kernel/const.h
kernel/glo.h
kernel/i8259.c
kernel/klibc.c
kernel/main.c
kernel/misc.c
kernel/mpx386.s
kernel/proc.c
kernel/proc.h
kernel/proto.h
kernel/system.c
kernel/system/clock.c
kernel/type.h
servers/is/dmp.c
test/Makefile