From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 14:17:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C03D816A41F for ; Thu, 28 Jul 2005 14:17:25 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail24.sea5.speakeasy.net (mail24.sea5.speakeasy.net [69.17.117.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B9A4400C for ; Thu, 28 Jul 2005 13:58:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 20216 invoked from network); 28 Jul 2005 13:58:23 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail24.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Jul 2005 13:58:23 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0F1DF2F; Thu, 28 Jul 2005 09:58:23 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Marcin To: freebsd-questions@freebsd.org References: <20050727172134.409FA16A452@hub.freebsd.org> <20050727183822.GA30480@daedalus.desk.pl> From: Lowell Gilbert Date: 28 Jul 2005 09:58:22 -0400 In-Reply-To: <20050727183822.GA30480@daedalus.desk.pl> Message-ID: <444qaft4ld.fsf@be-well.ilk.org> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: FreeBSD file system example and question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 14:17:25 -0000 Marcin writes: > Hello, where can i find information or examples of how to write a file system for FreeBSD, apart from /usr/src/sys/* and /usr/share/man/*? The Architecure Handbook. (/usr/share/doc/en/arch-handbook) The old McKusick book (/usr/share/doc/en/design-44bsd) The new McKusick book (ISBN 0-201-70245-2) > What is vnode_if.h for? Why is it generated for every fs module if it is the same every time? I tried to google for the answer but found nothing. Only a note on Darwin's dev site. If I recall correctly that was a Sun-ism originally. It can be useful as a cross-platform tool, but I don't know if anyone is using it that way these days.