Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 1997 04:20:50 -0800 (PST)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/fsck Makefile dir.c fsck.8 fsck.h inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c pass5.c preen.c setup.c utilities.c
Message-ID:  <199703111220.EAA24219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       97/03/11 04:20:48

  Modified:    sbin/fsck  Makefile dir.c fsck.8 fsck.h inode.c main.c
                        pass1.c pass1b.c  pass2.c pass3.c pass4.c pass5.c
                        preen.c setup.c utilities.c
  Log:
  Merge from Lite2.  Note that Lite2 has it's own filesystem clean check
  skipping code that overrides ours sooner.  One should be eliminated,
  but for now it works.
  
  Revision  Changes    Path
  1.3       +2 -1      src/sbin/fsck/Makefile
  1.7       +79 -64    src/sbin/fsck/dir.c
  1.9       +14 -5     src/sbin/fsck/fsck.8
  1.8       +91 -103   src/sbin/fsck/fsck.h
  1.9       +28 -26    src/sbin/fsck/inode.c
  1.8       +50 -30    src/sbin/fsck/main.c
  1.7       +24 -20    src/sbin/fsck/pass1.c
  1.3       +8 -5      src/sbin/fsck/pass1b.c
  1.4       +58 -24    src/sbin/fsck/pass2.c
  1.3       +3 -1      src/sbin/fsck/pass3.c
  1.3       +8 -7      src/sbin/fsck/pass4.c
  1.7       +40 -33    src/sbin/fsck/pass5.c
  1.6       +51 -48    src/sbin/fsck/preen.c
  1.5       +60 -33    src/sbin/fsck/setup.c
  1.5       +97 -64    src/sbin/fsck/utilities.c



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