minix/include/minix
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
..
bitmap.h New bit map manipulation header. 2005-06-20 14:29:09 +00:00
callnr.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +00:00
cdrom.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
com.h Minor changes for new library functions at PM. 2005-10-12 15:08:45 +00:00
config.h printf() by kernel and servers now send messages to an array of processes, 2005-10-18 10:34:54 +00:00
const.h Changes to includes for VM, IOPL, logging. Increased _NR_PROCS, CLICK_SIZE is 2005-09-30 12:47:03 +00:00
devio.h Added <minix/sys_config.h>. This file is intended to be included from 2005-08-29 13:52:08 +00:00
dl_eth.h Initial revision 2005-04-21 14:53:53 +00:00
dmap.h Ast@'s formatting fixes 2005-09-16 14:23:14 +00:00
fslib.h Initial revision 2005-04-21 14:53:53 +00:00
ioctl.h Initial revision 2005-04-21 14:53:53 +00:00
ipc.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
jmp_buf.h Initial revision 2005-04-21 14:53:53 +00:00
keymap.h Initial revision 2005-04-21 14:53:53 +00:00
minlib.h Initial revision 2005-04-21 14:53:53 +00:00
partition.h Initial revision 2005-04-21 14:53:53 +00:00
paths.h Paths updates 2005-08-26 12:14:25 +00:00
sound.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
swap.h Initial revision 2005-04-21 14:53:53 +00:00
sys_config.h Moved 'struct hole' for memory holes from PM to <minix/type.h>; also 2005-10-13 12:45:09 +00:00
syslib.h Changes to includes for VM, IOPL, logging. Increased _NR_PROCS, CLICK_SIZE is 2005-09-30 12:47:03 +00:00
sysutil.h Al's double-blank-line removal request 2005-08-22 15:23:47 +00:00
type.h Moved 'struct hole' for memory holes from PM to <minix/type.h>; also 2005-10-13 12:45:09 +00:00
u64.h Initial revision 2005-04-21 14:53:53 +00:00