summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-06Change to make the kernel build when IPCOMP is activated andJean-Jacques Bernard-Gundol
2001-07-06Change the filename completion code to:Artur Grabowski
2001-07-06Indentation.Hakan Olsson
2001-07-06Remove support for PF_ENCAP (deprecated since OpenBSD2.5).Hakan Olsson
2001-07-06On second thought, we don't need this at all.Hakan Olsson
2001-07-06Remove the .c and .h files that the build process generates.Hakan Olsson
2001-07-06option IPCOMP. markus@ ok.Jean-Jacques Bernard-Gundol
2001-07-06prototypes for userland sideTheo de Raadt
2001-07-06fix userland side prototypesTheo de Raadt
2001-07-06do not use quad for countersTheo de Raadt
2001-07-06symetrical -> symmetricalHans Insulander
2001-07-06syncTheo de Raadt
2001-07-06Only clear the relevant capabilities when the MTU is set tooAngelos D. Keromytis
2001-07-06UDP checksumming as well, and turned off if the MTU is too large.Angelos D. Keromytis
2001-07-06typo; ok angelosjasoni
2001-07-06install and repairTheo de Raadt
2001-07-06some improvement (spelling, grammar); ok angelos@jasoni
2001-07-06Also, source /etc/rc.conf so we can pull in theAngelos D. Keromytis
2001-07-06Use "route -n show -inet" to determine the default multicast iface.Angelos D. Keromytis
2001-07-06resolve compile problemsSteve Murphree
2001-07-06Fix unused/uninitialized variables.Angelos D. Keromytis
2001-07-06add if braces to avoid compiler warnings; ok mickeyPeter Valchev
2001-07-06bzero PCB after allocationAngelos D. Keromytis
2001-07-06change MSIZE to 256, okay @deraadtNiels Provos
2001-07-06IP/TCP/UDP checksumming on the NIC; from rtecco@umich.eduAngelos D. Keromytis
2001-07-06misc fixesSteve Murphree
2001-07-06__powerpc__ is defined in gcc's specs and used throughout the tree for powerp...Steve Murphree
2001-07-06correct includes for mvmeppcSteve Murphree
2001-07-05IP6_EXTHDR_GET0 did not check m->m_len (noone was using this macro).Jun-ichiro itojun Hagino
2001-07-05Fix length type.Marc Espie
2001-07-05Fix prototypesMarc Espie
2001-07-05include <err.h>Paul Janzen
2001-07-05Move manpage to appropriate directoryPaul Janzen
2001-07-05order the optionsMichael Shalayeff
2001-07-05initalize fragment correctlyNiels Provos
2001-07-05syncTheo de Raadt
2001-07-05statement after label; ok dugsong@Kevin Steves
2001-07-05remove -d, fix manual, document -s option; mostly from Kevin Steves <stevesk@...Michael Shalayeff
2001-07-05pf off by default; how did this happening, as is noone testing????Theo de Raadt
2001-07-05#ifdef IPCOMP stuff properlyTheo de Raadt
2001-07-05KNFTheo de Raadt
2001-07-05deflate only for ipcompTheo de Raadt
2001-07-05zlib only for ppp_deflate | ipcompTheo de Raadt
2001-07-05Fix a seg fault when an init file can't be readMatthieu Herrb
2001-07-05IPComp. Turned off by default in GENERIC.Jean-Jacques Bernard-Gundol
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05IPComp. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05Support for compression. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-05Fix typos found by Andrew Hoerter. Closes PR#1922.Kenneth R Westerback