summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ddb: when a new wsdisplay console attaches, resize ddb cols/rows to itjcs2021-02-091-1/+2
* Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofguenther2013-12-121-1/+3
* 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
* option to log ddb output to kernel message buffer, via sysctl ddb.logtedu2003-06-281-1/+3
* Implement db_stack_dump - a function that will print a stackart2002-05-181-1/+4
* db_printf has three non-standard formats that are not supported byart2002-05-141-1/+19
* 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
* 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
* 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