summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-10-29Remove dead code.Artur Grabowski
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
1999-10-29Print AH payload data (with -v). jakob@ ok.Hakan Olsson
1999-10-29writenTodd T. Fries
1999-10-29writenTodd T. Fries
1999-10-29writen->writtenTodd T. Fries
1999-10-29Stayalive is gone.Todd T. Fries
1999-10-29fix comment to match codeJason Wright
1999-10-29Allow RARP on aliased interfacesNiklas Hallqvist
1999-10-29Add text on the new uses of the enc interface (currently lying aboutAngelos D. Keromytis
1999-10-29Make if_enc.c depend on enc (not inet & ipsec), add needs-count flag.Angelos D. Keromytis
1999-10-29Use enc_softc instead of ifnet for encif.Angelos D. Keromytis
1999-10-29enc_softc definitionAngelos D. Keromytis
1999-10-29Support multiple enc interfaces.Angelos D. Keromytis
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
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
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
1999-10-28namedb moved from /etc to /varChris Cappuccio
1999-10-28clean up a global pointer/array reference for OF_buf.Dale S. Rahn