NetBSD/sys/ddb
ozaki-r 4f0eb37aac ddb: rename show arptab to show routes
show arptab command of ddb is now inappropriate because it actually dumps
routes but arp entries aren't routes anymore. So rename it to show routes
and move the code from if_arp.c to route.c.

ok christos@
2016-04-13 00:47:01 +00:00
..
db_access.c Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
db_access.h
db_break.c
db_break.h
db_command.c ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
db_command.h
db_cpu.c Make this build. 2014-04-12 19:25:48 +00:00
db_cpu.h
db_elf.c
db_examine.c Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
db_expr.c
db_extern.h
db_input.c
db_interface.h ddb: rename show arptab to show routes 2016-04-13 00:47:01 +00:00
db_kernel.c
db_lex.c
db_lex.h
db_lwp.c
db_lwp.h
db_output.c Use _KERNEL_OPT 2012-09-01 01:13:51 +00:00
db_output.h
db_panic.c add a return in the panic message 2014-01-22 15:20:40 +00:00
db_print.c
db_proc.c
db_proc.h
db_run.c Add description of inst_return 2014-09-19 17:29:01 +00:00
db_run.h
db_sym.c
db_sym.h
db_trap.c
db_user.h
db_variables.c Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before 2014-02-25 18:30:08 +00:00
db_variables.h
db_watch.c
db_watch.h
db_write_cmd.c Add support for 'q' qualifier for 64-bit values on examine and write. 2015-06-06 22:06:05 +00:00
db_xxx.c Don't use an unset value as an address 2015-02-27 00:47:30 +00:00
ddb.h
ddbvar.h Move the DDB-specific part of vpanic() to a new db_panic() function, 2013-02-10 11:04:19 +00:00
files.ddb Define ddb module. 2014-11-16 05:46:27 +00:00
TODO