Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it | 2021-02-09 | 1 | -1/+2 | |
| | | | | ok visa | ||||
* | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | 2013-12-12 | 1 | -1/+3 | |
| | | | | | | formatting into a local buffer. ok miod@ | ||||
* | Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency. | 2006-07-06 | 1 | -3/+1 | |
| | |||||
* | sprinkle some __kprintf__ attributes around functions which use format | 2003-08-24 | 1 | -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.log | 2003-06-28 | 1 | -1/+3 | |
| | | | | ok deraadt@ henric@ djm@ | ||||
* | Implement db_stack_dump - a function that will print a stack | 2002-05-18 | 1 | -1/+4 | |
| | | | | trace with printf (to the console and into the msgbuf). | ||||
* | db_printf has three non-standard formats that are not supported by | 2002-05-14 | 1 | -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 sys | 2002-03-14 | 1 | -6/+6 | |
| | |||||
* | db_output.c: kill db_ksprintn, db_printf_guts, kdbprintf, db_printf. | 1997-11-04 | 1 | -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 output | 1997-07-07 | 1 | -2/+2 | |
| | |||||
* | printf style functions now are int, explicitly return 0 | 1996-07-24 | 1 | -2/+2 | |
| | |||||
* | make printf/addlog return 0, for compat to userland | 1996-07-23 | 1 | -2/+2 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -3/+6 | |
| | |||||
* | Debbuger changed towards the latest Mach. | 1996-03-11 | 1 | -5/+5 | |
| | | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | ||||
* | netbsd-current import & 'boot' cmd addition. | 1996-02-20 | 1 | -2/+4 | |
| | |||||
* | update from netbsd | 1995-12-14 | 1 | -2/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+38 | |