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