Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2008 11:19:38 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 ddb.4 src/sys/kern vfs_bio.c src/sys/ufs/ffs ffs_softdep.c ffs_vfsops.c
Message-ID:  <200809161123.m8GBNlUL040895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-09-16 11:19:38 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ddb.4 
    sys/kern             vfs_bio.c 
    sys/ufs/ffs          ffs_softdep.c ffs_vfsops.c 
  Log:
  SVN rev 183072 on 2008-09-16 11:19:38Z by kib
  
  Add the ffs structures introspection functions for ddb.
  Show the b_dep value for the buffer in the show buffer command.
  Add a comand to dump the dirty/clean buffer list for vnode.
  
  Reviewed by:    tegge
  Tested and used by:   pho
  MFC after:   1 month
  
  Revision  Changes    Path
  1.58      +20 -0     src/share/man/man4/ddb.4
  1.545     +25 -2     src/sys/kern/vfs_bio.c
  1.227     +30 -1     src/sys/ufs/ffs/ffs_softdep.c
  1.348     +35 -0     src/sys/ufs/ffs/ffs_vfsops.c



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