CVS log for src/sys/isofs/cd9660/Attic/cd9660_node.h
Up to [FreeBSD] / src / sys / isofs / cd9660
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.31.2.1.4.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.31.2.1: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.1: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Sun Mar 11 20:19:45 2007 UTC (4 years, 11 months ago) by kientzle
Branches: RELENG_6
CVS tags: RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3
Branch point for: RELENG_6_4
Diff to: previous 1.31: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31: +1 -1 lines
MFC 1.32: Support entries up to 4G.
Revision 1.33
Tue Feb 13 02:03:31 2007 UTC (4 years, 11 months ago) by rodrigc
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.32: +1 -1 lines
Repocopied from src/sys/isofs/cd9660 to src/sys/fs/cd9660.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Dec 8 07:43:53 2006 UTC (5 years, 2 months ago) by kientzle
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
The ISO9660 spec does allow files up to 4G. Change the i_size field to "unsigned long" so that it actually works. Thanks to Robert Sciuk for sending me a DVD that demonstrated ISO9660-formatted media with a file >2G. I've now fixed this both in libarchive and in the cd9660 filesystem. MFC after: 14 days
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Mar 16 08:09:52 2005 UTC (6 years, 10 months ago) by phk
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0
Branch point for: RELENG_6
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +0 -1 lines
Remove inode fields previously used for private inode hash tables.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 16 07:17:39 2005 UTC (6 years, 10 months ago) by phk
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
Don't store the disk cdev in all inodes.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 14 13:22:41 2005 UTC (6 years, 10 months ago) by phk
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -2 lines
Use vfs_hash instead of home-rolled.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Oct 29 10:41:44 2004 UTC (7 years, 3 months ago) by phk
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -1 lines
Move CD9660 to GEOM backing instead of DEVFS. For details, please see src/sys/ufs/ffs/ffs_vfsops.c 1.250.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jun 17 17:16:48 2004 UTC (7 years, 7 months ago) by phk
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Second half of the dev_t cleanup. The big lines are: NODEV -> NULL NOUDEV -> NODEV udev_t -> dev_t udev2dev() -> findcdev() Various minor adjustments including handling of userland access to kernel space struct cdev etc.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jun 16 09:47:12 2004 UTC (7 years, 7 months ago) by phk
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Do the dreaded s/dev_t/struct cdev */ Bump __FreeBSD_version accordingly.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Apr 7 20:46:09 2004 UTC (7 years, 10 months ago) by imp
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +0 -4 lines
Remove advertising clause from University of California Regent's license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 24 22:11:20 2003 UTC (8 years, 7 months ago) by jmg
Branches: MAIN
CVS tags: RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 and msdosfs. Reviewed by: bde
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Mar 20 07:51:46 2002 UTC (9 years, 10 months ago) by alfred
Branches: MAIN
CVS tags: RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +13 -13 lines
Remove __P.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 17 01:25:43 2002 UTC (9 years, 10 months ago) by mckusick
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Add a flags parameter to VFS_VGET to pass through the desired locking flags when acquiring a vnode. The immediate purpose is to allow polling lock requests (LK_NOWAIT) needed by soft updates to avoid deadlock when enlisting other processes to help with the background cleanup. For the future it will allow the use of shared locks for read access to vnodes. This change touches a lot of files as it affects most filesystems within the system. It has been well tested on FFS, loopback, and CD-ROM filesystems. only lightly on the others, so if you find a problem there, please let me (mckusick@mckusick.com) know.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 3 04:39:50 2000 UTC (11 years, 4 months ago) by bp
Branches: MAIN
CVS tags: KSE_PRE_MILESTONE_2, KSE_MILESTONE_2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -2 lines
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks and nullfs mounts. Remove now unnecessary i_lock field from the iso_node structure.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Dec 29 04:54:37 1999 UTC (12 years, 1 month ago) by peter
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10, RELENG_4_0_0_RELEASE, RELENG_4, PRE_SMPNG
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
Revision 1.5.4.1: download - view: text, markup, annotated - select for diffs
Sun Sep 5 08:31:53 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_1_0
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.7.4.2: download - view: text, markup, annotated - select for diffs
Sun Sep 5 08:14:34 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_2_2
Diff to: previous 1.7.4.1: preferred, colored; branchpoint 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7.4.1: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.17.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 16:25:50 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.17: preferred, colored; next MAIN 1.18: preferred, colored
Changes since revision 1.17: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 28 00:46:06 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue May 11 19:54:23 1999 UTC (12 years, 9 months ago) by phk
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Divorce "dev_t" from the "major|minor" bitmap, which is now called
udev_t in the kernel but still called dev_t in userland.
Provide functions to manipulate both types:
major() umajor()
minor() uminor()
makedev() umakedev()
dev2udev() udev2dev()
For now they're functions, they will become in-line functions
after one of the next two steps in this process.
Return major/minor/makedev to macro-hood for userland.
Register a name in cdevsw[] for the "filedescriptor" driver.
In the kernel the udev_t appears in places where we have the
major/minor number combination, (ie: a potential device: we
may not have the driver nor the device), like in inodes, vattr,
cdevsw registration and so on, whereas the dev_t appears where
we carry around a reference to a actual device.
In the future the cdevsw and the aliased-from vnode will be hung
directly from the dev_t, along with up to two softc pointers for
the device driver and a few houskeeping bits. This will essentially
replace the current "alias" check code (same buck, bigger bang).
A little stunt has been provided to try to catch places where the
wrong type is being used (dev_t vs udev_t), if you see something
not working, #undef DEVT_FASCIST in kern/kern_conf.c and see if
it makes a difference. If it does, please try to track it down
(many hands make light work) or at least try to reproduce it
as simply as possible, and describe how to do that.
Without DEVT_FASCIST I belive this patch is a no-op.
Stylistic/posixoid comments about the userland view of the <sys/*.h>
files welcome now, from userland they now contain the end result.
Next planned step: make all dev_t's refer to the same devsw[] which
means convert BLK's to CHR's at the perimeter of the vnodes and
other places where they enter the game (bootdev, mknod, sysctl).
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 3 21:39:30 1998 UTC (14 years ago) by bde
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, RELENG_3_0_0_RELEASE, PRE_VFS_BIO_NFS_PATCH, PRE_SOFTUPDATE, PRE_SMP_VMSHARE, PRE_NOBDEV, PRE_NEWBUS, PRE_DEVFS_SLICE, POST_VFS_BIO_NFS_PATCH, POST_SOFTUPDATE, POST_SMP_VMSHARE, POST_NEWBUS, POST_DEVFS_SLICE
Branch point for: RELENG_3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +11 -1 lines
Forward declare some structs so that this file is more self-sufficient. Don't declare kernel objects or functions unless KERNEL is defined.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Nov 18 14:40:34 1997 UTC (14 years, 2 months ago) by phk
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -3 lines
Staticize a few things.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Oct 17 12:36:10 1997 UTC (14 years, 3 months ago) by phk
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Make a set of VOP standard lock, unlock & islocked VOP operators, which depend on the lock being located at vp->v_data. Saves 3x3 identical vop procs, more as the other filesystems becomes lock aware.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 16 10:47:39 1997 UTC (14 years, 3 months ago) by phk
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
VFS mega cleanup commit (x/N)
1. Add new file "sys/kern/vfs_default.c" where default actions for
VOPs go. Implement proper defaults for ABORTOP, BWRITE, LEASE,
POLL, REVOKE and STRATEGY. Various stuff spread over the entire
tree belongs here.
2. Change VOP_BLKATOFF to a normal function in cd9660.
3. Kill VOP_BLKATOFF, VOP_TRUNCATE, VOP_VFREE, VOP_VALLOC. These
are private interface functions between UFS and the underlying
storage manager layer (FFS/LFS/MFS/EXT2FS). The functions now
live in struct ufsmount instead.
4. Remove a kludge of VOP_ functions in all filesystems, that did
nothing but obscure the simplicity and break the expandability.
If a filesystem doesn't implement VOP_FOO, it shouldn't have an
entry for it in its vnops table. The system will try to DTRT
if it is not implemented. There are still some cruft left, but
the bulk of it is done.
5. Fix another VCALL in vfs_cache.c (thanks Bruce!)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Oct 12 20:23:36 1997 UTC (14 years, 4 months ago) by phk
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1 lines
Last major round (Unless Bruce thinks of somthing :-) of malloc changes. Distribute all but the most fundamental malloc types. This time I also remembered the trick to making things static: Put "static" in front of them. A couple of finer points by: bde
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 26 07:32:31 1997 UTC (14 years, 5 months ago) by phk
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Uncut&paste cache_lookup(). This unifies several times in theory indentical 50 lines of code. The filesystems have a new method: vop_cachedlookup, which is the meat of the lookup, and use vfs_cache_lookup() for their vop_lookup method. vfs_cache_lookup() will check the namecache and pass on to the vop_cachedlookup method in case of a miss. It's still the task of the individual filesystems to populate the namecache with cache_enter(). Filesystems that do not use the namecache will just provide the vop_lookup method as usual.
Revision 1.7.4.1: download - view: text, markup, annotated - select for diffs
Mon Jul 7 07:48:57 1997 UTC (14 years, 7 months ago) by dfr
Branches: RELENG_2_2
CVS tags: RELENG_2_2_8_RELEASE, RELENG_2_2_7_RELEASE, RELENG_2_2_6_RELEASE, RELENG_2_2_5_RELEASE
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -1 lines
Fix panics caused by GNU grep on cd9660 and msdos filesystems. PR: 4011 Submitted by: yamagata@nwgpc.kek.jp
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 14 18:15:45 1997 UTC (14 years, 9 months ago) by phk
Branches: MAIN
CVS tags: pre_smp_merge, post_smp_merge, WOLLMAN_MBUF, BP_WOLLMAN_MBUF
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -16 lines
Remove all traces of undocumented feature ISODEVMAP.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 22 09:38:49 1997 UTC (14 years, 11 months ago) by peter
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not ready for it yet.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 10 02:08:31 1997 UTC (15 years ago) by dyson
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +15 -21 lines
This is the kernel Lite/2 commit. There are some requisite userland changes, so don't expect to be able to run the kernel as-is (very well) without the appropriate Lite/2 userland changes. The system boots and can mount UFS filesystems. Untested: ext2fs, msdosfs, NFS Known problems: Incorrect Berkeley ID strings in some files. Mount_std mounts will not work until the getfsent library routine is changed. Reviewed by: various people Submitted by: Jeffery Hsu <hsu@freebsd.org>
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 14 06:42:46 1997 UTC (15 years ago) by jkh
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 11 19:20:03 1996 UTC (15 years, 11 months ago) by peter
Branches: CSRG
CVS tags: bsd_44_lite_2
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +16 -14 lines
Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all files are off the vendor branch, so this should not change anything. A "U" marker generally means that the file was not changed in between the 4.4Lite and Lite-2 releases, and does not need a merge. "C" generally means that there was a change. [note, new file: cd9660_mount.h]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 9 08:13:40 1995 UTC (16 years, 3 months ago) by bde
Branches: MAIN
CVS tags: wollman_polling, RELENG_2_2_BP, RELENG_2_2_2_RELEASE, RELENG_2_2_1_RELEASE, RELENG_2_2_0_RELEASE
Branch point for: RELENG_2_2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Introduced a type `vop_t' for vnode operation functions and used it 1138 times (:-() in casts and a few more times in declarations. This change is null for the i386. The type has to be `typedef int vop_t(void *)' and not `typedef int vop_t()' because `gcc -Wstrict-prototypes' warns about the latter. Since vnode op functions are called with args of different (struct pointer) types, neither of these function types is any use for type checking of the arg, so it would be preferable not to use the complete function type, especially since using the complete type requires adding 1138 casts to avoid compiler warnings and another 40+ casts to reverse the function pointer conversions before calling the functions.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Oct 31 12:13:44 1995 UTC (16 years, 3 months ago) by phk
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -17 lines
Make a lot of stuff static.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 16 18:12:16 1995 UTC (16 years, 10 months ago) by bde
Branches: MAIN
CVS tags: RELENG_2_1_7_RELEASE, RELENG_2_1_6_RELEASE, RELENG_2_1_6_1_RELEASE, RELENG_2_1_5_RELEASE, RELENG_2_1_0_RELEASE, RELENG_2_1_0_BP, RELENG_2_0_5_RELEASE, RELENG_2_0_5_BP, RELENG_2_0_5_ALPHA, RELENG_2_0_5
Branch point for: RELENG_2_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -1 lines
Add and move declarations to fix all of the warnings from `gcc -Wimplicit' (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 16 17:03:25 1995 UTC (17 years ago) by joerg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5 lines
Roll in my changes to make the cd9660 code understand the older (original "High Sierra") CD format. I've already implemented this for 1.1.5.1 (and posted to -hackers), but didn't get any response to it. Perhaps i'm the only one who has such an old CD lying around... Everything is done empirically, but i had three of them around (from different vendors), so there's a high probability that i've got it right. :)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 15 19:46:00 1994 UTC (17 years, 4 months ago) by bde
Branches: MAIN
CVS tags: RELEASE_2_0, OLAH_TTCP, BETA_2_0, ALPHA_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -1 lines
Obtained from: Remove the unnecessary inclusion of disklabel.h in cd9660_vfsops.c so that I don't have to worry about the latter when changing disklabel.h. Supply prototypes for some functions that were implicitly declared and fix the resulting warnings and errors (timevals were punned to timespecs).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 2 07:41:22 1994 UTC (17 years, 6 months ago) by davidg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Added $Id$
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue May 24 10:04:16 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: CSRG
CVS tags: bsd_44_lite, REL_before_johndavid_2_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
BSD 4.4 Lite Kernel Sources
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 24 10:04:15 1994 UTC (17 years, 8 months ago) by rgrimes
Branches: MAIN
Initial revision
