summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2004-01-20When trying to append to a gzipped archive, print msg using errx(),Otto Moerbeek
2004-01-15escape full stops properly to avoid double spaces;Jason McIntyre
2004-01-09use cc -E for the preprocessor instead of cpp.Brad Smith
2004-01-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
2004-01-08typo; from ray at cyth dot net (PR 3632);Jason McIntyre
2004-01-07new command line option allows logging to stderr instead of syslogNikolay Sturm
2004-01-05wording improvemements;Jason McIntyre
2004-01-05include path fixes for gcc3.Marc Espie
2003-12-27this page documents `sh', not `ksh';Jason McIntyre
2003-12-27- revert a typo introduced when this page was mdoc'edJason McIntyre
2003-12-22document matching the empty string;Jason McIntyre
2003-12-22note that `&&' and `||' are left-associative;Jason McIntyre
2003-12-16use full sentence for description of cols; from Jared Yanovich;Jason McIntyre
2003-12-16typo; mjc@bitz.caTheo de Raadt
2003-12-15Unbreak parameter assignment when calling bourne style functions;Otto Moerbeek
2003-12-13sort options, and adjust -width of options' list;Jason McIntyre
2003-12-12typo; ok jmc@Christian Weisgerber
2003-12-08-h also overrides BLOCKSIZE;Jason McIntyre
2003-12-08use POSIX description of -L, since it's much clearer;Jason McIntyre
2003-12-03.Xr myname(5) in SEE ALSO; suggested by Michael W. Burden;Jason McIntyre
2003-12-01Truncate the source string before copying during variable substitutionTodd C. Miller
2003-11-30Ignore -o/-O in non-extract mode. Earlier version OK'd by henning@Todd C. Miller
2003-11-27permit trailing '$' in usernames, from Tom CosgroveNikolay Sturm
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-11-23allow underscore in usernames, from Niels/NetBSDNikolay Sturm
2003-11-21kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-11-21encourage people to use -h rather than -L;Jason McIntyre
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-20kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-20hyphenise compound adjective; from Jared Yanovich;Jason McIntyre
2003-11-10If "from fd" == "to fd" don't call dup2() or close "from fd".Todd C. Miller
2003-11-10For the >& and <& operators, add a check for "dup from" == "dup to" andTodd C. Miller
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-30double word from Tom Cosgrove;Jason McIntyre
2003-10-30Fix typo in comment; Bruno RoheeTodd C. Miller
2003-10-28standard section order;Jason McIntyre
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-22from NetBSD:Nikolay Sturm
2003-10-22quote args to make them expand properly;Jason McIntyre
2003-10-22macros with too many args;Jason McIntyre
2003-10-22typos from Jared Yanovich;Jason McIntyre
2003-10-20memoryuse -> memory usage; from Jared YanovichJason McIntyre
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-10-18typos from Jared Yanovich;Jason McIntyre
2003-10-18typos in comments;Jason McIntyre
2003-10-17Xr dev_mkdb(8); from Tyler R. Retzlaff (NetBSD PR 23168);Jason McIntyre
2003-10-16Buffers are not strings so use memcpy(), not strlcpy() to copy them.Todd C. Miller
2003-10-15errx -> err. From form.Mike Pechkin
2003-10-10The special case code for "test -x" over NFS was incorrect. TheTodd C. Miller