Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 1997 06:28:45 -0700 (PDT)
From:      Joerg Wunsch <joerg@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
Message-ID:  <199708171328.GAA15828@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/mount.h>, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708171328.GAA15828>