PERFORCE change 149888 for review

Sam Leffler sam at FreeBSD.org
Tue Sep 16 18:57:20 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149888

Change 149888 by sam at sam_ebb on 2008/09/16 18:56:55

	IFC

Affected files ...

.. //depot/projects/vap/share/man/man4/ddb.4#12 integrate
.. //depot/projects/vap/share/man/man4/man4.i386/sbni.4#4 branch

Differences ...

==== //depot/projects/vap/share/man/man4/ddb.4#12 (text+ko) ====

@@ -58,7 +58,7 @@
 .\" 	Created.
 .\" 	[90/08/30            dbg]
 .\"
-.\" $FreeBSD: src/share/man/man4/ddb.4,v 1.57 2008/08/20 08:31:58 ed Exp $
+.\" $FreeBSD: src/share/man/man4/ddb.4,v 1.58 2008/09/16 11:19:38 kib Exp $
 .\"
 .Dd August 20, 2008
 .Dt DDB 4
@@ -610,6 +610,13 @@
 header file for more details on the exact meaning of the structure fields.
 .\"
 .Pp
+.It Ic show Cm ffs Op Ar addr
+Show brief information about ffs mount at the address
+.Ar addr ,
+if argument is given.
+Otherwise, provides the summary about each ffs mount.
+.\"
+.Pp
 .It Ic show Cm file Ar addr
 Show information about the file structure
 .Vt struct file
@@ -642,6 +649,14 @@
 Those functions are machine dependent.
 .\"
 .Pp
+.It Ic show Cm inodedeps Op Ar addr
+Show brief information about each inodedep structure.
+If
+.Ar addr
+is given, only inodedeps belonging to the fs located at the
+supplied address are shown.
+.\"
+.Pp
 .It Ic show Cm inpcb Ar addr
 Show information on IP Control Block
 .Vt struct in_pcb
@@ -1019,6 +1034,11 @@
 header file.
 .\"
 .Pp
+.It Ic show Cm vnodebufs Ar addr
+Shows clean/dirty buffer lists of the vnode located at
+.Ar addr .
+.\"
+.Pp
 .It Ic show Cm watches
 Displays all watchpoints.
 Shows watchpoints set with "watch" command.


More information about the p4-projects mailing list