K 10 svn:author V 3 alc K 8 svn:date V 27 2002-05-09T02:30:41.000000Z K 7 svn:log V 306 o Correct an error made in revision 1.65: In readv(), if uap->iovcnt is out-of-range, drop the file reference before returning. (This error also exists in the RELENG_4 branch.) o Eliminate the acquisition and release of Giant in readv() now that malloc() and free() are callable without Giant. END