Date: Sat, 29 Nov 2008 17:14:06 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h src/sys/compat/linux linux_socket.c linux_socket.h src/sys/i386/linux linux.h Message-ID: <200811291714.mATHExKS074305@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-11-29 17:14:06 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h
sys/compat/linux linux_socket.c linux_socket.h
sys/i386/linux linux.h
Log:
SVN rev 185442 on 2008-11-29 17:14:06Z by kib
Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.
Change types used in the linux' struct msghdr and struct cmsghdr
definitions to the properly-sized architecture-specific types.
Move ancillary data handler from linux_sendit() to linux_sendmsg().
Submitted by: dchagin
Revision Changes Path
1.22 +16 -0 src/sys/amd64/linux32/linux.h
1.79 +238 -52 src/sys/compat/linux/linux_socket.c
1.3 +31 -0 src/sys/compat/linux/linux_socket.h
1.83 +16 -0 src/sys/i386/linux/linux.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811291714.mATHExKS074305>
