minix/drivers/random
Tomas Hruby 72b7abd1a1 VFS - no CANCEL for async non-blocking operations
- if an operation (R, W, IOCTL) is non blocking, a flag is set
  and sent to the device.

- nothing changes for sync devices

- asyn devices should reply asap if an operation is non-blocking.
  We must trust the devices, but we had to trust them anyway to
  reply to CANCEL correctly

- we safe sending CANCEL commands to asyn devices. This greatly
  simplifies the protocol. Asynchronous devices can always reply
  when a reply is ready and do not need to deal with other
  situations

- currently, none of our drivers use the flags since they drive
  virtual devices which do not block
2012-03-02 15:44:48 +00:00
..
aes Random is now a separate driver. 2005-08-03 15:22:41 +00:00
main.c VFS - no CANCEL for async non-blocking operations 2012-03-02 15:44:48 +00:00
Makefile Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
random.c Build NetBSD libc library in world in ELF mode. 2011-06-24 11:46:30 +02:00
random.h moved type and constants for random data to include file; 2009-04-02 15:24:44 +00:00