K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2003-05-05T20:33:38.000000Z K 7 svn:log V 316 Split sendit into two parts. The first part, still called sendit, that does the copyin stuff and then calls the second part kern_sendit to do the hard work. Don't bother holding Giant during the copyin phase. The intent of this is to allow the Linux emulator to impliment send* syscalls without using the stackgap. END