From owner-freebsd-current Wed Jul 5 18:37:49 2000 Delivered-To: freebsd-current@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 1AA2E37B772; Wed, 5 Jul 2000 18:37:41 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.13 #1) id 13A0bg-000CJj-00; Thu, 06 Jul 2000 08:37:36 +0700 Date: Thu, 6 Jul 2000 08:37:36 +0700 (ALMST) From: Boris Popov To: John Baldwin Cc: freebsd-current@FreeBSD.ORG Subject: Re: /sys hierarchy In-Reply-To: <200007050704.AAA42641@john.baldwin.cx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 5 Jul 2000, John Baldwin wrote: > Here is my proposal, adjusted a little as per suggestions. It attempts to > follow these loose guidelines: > > - MD code under sys/${MACHINE_ARCH} > - device drivers (including bus's such as cam and usb) under sys/dev > - file systems under fs/ > - networking under net/ I would like also suggest a directory for optional kernel interfaces which doesn't belong to drivers (syscall and sysctl extensions for example) and can't go under sys/dev/. They can be considered as 'kernel libraries' and may live under sys/lib directory (it should be organized as sys/dev, eg. one directory per interface). Comments ? -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message