Date: Sat, 11 Oct 2003 08:08:32 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@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: <200310111508.h9BF8Wv7012235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 2003/10/11 08:08:32 PDT FreeBSD src repository Modified files: sys/compat/linux linux_socket.c Log: Fix some problems in linux_sendmsg() and linux_recvmsg(). - Allocate storage for uap->msg always because it is copyin()'ed in native sendmsg(). - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling. - Some cleanups. Tested with: Oracle 9i shared server connection mode. MFC after: 1 week Revision Changes Path 1.43 +38 -36 src/sys/compat/linux/linux_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310111508.h9BF8Wv7012235>