summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2004-06-07do not push ksh into stupid-random mode; leave it in arc4random() mode.Theo de Raadt
2004-06-02outline PASS; use size_t for sizes; better error message.Otto Moerbeek
2004-05-31better error handling with -P option. from freebsd (bde@)Ted Unangst
2004-05-31Remove redundant errno declaration. ok deraadt@Otto Moerbeek
2004-05-25.Xr pgrep(1) and pkill(1);Jason McIntyre
2004-05-21minor cleanups / shut up lint, ok pedro teduJolan Luff
2004-05-16Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@Otto Moerbeek
2004-05-15print the whole hint for bad limit modifiers. ok otto pedroTed Unangst
2004-05-1064 bit gcc whinesTheo de Raadt
2004-05-10double the command line buffer size (1024 -> 2048); ok millert deraadtPeter Valchev
2004-05-09Document new behavior of $RANDOM. ok deraadt@Otto Moerbeek
2004-05-08unless specifically requested by setting the seed, use arc4random(); otto okTheo de Raadt
2004-05-08use arc4random() instead of crappy rand(); otto okTheo de Raadt
2004-05-04sync usage w/ man pageTodd C. Miller
2004-05-04- simplify synopsesJason McIntyre
2004-05-04Add missing MLINK for sum(1), noticed by deraadt@Todd C. Miller
2004-05-02Add support for cksum (3 varieties), md4, sha256, sha384, and sha512.Todd C. Miller
2004-04-30typo;Jason McIntyre
2004-04-28Use the FOO_DIGEST_LENGTH macrosTodd C. Miller
2004-04-21correct way to specify a numeric argument to pushd is `+n', not `n';Jason McIntyre
2004-04-21- add margin when formatting w/ -TasciiJason McIntyre
2004-04-19point people to usd doc;Jason McIntyre
2004-04-19correct path to usd docs;Jason McIntyre
2004-04-16spacingTheo de Raadt
2004-04-07.Xr rdate 8 in SEE ALSO;Jason McIntyre
2004-04-07list options w/o operands before options w/ operands (style(9));Jason McIntyre
2004-04-06- add a margin when formatting w/ -TasciiJason McIntyre
2004-04-05- redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
2004-04-05redefine the .UL macro so that, even if output is to a non-TTY device,Jason McIntyre
2004-04-05- fix a macro in e.mac that was causing double blank lines in ASCII outputJason McIntyre
2004-04-04.br workaround no longer necessary;Jason McIntyre
2004-04-02Unbreak alignment of fields when using -lh.Otto Moerbeek
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
2004-03-30Add support for expanding GNU long links from NetBSD. I've had thisTodd C. Miller
2004-03-30if a string considered a filename is too long, don't exit but just letNikolay Sturm
2004-03-18typo from Jared Yanovich;Jason McIntyre
2004-03-18wording/grammar improvements from Jared Yanovich;Jason McIntyre
2004-03-17add references to procmap(1) in SEE ALSO;Jason McIntyre
2004-03-16add fstat(1) reference to SEE ALSO;Jason McIntyre
2004-03-16actually use the cache instead of throwing away memory. doh!Ted Unangst
2004-03-15more "if (foo);" ok millert@Damien Miller
2004-03-15missing commas;Jason McIntyre
2004-03-15reversed word -> reserved word;Jason McIntyre
2004-03-03Extend "md5 -c" to parse the output of GNU md5sum.Todd C. Miller
2004-02-24- `C' before `c'Jason McIntyre
2004-02-19escape full stops where necessary to kill erroneous double spaces;Jason McIntyre
2004-02-19filenames can have 100 chars, total pathname 255 in ustar format; not 250;Jason McIntyre
2004-02-19basic knfTheo de Raadt
2004-02-16If the user does "chown foo.bar" check to see if foo.bar is a usernameTodd C. Miller
2004-02-16give up on amd64 -O0Theo de Raadt