| Commit message (Expand) | Author | Age | Files | Lines |
| * | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it |  jcs | 2021-02-09 | 1 | -1/+8 |
| * | sick of the CMU, let's make this KNF |  deraadt | 2020-10-15 | 1 | -56/+50 |
| * | Separate the stack trace saving interface from ddb. The saving does not |  visa | 2020-01-20 | 1 | -2/+3 |
| * | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-06 | 1 | -2/+2 |
| * | Make the print function of db_print_stack_trace() configurable, |  visa | 2018-05-07 | 1 | -5/+7 |
| * | Add routines for saving stack traces and printing saved traces |  visa | 2017-04-20 | 1 | -1/+14 |
| * | make intrace a volatile, while the compiler does the right thing still |  jasper | 2016-09-03 | 1 | -2/+2 |
| * | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
| * | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
| * | These do not need the extremely poorly named uvm/uvm_extern.h (which |  deraadt | 2014-07-08 | 1 | -3/+1 |
| * | stray spaces no code change |  marco | 2010-09-08 | 1 | -7/+7 |
| * | Remove db_check_interrupt() related logic, since it was dummied in practice. |  miod | 2006-07-06 | 1 | -10/+2 |
| * | ansi/deregister. No binary change. |  jsg | 2006-03-13 | 1 | -10/+8 |
| * | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. |  miod | 2006-03-09 | 1 | -4/+2 |
| * | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 1 | -2/+2 |
| * | It is supposed to be printf, not db_printf. This change costed me |  art | 2002-07-10 | 1 | -2/+2 |
| * | Don't let variable declarations without "extern" living in .h files. |  miod | 2002-07-01 | 1 | -4/+2 |
| * | Implement db_stack_dump - a function that will print a stack |  art | 2002-05-18 | 1 | -1/+21 |
| * | db_printf has three non-standard formats that are not supported by |  art | 2002-05-14 | 1 | -1/+24 |
| * | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
| * | Make preprocessor happier, don't give it untasty tokens at end of input. |  espie | 2001-07-04 | 1 | -2/+2 |
| * | db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. |  chuck | 1997-11-04 | 1 | -251/+1 |
| * | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer |  niklas | 1997-07-19 | 1 | -1/+3 |
| * | Do not wrap lines so often, much prettier x output |  niklas | 1997-07-07 | 1 | -3/+4 |
| * | const happyness |  niklas | 1997-07-03 | 1 | -3/+3 |
| * | move db_radix to the db_output.c, where all the vars are. |  mickey | 1997-05-29 | 1 | -1/+10 |
| * | Instead of explicit extern, include the include file which should do it |  niklas | 1997-03-21 | 1 | -2/+2 |
| * | Make compile on OpenBSD/alpha. MD stuff is still missing though. |  niklas | 1996-08-04 | 1 | -1/+3 |
| * | printf style functions now are int, explicitly return 0 |  niklas | 1996-07-24 | 1 | -2/+4 |
| * | make printf/addlog return 0, for compat to userland |  deraadt | 1996-07-23 | 1 | -2/+2 |
| * | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -4/+12 |
| * | Debbuger changed towards the latest Mach. |  mickey | 1996-03-11 | 1 | -5/+6 |
| * | netbsd-current import & 'boot' cmd addition. |  mickey | 1996-02-20 | 1 | -11/+30 |
| * | update from netbsd |  deraadt | 1995-12-14 | 1 | -1/+3 |
| * | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+423 |