NetBSD/sys/arch/sparc
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
..
compile
conf Add "install" target, so "make install" after building the kernel 2000-05-09 00:56:21 +00:00
dev Need to provide a consdev to the cons_attach_input call now. 2000-05-21 14:36:15 +00:00
fpu unconditionalize "ifdef sparc". 2000-04-12 04:06:41 +00:00
include Simplify the bus_dma(9) implementation: 2000-05-23 11:39:57 +00:00
sparc Rename the machine-specific stack trace printing functions 2000-05-26 03:34:24 +00:00
stand dvma_init: avoid integer variable overflow 2000-04-14 14:14:47 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00