Boris Popov wrote:
> 
> 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 ?

OpenBSD has a precedent for this with sys/lib containing libkern, libz,
and some other library.  Boris has a libiconv that he needs to import
for
Netware stuff if I'm correct.  If we deem that it needs to go in the
kernel,
then I can add sys/lib to the list.

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to