summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix up some sloppy coding practices:wollman1994-08-1814-65/+31
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-1317-92/+92
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-252-3/+6
* ps works inside ddb now.guido1994-02-111-2/+5
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-2/+2
* Patches from John Brezak (necessary for the syscall->trapframe conversiondg1994-01-032-8/+122
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-194-12/+16
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-2519-63/+202
* Make all headers idempotent. All incorrect common data moved out of headerwollman1993-11-075-5/+25
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-1624-617/+49
* >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)rgrimes1993-09-121-0/+6
* Moved db_end_line after db_printf to eliminate forward reference andrgrimes1993-09-091-10/+23
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+4
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-1224-0/+5106
OpenPOWER on IntegriCloud