From owner-svn-src-all@FreeBSD.ORG Thu Jun 19 20:40:09 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58E61758; Thu, 19 Jun 2014 20:40:09 +0000 (UTC) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2155B287B; Thu, 19 Jun 2014 20:40:08 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id DABB6219F6; Thu, 19 Jun 2014 16:39:47 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Thu, 19 Jun 2014 16:39:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=ktsNBiIyTlre9LHWG2zGUHzkgRY=; b=QiFtW0twtDwCItlD1sCTuNJVZ82h a/xhiwcveEJ5+p22DffMIKw1W/p0q10bH4l9gI/DUFFdLDuuPYMLcX+FwVSfN17y xr5ct/VvdWNTbEtF1weETIS6dpZMW+24aqUogvkWnlMPKb2Vk4Jt2cEv3mwcCDs4 nk2u3htxqm/5dUE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=ktsNBiIyTlre9LHWG2zGUH zkgRY=; b=MX4IJUMV08SSMW1CAC9S0p5mVv01RxnTYaiYih2MoxeZcCXTgsZJqu dVov6rpwVtzeNmLxH6GilG3XVt9gHAipW1teqUPnWfiQ78qWY5yEx+MUfdl2nWFK CgBLfNLjCYXxtfVClztcKncHWEra7SWa05gvIhOvLFK3+rOI3WrdY= X-Sasl-enc: 9djSPu8iTRO2D6TsQedasQLmqIdNKYBIIQ21DpHMW2cy 1403210387 Received: from [192.168.1.65] (unknown [31.51.32.90]) by mail.messagingengine.com (Postfix) with ESMTPA id CAB5D680114; Thu, 19 Jun 2014 16:39:46 -0400 (EDT) Message-ID: <53A34A91.6090401@fastmail.net> Date: Thu, 19 Jun 2014 21:39:45 +0100 From: Bruce Simpson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Hans Petter Selasky , Matthew Fleming Subject: Re: svn commit: r267633 - head/sys/sys References: <201406190528.s5J5Sg8m099792@svn.freebsd.org> <53A34293.7090906@selasky.org> In-Reply-To: <53A34293.7090906@selasky.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Thu, 19 Jun 2014 20:40:09 -0000 On 19/06/2014 21:05, Hans Petter Selasky wrote: > > Are there any existing C++ kernel modules, or in ports? Even though, > C++ kernel modules can be compiled with C files aswell, containing the > sysctls. The Click Modular Router is implemented in C++, I have occasionally pitched in with keeping it up to date and building on FreeBSD (although not for a few years now). Putting myself in the shoes of a third party developer, I can see that C++ compatibility would be important, so I hope a solution can be found here. Bruce