summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-11-04Add comment about gettdb() and spl level.Hakan Olsson
1999-11-04gettdb() should be at spltdb().Hakan Olsson
1999-11-04pfkeyv2 aquire should not happen when bypassing IPsec. Add missing splx().Hakan Olsson
1999-11-04Add tdb for IPsec bypass flows. gettdb() should be called at spltdb().Hakan Olsson
1999-11-04New SADB_SATYPE, IPsec bypass tdb.Hakan Olsson
1999-11-04Do a little preprocessing on the incoming mbuf: set the MCAST/BCAST m_flagJason Wright
as appropriate
1999-11-04allow 'enc' interfaces to be bridge membersJason Wright
check to make sure rx'd packets aren't from any of our interfaces fix some bogus comments
1999-11-03don't send fail-msg but disconnect if too many authentication failuresMarkus Friedl
1999-11-03bzero the right amount of memory; I think NetBSD has this problem too.Angelos D. Keromytis
1999-11-03Some DVD support, from NetBSD.Angelos D. Keromytis
1999-11-03Handle multiple assertions per file in signature verification, betterAngelos D. Keromytis
detection of malformed credentials, update manpages, sync with release.
1999-11-03Typo in boot message.Angelos D. Keromytis
1999-11-03Stupid thinko. Let pkg's MESSAGES work again.Marc Espie
Spotted by Ian Darwin.
1999-11-03syncHakan Olsson
1999-11-03Two more Neomagic chipsets.Hakan Olsson
1999-11-03Flexibility in signature printing.Angelos D. Keromytis
1999-11-03Regen.Aaron Campbell
1999-11-03Add Adaptec AIC6915.Aaron Campbell
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell
Thanks to jason@ for lots of debugging help.
1999-11-03dvdio.h from NetBSDAngelos D. Keromytis
1999-11-03syncChris Cappuccio
1999-11-035597 is a host bridgeChris Cappuccio
1999-11-030x5597 will never match an SiS pciide controller because they are 0x5513Chris Cappuccio
The NetBSD pcidevs is confusing because it calles "5597_IDE" 0x5513, but OpenBSD pcidevs just had "SiS 5597" as 0x5597
1999-11-02remove assert.hMarkus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-11-02support usermode disasmMichael Shalayeff
1999-11-02fix printf (had an extra space)Chris Cappuccio
add useless comments to new Intel code
1999-11-02re-enable IDENTIFY, reset delay each timeTheo de Raadt
1999-11-02Fix comment typo.Angelos D. Keromytis
1999-11-02Fix *stupid* typo/error that was causing the panics in post 2.6, foundAngelos D. Keromytis
by art@
1999-11-02typoMarkus Friedl
1999-11-01add it back inTheo de Raadt
1999-11-01remove mickey code to avoid branchingTheo de Raadt
1999-11-01setup_buffers: If the allocation of saved_pgs failed 'left' would beArtur Grabowski
uninitialized and we wouldn't know how much memory to allocate for buffers.
1999-10-31critical fixes, overdone, but who cares, a localhost crash is badTheo de Raadt
1999-10-31New prods: Planex FNW-3600-T and Corega Ether II & Fast Ether.Federico G. Schwindt
Rearrage a few entries.
1999-10-31regen.Federico G. Schwindt
1999-10-31New products from NetBSD. Change a few names.Federico G. Schwindt
1999-10-30Add missing include file, system/957 (evanc@concer.to).Angelos D. Keromytis
1999-10-29NetBSD take note:Constantine Sapuntzakis
Use xfer->c_bcount and not sc_xfer->datalen when passing our buffer limit to the device. In the case of SENSE, we were sending 0 as our buffer limit, potentially confusing some devices. Cap the bytes/interrupt at 65534, which prevents odd size transfers. Odd size transfers, while not inherently evil, are kind of weird through a 16-bit wide interface.
1999-10-29Added diagnostic: "length 0 transfer in data phase"Constantine Sapuntzakis
Changed SCSI XS_TIMEOUT error to SCSI XS_RESET error to better reflect that we had to reset the bus Don't downgrade DMA modes if the transfer that failed wasn't using DMA
1999-10-29Change wdc_input_bytes and wdc_output_bytes to useConstantine Sapuntzakis
bus_space_{read,write}_raw_* instead of the byte-swapping API. For PowerPC and other big-endian architectures.
1999-10-29Remove dead code.Artur Grabowski
!MACHINE_NONCONTIG && !MACHINE_NEW_NONCONTIG will not work anyway.
1999-10-29UVM is now default on sparc.Artur Grabowski
1999-10-29Use UVM by default on sparc.Artur Grabowski
1999-10-29Use M_PIPE instead of M_TEMP.Artur Grabowski
1999-10-29Define a memory type for pipes.Artur Grabowski
1999-10-29The PIPE_NODIRECT define is no longer neededArtur Grabowski
1999-10-29Remove the "Direct write" code.Artur Grabowski
We never used it and some parts of it slowed the code down. Generally clean up the pipe code.