summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
1997-09-15kill Locore.cTheo de Raadt
1997-09-05Add SCSITERSE and make some other options less ugly.Todd C. Miller
1997-08-25better mmap support, what funTheo de Raadt
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-08-22do not check for sc_ioctl in mmap callTheo de Raadt
1997-08-08Use the new bounds_check_with_label API. Add generic support for readingNiklas Hallqvist
1997-08-08Add htobe32 and similar friendsNiklas Hallqvist
1997-08-05Add ahc. Reorganize some. Fix comments. Add out-commented aic entry,Niklas Hallqvist
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 someth...kstailey
1997-07-31use isa hook to enable IDE port on machines where it exists. NiklasTheo de Raadt
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
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
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
1997-07-20My me and Theo: stack tracebacks! It even traces through traps and interruptsNiklas Hallqvist
1997-07-19If we are using DDB, be sure to setup the SP entry of the trapframe.Niklas Hallqvist
1997-07-19struct opcode is now in db_machdep.h. Add some other includes needed afterNiklas Hallqvist
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