| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Don't depend on gcc's feature of interpreting `int foo(c) char c; ...' | bde | 1997-06-30 | 2 | -4/+4 |
* | Removed unused #includes. | bde | 1997-06-14 | 10 | -30/+10 |
* | Everyone's favorite, i think: make DDB understand the arrow keys for the | joerg | 1997-04-12 | 1 | -1/+38 |
* | Fixed gratuitous ANSIisms. | bde | 1997-04-01 | 3 | -7/+16 |
* | Added a setjmp() so that an initial pc that points to unmapped memory | bde | 1997-03-28 | 1 | -10/+12 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 26 | -26/+26 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Fixed printing of small offsets. E.g., -4(%ebp) is now printed | bde | 1997-01-16 | 1 | -2/+8 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 26 | -26/+26 |
* | Fixed bogus linkage of one of the ddb linker sets. | bde | 1996-12-18 | 1 | -2/+6 |
* | if there is no console, cngetc should act like getc and return -1 | julian | 1996-10-30 | 1 | -1/+8 |
* | Attached vm ddb commands `show map', `show vmochk', `show object', | bde | 1996-09-14 | 1 | -3/+20 |