Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/01/2007 22:01:38
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.