Age | Commit message (Expand) | Author |
1997-09-15 | kill Locore.c | Theo de Raadt |
1997-09-05 | Add SCSITERSE and make some other options less ugly. | Todd C. Miller |
1997-08-25 | better mmap support, what fun | Theo de Raadt |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt |
1997-08-22 | do not check for sc_ioctl in mmap call | Theo de Raadt |
1997-08-08 | Use the new bounds_check_with_label API. Add generic support for reading | Niklas Hallqvist |
1997-08-08 | Add htobe32 and similar friends | Niklas Hallqvist |
1997-08-05 | Add ahc. Reorganize some. Fix comments. Add out-commented aic entry, | Niklas Hallqvist |
1997-08-05 | Add cy0 (cyclades) | dgregor |
1997-08-04 | Add Cyclades serial driver as character major number 38. | dgregor |
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt |
1997-08-01 | ALPHA_PTE_WRITE needs to include the "user write" bit; thorpej | Theo de Raadt |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks someth... | kstailey |
1997-07-31 | use isa hook to enable IDE port on machines where it exists. Niklas | Theo de Raadt |
1997-07-31 | off by one in clear screen code | kstailey |
1997-07-31 | fix vi on console by not moving cursor when printing nulls | kstailey |
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey |
1997-07-31 | grammar | Niklas Hallqvist |
1997-07-31 | typo | 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-28 | insert char (for real) | kstailey |
1997-07-27 | arrgh! (sigh) (*sniffle*) | kstailey |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt |
1997-07-24 | set maxusers | Niklas Hallqvist |
1997-07-24 | comment clarification | Niklas Hallqvist |
1997-07-23 | Correct the return instruction recognizer. Add the DB_VALID_BREAKPOINT macro | 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-21 | use /sys/conf/GENERIC | Theo de Raadt |
1997-07-20 | protect against NULL curproc derefs. Enables MMU hits inside interupt | Niklas Hallqvist |
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-19 | Rewritten | Niklas Hallqvist |
1997-07-19 | Protect against overlapping copies | Niklas Hallqvist |
1997-07-11 | Add KERNFS, PROCFS, NULLFS | Todd C. Miller |
1997-07-10 | add insert char capability (and no bickering about it being ANSI 8c{)] | kstailey |
1997-07-10 | fix vga_copycols(9) | kstailey |
1997-07-10 | Take out some devices unused in the install. Alpha boot floppy now fits. | Todd C. Miller |
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 |