summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-29New field in tdb, to be used with bridging.Angelos D. Keromytis
1999-10-29Up the number of enc interfaces.Angelos D. Keromytis
1999-10-29Roll back, wait for Niklas to fix it (who knows what the crazy SwedeAngelos D. Keromytis
has done to his machine...)
1999-10-29ed0/ed1/ed2 are unknown...Angelos D. Keromytis
1999-10-29correct snake description: cgd@netbsd.orgPaul Janzen
1999-10-29srandom() for variety.Paul Janzen
1999-10-29etherip statisticsAngelos D. Keromytis
1999-10-29Get rid of unnecessary third argument in *_output routines of IPsec.Angelos D. Keromytis
1999-10-29Remove unused third argument from ipe4_output()Angelos D. Keromytis
1999-10-29Remove unnecessary argument from ipe4_output() and etherip_output()Angelos D. Keromytis
1999-10-29Roll back dependency on bridge, unnecessary because of ifdef in ip_ether.cAngelos D. Keromytis
1999-10-29Queue on the bridge interface.Angelos D. Keromytis
1999-10-29Fix some comments.Angelos D. Keromytis
1999-10-29ip_ether.c depends on bridge as wellAngelos D. Keromytis
1999-10-29Introduce wdc_output_bytes and wdc_input_bytes to remove replicated PIO logicTheo de Raadt
Fix wdc_select_drive to no longer wait for free channel (not strictly correct but we couldn't handle a non-free channel anyway) Major changes to the ATAPI interrupt logic to reduce reliance on the drive setting the bits correctly. Deal with situation that we get length = 0 back from the drive on transfer (instead of potentially looping forever). Timeout in drive setup should not cause the drive to downgrade modes.
1999-10-29reliability fixes from csapuntz; commit message replaced later with detailsTheo de Raadt
1999-10-28Fx -> OxAaron Campbell
1999-10-28Add man page for ADMtek driver; from FreeBSD.Aaron Campbell
1999-10-28Fix part of Ox 2.7 that jason@ missed.Aaron Campbell
1999-10-28RegenAaron Campbell
1999-10-28Add ADMtek products.Aaron Campbell
1999-10-28Driver for ADMtek AL981/AN985 Ethernet controllers; from FreeBSD.Aaron Campbell
1999-10-28save a few lines when disabling rhosts-{rsa-}authMarkus Friedl
1999-10-28remove broken x11 fix and document istate/ostateMarkus Friedl
1999-10-28typosNiklas Hallqvist
1999-10-28call setsid() regardless of argv[]Markus Friedl
1999-10-28Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok.Federico G. Schwindt
1999-10-28Add newline to the end of Makefile to unbreak non-uvm buildsArtur Grabowski
1999-10-28from niklas: Add -c -s and -k support, Create socket early to avoid race,Markus Friedl
Don't let child access std{in,out,err}
1999-10-28namedb moved from /etc to /varChris Cappuccio
1999-10-28clean up a global pointer/array reference for OF_buf.Dale S. Rahn
fix typo someone made.
1999-10-28Sync up with some piece of reality, start supporting powerpc again.Dale S. Rahn
1999-10-28Add ip4.allow and etherip.allow entries.Angelos D. Keromytis
1999-10-28net.inet.etherip.allow sysctlAngelos D. Keromytis
1999-10-28Add etherip.allow sysctl node entry.Angelos D. Keromytis
1999-10-28hush up the link up/down messagesJason Wright
1999-10-28Add ip_ether.cAngelos D. Keromytis
1999-10-28Add IPPROTO_ETHERIP in the protocol switch; comment out INET6 IPv4-IPv4Angelos D. Keromytis
handling that was re-using ipv4_input() instead of using ip4_input() from netinet/ip_ip4.c
1999-10-28Add Ethernet-IP encapsulation handling.Angelos D. Keromytis
1999-10-28Define IPPROTO_ETHERIP.Angelos D. Keromytis
1999-10-27connect to agent before accepting input. ok niklas@Markus Friedl
1999-10-27ignore sigpipe, do not die if the client (ssh-add, ssh) dies, ok: niklas@Markus Friedl
1999-10-27Update man page for LMC1200 supportChris Cappuccio
1999-10-27bugfixes from netbsd ata_wdc.c, ok csapuntz@Chris Cappuccio
from bouyer: - Add some debug printf (WDCPROBE) in _wdcreset_wait(), I've needed these 2 times in the past - Set up timeout per xfer instead of per interrupt. This helps with PIO transfer (we would call timeout()/untimout() several times for a transfer). - If we missed an interrupt for a PIO transfer, reset and restart it immedialy, don't try to recover and continue. If we missed an interrupt we may have lost a read/write cycle on the IDE bus. If this happens 1) we corrupt data and 2) we enter an interrupt loop at the end of the xfer, as the drive has some more data to read/write, but the host thinks the xfer is done. This last change fix the (or at last some of the) 'lookup after lost interrupt' some peoples have been experiencing.
1999-10-27Use SIMPLEQ_XXX.Federico G. Schwindt
1999-10-27fix for stupid binutils linkerTheo de Raadt
1999-10-27use libssl md5 routinesTheo de Raadt
1999-10-27move nat_ifdetach() after interface is removed from the list; ↵Theo de Raadt
avalon@coombs.anu.edu.au
1999-10-27Actually make ASYNC pipes generate SIGIO.Niklas Hallqvist
1999-10-27syncNiklas Hallqvist