Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/27/2005 13:05:28
Module Name:	src
Committed By:	yamt
Date:		Sun Nov 27 13:05:28 UTC 2005

Modified Files:
	src/sys/ddb: db_command.c db_command.h db_lex.c db_lex.h db_variables.c

Log Message:
make DDB_COMMANDONENTER sysctl. (ddb.commandonenter)
suggested by Christos Zoulas.


To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/sys/ddb/db_command.c
cvs rdiff -r1.24 -r1.25 src/sys/ddb/db_command.h
cvs rdiff -r1.19 -r1.20 src/sys/ddb/db_lex.c
cvs rdiff -r1.14 -r1.15 src/sys/ddb/db_lex.h
cvs rdiff -r1.33 -r1.34 src/sys/ddb/db_variables.c

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