Module Name: src Committed By: christos Date: Thu Jun 12 13:47:58 UTC 2014
Modified Files: src/share/man/man4: ddb.4 Log Message: PR/8899: Alexander Nasonov: ddb command 'show malloc' is no longer available To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/share/man/man4/ddb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/ddb.4 diff -u src/share/man/man4/ddb.4:1.155 src/share/man/man4/ddb.4:1.156 --- src/share/man/man4/ddb.4:1.155 Mon Feb 24 02:23:40 2014 +++ src/share/man/man4/ddb.4 Thu Jun 12 09:47:58 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: ddb.4,v 1.155 2014/02/24 07:23:40 skrll Exp $ +.\" $NetBSD: ddb.4,v 1.156 2014/06/12 13:47:58 christos Exp $ .\" .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -56,7 +56,7 @@ .\" any improvements or extensions that they make and grant Carnegie Mellon .\" the rights to redistribute these changes. .\" -.Dd May 15, 2013 +.Dd June 12, 2014 .Dt DDB 4 .Os .Sh NAME @@ -657,14 +657,6 @@ Display information about a lock at .Ar address . This command is useful only if a kernel is compiled with .Cd options LOCKDEBUG . -.It Ic show malloc Ar address -If -.Ar address -is supplied, display the kernel memory allocator's idea on the -allocation status for it. -Also, print out global statistics for the memory allocator. -This command is useful only if a kernel is compiled with -.Cd options MALLOC_DEBUG . .It Ic show map Ns Oo Cm /f Oc Ar address Print the vm_map at .Ar address .