minix/drivers/random
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
..
aes Random is now a separate driver. 2005-08-03 15:22:41 +00:00
main.c Some 64-bit file offset changes that were left out accidentally in the first 2006-12-06 15:21:27 +00:00
Makefile use servers/inet/mq.[ch] to queue messages using mq_queue() in 2007-01-12 13:33:12 +00:00
random.c Random is now a separate driver. 2005-08-03 15:22:41 +00:00
random.h Random is now a separate driver. 2005-08-03 15:22:41 +00:00
sha2.c Remove double-blank lines (Al) 2005-08-22 15:17:42 +00:00
sha2.h Remove double-blank lines (Al) 2005-08-22 15:17:42 +00:00