From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 7 20:24:32 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B94D16A478; Sun, 7 Aug 2005 20:24:32 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (www.creo.hu [217.113.62.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52CA84419F; Sun, 7 Aug 2005 20:05:39 +0000 (GMT) (envelope-from csaba@beastie.creo.hu) Received: from beastie.creo.hu (localhost [127.0.0.1]) by beastie.creo.hu (8.13.3/8.13.3) with ESMTP id j77K4uq0002176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Aug 2005 22:04:56 +0200 (CEST) (envelope-from csaba@beastie.creo.hu) Received: (from csaba@localhost) by beastie.creo.hu (8.13.3/8.13.3/Submit) id j77K4pIj002169; Sun, 7 Aug 2005 22:04:51 +0200 (CEST) (envelope-from csaba) Date: Sun, 7 Aug 2005 22:04:51 +0200 From: Csaba Henk To: freebsd-hackers@freebsd.org Message-ID: <20050807200451.GK73367@beastie.creo.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Cc: brennan.stehling@offwhite.net, scottl@freebsd.org Subject: Soc ssh fs: dummy Fuse module aviable for review 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: Sun, 07 Aug 2005 20:24:33 -0000 Hi! I am Csaba Henk, Google Summer of Code participant at FreeBSD. I am to create an ssh based virtual networking filesystem, by now that boils down to porting Fuse (http://fuse.sourceforge.net) (doing so brings much more to FreeBSD than having an ssh based filesystem). Now I want to tell you about a test capable fragment of this ongoing work. If you are interested, you'll find all further info at a dedicated wiki page, http://wikitest.freebsd.org/moin.cgi/FuseFilesystem. I'd appreciate testing and code review. I can also serve with a weird bug when using multi-threaded Fuse daemons, with simple instructions how to trigger it. I guess seasoned BSD hackers will see immediately what's wrong with my read(2) handling. Please send comments to the soc-chenk email address of the FreeBSD project. Regards, Csaba