summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-10-18INSTALL kernel not needed any more, we use GENERIC in our minirootsNiklas Hallqvist
1996-10-17-Wall happinessNiklas Hallqvist
1996-10-17Add pedantic warnings, as well as -m486 if we are only for the 486Niklas Hallqvist
1996-10-17Trim, and reflect realityNiklas Hallqvist
1996-10-17Conditionalize variable declsNiklas Hallqvist
1996-10-17One too much ifdef..Niklas Hallqvist
1996-10-17kvtop protoNiklas Hallqvist
1996-10-17Remove unnecessary macros, what was I thinking?Niklas Hallqvist
1996-10-17more SIGBUS garbageTheo de Raadt
1996-10-16contextual usageTheo de Raadt
1996-10-16protoTheo de Raadt
1996-10-16update according to the libsa changesMichael Shalayeff
1996-10-16iupdate according to the libsa changesMichael Shalayeff
1996-10-16the Wall thing, you knowTheo de Raadt
1996-10-16proto rtcintrTheo de Raadt
1996-10-16repair fusword/susword protosTheo de Raadt
1996-10-16decl calibrate_cyclecounter, fusword, suswordTheo de Raadt
1996-10-16unused variableTheo de Raadt
1996-10-16missing */Theo de Raadt
1996-10-14openbsdTheo de Raadt
1996-10-14enable le0Theo de Raadt
1996-10-14Oops. zsstop still needs to return int in OpenBSD.briggs
1996-10-14Nuke old COMPAT options. Move MACHINE_NONCONTIG to std.mac68k.briggs
1996-10-14fpu_type -> fputype, use m68k/cpu.h--from NetBSDbriggs
1996-10-14More from NetBSD:briggs
* Update ROM vectors for PB500 * Add ROM vectors for the LCIII (verified by Mike DeLima--miked@netrover.com) * fpu_type->fputype * Use defines from m68k/cpu.h
1996-10-14More from NetBSD:briggs
* Disable 040 caches in doboot(), and some minor stylistic changes to make the hand-coded assembly consistent throughout. * Use fputype instead of mmutype for fpu_type. * Use defines from m68k/cpu.h.
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14From NetBSD--use m68k/cpu.h defines, rename fpu_type to fputype.briggs
1996-10-14Merge in from NetBSD. Use <m68k/cpu.h> andbriggs
Add second Quadra class and machineid (gestalt value) for Color Classic II
1996-10-14A generic m68k cpu.h from NetBSD.briggs
1996-10-13The 68LC040 generates a format 4 stack frame for floating pointbriggs
exceptions, which puts the address of the instruction we faulted on in a different location. Copy it and handle as we normally would, restoring the saved PC before returning. The FPE should probably be reworked to take advantage of the 68LC040's precalculated effective address, at some point.
1996-10-13* Fix from Bill Studenmund <wrstuden@loki.stanford.edu> for transmissionbriggs
lockups. Changes from NetBSD: - Add a ZS_CONSOLE_ABORT option to enable a serial console break to force a drop to the system debugger. WARNING: this used to be the default behavior! Modify custom kernel configs accordingly. - Check for ZS_HWFLAG_CONABRT in zs_abort(), and don't abort if it's not set. - ttystop function returns void.
1996-10-13Add some more offsets, from Erik.Jason Downs
1996-10-13Clean up ioctl and flush the input buffer.Jason Downs
1996-10-13provide split raw/cooked (translated) input modes. cooked mode is default,Jason Downs
raw mode is set by using an ioctl or opening minor dev 1. MAKEDEV created pms0r with minor dev 1.
1996-10-12+SYSVSEM/MSG support; netbsd pr#2825, hwr@pilhuhn.deTheo de Raadt
1996-10-12use my eeprom.h with sun-alike definitionsTheo de Raadt
1996-10-12correct diag messagesTheo de Raadt
1996-10-11sync + our changesTheo de Raadt
1996-10-10This is OpenBSDNiklas Hallqvist
1996-10-08Support isaedNiklas Hallqvist
1996-10-07Remove debug printout. Not very nice..Per Fogelstrom
1996-10-06use libkern components; from graichenTheo de Raadt
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-10-05use wd.h not wdc.h. Teach booting logic about wd and acdNiklas Hallqvist
1996-10-05do not disable wt0; user can if neededTheo de Raadt
1996-10-05Avoid odd aligned 16-bit entities for mips sakeNiklas Hallqvist
1996-10-04Merge of NetBSD 1.2 (961004)Niklas Hallqvist
1996-10-04OK, ok, we do not get to touch mtree, so install the kymap dir from hereNiklas Hallqvist
1996-10-04OpenBSD tags, plus drop the unnecessary NetBSD DESTDIR gameNiklas Hallqvist