NetBSD/sys/fs/cd9660
pooka 835b0326c5 Using POOL_INIT here makes no sense, since file systems always have
an init method.  So get rid of it and #ifdef _LKM and just always
init in the init method.  Give malloc types the same treatment.
Makes file systems nicer to work with in linksetless environments
and fixes a few LKM discrepancies.
2007-06-30 09:37:53 +00:00
..
cd9660_bmap.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cd9660_extern.h Fix alignement problems for fhandle_t, exposed by gcc4.1. 2006-07-13 12:00:24 +00:00
cd9660_lookup.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
cd9660_mount.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
cd9660_node.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
cd9660_node.h protect against multiple inclusion instead of forbidding their access from 2005-12-03 22:16:16 +00:00
cd9660_rrip.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
cd9660_rrip.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
cd9660_util.c The function wget() is always responsible to maintain length of component 2006-12-08 22:04:56 +00:00
cd9660_vfsops.c Using POOL_INIT here makes no sense, since file systems always have 2007-06-30 09:37:53 +00:00
cd9660_vnops.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
files.cd9660
iso_rrip.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
iso.h * Added missing cast in isonum_712(). 2007-01-27 07:20:31 +00:00
Makefile
TODO merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
TODO.hibler