summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-07-02Make the m4 machine stack dynamically sized.Marc Espie
2000-07-02Long tokens won't be defined macros, but they can still be output.Marc Espie
2000-07-01Add -f option to specify audio device, honor AUDIODEVICE environment vairable,Todd C. Miller
2000-07-01Slightly nicer wording: begins by -> begins withMarc Espie
2000-07-01Forgot to import one estrdup from my trunk.Marc Espie
2000-06-30do not prin tcp/udp twice. from: fgsJun-ichiro itojun Hagino
2000-06-30Recognize `+cmd' as a command that should always be executed, even inMarc Espie
2000-06-30split netstat -an -f inet and netstat -an -f inet6, for consistency.Jun-ichiro itojun Hagino
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-29no longer needed; good riddance for static archsTodd T. Fries
2000-06-29use %s with syslogTodd C. Miller
2000-06-28unsigned -> unsigned int (implicit int is deprecated)Marc Espie
2000-06-28Fix stupid bug in argument handling. Problem found by fries@Marc Espie
2000-06-27TyopArtur Grabowski
2000-06-27initialize result. this fixes the recent problem that makes ftp coredumpFederico G. Schwindt
2000-06-26fix pasto; noted by artHugh Graham
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-26cleanup, less cut&pasteMarkus Friedl
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-25allow 'fmt -w width' and 'fmt -width'.Paul Janzen
2000-06-23Get rid of repeating error messages; From netbsd millert@ okEric Jackson
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-22Missing CVS idents; ok markusDamien Miller
2000-06-22missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MILMarkus Friedl
2000-06-21add epsv4 command, which turns off epsv on ipv4 (off by dfeault)Jun-ichiro itojun Hagino
2000-06-21missing free; nuke old commentMarkus Friedl
2000-06-20getopt(3) returns -1, not EOFAaron Campbell
2000-06-20another oops, time to sleep.Federico G. Schwindt
2000-06-20fix warnings during compilation. replace a few more calloc's withFederico G. Schwindt
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
2000-06-20weird. missing OpenBSD tags.Federico G. Schwindt
2000-06-20add openbsd tags. rearrange headers as per style(9) and indent.Federico G. Schwindt
2000-06-20even more declarationsFederico G. Schwindt
2000-06-20replace some calloc's with malloc's since there is no point in callFederico G. Schwindt
2000-06-20add missing declarations and includes.Federico G. Schwindt
2000-06-20kill show_usage, it's only a printf. i'll replace this by err and friendsFederico G. Schwindt
2000-06-20OpenBSD tagMarkus Friedl
2000-06-20no include <des.h> anymoreNiels Provos