| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r218825. [The implementation change to kdb_sysctl_available() | Matthew D Fleming | 2011-03-25 | 1 | -3/+9 |
| * | Merge db_capture.c:1.6 (178492) from head to stable/7: | Robert Watson | 2008-07-01 | 1 | -1/+4 |
| * | MFC: enable dynamic addition of "show all" commands | Sam Leffler | 2008-04-25 | 3 | -2/+15 |
| * | Merge db_examine.c:1.35 from HEAD to RELENG_7: | Robert Watson | 2008-04-01 | 1 | -0/+6 |
| * | Merge db_textdump.c:1.3 from HEAD to RELENG_7: | Robert Watson | 2008-04-01 | 1 | -3/+3 |
| * | Merge db_capture.c:1.5 from HEAD to RELENG_7: | Robert Watson | 2008-04-01 | 1 | -1/+1 |
| * | Merge options:1.616, db_capture.c:1.4 from HEAD to RELNEG_7: | Robert Watson | 2008-04-01 | 1 | -13/+18 |
| * | Merge db_capture.c:1.3 from HEAD to RELENG_7: | Robert Watson | 2008-03-31 | 1 | -16/+16 |
| * | Merge db_textdump.c:1.2 from HEAD to RELENG_7: | Robert Watson | 2008-03-31 | 1 | -10/+12 |
| * | Merge files:1.1260, db_capture.c:1.2, db_command.c:1.76, | Robert Watson | 2008-03-31 | 4 | -18/+92 |
| * | Merge files:1.1259, db_command.c:1.75, db_command.h:1.14, db_lex.c:1.23, | Robert Watson | 2008-03-30 | 6 | -10/+101 |
| * | Merge files:1.1258, db_capture.c:1.1, db_command.c:1.74, db_input.c:1.37, | Robert Watson | 2008-03-24 | 6 | -73/+44 |
| * | Merge db_command.c:1.77 from HEAD to RELENG_7: | Robert Watson | 2008-03-10 | 1 | -1/+1 |
| * | Merge db_input.c:1.39 from HEAD to RELENG_7: | Robert Watson | 2008-03-10 | 1 | -1/+4 |
| * | Merge db_input.c:1.38 from HEAD to RELENG_7: | Robert Watson | 2008-03-09 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-02-09 | 2 | -0/+915 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-01-18 | 1 | -0/+562 |
| * | MFC: Honor db_pager_quit in the examine command. | John Baldwin | 2007-11-08 | 1 | -1/+1 |
| * | - Move all of the PS_ flags into either p_flag or td_flags. | Jeff Roberson | 2007-09-17 | 1 | -1/+1 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 2 | -4/+4 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -5/+0 |
| * | Fix the output format of MI ddb watches in 'show watch' on 64-bit | John Baldwin | 2006-11-17 | 1 | -0/+8 |
| * | Set up the context for the dbbe_trace callback in the ddb. Otherwise, | Konstantin Belousov | 2006-11-06 | 1 | -1/+14 |
| * | On trap while inside ddb, the trap handler calls kdb_reenter(), that | Konstantin Belousov | 2006-11-02 | 1 | -6/+14 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+4 |
| * | The powerpc and sparc64 MD `reboot' commands should never have existed | Bruce Evans | 2006-10-10 | 1 | -1/+10 |
| * | Fixed loss of whitespace suppression at ends of lines. Whitespace | Bruce Evans | 2006-10-10 | 1 | -3/+3 |
| * | Added some aliases: | Bruce Evans | 2006-10-08 | 1 | -0/+3 |
| * | Fixed formatting of printing of command tables. WIth the default max | Bruce Evans | 2006-10-08 | 4 | -6/+6 |
| * | Fix two nits in the ps header that offset each other making them largely | John Baldwin | 2006-08-01 | 1 | -6/+6 |
| * | Some cosmetic tweaks: | John Baldwin | 2006-08-01 | 1 | -10/+10 |
| * | Disable the pager for 'panic' and 'call' to be paranoid. | John Baldwin | 2006-07-19 | 1 | -0/+2 |
| * | Simplify the pager support in DDB. Allowing different db commands to | John Baldwin | 2006-07-12 | 6 | -59/+47 |
| * | Never zero-out db_last_symtab. Whan backtraces are done | Konstantin Belousov | 2006-06-16 | 1 | -1/+0 |
| * | Use __LP64__ rather than the PTR64 hack. | John Baldwin | 2006-05-11 | 1 | -14/+3 |
| * | Sort includes. | John Baldwin | 2006-04-27 | 1 | -2/+2 |
| * | A whitespace fix. | John Baldwin | 2006-04-27 | 1 | -1/+1 |
| * | Drop locking comments. ddb functions should never use locking anyway and | John Baldwin | 2006-04-27 | 1 | -6/+0 |
| * | - Overhaul the 'ps' command in ddb to be mostly readable again. :) It is | John Baldwin | 2006-04-25 | 1 | -55/+319 |
| * | Add two helper functions: db_lookup_thread() and db_lookup_proc(). They | John Baldwin | 2006-04-25 | 2 | -0/+94 |
| * | Use LIST_FOREACH(). | John Baldwin | 2006-04-21 | 1 | -1/+1 |
| * | Clean up the way we handle auxiliary commands for a given ddb command | John Baldwin | 2006-03-07 | 2 | -104/+105 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 1 | -0/+4 |
| * | - Rename 'traceall' to 'alltrace' so that the 'tr' shortcut for 'trace' | John Baldwin | 2005-10-24 | 1 | -1/+2 |
| * | - Call db_setup_paging() for traceall. | Olivier Houchard | 2005-10-02 | 2 | -5/+13 |
| * | Add a DDB "traceall" function, which stack traces all known process | Robert Watson | 2005-10-02 | 1 | -0/+18 |
| * | Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint() | Marcel Moolenaar | 2005-09-10 | 2 | -5/+3 |
| * | Remove the need to forward declare statics by moving them around. | David E. O'Brien | 2005-08-10 | 1 | -57/+54 |
| * | Implement functions calls from within DDB on ia64. On ia64 a function | Marcel Moolenaar | 2005-07-02 | 2 | -16/+34 |
| * | Don't enter the debugger if KDB_UNATTENDED is set or if | Paul Saab | 2005-04-20 | 1 | -1/+0 |