summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2004-02-10upper case id;Jason McIntyre
from Mathias K. Straede (PR 3680);
2004-02-10XXX: build ksh -O0 for now, since it makes it a whole lot more stable.Theo de Raadt
we'll figure out what the bug is later, or maybe some of the other fixes going in will fix it..
2004-02-08'ps' should not act like 'ps a'. Resolves PR 3676.Otto Moerbeek
ok tdeval@ millert@
2004-02-08forget about 16 bit machines; millert okTheo de Raadt
2004-02-04(uid_t) -1 is a valid uid, so do not use it as a flag.Otto Moerbeek
From Joris Vink <nimadeus at pandora dot be> with tweaks from me. ok tdeval@ hshoexer@ henning@
2004-02-01make documentation of cradle mode (-C) clearer, and give an example of whyJason McIntyre
it might be used; mostly based on sturm@'s explanation when i hassled him about it, and committed by niels@ to main systrace repository;
2004-02-01add paper.txt target;Jason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-31make references to USD docs clearer;Jason McIntyre
2004-01-30The empty filename does not receive normalization.Nikolay Sturm
System calls are supposed to fail on it. from provos@, ok markus@
2004-01-23`Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8))Jason McIntyre
discussed with todd@
2004-01-23support for cradle mode by marius at monkey.org; cradle mode allows theNikolay Sturm
systrace UI to be attached and re-attached, it also multiplexes across systrace process so that one UI can function as central notification from provos@, ok markus@
2004-01-20When trying to append to a gzipped archive, print msg using errx(),Otto Moerbeek
not err(). ok millert@
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
ok espie@ millert@
2004-01-08Convert to kinfo_proc2. The sort order for -u and -m will be differentTodd C. Miller
due to a bug fix in the sort routine.
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
"looks good" provos@, ok markus@
2004-01-05wording improvemements;Jason McIntyre
started by Jared Yanovich and tempered by otto, tom, millert and myself; ok millert@
2004-01-05include path fixes for gcc3.Marc Espie
tests otto@, okay millert@
2003-12-27this page documents `sh', not `ksh';Jason McIntyre
2003-12-27- revert a typo introduced when this page was mdoc'edJason McIntyre
- use .Sq rather than .Dq for single letters
2003-12-22document matching the empty string;Jason McIntyre
started by vax at carolina dot rr dot com (NetBSD PR 23810), resolved by jdolecek@netbsd (rev. 1.24); ok millert@
2003-12-22note that `&&' and `||' are left-associative;Jason McIntyre
from vax at carolina dot rr com (NetBSD PR 23814); agreed (in principal) millert@ deraadt@
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
resolves PR 2450. ok deraadt@ millert@
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
from perry@netbsd
2003-12-08use POSIX description of -L, since it's much clearer;Jason McIntyre
ok henning@
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
so we copy the correct number of bytes. Fixes a bug introduced in revision 1.11. Closes PR 3591
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
ok provos@, henning@
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-11-23allow underscore in usernames, from Niels/NetBSDNikolay Sturm
ok henning@
2003-11-21kill comma splice; from Jared Yanovich;Jason McIntyre
also, put example description before the example, and indent example;
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-11-21encourage people to use -h rather than -L;Jason McIntyre
document -L as compatibility option; slight sync with NetBSD description; ok otto@ millert@
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
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
just return success if they are the same. Fixes the "ls 2>&2" problem miod@ found.
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