| Commit message (Expand) | Author | Age | Files | Lines |
| * | Forgot to commit this; the alpha uses the kld symbol interface now. The | Peter Wemm | 1998-10-15 | 1 | -2/+2 |
| * | Call some helper routines to be supplied by kern_linker.c in order to | Peter Wemm | 1998-10-09 | 1 | -14/+7 |
| * | At the moment, the alpha tentatively uses the ddb elf code rather than KLD, | Peter Wemm | 1998-10-09 | 1 | -10/+4 |
| * | We don't compile this on an elf kernel (and explicitly not on alpha in | Peter Wemm | 1998-10-09 | 1 | -5/+4 |
| * | Update to work with the new elf headers. | Doug Rabson | 1998-08-17 | 1 | -17/+2 |
| * | Added macros __printflike() and __scanflike() to <sys/cdefs.h>. | Bruce Evans | 1998-07-13 | 1 | -4/+3 |
| * | Use not-so-new printf formats %r and/or %z instead of %n and/or %+x. | Bruce Evans | 1998-07-08 | 5 | -16/+16 |
| * | Fixed bogus type of valuep in struct db_variable. It was `int *' and | Bruce Evans | 1998-07-08 | 8 | -22/+23 |
| * | Fixed db_printf format errors. | Bruce Evans | 1998-07-08 | 5 | -19/+18 |
| * | Fixed db_printf format errors (except for ones using broken extensions | Bruce Evans | 1998-07-08 | 1 | -7/+7 |
| * | Remove the two single step breakpoints in the reverse order of setting to | Doug Rabson | 1998-07-05 | 1 | -5/+5 |
| * | Add symtab parameter to X_db_symbol_values. | Doug Rabson | 1998-07-05 | 1 | -2/+3 |
| * | Support 'g' format for printing 8 byte values. | Doug Rabson | 1998-07-05 | 1 | -1/+5 |
| * | Forgot to mention: | Doug Rabson | 1998-06-28 | 1 | -1/+1 |
| * | Add DDB symbol support for ELF and KLD. The KLD support only supports global | Doug Rabson | 1998-06-28 | 2 | -0/+539 |
| * | Supply the symbol table as an argument to X_db_symbol_values (required for elf). | Doug Rabson | 1998-06-28 | 3 | -6/+8 |
| * | Use db_addr_t for the breakpoint address in db_set_single_step. | Doug Rabson | 1998-06-28 | 1 | -3/+3 |
| * | Make db_tok_number a long to allow typing 64bit numbers on alpha. | Doug Rabson | 1998-06-27 | 2 | -4/+4 |
| * | Use %+11ln for printing in r format to make it work for 64bit registers. | Doug Rabson | 1998-06-27 | 1 | -7/+7 |
| * | Add initial support for the FreeBSD/alpha kernel. This is very much a | Doug Rabson | 1998-06-10 | 3 | -7/+7 |
| * | Make DDB work again after I broke it :-(. | Doug Rabson | 1998-06-08 | 1 | -2/+2 |
| * | Backed out previous commit, which just consisted of a 1-byte editing | Bruce Evans | 1998-06-08 | 1 | -2/+2 |
| * | Fixed missing ifdefs and disordering in previous commit. | Bruce Evans | 1998-06-08 | 1 | -2/+6 |
| * | Fixed ifdef bogotification in previous commit. | Bruce Evans | 1998-06-08 | 1 | -7/+2 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 12 | -34/+39 |
| * | Some cleanups related to timecounters and weird ifdefs in <sys/time.h>. | Poul-Henning Kamp | 1998-05-28 | 1 | -27/+1 |
| * | Redo the previous commit in a more Bruce-friendly fashion. | Poul-Henning Kamp | 1998-05-19 | 3 | -11/+5 |
| * | Add "show msgbuf" command | Poul-Henning Kamp | 1998-05-19 | 3 | -3/+35 |
| * | Ensure that the linker sets for commands exist by putting a standard | Bruce Evans | 1998-02-13 | 3 | -25/+15 |
| * | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -2/+2 |
| * | Some fixes from John Hood: | John Dyson | 1997-12-05 | 1 | -2/+1 |
| * | Cleaned up revs.1.19-1.21: | Bruce Evans | 1997-11-20 | 1 | -17/+14 |
| * | A better fix for the ddb command history buffer problem; use a static | Mike Smith | 1997-11-09 | 1 | -9/+9 |
| * | Don't try to do anything with the input history if MALLOC() for the buffer | Mike Smith | 1997-11-07 | 1 | -2/+2 |
| * | Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. | Bruce Evans | 1997-10-09 | 1 | -2/+2 |
| * | Print the filename, not the directory we compiled in. | Poul-Henning Kamp | 1997-09-28 | 1 | -2/+2 |
| * | Minor hack to also allow for syscons's "interesting" arrow keys. | Joerg Wunsch | 1997-08-17 | 1 | -1/+13 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-06-30 | 3 | -15/+10 |
| * | Don't depend on gcc's feature of interpreting `int foo(c) char c; ...' | Bruce Evans | 1997-06-30 | 2 | -4/+4 |
| * | Removed unused #includes. | Bruce Evans | 1997-06-14 | 10 | -30/+10 |
| * | Everyone's favorite, i think: make DDB understand the arrow keys for the | Joerg Wunsch | 1997-04-12 | 1 | -1/+38 |
| * | Fixed gratuitous ANSIisms. | Bruce Evans | 1997-04-01 | 3 | -7/+16 |
| * | Added a setjmp() so that an initial pc that points to unmapped memory | Bruce Evans | 1997-03-28 | 1 | -10/+12 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 26 | -26/+26 |
| * | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -1/+1 |
| * | Fixed printing of small offsets. E.g., -4(%ebp) is now printed | Bruce Evans | 1997-01-16 | 1 | -2/+8 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 26 | -26/+26 |
| * | Fixed bogus linkage of one of the ddb linker sets. | Bruce Evans | 1996-12-18 | 1 | -2/+6 |
| * | if there is no console, cngetc should act like getc and return -1 | Julian Elischer | 1996-10-30 | 1 | -1/+8 |
| * | Attached vm ddb commands `show map', `show vmochk', `show object', | Bruce Evans | 1996-09-14 | 1 | -3/+20 |