summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-07-06missing prototypes; ok millertPeter Valchev
2001-07-06yawnTheo de Raadt
2001-07-06Move airconnect pci to tested sectionJason Wright
2001-07-06"option IPSEC needs the enc interface"Angelos D. Keromytis
2001-07-06some cleanup, okay dhartmei@Niels Provos
2001-07-06AirConnect (PCI)Jason Wright
2001-07-063com airconnect 3crwe777aJason Wright
2001-07-06o We use login.conf for passwd(1) variables now, not passwd.confTodd C. Miller
2001-07-06syncJason Wright
2001-07-063com airconnect (3crwe777a)Jason Wright
2001-07-06styleNiklas Hallqvist
2001-07-06max uid should be 2147483647, not 2147483648.Mike Pechkin
2001-07-06Style.Hakan Olsson
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