summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-03-13when a file was locally removed and a diff was done againstStuart Henderson
2008-03-13use RCS_PARSE_FULLY for CVS_OP_ADMIN as well.Joris Vink
2008-03-13properly initialize variablesJoris Vink
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toTheo de Raadt
2008-03-12missing rcsnum_free();Joris Vink
2008-03-11EXAMPLES:Jason McIntyre
2008-03-10turn on keepalive by default (one byte every 60 seconds)Marc Espie
2008-03-09Fix segmentation fault when running checkout -p on a file withoutTobias Stoeckmann
2008-03-09only compare file types if the file/directory exists both on diskJoris Vink
2008-03-09locate the first occurance of ':' in the given -j argumentsJoris Vink
2008-03-09tweak previous;Jason McIntyre
2008-03-09simplify logic in cvs_update_leavedir()Joris Vink
2008-03-09when in server mode, be sure the client picks up any new directoriesJoris Vink
2008-03-09be sure to build CVS/Root when updating and building directories (-d)Joris Vink
2008-03-09do not use CR_REPO in a remote setup, that will obviously fail.Joris Vink
2008-03-09revert one of tobias his changes, it broke remote for several commands.Joris Vink
2008-03-09proper repository locking:Joris Vink
2008-03-09do not empty the list in cvs_file_walklist() this is the callerJoris Vink
2008-03-09cf->user_supplied cannot be used in cvs_file_classify for all commandsTobias Stoeckmann
2008-03-09Don't force ourself to support CVS_USE_WDIR commands (release, update, ...)Tobias Stoeckmann
2008-03-09be sure to create CVS/Root if we added a new directory to the repository.Joris Vink
2008-03-09pass user_supplied to struct cvs_file so it can be usedJoris Vink
2008-03-09unused varJoris Vink
2008-03-09rename check_dir_tag to user_supplied to reflect what the flagJoris Vink
2008-03-09While allocation memory, make sure that file sizes are smaller than SIZE_MAX.Tobias Stoeckmann
2008-03-09Get README up to date: OpenCVS is linked to build now, but man pages areTobias Stoeckmann
2008-03-09Prevent sending of "Directory" messages for arguments in remote setup ifTobias Stoeckmann
2008-03-08do not log successfull merges in CVSROOT/history when joining.Joris Vink
2008-03-08better -j supportJoris Vink
2008-03-08CVS/Entries file must be created in cvs_mkadmin, because they have to beTobias Stoeckmann
2008-03-08Set instead of logically ORing this variable.Tobias Stoeckmann
2008-03-08Set umask (and cvs_umask) to system's umask in local and client mode.Tobias Stoeckmann
2008-03-08add checkout/update -j support.Joris Vink
2008-03-08avoid inifite recursion on certain error conditions; from netbsd;Otto Moerbeek
2008-03-08fix vs_columns() for the "set nu" case. avoids segfaults for very longOtto Moerbeek
2008-03-08correct usage of lseek(2);Joris Vink
2008-03-08Document that -k 0 does not do anything, instead of sending bytes everyMarc Espie
2008-03-04crank version; from djmTheo de Raadt
2008-03-04fix ifdef DEBUG code; ok krw@ deraadt@Otto Moerbeek
2008-03-04fix segfault when trying to lock and unlock rcs files thatJoris Vink
2008-03-03tweak previous;Jason McIntyre
2008-03-02document the two big bugs left that somewhat hinder parallel mode.Marc Espie
2008-03-02Make sure that temporary file has been successfully opened.Tobias Stoeckmann
2008-03-02rcs_errno is gone: zap rcs_errstr() and rcs_errstrs[] as well.Tobias Stoeckmann
2008-03-02rannotate needs at least one module as argument.Tobias Stoeckmann
2008-03-02Print the right synopsis for commands on error (especially if commandsTobias Stoeckmann
2008-03-02use a union to ensure alignment of the cmsg (pay attention: various otherTheo de Raadt
2008-03-02allow our parsing functions to stop parsing a config file atJoris Vink
2008-03-02- Remove LIBZ from DPADD.Brad Smith
2008-03-01remove cruft that is simply rotting away, its not used forJoris Vink