Date: Sat, 29 Nov 2008 14:55:24 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/amd64/linux32 linux.h linux32_machdep.c syscalls.master Message-ID: <200811291455.mATEtXVJ051162@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2008-11-29 14:55:24 UTC
FreeBSD src repository
Modified files:
sys/amd64/linux32 linux.h linux32_machdep.c syscalls.master
Log:
SVN rev 185438 on 2008-11-29 14:55:24Z by kib
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 ?).
Submitted by: dchagin
Revision Changes Path
1.21 +10 -0 src/sys/amd64/linux32/linux.h
1.51 +33 -10 src/sys/amd64/linux32/linux32_machdep.c
1.36 +4 -4 src/sys/amd64/linux32/syscalls.master
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811291455.mATEtXVJ051162>
