History log of /src/sys/ddb/db_output.h |
Revision | | Date | Author | Comments |
1.24 |
| 07-Oct-2023 |
ad | Oops, fix crash(8) build
|
1.23 |
| 07-Oct-2023 |
ad | Add db_print_timespec().
|
1.22 |
| 28-Jun-2020 |
simonb | Protect against multiple inclusion.
|
1.21 |
| 15-Mar-2012 |
joerg | Add __printflike attribution to use vprintf and friends with an argument as format string.
|
1.20 |
| 10-Feb-2012 |
christos | add __printflike where needed
|
1.19 |
| 17-Jul-2011 |
joerg | branches: 1.19.2; 1.19.6; Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and expect compiler to provide proper builtins, defaulting to the GCC interface. lint still has a special fallback. Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and derive va_list as required by standards.
|
1.18 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.17 |
| 05-Jun-2002 |
drochner | branches: 1.17.108; 1.17.118; 1.17.124; provide a db_vprintf() which is exactly what the name suggests
|
1.16 |
| 15-Feb-2002 |
simonb | branches: 1.16.8; ANSIfy, KNF. Make some variables and functions static when not used outside of a module. Make variables in headers extern. Delete the unused db_find_watchpoint() function.
|
1.15 |
| 09-Aug-2000 |
tv | branches: 1.15.2; 1.15.4; Add two new functions, db_format_radix() and db_format_hex(), which supplant the former %r and %z nonstandard kprintf strings.
|
1.14 |
| 09-Aug-2000 |
tv | Change kprintf attribute to printf.
|
1.13 |
| 28-Oct-1999 |
lukem | - change db_cmd_list() to list commands vertically rather than horizontally - sort entries in the various command tables, so that the `help' lists are easier to use. this included hacking db_machine_commands_install() to search for the "machine" entry to change the `more cmds' pointer, rather than assuming it was the first entry - add a `sync' command, which is effectively `reboot 0x100'. - remove db_help_cmd(); it was unused (and was almost a duplicate of db_cmd_list()). - move some extern decls to db_output.h, since they're used in more than one place now - rename NEXT_TAB to DB_NEXT_TAB and move to db_output.h
|
1.12 |
| 12-Apr-1999 |
pk | branches: 1.12.2; 1.12.4; 1.12.6; Quote "AS IS" as in the majority of Carnegy Mellon notices.
|
1.11 |
| 06-Apr-1999 |
pk | Fix a pasto in copyright text which has been procreating like rabbits..
|
1.10 |
| 24-Oct-1997 |
chuck | branches: 1.10.8; kill kdbprintf [use db_printf]
|
1.9 |
| 04-Apr-1996 |
cgd | change more __kprintf__ format attributes to use __kprintf_attribute__, rather than just __attribute__, so they can be #defined out on non-NetBSD versions of gcc.
|
1.8 |
| 31-Mar-1996 |
christos | Add __kprintf__ attributes to the printf functions
|
1.7 |
| 05-Feb-1996 |
christos | DDB prototype changes.
|
1.6 |
| 16-Oct-1995 |
mycroft | Fix nits pointed out by GCC 2.7.
|
1.5 |
| 09-Oct-1994 |
mycroft | Add prototypes.
|
1.4 |
| 29-Jun-1994 |
cgd | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1.3 |
| 15-Feb-1994 |
mycroft | Remove RCS logs.
|
1.2 |
| 20-May-1993 |
cgd | add explicit rcs id
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.10.8.2 |
| 12-Apr-1999 |
pk | branches: 1.10.8.2.2; Pullup copyright text corrections.
|
1.10.8.1 |
| 07-Apr-1999 |
pk | Pull up from trunk: copyright text warts.
|
1.10.8.2.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.12.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.12.4.1 |
| 15-Nov-1999 |
fvdl | Sync with -current
|
1.12.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.15.4.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.15.4.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.15.2.2 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.15.2.1 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.16.8.1 |
| 20-Jun-2002 |
gehenna | catch up with -current.
|
1.17.124.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.17.118.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.17.108.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.19.6.2 |
| 05-Apr-2012 |
mrg | sync to latest -current.
|
1.19.6.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.19.2.1 |
| 17-Apr-2012 |
yamt | sync with head
|