summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-23implement bubble sort in ksh instead of using sort(1).Michael Shalayeff
2000-06-23set mp->keyfile = NULL if stat failsMarkus Friedl
2000-06-23Get rid of repeating error messages; From netbsd millert@ okEric Jackson
2000-06-23Implement PCMCIA event polling. This will either complement interrupt-drivenAaron Campbell
2000-06-23This patch replaces str_concat with a slightly unobfuscated version.Marc Espie
2000-06-23This is complementary to the previous patch.Marc Espie
2000-06-23This patch is worth a lot, speed-wise.Marc Espie
2000-06-23This is the speed-up patch, which doubles make speed (almost).Marc Espie
2000-06-23Open Hashing library, based on Knuth.Marc Espie
2000-06-23This patch separates local contexts from global contexts for good.Marc Espie
2000-06-23In various places, VAR_CMD is used to actually mean `no real context',Marc Espie
2000-06-23Once those special variable are taken care of, other Var functions can takeMarc Espie
2000-06-23Start of variable fixes and speed-ups.Marc Espie
2000-06-23Trivial consequences of the previous list changes:Marc Espie
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
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
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
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
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
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
2000-06-21fix KAME PR 261.Jun-ichiro itojun Hagino
2000-06-21Fix gateway function; ok angelos@Oleg Safiullin
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
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
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
2000-06-20confirmed interop of IPv6 AH with KAME (both global and scoped addr).Jun-ichiro itojun Hagino
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