cvs commit: src/sys/compat/linux linux_socket.c
David Malone
dwmalone at FreeBSD.org
Sun Nov 9 09:04:06 PST 2003
dwmalone 2003/11/09 09:04:05 PST
FreeBSD src repository
Modified files:
sys/compat/linux linux_socket.c
Log:
Use kern_sendit rather than sendit for the Linux send* syscalls.
This means we can avoid using the stack gap for most send* syscalls
now (it is still used in the IP_HDRINCL case).
Revision Changes Path
1.44 +105 -144 src/sys/compat/linux/linux_socket.c
More information about the cvs-src
mailing list