summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that the linker sets for commands exist by putting a standardbde1998-02-133-25/+15
* Staticize.eivind1998-02-091-2/+2
* Some fixes from John Hood:dyson1997-12-051-2/+1
* Cleaned up revs.1.19-1.21:bde1997-11-201-17/+14
* A better fix for the ddb command history buffer problem; use a staticmsmith1997-11-091-9/+9
* Don't try to do anything with the input history if MALLOC() for the buffermsmith1997-11-071-2/+2
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.bde1997-10-091-2/+2
* Print the filename, not the directory we compiled in.phk1997-09-281-2/+2
* Minor hack to also allow for syscons's "interesting" arrow keys.joerg1997-08-171-1/+13
* Some staticized variables were still declared to be extern.bde1997-06-303-15/+10
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'bde1997-06-302-4/+4
* 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
OpenPOWER on IntegriCloud