Received: by mail.netbsd.org (Postfix, from userid 605) id 0DD6D19CFB6; Wed, 19 Jan 2011 20:34:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E961819CFB2 for ; Wed, 19 Jan 2011 20:34:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1HRCWhohm-7C for ; Wed, 19 Jan 2011 20:34:25 +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 2C56619CFAD for ; Wed, 19 Jan 2011 20:34:25 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 11353175DD; Wed, 19 Jan 2011 20:34:25 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 19 Jan 2011 20:34:25 +0000 From: "Manuel Bouyer" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110119203425.11353175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Manuel Bouyer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: bouyer Date: Wed Jan 19 20:34:24 UTC 2011 Modified Files: src/common/include/prop: prop_array.h prop_dictionary.h src/common/lib/libprop: prop_copyin_ioctl.9 prop_kern.c proplib.3 src/distrib/sets/lists/comp: mi src/lib/libprop: Makefile Added Files: src/common/lib/libprop: prop_send_syscall.3 Log Message: - Implement prop_{array,dictionary}_copyout(), based on prop_{array,dictionary}_copyout_ioctl(). - Implement prop_{array,dictionary}_recv_syscall(), which takes as parameter the pref we got from kernel and internalize it, and unmaps the buffer prop_{array,dictionary}_copyout() mapped for us. - add a prop_{array,dictionary}_send_syscall() for symetry, which is an alias to prop_{array,dictionary}_externalize_to_pref() Discussed on tech-kern@ and tech-userlevel@ To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/common/include/prop/prop_array.h cvs rdiff -u -r1.10 -r1.11 src/common/include/prop/prop_dictionary.h cvs rdiff -u -r1.7 -r1.8 src/common/lib/libprop/prop_copyin_ioctl.9 cvs rdiff -u -r1.14 -r1.15 src/common/lib/libprop/prop_kern.c cvs rdiff -u -r0 -r1.1 src/common/lib/libprop/prop_send_syscall.3 cvs rdiff -u -r1.6 -r1.7 src/common/lib/libprop/proplib.3 cvs rdiff -u -r1.1572 -r1.1573 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.17 -r1.18 src/lib/libprop/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.