summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Collapse)Author
1997-08-08Use the new bounds_check_with_label API. Add generic support for readingNiklas 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-08Add htobe32 and similar friendsNiklas Hallqvist
1997-08-05Add 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-05Add cy0 (cyclades)dgregor
1997-08-04Add Cyclades serial driver as character major number 38.dgregor
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-08-01ALPHA_PTE_WRITE needs to include the "user write" bit; thorpejTheo de Raadt
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks ↵kstailey
something, thx.
1997-07-31use isa hook to enable IDE port on machines where it exists. NiklasTheo de Raadt
wrote this as a driver, but the change has to be done earlier. alpha:/usr/obj is now IDE.
1997-07-31off by one in clear screen codekstailey
1997-07-31fix vi on console by not moving cursor when printing nullskstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-31grammarNiklas Hallqvist
1997-07-31typoNiklas Hallqvist
1997-07-30Simplify ifdefs. Ensure a MBR-originated fake label will be chosen before theNiklas Hallqvist
more minimal label that used to get precedence. Comment some more.
1997-07-28for netatalk, pull in netatalk/at_extern.hTheo de Raadt
1997-07-28insert char (for real)kstailey
1997-07-27arrgh! (sigh) (*sniffle*)kstailey
Fix insert char to erase more than one char in the newly created empty space past the insertion point.
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-24set maxusersNiklas Hallqvist
1997-07-24comment clarificationNiklas Hallqvist
1997-07-23Correct the return instruction recognizer. Add the DB_VALID_BREAKPOINT macroNiklas Hallqvist
1997-07-23Pretty + validation routine for breakpointsNiklas Hallqvist
1997-07-23Argument lists as good as I can guess at the momentNiklas Hallqvist
1997-07-23Correct literal extraction. Provide symbolic targets in branches.Niklas Hallqvist
1997-07-23Add AppleTalk netisr.denny
1997-07-21use /sys/conf/GENERICTheo de Raadt
1997-07-20protect against NULL curproc derefs. Enables MMU hits inside interuptNiklas Hallqvist
contexts, i.e. IDE works much better now (still some problems though)
1997-07-20My me and Theo: stack tracebacks! It even traces through traps and interruptsNiklas 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-19If 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-19struct opcode is now in db_machdep.h. Add some other includes needed afterNiklas Hallqvist
the db_machdep.h rewrite.
1997-07-19Lots! Single-stepping support is probably the most important change.Niklas Hallqvist
1997-07-19RewrittenNiklas Hallqvist
1997-07-19Protect against overlapping copiesNiklas Hallqvist
1997-07-11Add KERNFS, PROCFS, NULLFSTodd C. Miller
1997-07-10add insert char capability (and no bickering about it being ANSI 8c{)]kstailey
1997-07-10fix vga_copycols(9)kstailey
1997-07-10Take out some devices unused in the install. Alpha boot floppy now fits.Todd C. Miller
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