From owner-cvs-all Sun Apr 18 4: 0:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA7014D98; Sun, 18 Apr 1999 04:00:28 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA55982; Sun, 18 Apr 1999 03:58:04 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <199904181058.DAA55982@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 18 Apr 1999 03:58:04 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 Submitted by: Joachim Kuebart Submitted by: Byung Yang Submitted by: Motomichi Matsuzaki 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