Received: by mail.netbsd.org (Postfix, from userid 0) id ABFE763B10F; Tue, 2 Nov 2010 18:03:02 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 6C09C63B102 for ; Tue, 2 Nov 2010 18:03:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5A64A175DD; Tue, 2 Nov 2010 18:03:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 2 Nov 2010 18:03:00 +0000 From: "Chuck Silvers" Subject: CVS commit: src/sys/compat/linux/common To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20101102180300.5A64A175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Chuck Silvers" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: chs Date: Tue Nov 2 18:03:00 UTC 2010 Modified Files: src/sys/compat/linux/common: linux_socket.c linux_socket.h Log Message: update linux_sys_socket() to understand the flags that are now included in the "type" parameter. in linux_sys_sendmsg(), if we see an SCM_CREDENTIALS control message, just drop it instead of giving an error. the linux and native versions of the cred-passing operation are very different and some apps (eg. linux pulseaudio library talking to a native server) will work without the control data. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/compat/linux/common/linux_socket.c cvs rdiff -u -r1.19 -r1.20 src/sys/compat/linux/common/linux_socket.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.