| Commit message (Expand) | Author | Age | Files | Lines |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -2/+0 |
* | Fix making kernel dumps from the debugger by creating a command | marcel | 2011-06-07 | 1 | -0/+24 |
* | Trim some additional unnecessary <linker_set.h> includes. | jhb | 2011-04-28 | 1 | -1/+0 |
* | - Add the possibility to reuse the already last used timeout when patting | attilio | 2011-04-27 | 1 | -8/+0 |
* | Extend the DDB command "watchdog" with the ability to specify a timeout | attilio | 2011-04-05 | 1 | -8/+25 |
* | Modify kdb_trap() so that it re-calls the dbbe_trap function as long as | mdf | 2011-02-18 | 1 | -3/+9 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -1/+1 |
* | One more use for _SIG_VALID. | kib | 2010-07-12 | 1 | -1/+1 |
* | MFp4 @178364: | bz | 2010-05-24 | 3 | -34/+67 |
* | There is not a good reason to have a different prototype for db_printf() | attilio | 2010-05-11 | 2 | -3/+5 |
* | Move two copies of the same definition to a common include file. | julian | 2010-04-14 | 1 | -6/+0 |
* | Add a space before printing 'thread pid ...' to match the space before | rpaulo | 2010-02-12 | 1 | -1/+1 |
* | Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order | trasz | 2010-01-08 | 1 | -2/+2 |
* | Among signal generation syscalls, only sigqueue(2) is allowed by POSIX | kib | 2009-11-17 | 1 | -1/+1 |
* | Put square backets ([]) around process names for system processes to patch | jhb | 2009-10-01 | 1 | -4/+10 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 5 | -1/+185 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -1/+0 |
* | Prefer prototypes to k&r definitions. | imp | 2009-03-09 | 1 | -12/+6 |
* | Collect N identical (or near identical) mkdumpheader() implementations into | peter | 2008-10-01 | 1 | -26/+2 |
* | Initialize the DDB command list when initializing DDB so that the basic | jhb | 2008-09-25 | 3 | -3/+4 |
* | Make ddb command registration dynamic so modules can extend | sam | 2008-09-15 | 2 | -99/+176 |
* | Add a missing include which was erroneusly left out from the previous | attilio | 2008-08-18 | 1 | -0/+2 |
* | Bufferize the output for DDB printouts. | attilio | 2008-08-18 | 1 | -15/+87 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Fix software single-stepping: we need to check if the instruction is a | cognet | 2008-08-02 | 1 | -1/+1 |
* | Print out the container lock when showing the thread state in DDB. | attilio | 2008-06-18 | 1 | -0/+3 |
* | Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff in | rwatson | 2008-04-25 | 1 | -1/+4 |
* | enable dynamic addition of "show all" commands | sam | 2008-03-25 | 3 | -2/+15 |
* | Add a /S mode to DDB "ex" command, which interprets and prints the | rwatson | 2008-03-07 | 1 | -0/+6 |
* | When killing a user process from DDB, check that the requested signal is | rwatson | 2008-03-07 | 1 | -1/+1 |
* | Reserve two bytes at the end of the DDB input line in db_readline() to | rwatson | 2008-03-07 | 1 | -1/+4 |
* | When redrawing an input line, count backspaces to get to the beginning of | rwatson | 2008-03-06 | 1 | -1/+1 |
* | Use dump_write() instead of direct calls to di->dumper() in textdumps. | rwatson | 2008-01-31 | 1 | -3/+3 |
* | Increase maximum DDB capture buffer size to 5MB. | rwatson | 2008-01-26 | 1 | -1/+1 |
* | Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be | rwatson | 2008-01-26 | 1 | -13/+18 |
* | Rename DB_ constants in db_capture.c to DDB_ so that when they are | rwatson | 2008-01-26 | 1 | -16/+16 |
* | Refine textdump comments slightly. | rwatson | 2008-01-10 | 1 | -10/+12 |
* | Add textdump(4) facility, which provides an alternative form of kernel | rwatson | 2007-12-26 | 4 | -3/+634 |
* | Remove duplicate $FreeBSD$ that snuck in. | rwatson | 2007-12-26 | 1 | -2/+0 |
* | Add a simple scripting facility to DDB(4), allowing the user to | rwatson | 2007-12-26 | 7 | -10/+665 |
* | Add a new DDB(4) facility, output capture. Input and output from DDB may be | rwatson | 2007-12-25 | 6 | -0/+329 |
* | Make the examine command honor db_pager_quit so you can use 'q' or 'x' | jhb | 2007-10-27 | 1 | -1/+1 |
* | Print the stack bounds of the thread. | marcel | 2007-10-16 | 1 | -0/+2 |
* | - Move all of the PS_ flags into either p_flag or td_flags. | jeff | 2007-09-17 | 1 | -1/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 2 | -4/+4 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -5/+0 |
* | Fix the output format of MI ddb watches in 'show watch' on 64-bit | jhb | 2006-11-17 | 1 | -0/+8 |
* | Set up the context for the dbbe_trace callback in the ddb. Otherwise, | kib | 2006-11-06 | 1 | -1/+14 |
* | On trap while inside ddb, the trap handler calls kdb_reenter(), that | kib | 2006-11-02 | 1 | -6/+14 |