summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Collapse)Author
1997-07-10fix backward scrollingkstailey
1997-07-09Take out DEBUG and DIAGNOSTIC to make thigns fit.Todd C. Miller
1997-07-09copyrightTheo de Raadt
1997-07-09do literal mode nicely. ddb now rocks. now we need working tracebackTheo de Raadt
1997-07-09indicate that the register array is in physical orderTheo de Raadt
1997-07-09decode integer instructions, or at least the ones i have documentation forTheo de Raadt
1997-07-09comment register numbers; also pc/ps are not $31, not in the least...Theo de Raadt
1997-07-09print registers by name, not numberTheo de Raadt
1997-07-09rearrange registers in numerical orderTheo de Raadt
1997-07-09arghTheo de Raadt
1997-07-09alpha/common/ insults my filecTheo de Raadt
1997-07-09add ep on isa, of course i just fried my 3c509...Theo de Raadt
1997-07-09simplify codeTheo de Raadt
1997-07-08Improved a lot, not so much remains now, mostly the "operate format" stuff.Niklas Hallqvist
1997-07-08std.alpha goes foomTheo de Raadt
1997-07-08copyrightNiklas Hallqvist
1997-07-08Copyright. Backtrace for non-optimized code from Theo. Will get replacedNiklas Hallqvist
son enough.
1997-07-08Fix copyright. Remove unused cruft. Natural reg ordering. SP setting fromNiklas Hallqvist
Theo.
1997-07-08The a.out nlist strtab offset needs the strtab size field accounted forNiklas Hallqvist
1997-07-08set N_TEXT when appropriate. get rid of nlist.h inclusion.Niklas Hallqvist
1997-07-08Prolong the delay, per pccons.c from the i386 portNiklas Hallqvist
1997-07-08Very rudimentary disassembler, lots are missing. It is better than nothing ↵Niklas Hallqvist
though.
1997-07-08Recognize that a symbol table may exist, move up proc0paddr if so.Niklas Hallqvist
1997-07-08Load the kernel symbol table for DDB to useNiklas Hallqvist
1997-07-07DOH! I got this right in the mem case but not in the io one.Niklas Hallqvist
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
make time_t int not int32_t.
1997-07-06DDB (crippled), BOOT_CONFIG (not yet working), DISKLABEL_*, fxp, wd & acdNiklas Hallqvist
1997-07-06DDB files + some major number specifications that were missingNiklas Hallqvist
1997-07-06Safer implementations of *_raw_multi_* funcsNiklas Hallqvist
1997-07-06wd and acd supportNiklas Hallqvist
1997-07-06Fix the register saving when entering the debugger. Present the trap inNiklas Hallqvist
clear text too.
1997-07-06Use a string array to get the name of a trapNiklas Hallqvist
1997-07-06Enter DDB via CTL+ALT+ESC + style nitsNiklas Hallqvist
1997-07-06DDB support (much not yet implemented).Niklas Hallqvist
1997-07-06Add kernel versions of setjmp/longjmp, needed for DDB. Add an esym pointerNiklas Hallqvist
too that should be initialized by the bootloader with the end of the symtab.
1997-07-06If -b specified as bootflag (-d was taken) enter DDB. If using a PC keyboardNiklas Hallqvist
this does not yet work as the keyboard is not enough setup to work even in polled mode.
1997-07-06Make traps go into DDB if configuredNiklas Hallqvist
1997-07-06Make DDB support more complete (still faking a lot)Niklas Hallqvist
1997-07-06Erase the correct amount of columns. Remove static specifiers.Niklas Hallqvist
1997-07-06maxpartitions 16Todd C. Miller
1997-07-06Remove -Wcast-qual unless someone has a way to make it not careTodd C. Miller
about discarding "volatile". Implicit casts via prototypes cause major headaches in conjunction with volatile variables.
1997-07-05disable fxp for nowTheo de Raadt
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others).
1997-07-05Remove obsolete filesNiklas Hallqvist
1997-07-05The vga console bug is now fixed, argument ordering problem.Niklas Hallqvist
1997-07-03fxp support, turned off in alpha until testedTheo de Raadt
1997-06-30Add lib* so obj links get made. Duh, Todd.Todd C. Miller
1997-06-30Add MBR & i386/disklabel probing in a generic fashion usable for moreNiklas Hallqvist
disklabel types, and for other architectures if they chose. Both read/write supported for both alpha and i386/arc disklabels. ISO9660 spoofing kept and tested. Add "option DISKLABEL_ALL" to your config to use.
1997-06-27Add a missing space in usage message.Todd C. Miller
1997-06-25Include usage notes in the rest of the endian.h files for consistancy.grr