From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 8 08:20:15 2011 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CE71106564A for ; Tue, 8 Feb 2011 08:20:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2F648FC18 for ; Tue, 8 Feb 2011 08:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p188KE0Z024433 for ; Tue, 8 Feb 2011 08:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p188KElu024432; Tue, 8 Feb 2011 08:20:14 GMT (envelope-from gnats) Date: Tue, 8 Feb 2011 08:20:14 GMT Message-Id: <201102080820.p188KElu024432@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Roman Divacky Cc: Subject: Re: kern/149168: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roman Divacky List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 08:20:15 -0000 The following reply was made to PR kern/149168; it has been noted by GNATS. From: Roman Divacky To: Andriy Gapon Cc: bug-followup@FreeBSD.org, john@feith.com Subject: Re: kern/149168: [linux] [patch] Linux sendmsg / recvmsg / etc fixes for pulseaudio Date: Tue, 8 Feb 2011 08:57:51 +0100 you also want to modify syscalls.master instead of the script generated .h files On Mon, Feb 07, 2011 at 04:43:12PM -0500, Andriy Gapon wrote: > > John, > couple of comments for the patch: > > 1. What is a reason for "msg_controllen skipped" ? Is this a proper > solution or some hacking remnants? > > 2. amd64 counterparts of changes in i386 arch code are missing. Those > should be trivial to add. > > Roman, > do you have additional comments which I might have forgotten? > > Thanks! > -- > Andriy Gapon