K 10 svn:author V 3 mux K 8 svn:date V 27 2002-06-22T18:07:05.000000Z K 7 svn:log V 323 o Remove the initialization of unused fields in the struct uio now that we don't use uiomove() anymore. o Enforce stricter checks on the length of the iov's in nmount(2) since we now malloc() them individually and corrupted iov's could make the kernel crash in malloc() with "kmem_map too small". Reviewed by: phk END