Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ddb



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.




Home | Main Index | Thread Index | Old Index