From owner-svn-src-all@FreeBSD.ORG Sat Nov 29 19:31:06 2008 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C936106567E; Sat, 29 Nov 2008 19:31:06 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id C8D5F8FC0A; Sat, 29 Nov 2008 19:31:04 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A64159CB33B; Sat, 29 Nov 2008 20:26:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SSVVRszPOler; Sat, 29 Nov 2008 20:26:26 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id E2CFD9CB5BC; Sat, 29 Nov 2008 20:26:25 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id mATJQPfO079901; Sat, 29 Nov 2008 20:26:25 +0100 (CET) (envelope-from rdivacky) Date: Sat, 29 Nov 2008 20:26:25 +0100 From: Roman Divacky To: Konstantin Belousov Message-ID: <20081129192625.GA79701@freebsd.org> References: <200811291714.mATHE601057374@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811291714.mATHE601057374@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r185442 - in head/sys: amd64/linux32 compat/linux i386/linux X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2008 19:31:06 -0000 On Sat, Nov 29, 2008 at 05:14:06PM +0000, Konstantin Belousov wrote: > Author: kib > Date: Sat Nov 29 17:14:06 2008 > New Revision: 185442 > URL: http://svn.freebsd.org/changeset/base/185442 > > Log: > 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 no MFC of this and the previous commit?