Date: Wed, 17 Jun 2009 21:12:32 +0000 (UTC) From: Dmitry Chagin <dchagin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c syscalls.master Message-ID: <200906172112.n5HLCddI014083@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dchagin 2009-06-17 21:12:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/amd64/linux32 linux.h linux32_machdep.c syscalls.master
Log:
SVN rev 194400 on 2009-06-17 21:12:32Z by dchagin
MFC r185438:
Fix iovec32 for linux32/amd64.
Add a custom version of copyiniov() to deal with the 32-bit iovec
pointers from userland (to be used later).
Adjust prototypes for linux_readv() and linux_writev() to use new
l_iovec32 definition and to match actual linux code. In particular,
use ulong for fd (why ?).
Approved by: kib (mentor)
Revision Changes Path
1.16.2.6 +10 -0 src/sys/amd64/linux32/linux.h
1.45.2.6 +33 -10 src/sys/amd64/linux32/linux32_machdep.c
1.30.2.4 +4 -4 src/sys/amd64/linux32/syscalls.master
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906172112.n5HLCddI014083>
