| Age | Commit message (Expand) | Author |
| 2009-06-05 | extend 'show event' to take /i /t and /m modifiers, to select interrupt, | mrg |
| 2009-03-21 | Make 'show event', 'dmesg' work with crash(8). | ad |
| 2009-03-11 | Avoid "warning: cast from pointer to integer of different size" | nakayama |
| 2009-03-07 | Make ddb compile and work in userspace. Mostly this is comprised of three | ad |
| 2009-03-01 | Do not set last_count to zero after every db_command function call it is | haad |
| 2009-02-18 | - fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again. | yamt |
| 2009-01-05 | Fix my bug introduced in rev 1.98 of db_command.c where command prefix | haad |
| 2008-12-07 | ddb: new 'show vmem' and 'show all vmems' commands. | cegger |
| 2008-11-25 | Make DDB shows right register values on 32-bit sparc64 kernels. | nakayama |
| 2008-11-25 | Add some basic DDB stuff for modules. | ad |
| 2008-11-16 | more <sys/buf.h> police | pooka |
| 2008-11-14 | +ifdef AIO | ad |
| 2008-10-03 | Replace more intptr_t to uintptr_t when casting VA. | rmind |
| 2008-09-29 | - Fix message queue permissions problems. | rmind |
| 2008-08-08 | Make "show uvmhist" available to all arches (not just sparc*) in ddb. | skrll |
| 2008-07-10 | Add a show files command that prints the vnodes associated with a | blymn |
| 2008-07-10 | Whitespace clean up. | blymn |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-21 | Fix help string for "w" - it is "write" not "watch". | uwe |
| 2008-02-02 | When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checks | martin |
| 2007-12-13 | add ddb "whatis" command. inspired from solaris ::whatis dcmd. | yamt |
| 2007-11-14 | Add a missing "else". Should finally fix PR kern/37110. | martin |
| 2007-10-22 | Pacify some gcc uninitialized warnings at -O3 | martin |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-14 | db_cmd_search: When we compare names we'd better stop at the nul byte. | uwe |
| 2007-10-12 | Fix command name matching, avoid jumps to null function pointers and | martin |
| 2007-10-08 | Do another setjmp right before entering the command loop, we do not want | martin |
| 2007-10-02 | Some cleanup: | martin |
| 2007-10-01 | No need to db_init_commands() early any more - it will happen on first | martin |
| 2007-10-01 | Special case the initialization of builtin command tables to avoid using | martin |
| 2007-09-23 | Minor clenaup - db_cmd_loop_done is a bool nowadays, so use true/false | martin |
| 2007-09-23 | Simplify the "tables are already setup" test. | martin |
| 2007-09-23 | Fix build for archs w/o DB_MACHINE_COMMANDS. | martin |
| 2007-09-23 | Add missing argument - fixes compilation if KGDB is defined. | martin |
| 2007-09-22 | Add a new option DDB_VERBOSE_HELP that adds online help to ddb. | martin |
| 2007-09-07 | Implementation of POSIX message queues. | rmind |
| 2007-04-30 | Import of POSIX Asynchronous I/O. | rmind |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-22 | Fix lossage from boolean_t -> bool and updated x86 bus_dma. | matt |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-05 | ANSIfy db_error. | uwe |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | Move declaration up ahead of active code in the function, so that | he |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-14 | Coverity CID 1094: Protect against NULL deref. | christos |
| 2006-02-19 | Add a "show all pages" command to DDB which prints one line per physical | bjh21 |
| 2006-01-24 | add ddb "sh mbuf" command. | yamt |