Go to file
Ben Gras ea75918df1 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 }.).
2005-10-18 10:34:54 +00:00
boot No backquotes. 2005-09-07 18:24:38 +00:00
commands New libary functions. 2005-10-12 15:10:14 +00:00
drivers printf() by kernel and servers now send messages to an array of processes, 2005-10-18 10:34:54 +00:00
etc A .vimrc that makes vim colours work on the minix console and in xterm. 2005-10-11 17:55:14 +00:00
include printf() by kernel and servers now send messages to an array of processes, 2005-10-18 10:34:54 +00:00
kernel printf() by kernel and servers now send messages to an array of processes, 2005-10-18 10:34:54 +00:00
lib printf() by kernel and servers now send messages to an array of processes, 2005-10-18 10:34:54 +00:00
man Manpage, initial version written by Jaap Weel <weel@ugcs.caltech.edu> 2005-10-03 14:31:28 +00:00
servers Print quant as signed number so a 'scheduling defecit' appears as such 2005-10-17 14:06:08 +00:00
test Fixed problem in subtest 1; Part of test is now in #if DEAD_CODE ... #endif, 2005-10-05 11:28:12 +00:00
tools add arg to make releases from tags/branches 2005-09-29 13:02:41 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile commands make all does all 2005-09-19 14:48:31 +00:00