Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_write_cmd.c
RevisionDateAuthorComments
 1.28  03-Feb-2019  mrg - add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
 1.27  06-Jun-2015  matt branches: 1.27.18;
Add support for 'q' qualifier for 64-bit values on examine and write.
Align data to long so that the MD parts can use aligned load/stores.
Don't use db_extend but use db_expr_t based expressions.
 1.26  02-Feb-2010  tron branches: 1.26.22; 1.26.40;
Include "ctype.h" in the central place which deals with building the
kernel debugger as a userland program.
 1.25  01-Feb-2010  tron Include "ctype.h" if we are not building a kernel to fix the build
of crash(8).
 1.24  31-Jan-2010  phx New modifiers for the "write" command: /BHL. They act like /bhl but do not
read the old value from memory before writing.
 1.23  07-Mar-2009  ad 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.22  22-Feb-2007  thorpej branches: 1.22.42; 1.22.52; 1.22.58;
TRUE -> true, FALSE -> false
 1.21  21-Feb-2007  thorpej Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.20  16-Nov-2006  christos branches: 1.20.4;
__unused removal on arguments; approved by core.
 1.19  12-Oct-2006  christos - sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386
 1.18  11-Dec-2005  christos branches: 1.18.20; 1.18.22;
merge ktrace-lwp.
 1.17  01-Jun-2005  drochner branches: 1.17.2;
more constification fallout
 1.16  15-Feb-2002  simonb branches: 1.16.16;
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  12-Nov-2001  lukem add RCSIDs
 1.14  06-Jun-2000  jhawk branches: 1.14.4; 1.14.6;
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.13  25-May-2000  jhawk branches: 1.13.2;
Interface change: db_printsym() takes a third argument, pr, a function
pointer indicating how to print the symbol. This allows db_printsym()
to called in places where db_printf() is not an appropriate output
function.

While straightforward, apologies in advance if I've introduced any minor
syntax errors; I was unable to test compilation this on all the affected
platforms.
 1.12  30-Mar-2000  augustss 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  04-Feb-1997  cgd fix printf format widths
 1.7  03-Feb-1997  mycroft db_expr_t became a long.
 1.6  05-Feb-1996  christos DDB prototype changes.
 1.5  09-Oct-1994  mycroft db_error() does not return.
 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.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.13.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.14.6.2  16-Mar-2002  jdolecek Catch up with -current.
 1.14.6.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.14.4.2  28-Feb-2002  nathanw Catch up to -current.
 1.14.4.1  14-Nov-2001  nathanw Catch up to -current.
 1.16.16.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.17.2.2  26-Feb-2007  yamt sync with head.
 1.17.2.1  30-Dec-2006  yamt sync with head.
 1.18.22.2  10-Dec-2006  yamt sync with head.
 1.18.22.1  22-Oct-2006  yamt sync with head
 1.18.20.1  18-Nov-2006  ad Sync with head.
 1.20.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.22.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.22.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.22.42.2  11-Mar-2010  yamt sync with head
 1.22.42.1  04-May-2009  yamt sync with head.
 1.26.40.1  22-Sep-2015  skrll Sync with HEAD
 1.26.22.1  03-Dec-2017  jdolecek update from HEAD
 1.27.18.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed