Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 11:55:31 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ffsinfo Makefile ffsinfo.8 ffsinfo.c
Message-ID:  <200308141855.h7EItVtm066936@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/08/14 11:55:31 PDT

  FreeBSD src repository

  Modified files:
    sbin/ffsinfo         Makefile ffsinfo.8 ffsinfo.c 
  Log:
  Commit 1 of 2 to fix ffsinfo(8) for UFS2.
  
  Update ffsinfo(8) to use new UFS2 support in the growfs(8) debugging
  functions.  Largely consists of renaming fields and types to be aware
  of the UFS1/UFS2 distinction, relying on libufs(3) to open and sanity
  check the device/file/label accessed.
  
  Since libufs(3) now handles label/UFS interactions, remove -L argument.
  
  Note: when submitted, this patch had substantial style changes.  I've
  attempted to remove the restyling from the patch to separate the
  functional and style changes.
  
  Submitted by:   Lukas Ertl <l.ertl@univie.ac.at>
  PR:             bin/53517
  
  Revision  Changes    Path
  1.6       +2 -0      src/sbin/ffsinfo/Makefile
  1.13      +1 -13     src/sbin/ffsinfo/ffsinfo.8
  1.6       +225 -200  src/sbin/ffsinfo/ffsinfo.c



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