summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
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@
2005-04-18don't send an Entry reply to the server for unknown files,Joris Vink
fixes "foo is not (any longer) pertinent" errors
2005-04-18only copy ce_tag is it is not NULL, fixes a segfault onJoris Vink
startup for the update command.
2005-04-18missing prototype for get_date();Joris Vink
from deraadt@
2005-04-18dummy handlers for the Entry, Modified, Is-Modified, Updated andJean-Francois Brousseau
Questionable requests.
2005-04-18free cf_tag for regular files in cvs_file_free();Joris Vink
ok jfb@
2005-04-18use a standard EXAMPLES format;Jason McIntyre
also there's no need for a list in here;
2005-04-18add an example using both -c login_class and -c shell_arg;Jason McIntyre
requested by stuart henderson (pr #4178); ok millert@ deraadt@ beck@
2005-04-18more debugging leftoversJoris Vink
2005-04-18remove debugging leftoversJean-Francois Brousseau
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
both files and directories. We can now keep the revision number for regular files, and don't need to fetch the appropriate entry in the command callbacks. This saves a huge amount of parsing on Entries files. ok joris@
2005-04-18fix a potential use after free and plug some memory leaks.Patrick Latifi
While here, do a bit a formatting. ok otto deraadt
2005-04-17spacingTheo de Raadt
2005-04-17use correct functions names in warn()Hans-Joerg Hoexer
ok deraadt millert
2005-04-17sort options + sync usage();Jason McIntyre
2005-04-17remove amd64 special casing.Brad Smith
ok kettenis@
2005-04-16thought i had committed that earlier;snprintf return value check; joris okXavier Santolaria
2005-04-16make sure we send the correct stuff for newly added files thatJoris Vink
are not commited yet.
2005-04-16more snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16snprintf return value check; joris okXavier Santolaria
2005-04-16missing cvs_ent_free(); joris okXavier Santolaria
2005-04-16check snprintf() return value;Joris Vink
from deraadt@ small change by me
2005-04-15document mdoc(7) and mdoc.samples(7);Jason McIntyre
from pascoe@
2005-04-15pick up BINDIR from above; ok jorisTheo de Raadt
2005-04-15seperate usage functions per sub-programTheo de Raadt
shrink usage for rcs(1), that is what man pages are for ok joris