summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1999-04-07Kill -F option, it is not needed and just plain wrong anywayTodd C. Miller
1999-04-07save bytes; move swapon questionTheo de Raadt
1999-04-07XXX temp fix for whole_mode; todd will fix better in tomorrowTheo de Raadt
1999-04-07o Be silent on fstab writingTodd C. Miller
o Change "Save changes" prompt to "Write new label" o call writelabel() with &label and then update *lp instead of updating *lp and then calling writelabel() with lp.
1999-04-07and enc is not default eitherTheo de Raadt
1999-04-07disable IPSEC by defaultTheo de Raadt
1999-04-07For low-memory machines, help people by putting in enough swapon support, soTheo de Raadt
that people can do a boot, disklabel, reboot, boot, disklabel, swapon, .... and finish their install.
1999-04-07cannot swapon in 2.5 installer. the swap partitions must exist at kernelTheo de Raadt
boot time, the later user-entered disklabel does not take effect correctly. next release...
1999-04-06syncTheo de Raadt
1999-04-06ANOTHER modem...Theo de Raadt
1999-04-06syncTheo de Raadt
1999-04-06two more modemsTheo de Raadt
1999-04-06Fix library dependency test for arch-es that don'tMarco S Hyman
suppport shared libs so building tk80, for example, doesn't cause tkl80 to get built even thouth it is already installed. Update list-distfiles target