From owner-freebsd-arch@FreeBSD.ORG Tue Oct 26 09:59:52 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0B72106564A; Tue, 26 Oct 2010 09:59:52 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id F08A38FC15; Tue, 26 Oct 2010 09:59:51 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=5OBHFxb9I47YZ7HELXzI6cL6pwPTRnd5uxbD1DPQ4WY= c=1 sm=1 a=XsWmvbIU2mQA:10 a=IkcTkHD0fZMA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=8kQB0OdkAAAA:8 a=ndaoGXS1AAAA:8 a=oBVm4UjiHrNnijQnX3cA:9 a=4M0SHhIVea82AFazK3S3iSHtk4gA:4 a=QEXdDO2ut3YA:10 a=9aOQ2cSd83gA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 39807422; Tue, 26 Oct 2010 11:59:30 +0200 From: Hans Petter Selasky To: Ivan Voras Date: Tue, 26 Oct 2010 11:59:06 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <201010260900.35059.hselasky@c2i.net> In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201010261159.07015.hselasky@c2i.net> Cc: Kostik Belousov , freebsd-arch@freebsd.org Subject: Re: Importing the fusefs kernel module? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Oct 2010 09:59:52 -0000 On Tuesday 26 October 2010 11:53:59 Ivan Voras wrote: > On 26 October 2010 09:00, Hans Petter Selasky wrote: > > cuse4bsd > > Thanks; I think the page at > http://www.selasky.org/hans_petter/cuse4bsd/index.html would be better > if it contained a short description of what cuse4bsd can be used for > > :) > > (I also found http://www.selasky.org/hans_petter/video4bsd/) > > FWIW, I'm in favor of enhancing userland-kernel tools like that - if > it's stable enough, I'd also vote for importing cuse4bsd. Hi, It is currently in ports: /usr/ports/multimedia/cuse4bsd-kmod It supports mmap, but the number of allocations is limited due to the fact that memory which has been mmap'ed cannot be freed. cuse4bsd has room for optimalisations. And there is a manpage after you install it :-) man cuse4bsd --HPS