summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-11-09add missing '\n' when writing deltatexts in an RCS file;Xavier Santolaria
2005-11-09document `-xsuffixes' and `-ztz';Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-08missing casts;Xavier Santolaria
2005-11-08document `-Aoldfile', `-b[rev]' and `-tfile|str';Xavier Santolaria
2005-11-08nuke trailing whitespaces;Xavier Santolaria
2005-11-07add missing ctype.hKjell Wooding
2005-11-07KNFKjell Wooding
2005-11-07Move most of the dired hooks into dired.c. While here, enable someKjell Wooding
dired functions that were written, but not bound to keys. No other functional change. Tested by Han Boetes.
2005-11-07Allow ctrl-key patterns ("^X^C") in keybind function. WillKjell Wooding
allow more modularization of keymaps later. Also, improved error checking suggested by cloder.
2005-11-07document `-q';Xavier Santolaria
2005-11-06add a little markup;Jason McIntyre
2005-11-06Instead of always forcing General MIDI 1 mode make it an optionJonathan Gray
so other modes can be used. From Alexandre Ratchov, alex-contact at caoua.org.
2005-11-05Fix leaks in error paths, bz #1109 and #1110 reported by kremenek ATDamien Miller
cs.stanford.edu; ok dtucker@
2005-11-04update FILES, with some help from millert@;Jason McIntyre
2005-11-04document `-cstring' option;Xavier Santolaria
2005-11-04- clean up SYNOPSISJason McIntyre
- tweak description of -i ok xsa@
2005-11-04kill spaces in usage() to match Reality;Xavier Santolaria
2005-11-04remove hardcoded hash lengths in key exchange code, allowingDamien Miller
implementation of KEX methods with different hashes (e.g. SHA-256); ok markus@ dtucker@ stevesk@
2005-11-03- minor KNFNiall O'Higgins
2005-11-03better doc for `-i';Xavier Santolaria
2005-11-03- update comment for checkout_rev() for bitwise flags.Niall O'Higgins
2005-11-03output tweaks;Xavier Santolaria
2005-11-03- document `-M' option properly.Niall O'Higgins
2005-11-03- sync checkout_usage();Niall O'Higgins
2005-11-03- implement `-M' option.Niall O'Higgins
2005-11-03Cache reverse lookups with and without DNS separately; ok markus@Darren Tucker
2005-11-02- kill two unused constant definitions.Niall O'Higgins
2005-11-02- update the comment for checkout_state(); it did not tell the truthNiall O'Higgins
about values returned.
2005-11-02- sync checkin_usage()Niall O'Higgins
2005-11-02- fix up documentation for `-M' option.Niall O'Higgins
2005-11-02changes from Venice:Niall O'Higgins
- instead of using lots of individual flag variables, use a single int and bitwise operations on it. while this saves memory, really it saves code space and reduces complexity. checkout_rev() and checkout_state() in particular benefit from these changes since their parameters where growing really long. - implement `-s' option in co - implement `-M' option in ci "I like this, go for it" joris@
2005-11-02document `-kmode';Xavier Santolaria
2005-11-02print RCS file path;Xavier Santolaria
2005-11-02sync with Reality;Xavier Santolaria
2005-11-02sync with Reality;Xavier Santolaria
2005-11-01- `-p' option has been implemented for a while, but not documented fully inNiall O'Higgins
the manual page -> document it.
2005-11-01spacingTheo de Raadt
2005-10-31- remove MLINKS line, was commented out and is useless anyway.Niall O'Higgins
pointed out by deraadt@, ok joris@
2005-10-31grammar;Jason McIntyre
2005-10-31make sure we clean up wtmp, etc. file when we receive a SIGTERM,Damien Miller
SIGINT or SIGQUIT when running without privilege separation (the normal privsep case is already OK). Patch mainly by dtucker@ and senthilkumar_sen AT hotpop.com; ok dtucker@
2005-10-31generate a protocol 2 RSA key by defaultDamien Miller
2005-10-31Rewrite -m processing to not use queue internals and make it moreOtto Moerbeek
simple as well. ok hshoexer@ jaredy@ henning@
2005-10-31Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@Darren Tucker
2005-10-30restart_point is of type off_t, so use it with fseeko() and cast itNikolay Sturm
to long long for printing this way we can reget partially downloaded files of more than 2GB on i386 noticed by Thilo Hannemann <hannemann at physnet.uni-hamburg.de> ok djm@
2005-10-30nuke trailing whitespaces;Xavier Santolaria
2005-10-30string fix;Xavier Santolaria
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-30remove trailing whitespace;Jason McIntyre
2005-10-30Check for connections with IP options earlier and drop silently. ok djm@Darren Tucker