summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1995-11-22from netbsd:Theo de Raadt
Prevent the ITE_ACTIVE bit from being cleared in iteoff() if the ITE_ISCONS bit is set. Works around the fact that the last process to have the console open exits, the bit is cleared, and "syncing disks...", etc. is not seen if the system is rebooted with reboot(8). Fixes PR #1455.
1995-11-21fake depend:Theo de Raadt
1995-11-21add cleandir targetTheo de Raadt
1995-11-21fix copyrightsTheo de Raadt
1995-11-21silly theo forgot to assert copyright on his optimized versionTheo de Raadt
1995-11-21make this workTheo de Raadt
1995-11-20add erase support and another wangtek tape drive; from ↵Theo de Raadt
rhialto@polder.ubc.kun.nl; netbsd pr#1705
1995-11-20provide floor for sampling rate; from khym@bga.com; netbsd pr#1770Theo de Raadt
1995-11-20add # declaration for vme cgnine cardTheo de Raadt
1995-11-19typo glitch repairTheo de Raadt
1995-11-19from netbsd; just cleanupTheo de Raadt
1995-11-19from netbsd; cosmeticTheo de Raadt
1995-11-19from netbsd; Give translated label a valid magic numberTheo de Raadt
1995-11-19from netbsd; Switch to ncr_si (will just do PIO for now) and cleanupTheo de Raadt
1995-11-19from netbsd:Theo de Raadt
Latest, greatest version of the new NCR driver. DMA works! Interrupts work! Disconnect/reselect works! To be paranoid, leave that all disabled for now...
1995-11-19from netbsd; Add copyrightTheo de Raadt
1995-11-19from netbsd; get size of softc rightTheo de Raadt
1995-11-19from netbsd; Fix transposed copyin() args, from Niklas Hallqvist ↵Theo de Raadt
<niklas@appli.se>.
1995-11-19from netbsd; Oops, this also belongs to the ser02 selectionTheo de Raadt
1995-11-19if you read with a smaller buffer than the block on the tape, b_resid and ↵Theo de Raadt
b_count would be incorrect; from jtk@kolvir.arlington.ma.us; netbsd pr#1597
1995-11-19in clcninit: we need to use IIOV to convert the physical address ofchuck
the console to a virtual address. otherwise we can not print anything because our register pointer is wrong (this is on the 167).
1995-11-19rcons does NOT work on p4 bwtwo/cgtwo, probably because of alignment problems?Theo de Raadt
1995-11-18remove a bunch of stupid 4/100 and bustype checksTheo de Raadt
1995-11-184/100: let the scsi controller number be N. if N=0, we are on swN, elseTheo de Raadt
we are on siN-1
1995-11-17kernel is called bsdTheo de Raadt
1995-11-17deal with new rarp_getipaddress() semanticsTheo de Raadt
1995-11-17incorrect comment character in headerTheo de Raadt
1995-11-17incorrect comment character in headerTheo de Raadt
1995-11-17add a neat hack for write, but it still does not workTheo de Raadt
1995-11-17add si1Theo de Raadt
1995-11-16Add COMPAT_10; from netbsdTheo de Raadt
1995-11-16Make sure ser02 will be connected to the 8530 when being opened; from netbsdTheo de Raadt
1995-11-16crank ring buffer size to 4kTheo de Raadt
1995-11-14morons tend to commit before compilingTheo de Raadt
1995-11-14show "fdeject" as a valid root filesystem choiceTheo de Raadt
1995-11-14clear pv_synchook if we halt; thus prom "sync" command will not do the wrong ↵Theo de Raadt
thing
1995-11-14use promvec->pv_enaddr on v2 proms alsoTheo de Raadt
1995-11-13do not forward garbled SIMPLEX-generated packets to bpf; from ↵Theo de Raadt
Jean-Luc.Richier@imag.fr; netbsd pr#1693
1995-11-13from netbsdTheo de Raadt
1995-11-13varargs.h needs ... in va_dcl for gcc >= 2; from arnej@imf.unit.no; netbsd ↵Theo de Raadt
pr#1695
1995-11-13make 24f work; from gillhaa@ghost.whirlpool.com; netbsd pr#1717Theo de Raadt
1995-11-13do not use -fno-builtin for kernels; the reasons why are manifoldTheo de Raadt
1995-11-13bzero adosfsmount so that mountd delete does not crash machine; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1720
1995-11-13wrap isaphysmem in NISADMA; from andrew@wipux2.wifo.uni-mannheim.de; netbsd ↵Theo de Raadt
pr#1735
1995-11-13from netbsd:Theo de Raadt
Prevent endless loop (-> kernel crash) when a signal is sent to a process waiting for a vt to become active. Move one ifdef XSERVER to the right place.
1995-11-13can have multiple cg2Theo de Raadt
1995-11-13accept ufs or ffsTheo de Raadt
1995-11-13from netbsdTheo de Raadt
1995-11-13from netbsd:Need to define KERNTEXTOFF for kvm_mkdbTheo de Raadt
1995-11-13ufs ==> ffsTheo de Raadt