Subject: PR/37042 CVS commit: src/sys/ddb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@netbsd.org>
List: netbsd-bugs
Date: 10/01/2007 22:10:07
The following reply was made to PR kern/37042; it has been noted by GNATS.

From: Martin Husemann <martin@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/37042 CVS commit: src/sys/ddb
Date: Mon,  1 Oct 2007 22:01:39 +0000 (UTC)

 Module Name:	src
 Committed By:	martin
 Date:		Mon Oct  1 22:01:38 UTC 2007
 
 Modified Files:
 	src/sys/ddb: db_command.c
 
 Log Message:
 Special case the initialization of builtin command tables to avoid using
 malloc. Fixes PR kern/37042.
 Allow "mach" commands registered by LKMs even if there is no builtin
 mach command for the arch.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.102 -r1.103 src/sys/ddb/db_command.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.