Age | Commit message (Expand) | Author |
2000-06-23 | implement bubble sort in ksh instead of using sort(1). | Michael Shalayeff |
2000-06-23 | set mp->keyfile = NULL if stat fails | Markus Friedl |
2000-06-23 | Get rid of repeating error messages; From netbsd millert@ ok | Eric Jackson |
2000-06-23 | Implement PCMCIA event polling. This will either complement interrupt-driven | Aaron Campbell |
2000-06-23 | This patch replaces str_concat with a slightly unobfuscated version. | Marc Espie |
2000-06-23 | This is complementary to the previous patch. | Marc Espie |
2000-06-23 | This patch is worth a lot, speed-wise. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-06-23 | Open Hashing library, based on Knuth. | Marc Espie |
2000-06-23 | This patch separates local contexts from global contexts for good. | Marc Espie |
2000-06-23 | In various places, VAR_CMD is used to actually mean `no real context', | Marc Espie |
2000-06-23 | Once those special variable are taken care of, other Var functions can take | Marc Espie |
2000-06-23 | Start of variable fixes and speed-ups. | Marc Espie |
2000-06-23 | Trivial consequences of the previous list changes: | Marc Espie |
2000-06-23 | Pass the correct sizeo() to cfattach struct so we don't panic on detach. | Aaron Campbell |
2000-06-23 | Fix a printf-style arg cast (again) | brian |
2000-06-23 | Improved 227, 229 and EPRT support in the nat code; FreeBSD | brian |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-06-23 | fix dhcpd to not abandon addresses forever when they are pinged before use | Bob Beck |
2000-06-23 | ret should be there, wether auxreg/led is defined or not. | Federico G. Schwindt |
2000-06-22 | Missing CVS idents; ok markus | Damien Miller |
2000-06-22 | on unconfig, bzero the key before free; from aazubel@core-sdi.com. | Federico G. Schwindt |
2000-06-22 | fix a typo by wpaul; using ipv6 tunneled to usenix (thanks itojun!) | Todd T. Fries |
2000-06-22 | regen-vtrace | Michael Shalayeff |
2000-06-22 | make vtrace always obsolte; art@ | Michael Shalayeff |
2000-06-22 | Correct PPPoE in multi-link mode; jason@ | brian |
2000-06-22 | add paper by cmetz. correct example. (sync with kame) | Jun-ichiro itojun Hagino |
2000-06-22 | Convert arptimer to new timeouts. | Artur Grabowski |
2000-06-22 | Convert to new timeouts. | Artur Grabowski |
2000-06-22 | missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL | Markus Friedl |
2000-06-22 | xl_setmulti_hash() does not work right. tested at usenix2000 term room. | Jun-ichiro itojun Hagino |
2000-06-22 | mention IPv6 address can be put into nameserver line | Jun-ichiro itojun Hagino |
2000-06-22 | ipv6 support in resolver. "nameserver" line in /etc/resolv.conf now takes | Jun-ichiro itojun Hagino |
2000-06-21 | Kirk announced that soft updates are free today | Niklas Hallqvist |
2000-06-21 | Fix xd entry in chrtoblktbl | Miod Vallat |
2000-06-21 | Add a few missing devices (/dev/vme*, for example) ; make devices for | Miod Vallat |
2000-06-21 | add epsv4 command, which turns off epsv on ipv4 (off by dfeault) | Jun-ichiro itojun Hagino |
2000-06-21 | fix KAME PR 261. | Jun-ichiro itojun Hagino |
2000-06-21 | Fix gateway function; ok angelos@ | Oleg Safiullin |
2000-06-21 | missing free; nuke old comment | Markus Friedl |
2000-06-21 | correct in6_recoverscope() for multicast loopback case. | Jun-ichiro itojun Hagino |
2000-06-21 | - clean makefile | Federico G. Schwindt |
2000-06-21 | add perfomance monitor unit, comment iv numbers for fpu/power/pmu | Michael Shalayeff |
2000-06-20 | sync with latest kame ndp(8). | Jun-ichiro itojun Hagino |
2000-06-20 | Completely new ramdisk stuff, inspired by the existing sparc ramdisk. | Miod Vallat |
2000-06-20 | add encryption for svnd's for Erich <hh@cyberpass.net>. You can do a | Niels Provos |
2000-06-20 | confirmed interop of IPv6 AH with KAME (both global and scoped addr). | Jun-ichiro itojun Hagino |
2000-06-20 | allow rx to work after tcpdump; ok art@ | Todd T. Fries |
2000-06-20 | more info on what a bridge is (from bridge(4)). | Jason Wright |
2000-06-20 | pedant; getopt(3) returns -1 instead of EOF. from aaron | Jun-ichiro itojun Hagino |