summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-04-18oops, did not get updated; roheeTheo de Raadt
1999-04-18new docs; espieTheo de Raadt
1999-04-18Add Xrefs.Marc Espie
1999-04-18Make -W -Wall happier.Marc Espie
Classical modern C type-checking, signed vs. unsigned.
1999-04-18Document -vMarc Espie
Give more precise error messages in case of failure
1999-04-18o Opening a zero-length hash file should not be an errorTodd C. Miller
o Correct odbm support o Add man links for ndbm and odbm
1999-04-18March 5, 1999 version of the "one true awk"Todd C. Miller
1999-04-18missing iscmdNiels Provos
1999-04-18note xbox supportJason Wright
1999-04-18misc cleanup & xboxJason Wright
1999-04-18xbox docsJason Wright
1999-04-18Support for the Sun SBus Expansion Subsystem (SUNW,xbox)Jason Wright
1999-04-18make AUDIO_C_HANDLER compile againJason Wright
1999-04-18KNF & typo in printfJason Wright
1999-04-18simplify clock handlingJason Wright
1999-04-18notes that ship with 2.5, but not in the treeTheo de Raadt
1999-04-18moving to 2.5-current, tree is unlockedTheo de Raadt
1999-04-16ln bug fixTheo de Raadt
1999-04-16fix ipf return-rst panic bug; beckTheo de Raadt
1999-04-12move encdebug to a useful placeTheo de Raadt
1999-04-11Reenable IPSEC now that it is off by default, but can be enabled via sysctlNiklas Hallqvist
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
If you are going to use either of AH or ESP or both, enable these in /etc/sysctl.conf. Also correct the IPSec debugging sysctl code, it is now named net.inet.ip.encdebug. Some corrected function signatures too.
1999-04-11add xshare, indent for xshareTodd T. Fries
1999-04-11upddate size info, add xshareTodd T. Fries
1999-04-11Fix for 25 Mhz.Steve Murphree
1999-04-11make ne[0-2] definition match GENERICTodd C. Miller
1999-04-10shit: egcs-stable is in LANG, not DEVELMarco S Hyman
1999-04-10rsh off by defaultTheo de Raadt
1999-04-10spellingTheo de Raadt
1999-04-10spellingTheo de Raadt
1999-04-10ignore -q for now since we are already quiet. Makes "newfs -q -t msdos" ↵Todd C. Miller
does not generate an error
1999-04-10Add -q flag to newfs and use it in the installTodd C. Miller
1999-04-10syncTheo de Raadt
1999-04-10another modemTheo de Raadt
1999-04-10shrink ramdisk a teeny bit; 8MB installs now work reliablyTheo de Raadt
1999-04-10fork before recording pfkey pid.Niels Provos
1999-04-09The userland parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-04-09The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
support, when IPSEC is compiled in. The default is disabled. Turn on with: sysctl -w net.inet.ip4.allow=1 ***Only*** do this if you are really knowing what you do! This control does not control the tunnel modes of ESP and AH.
1999-04-09when the REPLACE flag was used, but no former flows was there, we did notNiklas Hallqvist
increment the IPSEC use counter, potentially missing IPSEC processing on output.
1999-04-09Make the tdbi handling more robust, removes a panic caseNiklas Hallqvist
1999-04-09Check for local address spoofing on encapsulated packets.Angelos D. Keromytis
1999-04-09match length of keys to what PF_KEY enforcesNiels Provos
1999-04-08tweak package list somewhat; marcTheo de Raadt
1999-04-08a list of packages on the CD...Theo de Raadt
1999-04-08and... once again... swapon goes awayTheo de Raadt
1999-04-08clean ramdisk /tmp a bit more before running MAKEDEVTheo de Raadt
1999-04-08How nice that we always had multicast routing in our kernels even whenNiklas Hallqvist
no MROUTING option has been set, and thus nothing calls the stuff...
1999-04-08memory leak fix; niklasTheo de Raadt
1999-04-07skip that swapon stuff, now that pax is about to become less leakyTheo de Raadt
1999-04-07Don't use -F option to disklabelTodd C. Miller