summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-06-26from NetBSDChris Cappuccio
2000-06-26use new timeoutsArtur Grabowski
2000-06-26Use new timeouts.Artur Grabowski
2000-06-26Update to ncurses 2000/6/10 version:Todd C. Miller
2000-06-26alpha was missing memsetTodd C. Miller
2000-06-26cleanup, less cut&pasteMarkus Friedl
2000-06-26Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken byAaron Campbell
2000-06-26syncAaron Campbell
2000-06-26Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T.Aaron Campbell
2000-06-26use basename(1) in examplesPaul Janzen
2000-06-25Cater to people who don't run make depend better.Marc Espie
2000-06-25correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>Niels Provos
2000-06-25explain about crash dumps and swap encryptionNiels Provos
2000-06-25disable automatic crashdump when swap encryption is onNiels Provos
2000-06-25Fix typo; ds@ds.primasoft.bgAaron Campbell
2000-06-25increase flexibility of distribution-etc-root-var:Christian Weisgerber
2000-06-25allow 'fmt -w width' and 'fmt -width'.Paul Janzen
2000-06-25correct return valuesPaul Janzen
2000-06-25comma splicePaul Janzen
2000-06-25vnd needs blowfish. Ok provos@Marc Espie
2000-06-25safe shell quotingDug Song
2000-06-25pass variables to dhclient-script via a constructed environment, instead of a...Dug Song
2000-06-24Don't assign an MTU based on the peers first-link MRU in MP mode.brian
2000-06-24syncFederico G. Schwindt
2000-06-24Implement getdents64, lstat64 and stat64, basically the same functions ofFederico G. Schwindt
2000-06-24Do not start snmpd by default just because it is installed. ok theo@.Jakob Schlyter
2000-06-23link instbin w/ scrt0, saves a couple of k'sMichael Shalayeff
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