summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-06-23Trivial consequences of the previous list changes:Marc Espie
- audit code for Lst_Datum, it's never applied to an empty pointer, so check can be removed -> turn into a macro, - Lst_First, Lst_Last can become macro as well - specialized version of Lst_Succ (Lst_Adv) to use in loops where it cannot fail, - Lst_Open can no longer fail. Trim down corresponding code. Reviewed millert@, miod@
2000-06-23Pass the correct sizeo() to cfattach struct so we don't panic on detach.Aaron Campbell
2000-06-23Fix a printf-style arg cast (again)brian
2000-06-23Improved 227, 229 and EPRT support in the nat code; FreeBSDbrian
Moved security checks into one place; FreeBSD Remove ``nat pptp'' now that it's transparent
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-23fix dhcpd to not abandon addresses forever when they are pinged before useBob Beck
which creates a nice denial of service when people use static addresses in the dhcp range. - instead abandon the address only for the default lease time so that it may be re-used afterwards. Tested and committed with aaron and jason while drinking beer and wearing balloons on my head in the bar at the USENIX party.
2000-06-23ret should be there, wether auxreg/led is defined or not.Federico G. Schwindt
2000-06-22Missing CVS idents; ok markusDamien Miller
2000-06-22on unconfig, bzero the key before free; from aazubel@core-sdi.com.Federico G. Schwindt
2000-06-22fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!)Todd T. Fries
2000-06-22regen-vtraceMichael Shalayeff
2000-06-22make vtrace always obsolte; art@Michael Shalayeff
2000-06-22Correct PPPoE in multi-link mode; jason@brian
2000-06-22add paper by cmetz. correct example. (sync with kame)Jun-ichiro itojun Hagino
2000-06-22Convert arptimer to new timeouts.Artur Grabowski
2000-06-22Convert to new timeouts.Artur Grabowski
2000-06-22missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MILMarkus Friedl
2000-06-22xl_setmulti_hash() does not work right. tested at usenix2000 term room.Jun-ichiro itojun Hagino
affects 905B only.
2000-06-22mention IPv6 address can be put into nameserver lineJun-ichiro itojun Hagino
2000-06-22ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takesJun-ichiro itojun Hagino
ipv6 address.
2000-06-21Kirk announced that soft updates are free todayNiklas Hallqvist
2000-06-21Fix xd entry in chrtoblktblMiod Vallat
2000-06-21Add a few missing devices (/dev/vme*, for example) ; make devices forMiod Vallat
16 slices per disk instead of 8 previously ; and tidy things a bit
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
automagicaslly disable epsv on ipv4, if epsv fails for single connection. merge from netbsd-current. req from fgs.
2000-06-21fix KAME PR 261.Jun-ichiro itojun Hagino
2000-06-21Fix gateway function; ok angelos@Oleg Safiullin
angelos, be more careful :)
2000-06-21missing free; nuke old commentMarkus Friedl
2000-06-21correct in6_recoverscope() for multicast loopback case.Jun-ichiro itojun Hagino
2000-06-21- clean makefileFederico G. Schwindt
- add OpenBSD tags and copyright notice where missing. - check the return value of mount(), like EOPTNOTSUPP, and the like. - remove unused declarations and headers - rearrange manpage a bit. Add history section
2000-06-21add perfomance monitor unit, comment iv numbers for fpu/power/pmuMichael Shalayeff
2000-06-20sync with latest kame ndp(8).Jun-ichiro itojun Hagino
accept scoped address notation. avoid infinite loop in certain routing table setup.
2000-06-20Completely new ramdisk stuff, inspired by the existing sparc ramdisk.Miod Vallat
2000-06-20add encryption for svnd's for Erich <hh@cyberpass.net>. You can do aNiels Provos
poor man's encrypted file system with this. Blame the Greek. okay niklas@
2000-06-20confirmed interop of IPv6 AH with KAME (both global and scoped addr).Jun-ichiro itojun Hagino
remove restriction on scoped IPv6 address. TODO: confirm it with other IPv6 AH implementation. since we use very similar logic between KAME IPv6 AH and OpenBSD IPv6 AH, it is possible that both side is making the same mistake or whatever
2000-06-20allow rx to work after tcpdump; ok art@Todd T. Fries
2000-06-20more info on what a bridge is (from bridge(4)).Jason Wright
2000-06-20pedant; getopt(3) returns -1 instead of EOF. from aaronJun-ichiro itojun Hagino
2000-06-20KNFTodd T. Fries
2000-06-20getopt(3) returns -1, not EOFAaron Campbell
2000-06-20Avoid using I/O port 0x370 since this is used by onboard audio onTodd C. Miller
some laptops. Only seems to cause problems with some card, notably wavelan and aironet.
2000-06-20Remove static from arptimer so that "show callout" in ddb shows the rightArtur Grabowski
function.
2000-06-20spellingAaron Campbell
2000-06-20If only one of IX86_CPU is defined, set CMACHFLAGS to the appropriateArtur Grabowski
-march=ix86. (as it was done for 486).
2000-06-20another oops, time to sleep.Federico G. Schwindt
remove spaces.
2000-06-20some files from crypto/ are needed for tcfs.Federico G. Schwindt
2000-06-20remove NetBSD ifdefs. indent.Federico G. Schwindt
2000-06-20Allow padding in LQR ECHO requestsbrian
Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net>
2000-06-20fix warnings during compilation. replace a few more calloc's withFederico G. Schwindt
malloc's; no need to clean the buffer for fgets.
2000-06-20add OpenBSD tag.Federico G. Schwindt
2000-06-20oops from my prev commit. move param.h above mount.h so NGROUPS is found.Federico G. Schwindt