Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 22:06:56 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsck_ffs Makefile fsck.h fsutil.c inode.c main.c pass5.c setup.c
Message-ID:  <200610312206.k9VM6vQA023843@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-10-31 22:06:56 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        Makefile fsck.h fsutil.c inode.c main.c 
                         pass5.c setup.c 
  Log:
  Implements gjournal support. If file system has gjournal support enabled
  and -p flag was given perform fast file system checking (bascially only
  garbage collecting of orphaned objects).
  
  Rename bread() to blread() and bwrite() to blwrite() as we now link to
  the libufs library, which also implement functions with that names.
  
  Sponsored by:   home.pl
  
  Revision  Changes    Path
  1.17      +3 -1      src/sbin/fsck_ffs/Makefile
  1.37      +3 -2      src/sbin/fsck_ffs/fsck.h
  1.26      +5 -5      src/sbin/fsck_ffs/fsutil.c
  1.38      +2 -2      src/sbin/fsck_ffs/inode.c
  1.45      +24 -1     src/sbin/fsck_ffs/main.c
  1.43      +1 -0      src/sbin/fsck_ffs/pass5.c
  1.50      +3 -3      src/sbin/fsck_ffs/setup.c



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