summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1997-02-27mac68k-specific portion of m.i. ncr53c9x driver.briggs
1997-02-27M.I. NCR53c9x/ESP driver, derived from sparc/alpha esp.c. From Jason Thorpebriggs
and NetBSD.
1997-02-27Add scanner and (commented out) IPsecThorsten Lockert
1997-02-27When we don't output any extra scanner info, output the newline at the endThorsten Lockert
of the configuration line that we do output
1997-02-27Add quirk for a scannerThorsten Lockert
1997-02-27BPF support ifdefed.Angelos D. Keromytis
1997-02-27Protect against multiple inclusion.Todd C. Miller
1997-02-26count input/output packets for espTheo de Raadt
1997-02-26From tholo: Do not do strict POSIX offset checking on character devices.Niklas Hallqvist
This fixes the problem of not being able to read kernel virtual memory on the alpha, thus breaking things like ps etc.
1997-02-26Add IP-SECNiklas Hallqvist
1997-02-26Workaround for some weird cpp bug that made cpuconf.o builds failNiklas Hallqvist
1997-02-26Add actual functions to do bus space manipulation. Modify thegene
copyright as necessarry, too. Also, while we're here, do s/NetBSD/Openbsd/ or s/NetBSD/BSD/ ass appropriate.
1997-02-26Adds support for bus_space functions borrowed in concept from thegene
i386 and in execution from scott reynolds.
1997-02-26I/O packet counters for IP-in-IP and AH.Angelos D. Keromytis
1997-02-26I/O packet counters added.Angelos D. Keromytis
1997-02-25This file was never used so... ZAP!Per Fogelstrom
1997-02-24This changes the timeout on the st device so that the new tape drives thatjkatz
are recognized are usable :-) If this break things for other people, please feel free to change it back. from port-vax@netbsd.org
1997-02-24Adds support for DEC SCSI tape drives used in Vaxen that can also be usedjkatz
in PC's. from port-vax@netbsd.org
1997-02-24Beautification.Angelos D. Keromytis
1997-02-24OpenBSD tagNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tagNiklas Hallqvist
1997-02-24OpenBSD tagsNiklas Hallqvist
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-24OpenBSD tagNiklas Hallqvist
1997-02-24OpenBSD tags + some prototyping policeNiklas Hallqvist
1997-02-24temporarily, also pass intr() routines the vec#Theo de Raadt
1997-02-24for generic case, use dk_mountroot not special hacksTheo de Raadt
1997-02-24implement BUFCACHEPERCENT and take care with kva spaceTheo de Raadt
1997-02-24We do NOT want interrupts when in polled mode. Fixes ATAPI bootNiklas Hallqvist
failures. THanks go to Angelos D. Keromytis for debugging this and devising the final fix. Also correct some diagnostic printfs. Do some KNF and unmap registers on probe failure. add a delay(10) to a busy-wait loop solely depending on CPU speed earlier.
1997-02-24Kill the annoying printf (which I think I added).Jason Downs
1997-02-24sync with hp300: -nostdinc, HOSTCC, etc.Jason Downs
1997-02-24XXX cleanupTheo de Raadt
1997-02-24Add support for COMPAT_SUNOS and enable it.Jason Downs
hp300 now runs sun3 SunOS executables!
1997-02-23First cut of Flash memory disk. Needs more work though...Per Fogelstrom
1997-02-23Give HPUX it's own signal trampoline and stop modifying the real one.Jason Downs
1997-02-23sigcode -> hpux_sigcodeJason Downs
1997-02-23constrain nbuf until we find a better fixTheo de Raadt
1997-02-23Just some more KNFNiklas Hallqvist
1997-02-23Some KNF, but more important: fix disklabels for audio CDs +Niklas Hallqvist
preliminary support for multi-session CDs although the ISO9660 spoofing must be remade for that to really work.
1997-02-23#ifdef __NetBSD__ -> #if defined(__NetBSD__) || defined(__OpenBSD__)Todd C. Miller
1997-02-23Integrate code from John P. Wittkoski <jpw@netwizards.net> andbriggs
Takashi Hamada <hamada@next.etron.kanazawa-it.ac.jp>. This code interfaces directly to the hardware to support the ADB on many macs. It is enabled by "options HWDIRECT" in the configuration file. At some point, this should probably become the default method as interfacing to the ADB through the ROMs has been painful and sometimes problematic. This code should have functioning ADB support for: II series (II, SE/30, IIx, IIcx) IIsi series (IIsi, IIci, IIvx, IIvi) LC II, LC III Performa 400, 405, 430, 460, 465, 467, 600 Classic II, Color Classic, Color Classic II PB 5XX series Duo series PB 140,145,145b,160,(160c?),165,165c,170,180,180c Quadra 700,900,950 There is an off-chance that it will work on: PB 150, PB 190 Quadra/Centris 605,610,630,650,660AV,800,840AV LC 475,550,575,630 Performa 475,476,575,577,578,630 Note that functioning ADB support does not mean that everything else will work. I obviously do not own all of the above machines (does anyone? ;-)... Any reports are welcome. Many thanks to John Wittkoski and Takashi Hamada!
1997-02-23Fix mem leak, count partitions (tracks) right for audio disklabels. ↵Niklas Hallqvist
Partition offset & sizes still worng in this case though.
1997-02-23Spoof ISO 9660 disklabelsNiklas Hallqvist
1997-02-23Audio CDs were read as data CDs before, which broke audio.Niklas Hallqvist
This change fixes that and tries to make sane disklabels for audio disks, however it fails at that, but I think the fix is good enough to go in. Hopefully the disklabel will be really fixed tomorrow.