summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itjcs2021-02-091-1/+2
| | | | ok visa
* Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofguenther2013-12-121-1/+3
| | | | | | formatting into a local buffer. ok miod@
* Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.miod2006-07-061-3/+1
|
* sprinkle some __kprintf__ attributes around functions which use formatavsm2003-08-241-2/+2
| | | | | strings in the kernel to make gcc aware of the extra modifiers deraadt@ ok
* option to log ddb output to kernel message buffer, via sysctl ddb.logtedu2003-06-281-1/+3
| | | | ok deraadt@ henric@ djm@
* Implement db_stack_dump - a function that will print a stackart2002-05-181-1/+4
| | | | trace with printf (to the console and into the msgbuf).
* db_printf has three non-standard formats that are not supported byart2002-05-141-1/+19
| | | | | | | | | | | | | 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.
* First round of __P removal in sysmillert2002-03-141-6/+6
|
* db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf.chuck1997-11-041-3/+1
| | | | | db_printf moves to kern/subr_prf.c and uses the new kprintf located there. db_output.h: kill kdbprintf [use db_printf]
* Do not wrap lines so often, much prettier x outputniklas1997-07-071-2/+2
|
* printf style functions now are int, explicitly return 0niklas1996-07-241-2/+2
|
* make printf/addlog return 0, for compat to userlandderaadt1996-07-231-2/+2
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+6
|
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+5
| | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-2/+4
|
* update from netbsdderaadt1995-12-141-2/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+38