| Commit message (Expand) | Author | Age | Files | Lines |
* | The following patch will remove a hack introduced in | yokota | 1999-07-14 | 1 | -13/+1 |
* | Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86) | peter | 1999-07-01 | 7 | -27/+26 |
* | Removed an especially bogus cast. | bde | 1999-05-13 | 1 | -2/+2 |
* | Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work | bde | 1999-05-13 | 2 | -2/+5 |
* | add some amount of sanity to the way the gdb stuff finds its device. | phk | 1999-05-09 | 2 | -4/+18 |
* | Get rid of extern declarations on gdb stuff so systems compiled without | mckusick | 1999-05-07 | 1 | -1/+9 |
* | Fixed -Wcast-qual warnings. | bde | 1999-02-12 | 3 | -9/+9 |
* | Fixed fatal type mismatches in the aout case. Const poisoning in | bde | 1999-02-12 | 1 | -5/+5 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 6 | -45/+47 |
* | Changes to support -Wall, -Wcast-qual. Had to make physical code changes | dillon | 1999-01-27 | 7 | -30/+33 |
* | Replace includes of <sys/kernel.h> with includes of | jdp | 1999-01-14 | 1 | -2/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -4/+2 |
* | Forgot to commit this; the alpha uses the kld symbol interface now. The | peter | 1998-10-15 | 1 | -2/+2 |
* | Call some helper routines to be supplied by kern_linker.c in order to | peter | 1998-10-09 | 1 | -14/+7 |
* | At the moment, the alpha tentatively uses the ddb elf code rather than KLD, | peter | 1998-10-09 | 1 | -10/+4 |
* | We don't compile this on an elf kernel (and explicitly not on alpha in | peter | 1998-10-09 | 1 | -5/+4 |
* | Update to work with the new elf headers. | dfr | 1998-08-17 | 1 | -17/+2 |
* | Added macros __printflike() and __scanflike() to <sys/cdefs.h>. | bde | 1998-07-13 | 1 | -4/+3 |
* | Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. | bde | 1998-07-08 | 5 | -16/+16 |
* | Fixed bogus type of valuep in struct db_variable. It was `int *' and | bde | 1998-07-08 | 8 | -22/+23 |
* | Fixed db_printf format errors. | bde | 1998-07-08 | 5 | -19/+18 |
* | Fixed db_printf format errors (except for ones using broken extensions | bde | 1998-07-08 | 1 | -7/+7 |
* | Remove the two single step breakpoints in the reverse order of setting to | dfr | 1998-07-05 | 1 | -5/+5 |
* | Add symtab parameter to X_db_symbol_values. | dfr | 1998-07-05 | 1 | -2/+3 |
* | Support 'g' format for printing 8 byte values. | dfr | 1998-07-05 | 1 | -1/+5 |
* | Forgot to mention: | dfr | 1998-06-28 | 1 | -1/+1 |
* | Add DDB symbol support for ELF and KLD. The KLD support only supports global | dfr | 1998-06-28 | 2 | -0/+539 |
* | Supply the symbol table as an argument to X_db_symbol_values (required for elf). | dfr | 1998-06-28 | 3 | -6/+8 |
* | Use db_addr_t for the breakpoint address in db_set_single_step. | dfr | 1998-06-28 | 1 | -3/+3 |
* | Make db_tok_number a long to allow typing 64bit numbers on alpha. | dfr | 1998-06-27 | 2 | -4/+4 |
* | Use %+11ln for printing in r format to make it work for 64bit registers. | dfr | 1998-06-27 | 1 | -7/+7 |
* | Add initial support for the FreeBSD/alpha kernel. This is very much a | dfr | 1998-06-10 | 3 | -7/+7 |
* | Make DDB work again after I broke it :-(. | dfr | 1998-06-08 | 1 | -2/+2 |
* | Backed out previous commit, which just consisted of a 1-byte editing | bde | 1998-06-08 | 1 | -2/+2 |
* | Fixed missing ifdefs and disordering in previous commit. | bde | 1998-06-08 | 1 | -2/+6 |
* | Fixed ifdef bogotification in previous commit. | bde | 1998-06-08 | 1 | -7/+2 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 12 | -34/+39 |
* | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | phk | 1998-05-28 | 1 | -27/+1 |
* | Redo the previous commit in a more Bruce-friendly fashion. | phk | 1998-05-19 | 3 | -11/+5 |
* | Add "show msgbuf" command | phk | 1998-05-19 | 3 | -3/+35 |
* | Ensure that the linker sets for commands exist by putting a standard | bde | 1998-02-13 | 3 | -25/+15 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Some fixes from John Hood: | dyson | 1997-12-05 | 1 | -2/+1 |
* | Cleaned up revs.1.19-1.21: | bde | 1997-11-20 | 1 | -17/+14 |
* | A better fix for the ddb command history buffer problem; use a static | msmith | 1997-11-09 | 1 | -9/+9 |
* | Don't try to do anything with the input history if MALLOC() for the buffer | msmith | 1997-11-07 | 1 | -2/+2 |
* | Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. | bde | 1997-10-09 | 1 | -2/+2 |
* | Print the filename, not the directory we compiled in. | phk | 1997-09-28 | 1 | -2/+2 |
* | Minor hack to also allow for syscons's "interesting" arrow keys. | joerg | 1997-08-17 | 1 | -1/+13 |
* | Some staticized variables were still declared to be extern. | bde | 1997-06-30 | 3 | -15/+10 |