summaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.c
AgeCommit message (Expand)Author
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2002-07-10It is supposed to be printf, not db_printf. This change costed meArtur Grabowski
2002-07-01Don't let variable declarations without "extern" living in .h files.Miod Vallat
2002-05-18Implement db_stack_dump - a function that will print a stackArtur Grabowski
2002-05-14db_printf has three non-standard formats that are not supported byArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-07-04Make preprocessor happier, don't give it untasty tokens at end of input.Marc Espie
1997-11-04db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf.chuck
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
1997-07-07Do not wrap lines so often, much prettier x outputNiklas Hallqvist
1997-07-03const happynessNiklas Hallqvist
1997-05-29move db_radix to the db_output.c, where all the vars are.Michael Shalayeff
1997-03-21Instead of explicit extern, include the include file which should do itNiklas Hallqvist
1996-08-04Make compile on OpenBSD/alpha. MD stuff is still missing though.Niklas Hallqvist
1996-07-24printf style functions now are int, explicitly return 0Niklas Hallqvist
1996-07-23make printf/addlog return 0, for compat to userlandTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-12-14update from netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt