]> Zhao Yanbai Git Server - minix.git/commit
. fix for wild store at startup time by calling dev_io without fp
authorBen Gras <ben@minix3.org>
Thu, 10 Aug 2006 11:51:11 +0000 (11:51 +0000)
committerBen Gras <ben@minix3.org>
Thu, 10 Aug 2006 11:51:11 +0000 (11:51 +0000)
commit4539e54d8b27f1acdb4ee9052e03f45ecc7be48a
treeab6bdfec01aa86f292eb2275ad10f001c41fcaf5
parent4ba5826ba68054aca50a5bb86472227a042ea822
 . fix for wild store at startup time by calling dev_io without fp
   initialized
 . fix for writing exactly PIPE_SIZE to a pipe with O_NONBLOCK blocking
   anyway because of incomplete logic in pipe_check
servers/fs/device.c
servers/fs/pipe.c