]> Zhao Yanbai Git Server - minix.git/commit
printf() by kernel and servers now send messages to an array of processes,
authorBen Gras <ben@minix3.org>
Tue, 18 Oct 2005 10:34:54 +0000 (10:34 +0000)
committerBen Gras <ben@minix3.org>
Tue, 18 Oct 2005 10:34:54 +0000 (10:34 +0000)
commitea75918df18b396076c47f55f69647159d391b61
treeea4b541ea23845446cbe3f6e354b42da81f1b1ea
parentd87bfc438b6043934c2834d18ce264253dab69c5
printf() by kernel and servers now send messages to an array of processes,
OUTPUT_PROCS_ARRAY in <minix/config.h>, in that order, terminated by NONE.
log no longer forwards messages to tty itself. This leads to less funny
loops and more robust debug-message handling. Also the list of
processes receiving messages can easily be changed around or disabled by
editing the array (e.g. disable it by changing the array to { NONE }.).
drivers/log/Makefile
drivers/log/diag.c
include/minix/config.h
kernel/utility.c
lib/sysutil/kputc.c