Date: Sun, 9 Nov 2003 09:04:05 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_socket.c Message-ID: <200311091704.hA9H4508013843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311091704.hA9H4508013843>