summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1996-06-16fake includes targetTheo de Raadt
1996-06-16isadma is now a real driver, and the i386 ports needs to use itTheo de Raadt
1996-06-16-c == RB_CONFIG; -C == checksum (disabled)Theo de Raadt
1996-06-16print better ptdi panic diagnosticsTheo de Raadt
1996-06-16use getsn() from libkernTheo de Raadt
1996-06-16netbsd pr#2547, is@beverly.rhein.de; handle bus errors correctlyTheo de Raadt
1996-06-15NetBSD PR #2547: wrong bus error detection from is@beverly.rhein.de.briggs
1996-06-15Comment industries non use of EM_486.etheisen
1996-06-12sync to 0611Theo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-12SIGSEGV alwaysTheo de Raadt
1996-06-11includes target for pcvt include fileTheo de Raadt
1996-06-11no need for a keycap database backupTheo de Raadt
1996-06-11Include ATAPI MI driversNiklas Hallqvist
1996-06-11tty_attach()Theo de Raadt
1996-06-11use void * for pa/va instead of caddr_tTheo de Raadt
1996-06-11use intr_findvec()Theo de Raadt
1996-06-11call am7990_config()Theo de Raadt
1996-06-11delete intr_freevec(), add intr_findvec() [more flexible interface]Theo de Raadt
1996-06-10Fix typo in commentNiklas Hallqvist
1996-06-10Include <machine/cpu.h>.Per Fogelstrom
1996-06-10syncTheo de Raadt
1996-06-10tty_attach()Theo de Raadt
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-09Don't want DDBThorsten Lockert
1996-06-09Not used any longer. Mips uses kern/exec_elf.c now.Per Fogelstrom
1996-06-09Add machine/viareg for prototype of via_set_modem().briggs
1996-06-09Implement suggestion from is -- handle _fpfault differently for 040 andbriggs
better processors. Basically, don't clear and muck with the exc_pend bit in the BIU for any FP frames on those processors. It is, in fact, unclear if we should check the frame type and only do this for the IDLE frames as there are only three frames (NULL, IDLE, BUSY) and the BIU only appears in the IDLE frame on the 881/882.
1996-06-08Sync up with latest NetBSD.briggs
1996-06-08NetBSD -> OpenBSD.briggs
1996-06-08Initial support ATAPI CD-ROMs.Jason Downs
Based on Manuel Bouyer's drivers.
1996-06-07expose a few things for libkvmTheo de Raadt
1996-06-07a NULL curproc could doublefaultNiklas Hallqvist
1996-06-06MachEmptyWriteBuffer -> wbflush(), remove all MACH_* components fromTheo de Raadt
names, use asm.h/cpu.h instead of mach*.h, add $OpenBSD$ some places, use kern/exec_elf.c
1996-06-06compile genassym non-kernel, asm.h/cpu.h instead of mach*.h, still using ld.okTheo de Raadt
1996-06-06requires NATIVE_ELFTheo de Raadt
1996-06-05My ethernet is on EISA busThorsten Lockert
1996-06-04Cleanup for -Wall & -Wstrict-prototypesNiklas Hallqvist
1996-06-04Feed -g to $CC when compiling CRASH's kernelNiklas Hallqvist
1996-06-04Cleanup for -Wall & -Wstrict-prototypes. clockcia is a pointer, not a structNiklas Hallqvist
1996-06-04$OpenBSD$ militiaNiklas Hallqvist
1996-06-04Cleanup for -Wall -Wstrict-prototypesNiklas Hallqvist
1996-06-04pcvtTheo de Raadt
1996-06-03spim spamTheo de Raadt
1996-06-03missed from last commit.Michael Shalayeff
1996-06-03put all this stuff in /usr/sbin.Michael Shalayeff
include fed, it's now working w/ new curses.
1996-06-03fix remote install.Michael Shalayeff
1996-06-02undo last changes: boot from BSD partiotion in any case.Michael Shalayeff
1996-06-02Our gcc needs -Wno-format for kernel compiles when using -Wall -WerrorNiklas Hallqvist
1996-06-02Updated to NetBSD 1.100 if_ed.c, and -Wall cleanupNiklas Hallqvist