Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 19:44:56 -0700 (PDT)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin Makefile src/sbin/fsck_ifs Makefile main.c pass4.c setup.c src/sbin/mount_ifs Makefile extern.h mount.c mount_ufs.c vfslist.c
Message-ID:  <200010140244.TAA02122@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
adrian      2000/10/13 19:44:56 PDT

  Modified files:
    sbin                 Makefile 
    sbin/fsck_ifs        Makefile main.c pass4.c setup.c 
    sbin/mount_ifs       Makefile extern.h mount.c mount_ufs.c 
  Removed files:
    sbin/mount_ifs       vfslist.c 
  Log:
  Pre-IFS commit. Commit IFS-aware fsck and mount utilities.
  
  mount_ifs: repocopy of sbin/mount, with most of the intelligence ripped out
             and "ufs" replaced with "ifs" in the right places. It will only
             mount a single filesystem, rather than the -t <type> magic that
             our real mount does.
  
  fsck_ifs:  repocopy of sbin/fsck_ffs, but the directory structure stuff
             (pass2 and some refcount checks) has been #ifdef'ed out.
  
  src/sbin/Makefile: Build these two utilities
  
  There is probably cruft code left in both which can be removed at a later
  date, especially in mount_ifs, but I trust that people will not try
  mount_ifs -a ..
  
  Note: there are no man pages installed for these two commands as I haven't
  actually written them yet.
  
  Revision  Changes    Path
  1.80      +3 -1      src/sbin/Makefile
  1.8       +3 -5      src/sbin/fsck_ifs/Makefile
  1.23      +6 -3      src/sbin/fsck_ifs/main.c
  1.8       +5 -2      src/sbin/fsck_ifs/pass4.c
  1.19      +3 -1      src/sbin/fsck_ifs/setup.c
  1.10      +4 -4      src/sbin/mount_ifs/Makefile
  1.4       +2 -6      src/sbin/mount_ifs/extern.h
  1.41      +7 -180    src/sbin/mount_ifs/mount.c
  1.19      +13 -13    src/sbin/mount_ifs/mount_ufs.c



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?200010140244.TAA02122>