summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-07-01update the table contents as well as the table widthAnil Madhavapeddy
2003-07-01rewrite to not use mmap(2). solves a bunch of issues:Henning Brauer
2003-07-01cosmetic (avoid space before period); ok artPeter Valchev
2003-07-01- no need for pathnames.h, just use <paths.h> insteadAnil Madhavapeddy
2003-07-01Fix bounds check in the fast grep code that caused an incorrectTodd C. Miller
2003-06-30Awk first appeared in appeared in Version 7 AT&T UNIX.Todd C. Miller
2003-06-30Fold trace status into the single hash table that's left.Marc Espie
2003-06-30add a flag for each macro name that records built-in status.Marc Espie
2003-06-30replace old hash structure with open hashing.Marc Espie
2003-06-30Make the trace status of a macro an actual argument that gets pushedMarc Espie
2003-06-30clean up internal lookup interface:Marc Espie
2003-06-30sync with freebsd:Anil Madhavapeddy
2003-06-30Make usage() take the exit val are an argument and have the -h flagTodd C. Miller
2003-06-29Previous commit resulted in a zero-length locate db which I didn'tTodd C. Miller
2003-06-29Return EINVAL on crc failure for gzip and make the driver programTodd C. Miller
2003-06-29memset 0, not \0; andrushock@korovino.netMarkus Friedl
2003-06-29Explain in more details how define interacts with pushdef/popdef, andMarc Espie
2003-06-28Fix previous commit that broke locate. Unlike printf, print writes aTodd C. Miller
2003-06-28tweak;Jason McIntyre
2003-06-28cleanupTheo de Raadt
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28print usage into stderr, use global __progname instead of local invention, be...Michael Shalayeff
2003-06-28use .Bk/.Ek to align the options in SYNOPSIS;Jason McIntyre
2003-06-28report pidfile creation errors, based on patch from Roumen Petrov; ok markus@Damien Miller
2003-06-27missing full stop and a .Pp;Jason McIntyre
2003-06-27- replace .Ql with .Sq; this was also causing a problem with postscriptJason McIntyre
2003-06-27-a to force ascii compare. ok millertTed Unangst
2003-06-27Fix bug in put_int32() on big endian cpus; deraadt@ OKTodd C. Miller
2003-06-27Fix -t mode; it needs to set decomp=1 tooTodd C. Miller
2003-06-27kill a warning: include <string.h>David Krause
2003-06-26protosVincent Labrecque
2003-06-26Remove cruft; We don't have the -I, -1 or -2 options anymore so we don'tTodd C. Miller
2003-06-26more proto fixesTheo de Raadt
2003-06-26change awk script to generate ansi codeTheo de Raadt
2003-06-26minimal protosTheo de Raadt
2003-06-26protosTheo de Raadt
2003-06-26ansi and knf and protosTheo de Raadt
2003-06-26Fix -r flag that was broken during getopt() conversion--whoops.Todd C. Miller
2003-06-26do not dump core for 'ssh -o proxycommand host'; ok deraadt@Markus Friedl
2003-06-26Fix temp file handling.Todd C. Miller
2003-06-264.4 lint w/ caldera license nowMichael Shalayeff
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-26oopsMichael Shalayeff
2003-06-26calder-licensed docMichael Shalayeff
2003-06-26print usage in one printf (instead of four)Michael Shalayeff
2003-06-26another proto repairTheo de Raadt
2003-06-26bring protypes into scope. this requires some quirky handling, but inTheo de Raadt
2003-06-26pretty code that prints usageTheo de Raadt
2003-06-26Update with unidiff info and make FILES section fit reality.Todd C. Miller