Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_variables.h
RevisionDateAuthorComments
 1.16  28-Dec-2017  christos - add ddb.panicstackframes to avoid scrolling the interesting parts of panic
stacktraces off.
- change valuep to void * to avoid casts
- sort and use c99 initializers in variables array
 1.15  22-Feb-2007  matt Fix lossage from boolean_t -> bool and updated x86 bus_dma.
 1.14  11-Dec-2005  christos branches: 1.14.26;
merge ktrace-lwp.
 1.13  01-Jun-2005  drochner branches: 1.13.2;
more constification fallout
 1.12  15-Feb-2002  simonb branches: 1.12.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.11  13-May-2001  ross branches: 1.11.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.10  18-Jan-2001  jdolecek branches: 1.10.2;
make db_[e]regs[] const
 1.9  17-Jan-2001  jdolecek constify a little
 1.8  12-Apr-1999  pk branches: 1.8.2;
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  04-Feb-1997  cgd branches: 1.6.20;
make variable pointers (in variable declaration structs) be 'long *', so
that the common case can be handled with no hassles on all machines.
fix up the various internal variables which are also exported via sysctl
(and which therefore must be 'int's) to do the right thing via a special
read/write function.
 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  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.20.2  12-Apr-1999  pk branches: 1.6.20.2.2;
Pullup copyright text corrections.
 1.6.20.1  07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.6.20.2.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.8.2.1  11-Feb-2001  bouyer Sync with HEAD.
 1.10.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.10.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.11.2.1  16-Mar-2002  jdolecek Catch up with -current.
 1.12.16.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.13.2.1  26-Feb-2007  yamt sync with head.
 1.14.26.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

RSS XML Feed