Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 10/01/2007 22:05:15
Module Name: src
Committed By: martin
Date: Mon Oct 1 22:05:15 UTC 2007
Modified Files:
src/sys/ddb: db_command.c db_command.h
src/sys/kern: init_main.c
Log Message:
No need to db_init_commands() early any more - it will happen on first
entry to ddb.
To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/ddb/db_command.c
cvs rdiff -r1.29 -r1.30 src/sys/ddb/db_command.h
cvs rdiff -r1.317 -r1.318 src/sys/kern/init_main.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.