Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/27/1999 23:37:34
Module Name:	syssrc
Committed By:	lukem
Date:		Thu Oct 28 06:37:33 UTC 1999

Modified Files:
	syssrc/sys/ddb: db_command.c db_command.h db_output.c db_output.h
	    db_variables.c

Log Message:
- change db_cmd_list() to list commands vertically rather than horizontally
- sort entries in the various command tables, so that the `help' lists
  are easier to use. this included hacking db_machine_commands_install()
  to search for the "machine" entry to change the `more cmds' pointer,
  rather than assuming it was the first entry
- add a `sync' command, which is effectively `reboot 0x100'.
- remove db_help_cmd(); it was unused (and was almost a duplicate of
  db_cmd_list()).
- move some extern decls to db_output.h, since they're used in more than one
  place now
- rename NEXT_TAB to DB_NEXT_TAB and move to db_output.h


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/ddb/db_command.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/ddb/db_command.h
cvs rdiff -r1.19 -r1.20 syssrc/sys/ddb/db_output.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/ddb/db_output.h
cvs rdiff -r1.16 -r1.17 syssrc/sys/ddb/db_variables.c

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