Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_access.h
RevisionDateAuthorComments
 1.14  12-Sep-2019  ryo changes of r1.39 was incomplete. only "examin/m" could handle 'q'.
added support 'r','x','z','d','u', and 'o' with 'q' modifier on 32bit arch.
 1.13  07-Mar-2009  ad branches: 1.13.64;
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.12  21-Feb-2007  thorpej branches: 1.12.42; 1.12.52; 1.12.58;
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.11  11-Dec-2005  christos branches: 1.11.26;
merge ktrace-lwp.
 1.10  01-Jun-2005  drochner branches: 1.10.2;
make the argument of db_write_bytes const (sorry for the signature change)
 1.9  15-Feb-2002  simonb branches: 1.9.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.8  12-Apr-1999  pk branches: 1.8.14; 1.8.16;
Quote "AS IS" as in the majority of Carnegy Mellon notices.
 1.7  06-Apr-1999  pk Fix a pasto in copyright text which has been procreating like rabbits..
 1.6  09-Oct-1994  mycroft branches: 1.6.26;
Clean up #includes.
 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.6.26.2  12-Apr-1999  pk branches: 1.6.26.2.2;
Pullup copyright text corrections.
 1.6.26.1  07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.6.26.2.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.8.16.1  16-Mar-2002  jdolecek Catch up with -current.
 1.8.14.1  28-Feb-2002  nathanw Catch up to -current.
 1.9.16.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.10.2.1  26-Feb-2007  yamt sync with head.
 1.11.26.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.12.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.12.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.12.42.1  04-May-2009  yamt sync with head.
 1.13.64.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed