| Age | Commit message (Expand) | Author |
| 2021-12-13 | mv out: label into the #ifdef _KERNEL section, as it is only | kre |
| 2021-12-13 | ddb: fix function names of "noreturn" functions in stack traces. | chs |
| 2021-04-12 | avoid assigning both signed and unsigned variables in the same statement. | mrg |
| 2020-03-30 | Remove a.out leftovers (unused) | maya |
| 2017-11-03 | Handle absolute relocations coming from the kernel: preserve SHN_ABS in | maxv |
| 2012-02-10 | fix printf formats. | christos |
| 2012-02-09 | Re-indent, and factor out strlen() now that we have more space. | christos |
| 2012-02-09 | Remove bogus code in the non kernel case involving end[]. In this case | christos |
| 2011-04-11 | avoid compiling dead code into crash. | mrg |
| 2011-04-11 | obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code | mrg |
| 2009-03-07 | Make ddb compile and work in userspace. Mostly this is comprised of three | ad |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-10-24 | don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad. | christos |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-05-29 | Add lots of const. | christos |
| 2005-03-28 | remove stray error(1) comment. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2005-02-15 | The way I handled /dev/ksyms requests vs. kernel requests was completely | cube |
| 2005-01-16 | reduce db_maxoff from 256MB to 1MB, that should be plenty. | chs |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2003-11-17 | o Fix a bug in ksyms that changed the real meaning of st_name entries for | cube |
| 2003-10-25 | fix uninitialized variable | christos |
| 2003-10-05 | Tweak the previous change to ensure symbol addresses are correctly | scw |
| 2003-09-03 | long -> unsigned long, so that correct pointer is sent in function call. | ragge |
| 2003-05-17 | Don't assume sizeof(db_expr_t) == sizeof(long). | scw |
| 2003-05-16 | use strlcpy [change prototype of db_symstr to pass size_t; noone seem to use it] | itojun |
| 2003-05-11 | make couple ksym functions' arguments const | jdolecek |
| 2003-04-28 | By accident db_symstr() was removed, which HÃ¥vard pointed out. | ragge |
| 2003-04-25 | Mobe the SYMTAB_SPACE stuff to ksyms_init, so that it can be used without | ragge |
| 2003-04-24 | db_sym_numargs() disappeared by mistake, restore it. | ragge |
| 2003-04-24 | Teach DDB to use ksyms instead of it's own symbol table management. | ragge |
| 2003-04-16 | make parameter 'name' for db_del_symbol_table() const | jdolecek |
| 2002-11-10 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-04 | Dump DDB_* and SYMTAB_SPACE options to opt_ddbparam.h rather than opt_ddb.h. | itohy |
| 2002-02-15 | ANSIfy, KNF. | simonb |
| 2002-01-05 | Add db_symstr(), a parallel interface to db_printsym() that | jhawk |
| 2001-11-20 | - pull in opt_kgdb.h where necessary | lukem |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-11-08 | PR/14498: Wesley Chen: Print a return after enumerating the matching symbols. | christos |
| 2001-06-13 | Add a port to IBM's PPC405GP Reference Board (the "walnut") | simonb |
| 2001-01-17 | constify a little | jdolecek |
| 2000-08-11 | Missed change of parameter for %r->db_format_radix() change. | tv |
| 2000-08-09 | Add two new functions, db_format_radix() and db_format_hex(), which supplant | tv |
| 2000-06-06 | Stop using DDB-specific "%n" kprintf() format specifier. This was | jhawk |
| 2000-05-25 | Interface change: db_printsym() takes a third argument, pr, a function | jhawk |
| 2000-05-22 | Add a "sifting" command to ddb (named from the Sun OpenPROM command of | jhawk |