History log of /src/sys/ddb/db_print.c |
Revision | | Date | Author | Comments |
1.29 |
| 10-Mar-2020 |
christos | Make the db_kernelonly() macro visible to all files and re-use it. Register access is kernel only.
|
1.28 |
| 12-Apr-2011 |
mrg | branches: 1.28.56; include <sys/cpu.h> when using cpu specific info. fixes building these as part of sparc64 crash(8).
|
1.27 |
| 07-Mar-2009 |
ad | branches: 1.27.4; 1.27.6; Make ddb compile and work in userspace. Mostly this is comprised of three types of changes:
- Add a few new methods to replace stuff like p_find(), CPU_INFO_FOREACH.
- Use db_read_bytes() instead of accessing kernel structures directly, and similar changes.
- Add ifdef _KERNEL where the above hasn't been done, and an XXX comment.
|
1.26 |
| 22-Feb-2007 |
thorpej | branches: 1.26.42; 1.26.52; 1.26.58; TRUE -> true, FALSE -> false
|
1.25 |
| 22-Feb-2007 |
matt | Fix lossage from boolean_t -> bool and updated x86 bus_dma.
|
1.24 |
| 16-Nov-2006 |
christos | branches: 1.24.4; __unused removal on arguments; approved by core.
|
1.23 |
| 12-Oct-2006 |
christos | - sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
|
1.22 |
| 11-Dec-2005 |
christos | branches: 1.22.20; 1.22.22; merge ktrace-lwp.
|
1.21 |
| 01-Jun-2005 |
drochner | branches: 1.21.2; more constification fallout
|
1.20 |
| 29-May-2005 |
christos | Add lots of const.
|
1.19 |
| 10-Nov-2002 |
thorpej | branches: 1.19.6; Fix signed/unsigned comparison warnings.
|
1.18 |
| 15-Feb-2002 |
simonb | 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.17 |
| 12-Nov-2001 |
lukem | add RCSIDs
|
1.16 |
| 13-May-2001 |
ross | branches: 1.16.2; The current API for MD support doesn't directly support the documented /u option to show reg /u. Fix this by adding a modif[ier] field to struct db_variable.
|
1.15 |
| 18-Jan-2001 |
jdolecek | branches: 1.15.2; make db_[e]regs[] const
|
1.14 |
| 09-Aug-2000 |
tv | Add two new functions, db_format_radix() and db_format_hex(), which supplant the former %r and %z nonstandard kprintf strings.
|
1.13 |
| 06-Jun-2000 |
jhawk | Stop using DDB-specific "%n" kprintf() format specifier. This was important as db_sym() can be called through printf() rather than db_printf(), causing a trap as the standard %n usage is invoked.
The DDB-specific %n code should disappear from subr_prf.c soon...
|
1.12 |
| 30-Mar-2000 |
augustss | branches: 1.12.2; Die, register, die!
|
1.11 |
| 12-Apr-1999 |
pk | branches: 1.11.2; Quote "AS IS" as in the majority of Carnegy Mellon notices.
|
1.10 |
| 06-Apr-1999 |
pk | Fix a pasto in copyright text which has been procreating like rabbits..
|
1.9 |
| 12-Feb-1999 |
thorpej | branches: 1.9.2; Fix printf format problems on Alpha.
|
1.8 |
| 31-Jan-1998 |
ross | Print more info on ps/w, note the current proc, and properly declare db_maxoff.
|
1.7 |
| 04-Feb-1997 |
cgd | fix printf format widths
|
1.6 |
| 03-Feb-1997 |
mycroft | db_expr_t became a long.
|
1.5 |
| 05-Feb-1996 |
christos | DDB prototype changes.
|
1.4 |
| 29-Jun-1994 |
cgd | New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1.3 |
| 18-Dec-1993 |
mycroft | Canonicalize all #includes.
|
1.2 |
| 20-May-1993 |
cgd | branches: 1.2.4; 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.2.4.1 |
| 14-Nov-1993 |
mycroft | Canonicalize all #includes.
|
1.9.2.2 |
| 12-Apr-1999 |
pk | branches: 1.9.2.2.2; Pullup copyright text corrections.
|
1.9.2.1 |
| 07-Apr-1999 |
pk | Pull up from trunk: copyright text warts.
|
1.9.2.2.2.1 |
| 21-Jun-1999 |
thorpej | Sync w/ -current.
|
1.11.2.2 |
| 11-Feb-2001 |
bouyer | Sync with HEAD.
|
1.11.2.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago
|
1.12.2.1 |
| 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.15.2.4 |
| 11-Nov-2002 |
nathanw | Catch up to -current
|
1.15.2.3 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.15.2.2 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.15.2.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.16.2.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.16.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.19.6.1 |
| 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.21.2.2 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.21.2.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.22.22.2 |
| 10-Dec-2006 |
yamt | sync with head.
|
1.22.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.22.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.24.4.1 |
| 27-Feb-2007 |
yamt | - sync with head. - move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
|
1.26.58.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.26.52.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.26.42.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.27.6.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.27.4.1 |
| 21-Apr-2011 |
rmind | sync with head
|
1.28.56.1 |
| 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|