K 10 svn:author V 6 dillon K 8 svn:date V 27 2000-11-26T02:30:09.000000Z K 7 svn:log V 337 MFC from current the major file descriptor race fixing patchset. This fix file descriptor races in open(), close(), fcntl(), read(), write(), and most other system calls that take file descriptors as arguments. The races being fixed are mainly due to the file descriptor table sharing that rfork()/threading allows. END