summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* One more use for _SIG_VALID.kib2010-07-121-1/+1
* MFp4 @178364:bz2010-05-243-34/+67
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-112-3/+5
* Move two copies of the same definition to a common include file.julian2010-04-141-6/+0
* Add a space before printing 'thread pid ...' to match the space beforerpaulo2010-02-121-1/+1
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-2/+2
* Among signal generation syscalls, only sigqueue(2) is allowed by POSIXkib2009-11-171-1/+1
* Put square backets ([]) around process names for system processes to patchjhb2009-10-011-4/+10
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-145-1/+185
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Prefer prototypes to k&r definitions.imp2009-03-091-12/+6
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-26/+2
* Initialize the DDB command list when initializing DDB so that the basicjhb2008-09-253-3/+4
* Make ddb command registration dynamic so modules can extendsam2008-09-152-99/+176
* Add a missing include which was erroneusly left out from the previousattilio2008-08-181-0/+2
* Bufferize the output for DDB printouts.attilio2008-08-181-15/+87
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Fix software single-stepping: we need to check if the instruction is acognet2008-08-021-1/+1
* Print out the container lock when showing the thread state in DDB.attilio2008-06-181-0/+3
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inrwatson2008-04-251-1/+4
* enable dynamic addition of "show all" commandssam2008-03-253-2/+15
* Add a /S mode to DDB "ex" command, which interprets and prints therwatson2008-03-071-0/+6
* When killing a user process from DDB, check that the requested signal isrwatson2008-03-071-1/+1
* Reserve two bytes at the end of the DDB input line in db_readline() torwatson2008-03-071-1/+4
* When redrawing an input line, count backspaces to get to the beginning ofrwatson2008-03-061-1/+1
* Use dump_write() instead of direct calls to di->dumper() in textdumps.rwatson2008-01-311-3/+3
* Increase maximum DDB capture buffer size to 5MB.rwatson2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to berwatson2008-01-261-13/+18
* Rename DB_ constants in db_capture.c to DDB_ so that when they arerwatson2008-01-261-16/+16
* Refine textdump comments slightly.rwatson2008-01-101-10/+12
* Add textdump(4) facility, which provides an alternative form of kernelrwatson2007-12-264-3/+634
* Remove duplicate $FreeBSD$ that snuck in.rwatson2007-12-261-2/+0
* Add a simple scripting facility to DDB(4), allowing the user torwatson2007-12-267-10/+665
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-256-0/+329
* Make the examine command honor db_pager_quit so you can use 'q' or 'x'jhb2007-10-271-1/+1
* Print the stack bounds of the thread.marcel2007-10-161-0/+2
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-172-4/+4
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+0
* Fix the output format of MI ddb watches in 'show watch' on 64-bitjhb2006-11-171-0/+8
* Set up the context for the dbbe_trace callback in the ddb. Otherwise,kib2006-11-061-1/+14
* On trap while inside ddb, the trap handler calls kdb_reenter(), thatkib2006-11-021-6/+14
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-1/+10
* Fixed loss of whitespace suppression at ends of lines. Whitespacebde2006-10-101-3/+3
* Added some aliases:bde2006-10-081-0/+3
* Fixed formatting of printing of command tables. WIth the default maxbde2006-10-084-6/+6
* Fix two nits in the ps header that offset each other making them largelyjhb2006-08-011-6/+6
OpenPOWER on IntegriCloud