K 10 svn:author V 3 kib K 8 svn:date V 27 2013-02-07T14:53:33.737099Z K 7 svn:log V 372 Stop translating the ERESTART error from the open(2) into EINTR. Posix requires that open(2) is restartable for SA_RESTART. For non-posix objects, in particular, devfs nodes, still disable automatic restart of the opens. The open call to a driver could have significant side effects for the hardware. Noted and reviewed by: jilles Discussed with: bde MFC after: 2 weeks END