summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-07-28adopt for assym.hMichael Shalayeff
1997-07-28assym.hMichael Shalayeff
1997-07-28use assym.hMichael Shalayeff
poke BPBs in for bios and dos some values have to be filled out by fdisk/installboot
1997-07-28libsa assym.h configMichael Shalayeff
1997-07-28generate assym.hMichael Shalayeff
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-27sync to use m68k codeTheo de Raadt
1997-07-27time_t is not longTheo de Raadt
1997-07-27document bpb media typesMichael Shalayeff
1997-07-26protect from asm.h _C_LABEL pre-inclusionMichael Shalayeff
1997-07-26Must include netatalk/at_extern to get atintr() prototype.denny
1997-07-25Typo (from NetBSD #2622)Tobias Weingartner
1997-07-25s/NetBSD/OpenBSD/kstailey
1997-07-25no need for -Imachine nowMichael Shalayeff
1997-07-25correct return value on apmcall failureMichael Shalayeff
1997-07-25add SysV shared mem for Xkstailey
1997-07-25oopsMichael Shalayeff
1997-07-25init uninitializedMichael Shalayeff
remove dumb var
1997-07-24symbolic segnamesMichael Shalayeff
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. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-23Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port.denny
Add options NETATALK to your config to try it out.
1997-07-23Add AppleTalk netisr.denny
1997-07-23Add netatalk interrupt.denny
1997-07-22add ipsecTheo de Raadt
1997-07-21use /sys/conf/GENERICTheo de Raadt
1997-07-21proper includeMichael Shalayeff
1997-07-21indent (;Michael Shalayeff
supply fake arg for boot() in testing main()
1997-07-21correct 'hd' device handlingMichael Shalayeff
search for DOSTYP_NETBSD in case there is no DOSTYP_OPENBSD in mbr
1997-07-21add nbdevs for the size of table of block devises' namesMichael Shalayeff
remove bogus codeseg
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21SCSI copy optimizationsPer Fogelstrom
1997-07-21New boot code that fits into the boot record with embedded label.Per Fogelstrom
1997-07-20Merge common m68k trap handling changes from NetBSDNiklas Hallqvist
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-18oopsMichael Shalayeff