Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 1998 18:27:36 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sbin/fsck 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:  <199812030227.SAA19117@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1998/12/02 18:27:35 PST

  Modified files:
    sbin/fsck            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:
  Reviewed by:	Don Lewis <Don.Lewis@tsc.tdk.com>
  Submitted by:	Kirk McKusick <mckusick@McKusick.COM>
  Obtained from:	Mckusick, BSDI and a host of others
  
  This exactly matches Kirks sources imported under the
  Tag MCKUSICK2. These are as supplied by kirk with one small
  change needed to compile under freeBSD.
  
  Some FreeBSD patches will be added back, though many have been
  added to Kirk's sources already.
  
  Revision  Changes    Path
  1.13      +58 -38    src/sbin/fsck/dir.c
  1.12      +58 -54    src/sbin/fsck/fsck.8
  1.10      +33 -14    src/sbin/fsck/fsck.h
  1.17      +58 -34    src/sbin/fsck/inode.c
  1.16      +31 -28    src/sbin/fsck/main.c
  1.14      +89 -21    src/sbin/fsck/pass1.c
  1.5       +2 -5      src/sbin/fsck/pass1b.c
  1.8       +32 -32    src/sbin/fsck/pass2.c
  1.5       +55 -16    src/sbin/fsck/pass3.c
  1.5       +41 -37    src/sbin/fsck/pass4.c
  1.15      +9 -29     src/sbin/fsck/pass5.c
  1.10      +33 -29    src/sbin/fsck/preen.c
  1.13      +17 -32    src/sbin/fsck/setup.c
  1.9       +43 -13    src/sbin/fsck/utilities.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?199812030227.SAA19117>