Age | Commit message (Expand) | Author |
1997-10-20 | Do not spoof OpenBSD partitions | Niklas Hallqvist |
1997-10-02 | label "done" now unused | Niklas Hallqvist |
1997-10-02 | typos | Niklas Hallqvist |
1997-10-02 | no more ESRCH, but maybe EIO instead | Niklas Hallqvist |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor |
1997-07-31 | grammar | Niklas Hallqvist |
1997-07-30 | Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before the | Niklas Hallqvist |
1997-07-28 | for netatalk, pull in netatalk/at_extern.h | Theo de Raadt |
1997-07-24 | comment clarification | Niklas Hallqvist |
1997-07-23 | Pretty + validation routine for breakpoints | Niklas Hallqvist |
1997-07-23 | Argument lists as good as I can guess at the moment | Niklas Hallqvist |
1997-07-23 | Correct literal extraction. Provide symbolic targets in branches. | Niklas Hallqvist |
1997-07-23 | Add AppleTalk netisr. | denny |
1997-07-20 | My me and Theo: stack tracebacks! It even traces through traps and interrupts | Niklas Hallqvist |
1997-07-19 | If we are using DDB, be sure to setup the SP entry of the trapframe. | Niklas Hallqvist |
1997-07-19 | struct opcode is now in db_machdep.h. Add some other includes needed after | Niklas Hallqvist |
1997-07-19 | Lots! Single-stepping support is probably the most important change. | Niklas Hallqvist |
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 | 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 | 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 | 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-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 | 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-06-30 | Add MBR & i386/disklabel probing in a generic fashion usable for more | Niklas Hallqvist |
1997-06-05 | fix DEBUG thing | Theo de Raadt |
1997-05-28 | KNF | Niklas Hallqvist |
1997-05-06 | Add IP filter log into cdevsw | Niklas Hallqvist |
1997-04-14 | typo for us. | michaels |
1997-04-07 | 16 partitions | Todd C. Miller |
1997-04-06 | support cd9660 disklabel spoofing; also fix block offset confusion | Theo de Raadt |
1997-02-12 | fix typecast; janjaap@stack.nl | Theo de Raadt |
1997-02-09 | shadowed variable caused si_addr to be incorrect | Theo de Raadt |
1997-02-06 | From theo: use VM_PROT_* types and pass address nicely | Niklas Hallqvist |
1997-02-06 | Fixed some missing declarations and such. Still sth to fix for Theo :-) | Niklas Hallqvist |