summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-06-09support MTIOCTOP's MTOFFL to mean "eject"Theo de Raadt
1996-06-09Don't want DDBThorsten Lockert
1996-06-09Bug fix from Manuel.Jason Downs
1996-06-09Not used any longer. Mips uses kern/exec_elf.c now.Per Fogelstrom
1996-06-09acd.c: Removed some pointless code, cleaned up some more debug statements.Jason Downs
everything: added RCS ids.
1996-06-09Declare tickfixcnt only ifndef NTP.briggs
1996-06-09Add prototype for hardupdate() ifdef NTP.briggs
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-07Exec format config changesPer Fogelstrom
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-06catq: must spltty before playingTheo de Raadt
1996-06-06if_arp is obsolete, now named if_etherNiklas Hallqvist
1996-06-06Paging exec_elf + mips enhancementsPer Fogelstrom
1996-06-05catq() optimizations; if to queue is empty, swapping clist structures is fasterTheo 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
1996-06-02Fix accident in last commitNiklas Hallqvist
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-02move a definition of a var inside #ifdef UMAPFS_DIAGNOSTIC asNiklas Hallqvist
it is only used inside such regions
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-02shut up GCC -Wall about /* inside a commentNiklas Hallqvist
1996-06-02explictly state getvnode's return typeNiklas Hallqvist
1996-06-02Minor fixes and cleanup.Michael Shalayeff
1996-06-02Fix back my fixes lost in last sync.Michael Shalayeff
1996-06-02Correct attach outputThorsten Lockert
1996-06-02COnfiguration file for kernel on my machineThorsten Lockert
1996-06-02Ignore another compile directoryThorsten Lockert
1996-06-01prompt with : instead of :-Theo de Raadt
1996-06-01splbio over scsi_done; isdma_copyfrombuf() inside this block is not a realTheo de Raadt
performance issue VOLATILE_XS() means it is probably very small.