Subject: Re: Rationale for converting if list to TAILQ
To: Darren Reed <darrenr@vitruvius.arbld.unimelb.edu.au>
From: Perry E. Metzger <perry@imsi.com>
List: current-users
Date: 06/30/1995 14:22:13
Darren Reed writes:
> > More importantly, it would be nice if someone documented all the
> > various common kernel tools and utilities (memory allocators, macros,
> > data structure tools, etc). 
> > 
> > Man pages might be in order -- anyone for a Section 9: internal kernel
> > documentation and kernel routines?
> 
> sounds good to me...ddk anyone ? :)
> not necessarily all need documenting, but the ones we should be using to
> write device drivers, lkms, etc.

Not to mention things like the VFS interface, stacking file systems,
etc (needed for people writing new file systems), general structures,
etc.

Does Manual Section 9 seem like a good idea to people?

Perry