summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2005-04-28add snprintf checks. ok djm@ markus@Moritz Jodeit
2005-04-28Get rid of unused arg to complete_function_list(). Han Boetes.Otto Moerbeek
2005-04-28That should be FALSE in previous commit.Otto Moerbeek
2005-04-28NULL is not an int. Han Boetes.Otto Moerbeek
2005-04-27make -v print only actual changes and add -V for old behaviour; beck@ okMichael Shalayeff
2005-04-27no need to query the Entries line for files anymore and a bit of cleanupJean-Francois Brousseau
2005-04-27cleanup and initial split between remote and local update codeJean-Francois Brousseau
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-26spelling correction in comment from wiz@netbsd;Jason McIntyre
2005-04-25first part of file API changes:Joris Vink
- fix our behaviour regarding directories or files in a different directory than we currently are as arguments to commands, this allows stuff like "cvs status sys/arch/i386/Makefile" to work. - when parsing a pathname only load the needed nodes of the path instead of loading *everything* in memory. the next step in this is to merge the collection and callback execution together. ok jfb@, xsa@
2005-04-25resurrect missing parts to generate rcsdiff(1)-style diffs with the -nJean-Francois Brousseau
flag ok xsa
2005-04-25* add missing 'R' flag in diff synopsisJean-Francois Brousseau
* add the CVS_EX_BADROOT return code to indicate that there was no CVSROOT given or it was invalid ok joris, xsa
2005-04-25set the default branch to 1.1.1 upon import, and remove a strayJean-Francois Brousseau
cvs_connect() call ok joris, xsa
2005-04-25- use size_t where appropriate.Otto Moerbeek
- check for <= 0 in gzread; it returns -1 on error. From christos@netbsd; ok millert@
2005-04-24don't send a Modified request and the file its contents whenJoris Vink
it has been removed.
2005-04-24add missing CVS_CMD_ALLOWSPEC flagJoris Vink
2005-04-23Add debug message if read_passphrase can't open /dev/tty; bz #471; ok djm@Darren Tucker
2005-04-22finish support for the '-' token in the Entry file, this allowsJoris Vink
us to mark files as removed, and lets the remove command work completely. tested and ok xsa@, jfb@
2005-04-22sync add command usage w/ man page; joris okXavier Santolaria
2005-04-22Fix a trivial truncation case, and eliminate a corner case that mightOtto Moerbeek
print a nul character. From atatat@netbsd
2005-04-22missing '-R' (force recursion) option for diff.Joris Vink
noticed by brad@
2005-04-21let the `cvs remove' command work with no file(s) specified as args;Xavier Santolaria
joris ok
2005-04-21correct strlcpy abuse, and always check for NULL return from find_bufferBob Beck
ok cloder@, feedback from many
2005-04-21better include the cvs_sendfile() req in the conditional statement soXavier Santolaria
it behaves like expected.. pointed out by joris@.
2005-04-21add checks for files still physically present that should be removed;Xavier Santolaria
input/ok joris
2005-04-21spelling typo in comment;Jason McIntyre
from ray;
2005-04-21solbourne againMichael Shalayeff
2005-04-21don't allocate a pty when -n flag (/dev/null stdin) is set, patch fromDamien Miller
ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@
2005-04-21Avoid the "tcsetattr: Interrupted system call" fatal error whenOtto Moerbeek
resizing using a window manager that continously sends resize events. ok camield@ miod@
2005-04-21OpenSSH doesn't ever look at the $HOME environment variable, so don't sayDamien Miller
that we do (bz #623); ok deraadt@
2005-04-21avoid infinite recursion on redirects; From NetBSD but limit set to 10.Federico G. Schwindt
deraadt@ ok.
2005-04-21print out fpu ctx switches countMichael Shalayeff
2005-04-21* fix the tag command's synopsisJean-Francois Brousseau
* prepend __progname and the command string when displaying command usage
2005-04-20check the validity of tag names passed to the tag command, and printJean-Francois Brousseau
an abort message if the tag is invalid. also, match gnu cvs behaviour with regards to command usage output on usage errors. ok joris
2005-04-20spacingTheo de Raadt
2005-04-20Remove redundant rw() function, which is unsafe and, well, redundant.Otto Moerbeek
ok tedu@ deraadt@
2005-04-20add the CVS_EX_OK return code to indicate everything went fineJean-Francois Brousseau
ok joris
2005-04-20shut up a useless warning for newly created filesJoris Vink
ok jfb@
2005-04-20do not try to look up SSHFP for numerical hostname. ok djm@Jakob Schlyter
2005-04-19add error messages for the new RCS error codesJean-Francois Brousseau
2005-04-19add rcs_sym_check() to check the validity of an RCS symbol andJean-Francois Brousseau
sprinkle some in the other symbol functions
2005-04-19big spring cleanup and make tag work again when dealing with multipleJean-Francois Brousseau
directories by specifying CVS_CMD_SENDDIR, and first stab at the local version, needs tweaking
2005-04-19correctly handle the "Removed" response, so that the correctJoris Vink
file and entry are removed. ok jfb@, xsa@
2005-04-19- remove unused headerXavier Santolaria
- add -l and -R flags - add check on cvs_sendentry() return value joris@ ok
2005-04-19handle removed files as well when checking files to commitJean-Francois Brousseau
ok joris
2005-04-19send the correct argument, -A not -aJoris Vink
2005-04-19support -P -A -d flagsJoris Vink
2005-04-19remove debug codeJoris Vink
2005-04-19make sure we pick up newly added files.Joris Vink
2005-04-19update cf_type to the correct type if we cannot stat(2) theJoris Vink
requested file or directory in cvs_file_lget(). should fix those "attempt to send Entry for non-regular file" errors. reported by brad@