| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some now unused printfoids. | phk | 1996-01-23 | 1 | -25/+1 |
* | Fixed the one remaining %r. | bde | 1996-01-21 | 1 | -2/+2 |
* | One missed printf in the debugger. | phk | 1996-01-21 | 1 | -2/+2 |
* | Get rid of two and a half printf in the kernel. | phk | 1996-01-15 | 3 | -186/+8 |
* | Reduced and cleaned up #includes. | bde | 1995-12-10 | 21 | -76/+48 |
* | Staticize and cleanup. | phk | 1995-12-10 | 7 | -21/+20 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 20 | -24/+47 |
* | Staticized and '#ifdef notused' stuff we don't use. | phk | 1995-11-29 | 18 | -131/+140 |
* | Completed function declarations and/or added prototypes and/or #includes | bde | 1995-11-24 | 14 | -68/+98 |
* | Completed function declarations and/or added prototypes. | bde | 1995-11-24 | 9 | -130/+155 |
* | Change db_ps() to have the correct number and type of args for a ddb | bde | 1995-08-27 | 1 | -2/+7 |
* | Change db_fncall() and db_panic() to have the correct number and type of | bde | 1995-08-27 | 1 | -5/+13 |
* | Make db_ps tolerant of uninitialized struct proc fields. Improved 'more' | dg | 1995-08-20 | 1 | -19/+39 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 26 | -207/+207 |
* | Print the address associated with an examine. Changed db_maxoff to | dg | 1995-05-22 | 2 | -13/+6 |
* | Fixed the formatting breakage I added in the previous commit. | dg | 1995-04-04 | 1 | -4/+8 |
* | Fixed DDB's "ps" output formatting. | dg | 1995-03-28 | 1 | -12/+6 |
* | Removed redundant newlines that were in some panic strings. | dg | 1995-03-19 | 1 | -2/+2 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 3 | -7/+14 |
* | Make ``p'' an explicit alias for ``print'' instead of being an | joerg | 1995-03-05 | 1 | -1/+2 |
* | Added "panic" command to ddb, so we can do something sensible even if | phk | 1995-02-05 | 1 | -1/+9 |
* | Load the kernel symbol table in the boot loader and not at compile time. | bde | 1995-01-25 | 1 | -23/+14 |
* | Print "(null)" instead of crashing for null strings. Null names are | bde | 1994-10-30 | 1 | -1/+3 |
* | Avoid ddb getting a panic if the code-segment isn't the usual one... | phk | 1994-10-02 | 1 | -8/+11 |
* | #include ddb.h not db_output.h | phk | 1994-09-28 | 1 | -2/+2 |
* | Added include of <machine/cons.h> so that cngetc() gets declared. | phk | 1994-09-27 | 1 | -1/+2 |
* | Woops, wrong solution to the problem. Backed out previous fix to ddb.h, and | dg | 1994-09-27 | 2 | -3/+3 |
* | Nuked db_printf() prototype; it now clashes with the one in db_output.h. | dg | 1994-09-27 | 1 | -2/+1 |
* | Makes gcc silent in sys/ddb. | phk | 1994-09-27 | 7 | -32/+30 |
* | 386bsd -> kernel in strings. | bde | 1994-09-05 | 1 | -3/+3 |
* | ddb ps function from 1.1.5. Moved into its own file and cleaned up a bit | dg | 1994-08-27 | 1 | -0/+79 |
* | 1) Changed ddb into a option rather than a pseudo-device (use options DDB | dg | 1994-08-27 | 2 | -6/+11 |
* | 1) cleaned up after Garrett - fixed more redundant declarations, changed | dg | 1994-08-20 | 2 | -7/+7 |
* | Fix up some sloppy coding practices: | wollman | 1994-08-18 | 14 | -65/+31 |
* | Change all #includes to follow the current Berkeley style. Some of these | wollman | 1994-08-13 | 17 | -92/+92 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 2 | -3/+6 |
* | ps works inside ddb now. | guido | 1994-02-11 | 1 | -2/+5 |
* | "New" VM system from John Dyson & myself. For a run-down of the | dg | 1994-01-14 | 1 | -2/+2 |
* | Patches from John Brezak (necessary for the syscall->trapframe conversion | dg | 1994-01-03 | 2 | -8/+122 |
* | Make everything compile with -Wtraditional. Make it easier to distribute | wollman | 1993-12-19 | 4 | -12/+16 |
* | Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and | wollman | 1993-11-25 | 19 | -63/+202 |
* | Make all headers idempotent. All incorrect common data moved out of header | wollman | 1993-11-07 | 5 | -5/+25 |
* | Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some | rgrimes | 1993-10-16 | 24 | -617/+49 |
* | >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey) | rgrimes | 1993-09-12 | 1 | -0/+6 |
* | Moved db_end_line after db_printf to eliminate forward reference and | rgrimes | 1993-09-09 | 1 | -10/+23 |
* | * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, | dg | 1993-07-27 | 1 | -0/+4 |
* | Initial import, 0.1 + pk 0.2.4-B1 | rgrimes | 1993-06-12 | 24 | -0/+5106 |