summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-01-02some corrections/improvements to the VI COMMANDS section;Jason McIntyre
2004-01-02new year was around spring equinox and not on winter solstice and thus ↵Michael Shalayeff
rearrange it properly
2004-01-02point people to re_format(7) for a description of basic regularJason McIntyre
expressions, rather than regex(3); from Greg A. Woods;
2004-01-02use standard section ENVIRONMENT, rather than ENVIRONMENT VARIABLES;Jason McIntyre
from deraadt@
2004-01-01Explain how jot does rounding and truncation. Help from jmc@Otto Moerbeek
ok jmc@ millert@ deraadt@
2003-12-31fix -r description now that millert has fixed the code;Jason McIntyre
2003-12-31Both POSIX and the man page says that "vi -r foo" is run where foo does notTodd C. Miller
exist and has no recovery file that vi shall present an error and edit foo as a new file. This change makes the behavior match the documentation; previously it just spat out an error and quit. Problem found by jmc@
2003-12-31mdoc vi(1); also better document current behaviour and add some missingJason McIntyre
commands; feedback and ok millert@ naddy@
2003-12-31Ignore password change request during password auth (which we currently don'tDarren Tucker
support) and discard proposed new password. corrections/ok markus@
2003-12-30a few more for the new years dayMichael Shalayeff
2003-12-30+lolita, fix stalin as a few pplz pt outMichael Shalayeff
2003-12-30o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number.Otto Moerbeek
o Document and warn that seeding the random generator is no longer supported since arc4random is used as the RG. ok jose@ millert@
2003-12-30a few more for tomorrowMichael Shalayeff
2003-12-29fix zgrep failure when the uncompressed file begins with a newlineCan Erkin Acar
also, search from the beginning if a stream or compressed file is identified as 'binary'. ok millert@, reported by tedu@, tested by jose@
2003-12-29KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OKTodd C. Miller
2003-12-29Cleanup: KNF, -Wall, do not use pointers if the actual var isOtto Moerbeek
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@
2003-12-29typo from form@ (evil qwerty)Michael Shalayeff
2003-12-29yet another so called edison's invention patentationMichael Shalayeff
2003-12-29typoMichael Shalayeff
2003-12-29a few more for today/tomorrowMichael Shalayeff
2003-12-28Introduce -4 and -6: options to force usage of IPv4 or IPv6 only.Otto Moerbeek
From PR 1974. ok henning@ jose@
2003-12-28Follow Posix when writing non-matching lines. Historically, join(1)Otto Moerbeek
did not change the order of fields of non-matching lines if no -o option was used, but -a or -v was specified. This update writes the join field first, followed by the remaining fields of a non-matching line. This change breaks the old security(8), so don't forget to update /etc/security. From PR 2208. Testing and man page help and ok by jmc@ ok millert@ deraadt@
2003-12-28fixes from wiz@netbsd;Jason McIntyre
2003-12-28various doc fixes from wiz@netbsd;Jason McIntyre
2003-12-27Fix cut-n-paste oversight in pfsync_stats().Ryan Thomas McBride
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter
2003-12-23If we are in -k/-K mode, just spew to stderr. It is not unusualTodd C. Miller
for users to place "sudo -k" in a .logout file which can cause sudo to be run during reboot after ypbind has died. Previously, this would result in useless mail and logging. Requested by mickey@
2003-12-22remove a suplicate commentMichael Shalayeff
2003-12-22do not re-include name in err() call; andrushock@korovino.netTheo de Raadt
2003-12-22EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.frMarkus Friedl
2003-12-22tidy up moduli generation debugging, add -v (verbose/debug) option toDamien Miller
ssh-keygen; ok markus@
2003-12-20- use .I and .B instead of .IT and .UL, respectively, to respect punctuationJason McIntyre
- make this page look better when formatted as text - make function descriptions more closely match the man page - typos
2003-12-19Pass SIGINT to dc process.Otto Moerbeek
2003-12-19Do something sensible on ^C: unwind stack and be ready for new input.Otto Moerbeek
2003-12-19- adjust some list widths for better postscript outputJason McIntyre
- reference printf(1) for a list of C escapes
2003-12-19add an example showing how to print to standard error;Jason McIntyre
suggested by otto@
2003-12-18document various aspects of awk behaviour:Jason McIntyre
- when newlines are permissible - effects of null RS - $NF can be used to find value of last field - -F [ ] can be used to set FS to a single space - t and \t are synonyms when used with FS. use [t] for a literal `t'. - make [prog | -f profile] optional again in SYNOPSIS Also move the functions to the end of the page for a more logical layout.
2003-12-18random numbers are obtained via arc4random(3), not random(3);Jason McIntyre
from FreeBSD PR 54879, forwarded by otto@; ok otto@
2003-12-17- add -w to options descriptionJason McIntyre
- document default refresh interval - sync usage() with SYNOPSIS inspired by PR 3608; ok deraadt@
2003-12-17remove old -M and -N; 3608Theo de Raadt
2003-12-16do not implement -L (print copyright) with SMALLHenning Brauer
186 bytes more bytes we can waste elsewhere
2003-12-16really don't implement unzip #ifdef SMALLHenning Brauer
this was in the tested diffs but slipped through when committing unfortunately, sorry
2003-12-16really don't do -V #ifdef SMALLHenning Brauer
2003-12-16do not include rcsids with -DSMALL and as it is meaningless then do notHenning Brauer
implement -V then. following a discussion with millert@
2003-12-16when we read the original file size from the gzp header in uncompress modeHenning Brauer
and compare it to total_out to detect I/O errors we need to cast total_out to u_int32_t as the gzip header file is limited to that and total_out is now 64 bits. ok millert@
2003-12-16for -DSMALL, do not include rcsid[]sTheo de Raadt
2003-12-16Avoid segmentation fault when empty commands are specified in theOtto Moerbeek
config file; resolves PR 3578. ok deraadt@ millert@
2003-12-16Support MANPAGER environment variable plus some KNF I had in my tree.Todd C. Miller
Closes PR 3563
2003-12-16avoid name clash with newer libz; breaks on static archsHenning Brauer
ok millert@
2003-12-16use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < ↵Markus Friedl
DH_GRP_MIN