NetBSD/sys/arch/vax
jhawk 8e44b27348 Rename the machine-specific stack trace printing functions
from db_stack_trace_cmd() to db_stack_trace_print(),
and add an additional argument, a function pointer for an
output routine (i.e. printf() or db_printf()).

Add db_stack_trace_cmd() in db_command.[ch], calling
db_stack_trace_print() with db_printf() as the printer.

Move count==-1 special handling from db_stack_trace_print() [nee
db_stack_trace_cmd()] to db_stack_trace_cmd() [nascent here].

Again, I'm unable to test compilation on all affected platforms,
so advance apologies for potential brokenness.
2000-05-26 03:34:24 +00:00
..
bi Implement bi_intr_establish(). Add some fields about which CPU to interrupt. 2000-03-26 11:41:25 +00:00
boot Modify the file list for kernel to supress errors/text for certain ones. 2000-05-25 19:36:20 +00:00
compile
conf Sync closer to GENERIC. 2000-05-17 21:19:49 +00:00
consolerl
floppy
if Remove RPB hook from here and put in autoconf.c 2000-05-22 15:34:05 +00:00
include Add loadfile() support. soon to be needed by bootblocks. 2000-05-25 20:25:22 +00:00
mba boot detection moved autoconf.c; remove it from here. 2000-05-23 21:36:43 +00:00
uba A foolish consistency; most parts of the kernel use bp->b_data, so 2000-05-19 18:54:22 +00:00
vax Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
vsa Add some debug stuff. Disable SCSI on KA49 for now until I can figure out 2000-05-23 23:47:28 +00:00
Makefile