From owner-cvs-sys Sun Aug 17 06:31:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA27315 for cvs-sys-outgoing; Sun, 17 Aug 1997 06:31:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA27144; Sun, 17 Aug 1997 06:29:17 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA15828; Sun, 17 Aug 1997 06:28:45 -0700 (PDT) Date: Sun, 17 Aug 1997 06:28:45 -0700 (PDT) Message-Id: <199708171328.GAA15828@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/isofs/cd9660 cd9660_bmap.c cd9660_lookup.c cd9660_mount.h cd9660_node.c cd9660_rrip.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c iso.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/17 06:28:45 PDT Modified files: (Branch: RELENG_2_2) sys/isofs/cd9660 cd9660_bmap.c cd9660_lookup.c cd9660_mount.h cd9660_node.c cd9660_rrip.c cd9660_util.c cd9660_vfsops.c cd9660_vnops.c iso.h Log: This is a sorta merge from -current, basically merging the cd9660 multisession-root-filesystem stuff from rev 1.23 of cd9660_vfsops.c. Alas, due to a bogus #ifdef CD9660 in , a number of files are being poisoned with #define CD9660 now. This looked like the minor evil to me, compared to modifying a fairly central system header file in -stable. My machine at work used to run with these patches for many moons now, so no bad surprises expected. Userland commit will folow soon. Desired by: jkh (though he probably doesn't remember :) Revision Changes Path 1.3.4.1 +3 -1 src/sys/isofs/cd9660/cd9660_bmap.c 1.10.2.1 +3 -1 src/sys/isofs/cd9660/cd9660_lookup.c 1.1.1.1.4.1 +1 -0 src/sys/isofs/cd9660/cd9660_mount.h 1.14.2.2 +3 -1 src/sys/isofs/cd9660/cd9660_node.c 1.9.4.1 +3 -1 src/sys/isofs/cd9660/cd9660_rrip.c 1.5.4.1 +3 -1 src/sys/isofs/cd9660/cd9660_util.c 1.15.4.1 +64 -3 src/sys/isofs/cd9660/cd9660_vfsops.c 1.27.2.2 +3 -1 src/sys/isofs/cd9660/cd9660_vnops.c 1.9.4.2 +2 -2 src/sys/isofs/cd9660/iso.h