summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix -fno-common issues; ok mortimerderaadt2021-01-273-9/+11
* Accommodate POSIX basename(3) that takes a non-const parameter andnaddy2020-10-197-44/+106
* Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS.stsp2020-06-261-2/+9
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2810-27/+27
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-2/+2
* Delete unnecessary <libgen.h> #includesguenther2018-12-301-2/+1
* fix incorrect usage of the .Bx macro;schwarze2018-12-051-5/+3
* don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do notjoris2018-07-141-2/+2
* fix const related warnings; ok millert@otto2017-08-289-24/+24
* Use xasprintf() instead of calloc() + strlcpy() + memcpy() tomillert2017-08-281-7/+3
* When executing ssh, use "--" to indicate end of arguments before themillert2017-08-211-2/+3
* Add missing <time.h> header.okan2017-07-202-2/+4
* If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local.joris2017-06-011-2/+4
* Don't look at file_type until after cvs_remote_classify_file() was called.joris2017-06-011-5/+2
* Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.joris2017-06-0122-82/+93
* Do not use CVS_LOCK_REPO for committing.joris2017-05-311-2/+2
* Plug memleak in rcs_translate_tag() that was causing havoc on large repos.joris2017-05-311-1/+3
* When unlocking a directory only unlock the given one rather then all repo_locks.joris2017-05-311-3/+3
* fix indentationjoris2017-05-311-2/+2
* Fix opencvs tag so it does not attempt to to local operations in a remote setup.joris2017-05-311-51/+46
* cvs_file_classify() was making the mistake of only taking over a stickyjoris2017-05-292-5/+3
* Let opencvs show ignored files on import, not showing them is just confusing.joris2017-05-283-6/+20
* Don't allow opencvs to commit towards tags that are not branches.joris2017-05-281-43/+7
* Teach opencvs status to display the sticky tag according to what it reallyjoris2017-05-281-3/+8
* Bring the opencvs log message template inline with other cvs implementations.joris2017-05-281-5/+5
* Don't use ce_time if we are running as a server, it won't be present.joris2016-11-031-3/+7
* minor whitespace fixes.joris2016-10-271-3/+2
* Using bitwise OR along with two assignments in the conditional ofmillert2016-10-181-2/+7
* Add the branch revision to the status output much like GNU cvs does.joris2016-10-181-6/+19
* Remove useless n=n assignment in the first parse of a for().millert2016-10-161-2/+2
* Quiet compiler warnings. OK tomc@ tb@millert2016-10-159-33/+31
* Fix update -r and -A.fcambus2016-10-141-5/+3
* rcsnum_free() -> free() cleanups. From Michael W. Bombardieri.fcambus2016-10-1318-127/+98
* Fix revision lookups for branches. Properly perform a revisionmillert2016-10-131-12/+11
* When allocating the h_table array use the size of struct hash_head,millert2016-10-121-2/+2
* Use the correct type for p. From Joris Vink.fcambus2016-10-121-2/+3
* Add missing getpw pledgetb2016-09-041-2/+2
* When the commit message is empty, don't default to c)ontinuetb2016-08-161-5/+5
* more e-mail -> emailmmcc2015-12-241-3/+3
* commited -> committedmmcc2015-12-221-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-3/+2
* opencvs can use pledge "stdio rpath wpath cpath fattr proc exec".deraadt2015-11-191-1/+5
* Merge xmalloc.[ch] files across base, skipping OpenSSH for now.tobias2015-11-171-24/+23
* Remove xfree(), like already done for RCS. From Michael W Bombardieri,nicm2015-11-0534-372/+297
* Add brackets to clarify assignments that are the result of a test operator.jsg2015-09-051-2/+2
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-202-7/+7
* Add support for commit ids to opencvs status.stsp2015-04-041-1/+12
* Fix modified timestamp in output of opencvs status.stsp2015-04-043-6/+12
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-056-7/+12
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-1635-213/+224