Date: Mon, 5 May 2003 13:33:38 -0700 (PDT) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h Message-ID: <200305052033.h45KXcWN008399@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2003/05/05 13:33:38 PDT FreeBSD src repository Modified files: sys/kern uipc_syscalls.c sys/sys syscallsubr.h Log: 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. Revision Changes Path 1.146 +65 -50 src/sys/kern/uipc_syscalls.c 1.9 +4 -0 src/sys/sys/syscallsubr.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305052033.h45KXcWN008399>