cvs commit: src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h
David Malone
dwmalone at FreeBSD.org
Mon May 5 13:33:39 PDT 2003
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
More information about the cvs-all
mailing list