summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-05-05add advanced hang analyzer.Michael Shalayeff
idea by theo.
1996-05-05build stand as wellTheo de Raadt
1996-05-04it compiles now.Michael Shalayeff
1996-05-04add missed files.Michael Shalayeff
1996-05-04From NetBSD:Niklas Hallqvist
Amiga's have two mouse ports
1996-05-04s/ts_/tv_/g again.Michael Shalayeff
1996-05-04remove #ifndef LKM, since that stuff already in sys/conf.h,Michael Shalayeff
add lkmenodev prototype.
1996-05-04add rnd driver.Michael Shalayeff
1996-05-04add files missed from 0418 sync.Michael Shalayeff
1996-05-04from CMU(CODA or MACH, by Robert Baron):Michael Shalayeff
Under the GPROF conditional emit a call to mcount for bcopy, bzero, copyin, and copyout, so they can be profiled. During a kernel build these 4 routines account for 14% of the time in the kernel.
1996-05-04proto nicelyTheo de Raadt
1996-05-04missed from last commit.Michael Shalayeff
from MACH: add {in,out}[wb] functions and dr* operations.
1996-05-04from MACH: add {in,out}[bw] functions and dr* operations.Michael Shalayeff
1996-05-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
More cleanup for -Wall with DEBUG.
1996-05-04From NetBSD:Niklas Hallqvist
Define BSR_MASK and use BSR_MASK to get the current bank select register. Clean up the debugging code a bit and the warnings from -Wall. Don't define ESDEBUG - it can now be set from the config file. If the Ethernet chip gets reset during the copy of the transmit buffer, requeue the current packet and reinitialize the controller. This recovers from an apparent hardware bug when running on my A2000/Zeus system.
1996-05-04From NetBSD:Niklas Hallqvist
Cleanup for -Wall if CL5426CONSOLE, CV64CONSOLE, ULOWELLCONSOLE or RETINACONSOLE is not defined.
1996-05-04From NetBSD:Niklas Hallqvist
Give example for INSECURE option in the GENERIC config file in a comment. Closes PR 2355 giving a different explanation of the option than proposed.
1996-05-04Remove lots of stuff to remain below 960k limit of my machine :-(Niklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
<sys/cpu.h> is no longer needed
1996-05-04dk_establish() now returns void.Niklas Hallqvist
1996-05-04Remove small glitch in last commitNiklas Hallqvist
1996-05-04NetBSD RCS Id updateNiklas Hallqvist
1996-05-04Driver for Aria-based sound cards; netbsd pr#2122; from roland@imrryr.orgTheo de Raadt
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header.
1996-05-04From NetBSD:Niklas Hallqvist
Add a check in the kernel reload device (/dev/reload) to protect against the MMU switch code being in different locations between the running kernel and the new kernel. Returns ENODEV if the reload fails. Change the error return from EFAULT to ENOEXEC when kernel_reload gets a short write on the exec header. Missed a prototype for kernel_reload().
1996-05-04Just update the $OpenBSD$ tag, it seems to have got in during theNiklas Hallqvist
LOCALID was lost.
1996-05-04Include psl.h to get spl* funcsNiklas Hallqvist
1996-05-04Sorted entries, and added com, lpt and ipl declarationsNiklas Hallqvist
1996-05-04let the dog inTheo de Raadt
1996-05-04bring back change in rev 1.4: we do not do SIGBUS the wrong wayTheo de Raadt
1996-05-04ie0 changes, ahe0 at eisa, and ep* at eisaTheo de Raadt
1996-05-04+MSDOSFS, pcvt->pccons till it gets fixedTheo de Raadt
1996-05-04every dog needs one...Theo de Raadt
1996-05-04Drop sys/cpu.hNiklas Hallqvist
1996-05-04Add a SCSI scanner cdev entryNiklas Hallqvist
1996-05-03sync with 0430.Michael Shalayeff
1996-05-03sync with 0430Michael Shalayeff
1996-05-03Fix the copyright.Michael Shalayeff
1996-05-03fix LOCORE->_LOCORE changes.Michael Shalayeff
1996-05-03sync w/ 0430Michael Shalayeff
1996-05-03Use generic m68k sigreturn code from arch/m68kNiklas Hallqvist
1996-05-03We need psl.h to get at the PSL_* stuffNiklas Hallqvist
1996-05-03File lost from NetBSD merge in january!Niklas Hallqvist
1996-05-03prettier printf messagesTheo de Raadt
1996-05-03need another field for pcmciaTheo de Raadt
1996-05-03pcmcia version of if_ep (duct-taped together by me)Theo de Raadt
1996-05-03Make pretty + update $NetBSD$ tag. No functional change.Niklas Hallqvist
1996-05-02udpcksum should never be off in the modern worldTheo de Raadt
1996-05-02make these work togetherTheo de Raadt