Sam Leffler
39297ba455
Make ddb command registration dynamic so modules can extend
...
the command set (only so long as the module is present):
o add db_command_register and db_command_unregister to add and remove
commands, respectively
o replace linker sets with SYSINIT's (and SYSUINIT's) that register
commands
o expose 3 list heads: db_cmd_table, db_show_table, and db_show_all_table
for registering top-level commands, show operands, and show all operands,
respectively
While here also:
o sort command lists
o add DB_ALIAS, DB_SHOW_ALIAS, and DB_SHOW_ALL_ALIAS to add aliases
for existing commands
o add "show all trace" as an alias for "show alltrace"
o add "show all locks" as an alias for "show alllocks"
Submitted by: Guillaume Ballet <gballet@gmail.com> (original version)
Reviewed by: jhb
MFC after: 1 month
2008-09-15 22:45:14 +00:00
..
2008-09-12 18:15:12 +00:00
2008-09-08 06:29:24 +00:00
2008-08-23 16:38:20 +00:00
2008-08-14 02:43:18 +00:00
2008-08-23 15:57:43 +00:00
2008-08-10 15:10:39 +00:00
2008-09-15 22:45:14 +00:00
2008-07-20 16:50:14 +00:00
2008-01-18 16:34:18 +00:00
2007-12-09 19:24:27 +00:00
2008-09-07 18:15:34 +00:00
2008-09-04 10:27:58 +00:00
2008-09-09 16:21:25 +00:00
2008-07-26 00:01:19 +00:00
2008-08-27 18:47:24 +00:00
2008-08-22 06:46:55 +00:00
2008-09-08 18:10:15 +00:00
2008-08-04 20:46:15 +00:00
2008-09-02 02:50:52 +00:00
2008-07-01 14:41:03 +00:00
2008-08-29 01:23:16 +00:00
2008-03-06 08:09:45 +00:00
2008-05-14 10:02:25 +00:00
2008-06-30 21:18:27 +00:00
2008-09-01 18:56:01 +00:00
2008-08-13 16:09:40 +00:00
2008-07-09 16:47:55 +00:00
2008-06-30 21:18:27 +00:00
2008-06-30 21:18:27 +00:00
2008-09-09 01:36:02 +00:00
2008-08-29 20:31:41 +00:00
2008-08-20 08:31:58 +00:00
2008-04-05 17:24:44 +00:00
2008-09-09 02:18:37 +00:00
2008-08-28 22:28:28 +00:00
2008-08-06 22:22:27 +00:00
2008-03-25 09:39:02 +00:00
2008-09-08 20:20:44 +00:00
2008-07-11 18:26:12 +00:00
2008-08-27 04:11:03 +00:00
2008-03-25 09:39:02 +00:00
2008-04-14 08:00:00 +00:00
2008-01-11 16:50:52 +00:00
2008-06-23 18:16:25 +00:00
2008-08-17 23:27:27 +00:00
2008-03-22 18:13:39 +00:00
2008-08-23 15:03:26 +00:00
2008-08-11 08:41:08 +00:00
2008-02-01 19:36:27 +00:00
2008-04-26 14:17:21 +00:00
2008-02-03 16:07:12 +00:00
2008-03-08 18:06:48 +00:00
2008-09-15 06:47:52 +00:00
2008-09-07 04:35:04 +00:00
2008-06-06 18:29:56 +00:00
2008-08-25 15:23:54 +00:00
2008-08-01 21:33:07 +00:00
2008-05-29 12:50:46 +00:00
2008-07-09 00:10:55 +00:00
2008-09-08 15:49:07 +00:00
2008-01-09 20:02:56 +00:00
2008-08-08 13:43:56 +00:00
2008-08-28 02:13:53 +00:00
2008-05-12 00:15:30 +00:00
2008-04-20 15:56:59 +00:00
2008-06-07 18:38:02 +00:00
2008-06-07 18:38:02 +00:00
2008-07-30 18:15:18 +00:00
2008-09-09 10:19:48 +00:00
2008-09-03 13:34:31 +00:00
2008-07-24 09:54:10 +00:00
2008-07-24 09:54:10 +00:00
2008-09-08 20:20:44 +00:00
2008-08-09 11:14:05 +00:00
2008-03-05 05:36:09 +00:00
2008-08-24 18:27:19 +00:00
2008-05-12 00:15:30 +00:00
2008-08-28 15:23:18 +00:00
2008-08-23 23:30:54 +00:00
2008-09-04 11:09:40 +00:00
2008-09-12 17:40:17 +00:00
2008-07-21 18:43:02 +00:00
2008-03-11 02:39:52 +00:00
2008-08-21 16:35:34 +00:00
2008-04-10 01:25:09 +00:00
2008-08-20 08:31:58 +00:00
2008-05-31 14:17:36 +00:00
2008-08-01 20:39:18 +00:00
2008-08-20 08:31:58 +00:00
2008-02-01 19:36:27 +00:00
2008-08-27 05:43:46 +00:00
2008-08-10 09:55:14 +00:00
2008-08-05 17:39:37 +00:00
2008-09-03 06:57:21 +00:00
2008-08-14 20:34:46 +00:00
2007-12-19 18:00:50 +00:00
2008-09-15 22:26:32 +00:00
2008-09-15 22:26:32 +00:00
2008-08-22 00:13:17 +00:00
2008-03-03 18:20:17 +00:00
2008-06-07 18:38:02 +00:00
2008-09-06 00:25:16 +00:00
2008-09-10 18:42:19 +00:00
2008-04-26 18:40:59 +00:00
2008-01-21 09:51:28 +00:00
2008-09-08 11:41:20 +00:00
2008-05-04 23:29:38 +00:00
2008-08-23 15:34:31 +00:00
2008-02-14 01:25:01 +00:00
2008-06-06 18:45:32 +00:00
2008-06-17 05:48:42 +00:00
2008-08-07 20:55:20 +00:00
2008-08-15 13:07:07 +00:00
2008-09-14 17:40:53 +00:00
2008-05-15 01:22:48 +00:00
2008-08-14 20:09:58 +00:00
2008-01-18 08:32:08 +00:00
2008-01-07 20:05:19 +00:00
2008-08-07 23:41:17 +00:00
2008-08-31 10:17:40 +00:00
2008-03-13 14:08:41 +00:00
2008-04-26 14:13:48 +00:00
2008-08-14 20:02:34 +00:00
2008-08-26 10:41:49 +00:00
2008-02-12 08:58:26 +00:00
2008-09-12 14:41:53 +00:00
2008-09-07 04:47:39 +00:00
2008-09-14 16:49:51 +00:00
2007-12-05 19:32:59 +00:00
2008-06-11 18:55:19 +00:00
2008-07-16 08:35:29 +00:00
2008-08-25 05:20:17 +00:00
2008-08-14 21:26:29 +00:00
2008-08-27 05:39:44 +00:00
2008-08-24 22:42:39 +00:00
2008-06-04 20:26:57 +00:00
2008-08-28 15:23:18 +00:00
2008-08-10 09:45:52 +00:00