Age | Commit message (Expand) | Author |
1997-07-10 | fix backward scrolling | kstailey |
1997-07-09 | Take out DEBUG and DIAGNOSTIC to make thigns fit. | Todd C. Miller |
1997-07-09 | copyright | Theo de Raadt |
1997-07-09 | do literal mode nicely. ddb now rocks. now we need working traceback | Theo de Raadt |
1997-07-09 | indicate that the register array is in physical order | Theo de Raadt |
1997-07-09 | decode integer instructions, or at least the ones i have documentation for | Theo de Raadt |
1997-07-09 | comment register numbers; also pc/ps are not $31, not in the least... | Theo de Raadt |
1997-07-09 | print registers by name, not number | Theo de Raadt |
1997-07-09 | rearrange registers in numerical order | Theo de Raadt |
1997-07-09 | argh | Theo de Raadt |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt |
1997-07-09 | add ep on isa, of course i just fried my 3c509... | Theo de Raadt |
1997-07-09 | simplify code | Theo de Raadt |
1997-07-08 | Improved a lot, not so much remains now, mostly the "operate format" stuff. | Niklas Hallqvist |
1997-07-08 | std.alpha goes foom | Theo de Raadt |
1997-07-08 | copyright | Niklas Hallqvist |
1997-07-08 | Copyright. Backtrace for non-optimized code from Theo. Will get replaced | Niklas Hallqvist |
1997-07-08 | Fix copyright. Remove unused cruft. Natural reg ordering. SP setting from | Niklas Hallqvist |
1997-07-08 | The a.out nlist strtab offset needs the strtab size field accounted for | Niklas Hallqvist |
1997-07-08 | set N_TEXT when appropriate. get rid of nlist.h inclusion. | Niklas Hallqvist |
1997-07-08 | Prolong the delay, per pccons.c from the i386 port | Niklas Hallqvist |
1997-07-08 | Very rudimentary disassembler, lots are missing. It is better than nothing t... | Niklas Hallqvist |
1997-07-08 | Recognize that a symbol table may exist, move up proc0paddr if so. | Niklas Hallqvist |
1997-07-08 | Load the kernel symbol table for DDB to use | Niklas Hallqvist |
1997-07-07 | DOH! I got this right in the mem case but not in the io one. | Niklas Hallqvist |
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller |
1997-07-06 | DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acd | Niklas Hallqvist |
1997-07-06 | DDB files + some major number specifications that were missing | Niklas Hallqvist |
1997-07-06 | Safer implementations of *_raw_multi_* funcs | Niklas Hallqvist |
1997-07-06 | wd and acd support | Niklas Hallqvist |
1997-07-06 | Fix the register saving when entering the debugger. Present the trap in | Niklas Hallqvist |
1997-07-06 | Use a string array to get the name of a trap | Niklas Hallqvist |
1997-07-06 | Enter DDB via CTL+ALT+ESC + style nits | Niklas Hallqvist |
1997-07-06 | DDB support (much not yet implemented). | Niklas Hallqvist |
1997-07-06 | Add kernel versions of setjmp/longjmp, needed for DDB. Add an esym pointer | Niklas Hallqvist |
1997-07-06 | If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboard | Niklas Hallqvist |
1997-07-06 | Make traps go into DDB if configured | Niklas Hallqvist |
1997-07-06 | Make DDB support more complete (still faking a lot) | Niklas Hallqvist |
1997-07-06 | Erase the correct amount of columns. Remove static specifiers. | Niklas Hallqvist |
1997-07-06 | maxpartitions 16 | Todd C. Miller |
1997-07-06 | Remove -Wcast-qual unless someone has a way to make it not care | Todd C. Miller |
1997-07-05 | disable fxp for now | Theo de Raadt |
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller |
1997-07-05 | Remove obsolete files | Niklas Hallqvist |
1997-07-05 | The vga console bug is now fixed, argument ordering problem. | Niklas Hallqvist |
1997-07-03 | fxp support, turned off in alpha until tested | Theo de Raadt |
1997-06-30 | Add lib* so obj links get made. Duh, Todd. | Todd C. Miller |
1997-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist |
1997-06-27 | Add a missing space in usage message. | Todd C. Miller |
1997-06-25 | Include usage notes in the rest of the endian.h files for consistancy. | grr |