minix/drivers/log
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
..
diag.c TTY/LOG driver cleanup: 2011-03-25 10:43:24 +00:00
liveupdate.c Server/driver protocols: no longer allow third-party copies. 2011-04-11 17:35:05 +00:00
log.c VFS - no CANCEL for async non-blocking operations 2012-03-02 15:44:48 +00:00
log.h Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
Makefile Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00