minix/drivers/log
Ben Gras b01aff70d2 use servers/inet/mq.[ch] to queue messages using mq_queue() in
libdriver.  at_wini now queues messages it can't handle it receives when
waiting for an interrupt. this way it can do receive(ANY) and timeouts
should be working again (were broken for VFS, as with the advent of VFS,
at_wini could get requests from a filesystem while it was waiting for an
interrupt - as a hack, the receive() was changed to receive(HARDWARE)).

Added mq.c to libdriver, and made libdriver an actual library that
drivers link with -L../libdriver -ldriver. (So adding files, if
necessary, is easier next time.)
2007-01-12 13:33:12 +00:00
..
diag.c Use safecopy version to get log messages from TTY. 2006-07-10 12:42:31 +00:00
kputc.c Understand *_S variants: DIAGNOSTICS_S, DEV_{READ,WRITE,IOCTL}_S, 2006-06-20 08:55:35 +00:00
log.c First cut at 64-bit file offsets in block devices for mkfs/fsck. 2006-11-27 14:21:43 +00:00
log.h Understand *_S variants: DIAGNOSTICS_S, DEV_{READ,WRITE,IOCTL}_S, 2006-06-20 08:55:35 +00:00
Makefile use servers/inet/mq.[ch] to queue messages using mq_queue() in 2007-01-12 13:33:12 +00:00