]> Zhao Yanbai Git Server - minix.git/commit
. leave out dead code from device.c
authorBen Gras <ben@minix3.org>
Fri, 23 Jun 2006 11:51:56 +0000 (11:51 +0000)
committerBen Gras <ben@minix3.org>
Fri, 23 Jun 2006 11:51:56 +0000 (11:51 +0000)
commit82855e9cf51c2276bda38af279c0f9a8bafce4cc
tree966aca70c5543c51b723ba4899ee6670423fcb11
parent08bb0f770833366fc6ccda73ff9bff53efb537df
. leave out dead code from device.c
. don't loop doing a receive() after sendrec() - chance of recovering is not
  high, and can lead to receive()ing a notify() (which can't happen in sendrec()),
  which is terrible
. return status from device when DEV_CANCEL is done on a signal; hardcode EAGAIN to
  become EINTR though
servers/fs/device.c
servers/fs/pipe.c