Date: Sun, 18 Apr 1999 03:58:04 -0700 (PDT) From: "Daniel C. Sobral" <dcs@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_cd9660 mount_cd9660.8 mount_cd9660.c src/sys/isofs/cd9660 cd9660_lookup.c cd9660_mount.h cd9660_rrip.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c iso.h Message-ID: <199904181058.DAA55982@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dcs 1999/04/18 03:58:03 PDT
Modified files:
sbin/mount_cd9660 mount_cd9660.8 mount_cd9660.c
sys/isofs/cd9660 cd9660_lookup.c cd9660_mount.h
cd9660_rrip.c cd9660_util.c
cd9660_vfsops.c cd9660_vnops.c iso.h
Log:
Add support for Joliet extensions to the iso9660 fs. The related PR
cannot yet be closed, though.
I hope I got all credits right, and that the multiple submitted by lines
do not break anyone's scripts...
PR: kern/5038, kern/5567
Submitted by: Keith Jang <keith@email.gcn.net.tw>
Submitted by: Joachim Kuebart <joki@kuebart.stuttgart.netsurf.de>
Submitted by: Byung Yang <byung@wam.umd.edu>
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Revision Changes Path
1.7 +2 -0 src/sbin/mount_cd9660/mount_cd9660.8
1.13 +6 -2 src/sbin/mount_cd9660/mount_cd9660.c
1.22 +2 -3 src/sys/isofs/cd9660/cd9660_lookup.c
1.3 +1 -0 src/sys/isofs/cd9660/cd9660_mount.h
1.14 +16 -13 src/sys/isofs/cd9660/cd9660_rrip.c
1.11 +66 -32 src/sys/isofs/cd9660/cd9660_util.c
1.52 +85 -22 src/sys/isofs/cd9660/cd9660_vfsops.c
1.55 +6 -9 src/sys/isofs/cd9660/cd9660_vnops.c
1.17 +49 -4 src/sys/isofs/cd9660/iso.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904181058.DAA55982>
