Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-30 | typecast vga_pci_match to cgmatch_t | Michael Shalayeff | |
compare pci tags w/ bcmp | |||
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-26 | fix PORTAL comment in all alpha config files | kstailey | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
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 | |
both little and big endian BSD disklabels. Add a specific hook to read such a big-endian disklabel as it is found on amiga (normally, however, amiga uses the native RDB format, which still is not supported). | |||
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 | |
it compiles but is not yet tested. Add commented-out attachments for cy and ahc, that has yet to be tested. | |||
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 ↵ | kstailey | |
something, thx. | |||
1997-07-31 | use isa hook to enable IDE port on machines where it exists. Niklas | Theo de Raadt | |
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE. | |||
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 | |
more minimal label that used to get precedence. Comment some more. | |||
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 | |
Fix insert char to erase more than one char in the newly created empty space past the insertion point. | |||
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 | |
contexts, i.e. IDE works much better now (still some problems though) | |||
1997-07-20 | My me and Theo: stack tracebacks! It even traces through traps and interrupts | Niklas Hallqvist | |
if symbols are available. The biggest drawback is that it will not show function arguments. Instead we show the stack frame. Have fun! | |||
1997-07-19 | If we are using DDB, be sure to setup the SP entry of the trapframe. | Niklas Hallqvist | |
Feed the trapcode to DDB. a0 is not the address of the instruction fault, maybe a1 is? | |||
1997-07-19 | struct opcode is now in db_machdep.h. Add some other includes needed after | Niklas Hallqvist | |
the db_machdep.h rewrite. | |||
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 | |