summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-08-10use correct return code where we exit();Xavier Santolaria
2005-08-10add global -w option and document it; ok jmc jorisXavier Santolaria
2005-08-10use correct return codes when we exit(); ok jorisXavier Santolaria
2005-08-09handle -A0 correctly; from koen@egelink.nlMichael Shalayeff
2005-08-09fix our root caching method, it was utterly broken and wouldJoris Vink
2005-08-09oops: occured -> occurredJason McIntyre
2005-08-09add missing [-T tmpdir] in usage(), spotted by jmc@.Xavier Santolaria
2005-08-09add DIAGNOSTICS section about utility return codes;Xavier Santolaria
2005-08-09Clean up eread handling in mg. (basically, fallout from the 'enter oftenKjell Wooding
2005-08-08.Xr cvswrappers 5Xavier Santolaria
2005-08-08add cvswrappers doc; mucho input/ok jmc, ok jfb joris;Xavier Santolaria
2005-08-08zap unused var;Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-08-08sftp prompt enhancements:Jared Yanovich
2005-08-08add missing `(' in function declaration;Xavier Santolaria
2005-08-08add rtag command aliases;Xavier Santolaria
2005-08-08zap unused vars;Xavier Santolaria
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-08-07mklocale tool, from NetBSD/citrus, not yet linked in.Marc Espie
2005-08-06zap rcsid. It's not ramdisk, but they still take space.Marc Espie
2005-08-06Unbreak sshd ListenAddress for bare IPv6 addresses.Darren Tucker
2005-08-05when i did the cleanup and switched to http 1.1, i forgot to add chunkedFederico G. Schwindt
2005-08-05increase ebuf[] size in cvs_vlog() wrt strerror(3) return value;Xavier Santolaria
2005-08-05- -f valid for gzsig sign tooJason McIntyre
2005-08-05occured -> occurred;Jason McIntyre
2005-08-05minor KNF;Xavier Santolaria
2005-08-04better wording, from jfb@. Ok jmc@.Xavier Santolaria
2005-08-04add and document import -d option; ok jmc@ joris@.Xavier Santolaria
2005-08-04document TMPDIR environment variable and global -T <tmpdir> option;Xavier Santolaria
2005-08-04handle TMPDIR environment variable as well as -T <tmpdir> global option;Xavier Santolaria
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-08-03avoid xrefs to self...Jason McIntyre
2005-08-03check only once for the HOME environment variable and reuseXavier Santolaria
2005-08-03improve description of -a and -s a little;Jason McIntyre
2005-08-03document $HOME/.cvsignore in FILES section; ok jmc@.Xavier Santolaria
2005-08-02handle -l global option; ok jfb@ joris@.Xavier Santolaria
2005-08-02.Xr cvsignore(5) here too;Xavier Santolaria
2005-08-02document $HOME environment variable;Xavier Santolaria
2005-08-02oops, missing variable;Joris Vink
2005-08-02fix a few bugs which happened when there is no CVS/ directory or whenJoris Vink
2005-08-02handle magic branch numbers.Joris Vink
2005-08-02.Xr cvsignore(5);Xavier Santolaria
2005-08-02document the cvsignore file; input/ok jmc@, ok jfb@.Xavier Santolaria
2005-08-02add missing options (and document them) for the `impor' command;Xavier Santolaria
2005-08-01Send ourselves SIGTSTP, not SIGSTOP on ^Z. Noticed and OK deraadt@Todd C. Miller
2005-08-01Fix some signed vs. unsigned mismatches in the format strings and fixTodd C. Miller
2005-08-0164-bit nfsstats delta printing still required %llu instead of %d specifiersTheo de Raadt
2005-08-01respect $HOME when checking for .cvsrc; ok jfb@ joris@.Xavier Santolaria
2005-08-01add command aliases, `re' and `rel'; from mpech@.Xavier Santolaria
2005-08-01Use dynamic memory instead of a fixed table. Makes merges files withOtto Moerbeek