| Age | Commit message (Expand) | Author |
| 2010-02-02 | Include "ctype.h" in the central place which deals with building the | tron |
| 2010-02-01 | Include "ctype.h" if we are not building a kernel to fix the build | tron |
| 2010-01-31 | New modifiers for the "write" command: /BHL. They act like /bhl but do not | phx |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |
| 2009-09-28 | quick fix for crash(8) build failure caused by my previous commit (rev | bsh |
| 2009-09-27 | kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is... | bsh |
| 2009-07-19 | Add #ifdef MQUEUE for db_show_mqueue_cmd(). | rmind |
| 2009-06-05 | extend 'show event' to take /i /t and /m modifiers, to select interrupt, | mrg |
| 2009-05-24 | More changes to improve kern_descrip.c. | ad |
| 2009-04-10 | add boilerplate missed in initial commit | ad |
| 2009-03-31 | KGDB does no longer refers to ddb/db_access. Fixes compilation problems of KGDB | reinoud |
| 2009-03-21 | Make 'show event', 'dmesg' work with crash(8). | ad |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-03-11 | Switch the default value (if no options DDB_ONPANIC is defined) for | martin |
| 2009-03-11 | Avoid "warning: cast from pointer to integer of different size" | nakayama |
| 2009-03-09 | include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL. | mrg |
| 2009-03-08 | include <sys/user.h> | mrg |
| 2009-03-08 | include ddb headers *after* sys/types.h or sys/param.h. | mrg |
| 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-02-04 | Default 'show all procs' to /l. People tend to type 'ps' without modifiers | ad |
| 2009-01-30 | Default DDB_ONPANIC to zero. The end product is ultimately for the | ad |
| 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-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 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-11-14 | +ifdef AIO | ad |
| 2008-10-24 | don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad. | christos |
| 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-14 | Take care not to dereference NULL datapointer from fd table | blymn |
| 2008-07-10 | Fix indents. | blymn |
| 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-03-27 | Fix CS_MACH definition. 0x10 is spelled 0x10, not 0x16. | uwe |
| 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-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-13 | add ddb "whatis" command. inspired from solaris ::whatis dcmd. | yamt |
| 2007-12-02 | ps/w: display LWP info. | ad |
| 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 |