summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Separate the stack trace saving interface from ddb. The saving does notvisa2020-01-201-2/+3
* Substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-061-2/+2
* Make the print function of db_print_stack_trace() configurable,visa2018-05-071-5/+7
* Add routines for saving stack traces and printing saved tracesvisa2017-04-201-1/+14
* make intrace a volatile, while the compiler does the right thing stilljasper2016-09-031-2/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* These do not need the extremely poorly named uvm/uvm_extern.h (whichderaadt2014-07-081-3/+1
* stray spaces no code changemarco2010-09-081-7/+7
* Remove db_check_interrupt() related logic, since it was dummied in practice.miod2006-07-061-10/+2
* ansi/deregister. No binary change.jsg2006-03-131-10/+8
* Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>.miod2006-03-091-4/+2
* put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosespie2004-01-031-2/+2
* It is supposed to be printf, not db_printf. This change costed meart2002-07-101-2/+2
* Don't let variable declarations without "extern" living in .h files.miod2002-07-011-4/+2
* Implement db_stack_dump - a function that will print a stackart2002-05-181-1/+21
* db_printf has three non-standard formats that are not supported byart2002-05-141-1/+24
* First round of __P removal in sysmillert2002-03-141-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Make preprocessor happier, don't give it untasty tokens at end of input.espie2001-07-041-2/+2
* db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf.chuck1997-11-041-251/+1
* Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferniklas1997-07-191-1/+3
* Do not wrap lines so often, much prettier x outputniklas1997-07-071-3/+4
* const happynessniklas1997-07-031-3/+3
* move db_radix to the db_output.c, where all the vars are.mickey1997-05-291-1/+10
* Instead of explicit extern, include the include file which should do itniklas1997-03-211-2/+2
* Make compile on OpenBSD/alpha. MD stuff is still missing though.niklas1996-08-041-1/+3
* printf style functions now are int, explicitly return 0niklas1996-07-241-2/+4
* make printf/addlog return 0, for compat to userlandderaadt1996-07-231-2/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-4/+12
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+6
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-11/+30
* update from netbsdderaadt1995-12-141-1/+3
* initial import of NetBSD treederaadt1995-10-181-0/+423