Home | History | Annotate | Download | only in ddb
History log of /src/sys/ddb/db_lex.h
RevisionDateAuthorComments
 1.17  30-Aug-2022  riastradh ddb(9): New db_num_to_strbuf.

Like db_num_to_str, but writes to caller-provided buffer instead of
returning pointer to static storage.
 1.16  29-Jul-2020  uwe db_get_line - raw access to the DDB command line.

Provide a way for DDB commands to access the remainder of the command
line as-is.
 1.15  27-Nov-2005  yamt make DDB_COMMANDONENTER sysctl. (ddb.commandonenter)
suggested by Christos Zoulas.
 1.14  26-Nov-2005  yamt add a new option DDB_COMMANDONENTER.
which can be useful for eg. broken console input.
 1.13  15-Feb-2002  simonb branches: 1.13.16; 1.13.32; 1.13.40;
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.12  06-Jun-2000  jhawk branches: 1.12.4; 1.12.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.11  30-Mar-2000  simonb branches: 1.11.2;
Remove redundant decl of db_radix, it's also in <ddb/db_output.h>.
 1.10  12-Apr-1999  pk branches: 1.10.2;
Quote "AS IS" as in the majority of Carnegy Mellon notices.
 1.9  06-Apr-1999  pk Fix a pasto in copyright text which has been procreating like rabbits..
 1.8  03-Feb-1997  cgd branches: 1.8.20;
fix various 64-bitness bugs.
 1.7  05-Feb-1996  christos DDB prototype changes.
 1.6  09-Oct-1994  mycroft 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.8.20.2  12-Apr-1999  pk branches: 1.8.20.2.2;
Pullup copyright text corrections.
 1.8.20.1  07-Apr-1999  pk Pull up from trunk: copyright text warts.
 1.8.20.2.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.10.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.11.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.12.6.1  16-Mar-2002  jdolecek Catch up with -current.
 1.12.4.1  28-Feb-2002  nathanw Catch up to -current.
 1.13.40.1  29-Nov-2005  yamt sync with head.
 1.13.32.1  21-Jun-2006  yamt sync with head.
 1.13.16.1  11-Dec-2005  christos Sync with head.

RSS XML Feed