From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 10 21:04:46 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F50106564A for ; Tue, 10 Feb 2009 21:04:46 +0000 (UTC) (envelope-from abohra@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3DE8FC1C for ; Tue, 10 Feb 2009 21:04:46 +0000 (UTC) (envelope-from abohra@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so30300ywt.13 for ; Tue, 10 Feb 2009 13:04:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=IqL3uAM3aXqq9da4/4M0mtqjhYhAGUoTIARtsLZeZ2M=; b=h4EsiFTNgopOb3nE3RRc36pv9MvJjY6DXMRo0LU5koNntyYlXlO2TfKDpzACVPDC0+ 5WgVv9HY9/xxDf7BwZCNOtG5Q/yX78kSRPunt/cXTiOOHALW78NLTeTq6NsGvl+FH/GD X7SbLJfOGG82Bn8NAk4Qf+PQmzMc2BsXl1ya8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=rm4moZvCK2oviIo+q8NCal1AkROctnovp0dvEo5ZAk3o19XTbAe8MuBDVF2D6IGYx5 XiFTxHVYWkSisooBMnppbg/b4kjXXWP502dXL/78Dw7TJieMLIE+CCk9RRTfyyeU/jc2 onPdj5yZwwWiTWPnF5neqiyoDQ4aEdGNZIs7c= MIME-Version: 1.0 Received: by 10.100.108.20 with SMTP id g20mr4521822anc.3.1234298597969; Tue, 10 Feb 2009 12:43:17 -0800 (PST) Date: Tue, 10 Feb 2009 15:43:17 -0500 Message-ID: <43a2dc1a0902101243w5ce35609x35dbe440c39d80a8@mail.gmail.com> From: Aniruddha Bohra To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 10 Feb 2009 21:10:11 +0000 Cc: avg@icyb.net.ua Subject: Re: a little bit of c++ in kernel [module] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2009 21:04:47 -0000 You can see Click: http://read.cs.ucla.edu/click/ It does not run on FreeBSD >4. I have an old diff which builds on the work by Marko Zec and Bruce Simpson, that allows me to load the click module. http://www.cs.rutgers.edu/~bohra/click-1.5.0.diff Hope this helps Aniruddha