Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_extern.h
RevisionDateAuthorComments
 1.16  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.15  22-Feb-2007  matt branches: 1.15.38; 1.15.40; 1.15.42;
Fix lossage from boolean_t -> bool and updated x86 bus_dma.
 1.14  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.13  11-Dec-2005  christos branches: 1.13.26;
merge ktrace-lwp.
 1.12  01-Jun-2005  drochner branches: 1.12.2;
more constification fallout
 1.11  16-May-2003  itojun branches: 1.11.2;
switch to use strlcpy() from libkern.
 1.10  28-Apr-2003  briggs Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows
systems with only one serial port for console, etc., to have at least some
basic access to remote-kgdb-over-serial, even if it is a bit awkward.
 1.9  13-May-2002  matt Add db_recover
 1.8  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.7  17-Jul-2000  jeffs branches: 1.7.2; 1.7.4;
Move platform db_trap callback from arch/mips into ddb as suggested by
jhawk. This callback is used by platform code to manage things like
watchdogs that should be disabled while in ddb. Done as a callback
for processors such as mips that support lots of different systems.
 1.6  04-Dec-1998  thorpej branches: 1.6.10;
- Make the ddb_init() interface consistent for a.out and ELF.
- Allow DDB to run-time switch for a.out or ELF symbol table support.
 1.5  05-Sep-1998  christos Assign copyright to TNF.
 1.4  09-Jun-1998  tv Change ddb_init() for a.out to provision for kernels which are not booted by
the current 'bootblock' method, like the Shark, which preloads and preformats
the symbol table right in the boot code.
 1.3  16-Nov-1997  christos Add declaration for db_delete_line
 1.2  26-Jun-1997  thorpej Update prototypes for new function signatures. Note, the ddb_init()
signature is currently different for the DB_AOUT_SYMBOLS vs. the
DB_ELF_SYMBOLS cases. (XXX)
 1.1  05-Feb-1996  christos DDB prototype changes.
 1.6.10.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.7.4.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.4.1  16-Mar-2002  jdolecek Catch up with -current.
 1.7.2.2  20-Jun-2002  nathanw Catch up to -current.
 1.7.2.1  28-Feb-2002  nathanw Catch up to -current.
 1.11.2.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.12.2.1  26-Feb-2007  yamt sync with head.
 1.13.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.15.42.1  16-May-2008  yamt sync with head.
 1.15.40.1  18-May-2008  yamt sync with head.
 1.15.38.1  02-Jun-2008  mjf Sync with HEAD.

RSS XML Feed