K 10 svn:author V 2 ed K 8 svn:date V 27 2008-08-09T12:42:12.855815Z K 7 svn:log V 304 Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}. There is no reason the fdopen() routine needs Giant. It only sets curthread->td_dupfd, based on the device unit number of the cdev. I guess we won't get massive performance improvements here, but still, I assume we eventually want to get rid of Giant. END