Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-08 | stray spaces no code change | Marco Peereboom | |
2006-07-06 | Remove db_check_interrupt() related logic, since it was dummied in practice. | Miod Vallat | |
2006-03-13 | ansi/deregister. No binary change. | Jonathan Gray | |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat | |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2002-07-10 | It is supposed to be printf, not db_printf. This change costed me | Artur Grabowski | |
several days of debugging my laptop because underneath the X it was sitting on the console waiting for me to press some key on the '--db_more--' prompt. | |||
2002-07-01 | Don't let variable declarations without "extern" living in .h files. | Miod Vallat | |
While there fix a benign type mismatch in db_stack_dump() and remove diag code left by art by mistake. | |||
2002-05-18 | Implement db_stack_dump - a function that will print a stack | Artur Grabowski | |
trace with printf (to the console and into the msgbuf). | |||
2002-05-14 | db_printf has three non-standard formats that are not supported by | Artur Grabowski | |
printf. Since we want to be able to have some ddb functions use db_printf or normal printf, provide a new way to acheive the same kind of formatting. The new function is called db_format and can emulate all variations of how the nonstandard db_printf formats are used. Note that this doesn't (yet?) mean that we want to convert all the non-standard formats, we just want to have that option. miod@ ok. | |||
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie | |
Ok millert@ | |||
1997-11-04 | db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. | chuck | |
db_printf moves to kern/subr_prf.c and uses the new kprintf located there. db_output.h: kill kdbprintf [use db_printf] | |||
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist | |
to have it in sys/types.h but that is problematic). Some KNF. | |||
1997-07-07 | Do not wrap lines so often, much prettier x output | Niklas Hallqvist | |
1997-07-03 | const happyness | Niklas Hallqvist | |
1997-05-29 | move db_radix to the db_output.c, where all the vars are. | Michael Shalayeff | |
some preliminary support for kernfs&syms&~ddb | |||
1997-03-21 | Instead of explicit extern, include the include file which should do it | Niklas Hallqvist | |
1996-08-04 | Make compile on OpenBSD/alpha. MD stuff is still missing though. | Niklas Hallqvist | |
1996-07-24 | printf style functions now are int, explicitly return 0 | Niklas Hallqvist | |
1996-07-23 | make printf/addlog return 0, for compat to userland | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-11 | Debbuger changed towards the latest Mach. | Michael Shalayeff | |
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | |||
1996-02-20 | netbsd-current import & 'boot' cmd addition. | Michael Shalayeff | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |