Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/02/2007 08:47:27
Module Name:	src
Committed By:	martin
Date:		Tue Oct  2 08:47:27 UTC 2007

Modified Files:
	src/sys/ddb: db_command.c
Removed Files:
	src/sys/ddb: db_command_list.h

Log Message:
Some cleanup:
 - When registering command tables, make sure the builtin commands are
   already registered
 - Make the command table entry structure private
 - Do not bother to store the number of commands in a table, we can quickly
   calc that if needed.


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/ddb/db_command.c
cvs rdiff -r1.1 -r0 src/sys/ddb/db_command_list.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.