summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes.bde1997-06-1410-30/+10
* Everyone's favorite, i think: make DDB understand the arrow keys for thejoerg1997-04-121-1/+38
* Fixed gratuitous ANSIisms.bde1997-04-013-7/+16
* Added a setjmp() so that an initial pc that points to unmapped memorybde1997-03-281-10/+12
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-2226-26/+26
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedbde1997-01-161-2/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1426-26/+26
* Fixed bogus linkage of one of the ddb linker sets.bde1996-12-181-2/+6
* if there is no console, cngetc should act like getc and return -1julian1996-10-301-1/+8
* Attached vm ddb commands `show map', `show vmochk', `show object',bde1996-09-141-3/+20
* Support statically attaching of ddb commands in non-ddb modules.bde1996-09-142-41/+111
* Allow the user to switch into gdb mode from ddbpst1996-08-271-1/+21
* Finally implement a simple commandline history in DDB.joerg1996-08-101-2/+71
* A small bit of defensive programming in case the panic is during processpeter1996-06-151-1/+5
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-083-7/+9
* For Lite2: proc LIST changes.hsu1996-03-111-5/+5
* Remove some now unused printfoids.phk1996-01-231-25/+1
* Fixed the one remaining %r.bde1996-01-211-2/+2
* One missed printf in the debugger.phk1996-01-211-2/+2
* Get rid of two and a half printf in the kernel.phk1996-01-153-186/+8
* Reduced and cleaned up #includes.bde1995-12-1021-76/+48
* Staticize and cleanup.phk1995-12-107-21/+20
* Untangled the vm.h include file spaghetti.dg1995-12-0720-24/+47
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-2918-131/+140
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-2414-68/+98
* Completed function declarations and/or added prototypes.bde1995-11-249-130/+155
* Change db_ps() to have the correct number and type of args for a ddbbde1995-08-271-2/+7
* Change db_fncall() and db_panic() to have the correct number and type ofbde1995-08-271-5/+13
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'dg1995-08-201-19/+39
* Remove trailing whitespace.rgrimes1995-05-3026-207/+207
* Print the address associated with an examine. Changed db_maxoff todg1995-05-222-13/+6
* Fixed the formatting breakage I added in the previous commit.dg1995-04-041-4/+8
* Fixed DDB's "ps" output formatting.dg1995-03-281-12/+6
* Removed redundant newlines that were in some panic strings.dg1995-03-191-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-163-7/+14
* Make ``p'' an explicit alias for ``print'' instead of being anjoerg1995-03-051-1/+2
* Added "panic" command to ddb, so we can do something sensible even ifphk1995-02-051-1/+9
* Load the kernel symbol table in the boot loader and not at compile time.bde1995-01-251-23/+14
* Print "(null)" instead of crashing for null strings. Null names arebde1994-10-301-1/+3
* Avoid ddb getting a panic if the code-segment isn't the usual one...phk1994-10-021-8/+11
* #include ddb.h not db_output.hphk1994-09-281-2/+2
* Added include of <machine/cons.h> so that cngetc() gets declared.phk1994-09-271-1/+2
* Woops, wrong solution to the problem. Backed out previous fix to ddb.h, anddg1994-09-272-3/+3
* Nuked db_printf() prototype; it now clashes with the one in db_output.h.dg1994-09-271-2/+1
* Makes gcc silent in sys/ddb.phk1994-09-277-32/+30
* 386bsd -> kernel in strings.bde1994-09-051-3/+3
* ddb ps function from 1.1.5. Moved into its own file and cleaned up a bitdg1994-08-271-0/+79
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-272-6/+11
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-202-7/+7
OpenPOWER on IntegriCloud