NetBSD/sys/isofs/cd9660
cgd 18ed614151 split iso.h into two parts: iso.h (which now contains _only_ definitions
about ISO9660 file system structure), and cd9660_extern.h (which now
contains the definitions and data structures used by the kernel).
There's lots of other stuff scattered around this code that should go
into cd9660_extern.h, but doesn't need to right now.  This changed patterned
on ffs, which has 'fs.h' which describes the FS structure, and ffs_extern.h
for kernel-internals gunk.  Now libsa can include iso.h without the nasty
hack that was there before.

Also, clean up the isonum_* definitions so that the #ifdefs aren't
impossibly spread apart.  (Now the #ifdefs are _in_ the functions.  This
leads to #ifdefs that are only a few lines long, rather than a few _pages_
long, as well as a reduction of duplication of function headers, etc.)
Note that isonum_7{21,22,31,32} are currently missing.
1997-01-24 00:26:31 +00:00
..
TODO Remove things which are already done. 1994-07-19 11:34:48 +00:00
TODO.hibler Sync with CSRG. 1994-12-13 22:33:10 +00:00
cd9660_bmap.c isofs prototypes 1996-02-09 21:31:50 +00:00
cd9660_extern.h split iso.h into two parts: iso.h (which now contains _only_ definitions 1997-01-24 00:24:53 +00:00
cd9660_lookup.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
cd9660_node.c isofs prototypes 1996-02-09 21:31:50 +00:00
cd9660_node.h Prototype cd9660_setattr(). 1996-10-04 03:27:49 +00:00
cd9660_rrip.c backout previous kprintf changes 1996-10-13 02:28:58 +00:00
cd9660_rrip.h Sync with CSRG. 1994-12-13 22:33:10 +00:00
cd9660_util.c make the namei struct members ni_dirp and ni_next, and the componentname 1996-10-25 23:13:58 +00:00
cd9660_vfsops.c Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
cd9660_vnops.c backout previous kprintf changes 1996-10-13 02:28:58 +00:00
iso.h split iso.h into two parts: iso.h (which now contains _only_ definitions 1997-01-24 00:26:31 +00:00
iso_rrip.h New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00