Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2002 07:53:23 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/fsdb fsdb.8 fsdb.c fsdb.h fsdbutil.c
Message-ID:  <200201261553.g0QFrNZ89145@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       2002/01/26 07:53:23 PST

  Modified files:
    sbin/fsdb            fsdb.8 fsdb.c fsdb.h fsdbutil.c 
  Log:
  Something i always wanted to see: add a function to print the list of
  blocks allocated by some inode.  Indirect blocks are printed
  recursively, so beware :), the list could become lengthy...
  (We should probably add some output pager to fsdb.)
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.19      +5 -1      src/sbin/fsdb/fsdb.8
  1.22      +23 -16    src/sbin/fsdb/fsdb.c
  1.6       +1 -1      src/sbin/fsdb/fsdb.h
  1.15      +136 -2    src/sbin/fsdb/fsdbutil.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?200201261553.g0QFrNZ89145>