]> Zhao Yanbai Git Server - minix.git/commit
Added new signal types for kernel events:
authorJorrit Herder <jnherder@minix3.org>
Tue, 19 Jul 2005 12:24:51 +0000 (12:24 +0000)
committerJorrit Herder <jnherder@minix3.org>
Tue, 19 Jul 2005 12:24:51 +0000 (12:24 +0000)
commit0129d98ae1fc862bea7d16ec0d180a001883e329
treedca41c3f9fc19082f7b50c1496a9208a646d8b9b
parent198c976f7e723e4af706d7786e1546ab7ad7ffb9
Added new signal types for kernel events:
- SIGKMESS: new kernel message (sent to TTY, IS, or LOG)
- SIGKSTOP: MINIX is shut down (sent to TTY-> switch to primary console)
- SIGKSIG: kernel signals pending (sent to PM)

Renamed SYS_SETPRIORITY to SYS_NICE.
drivers/memory/.depend [deleted file]
include/minix/com.h
include/minix/config.h
include/minix/syslib.h
include/signal.h
lib/syslib/Makefile
lib/syslib/sys_getinfo.c
lib/syslib/sys_nice.c [moved from lib/syslib/sys_setpriority.c with 60% similarity]