OpenBSD CVS

src/usr.bin/cvs/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / cvs

Current tag: OPENBSD_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cvs/        
[DIR] cvsd/        
[DIR] cvsd-child/        
[DIR] rcs/        
[TXT] Makefile  1.48   13 years  tobias   Replaced RCS parser code with new rcsparse.{c,h}: - be very strict about things ...
[TXT] README  1.6   16 years  tobias   Get README up to date: OpenCVS is linked to build now, but man pages are not in...
[TXT] add.c  1.114   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] admin.c  1.68   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] annotate.c  1.69   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] atomicio.c  1.2   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] atomicio.h  1.1   16 years  tobias   Imported atomicio interface. Requested by ray@, OK joris@
[TXT] buf.c  1.84   7 years  millert   Quiet compiler warnings. OK tomc@ tb@
[TXT] buf.h  1.29   7 years  millert   Quiet compiler warnings. OK tomc@ tb@
[TXT] checkout.c  1.171   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] client.c  1.128   5 years  joris   don't run cvs_client_sendfile() if its file_type is CVS_DIR, but do not depend o...
[TXT] cmd.c  1.69   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] commit.c  1.159   5 years  guenther   Delete unnecessary <libgen.h> #includes ok deraadt@
[TXT] config.c  1.17   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
[TXT] config.h  1.10   16 years  joris   allow our parsing functions to stop parsing a config file at any given time. wi...
[TXT] cvs.1  1.128   8 years  mmcc   more e-mail -> email
[TXT] cvs.5  1.9   10 years  jmc   do not use Sx for sections outwith the page; man4 still to go...
[TXT] cvs.c  1.159   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] cvs.h  1.184   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] cvsintro.7  1.16   5 years  schwarze   fix incorrect usage of the .Bx macro; one case reported by Fabio Scotoni <fabio ...
[TXT] date.y  1.26   6 years  okan   Add missing <time.h> header. ok joris@
[TXT] diff.c  1.163   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] diff.h  1.22   13 years  nicm   Support -U and -C to specify the context length for "cvs diff". This doesn't al...
[TXT] diff3.c  1.62   7 years  millert   Using bitwise OR along with two assignments in the conditional of a while() loop...
[TXT] diff_internals.c  1.39   7 years  millert   Quiet compiler warnings. OK tomc@ tb@
[TXT] edit.c  1.53   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] entries.c  1.107   7 years  fcambus   rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. OK millert@
[TXT] fatal.c  1.14   15 years  joris   show any signal we might have received that killed our cvs process. ok tobias@
[TXT] file.c  1.273   6 years  joris   If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local. Otherwi...
[TXT] file.h  1.53   15 years  joris   fix the way Attic is handled in our recursion code, so we do not skip files or r...
[TXT] getlog.c  1.101   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] hash.c  1.3   7 years  millert   When allocating the h_table array use the size of struct hash_head, not the size...
[TXT] hash.h  1.1   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[TXT] hash_func.c  1.1   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[TXT] history.c  1.45   6 years  okan   Add missing <time.h> header. ok joris@
[TXT] import.c  1.108   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] init.c  1.41   6 years  otto   fix const related warnings; ok millert@
[TXT] init.h  1.3   6 years  otto   fix const related warnings; ok millert@
[TXT] log.c  1.47   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
[TXT] log.h  1.23   15 years  joris   New trigger framework that allows us to run the required scripts defined in CVSR...
[TXT] logmsg.c  1.60   6 years  joris   Bring the opencvs log message template inline with other cvs implementations. o...
[TXT] modules.c  1.19   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
[TXT] rcs.c  1.318   6 years  millert   Use xasprintf() instead of calloc() + strlcpy() + memcpy() to generate the log l...
[TXT] rcs.h  1.103   6 years  otto   fix const related warnings; ok millert@
[TXT] rcsnum.c  1.59   6 years  otto   fix const related warnings; ok millert@
[TXT] rcsparse.c  1.13   7 years  fcambus   rcsnum_free() -> free() cleanups. From Michael W. Bombardieri. OK millert@
[TXT] rcsparse.h  1.1   13 years  tobias   Replaced RCS parser code with new rcsparse.{c,h}: - be very strict about things ...
[TXT] release.c  1.43   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] remote.c  1.32   6 years  otto   fix const related warnings; ok millert@
[TXT] remote.h  1.38   6 years  otto   fix const related warnings; ok millert@
[TXT] remove.c  1.84   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] repository.c  1.25   6 years  joris   When unlocking a directory only unlock the given one rather then all repo_locks....
[TXT] repository.h  1.6   13 years  ray   Rename a bunch of variables and functions, removing the cvs_/rcs_ prefixes to re...
[TXT] root.c  1.49   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] server.c  1.105   6 years  otto   fix const related warnings; ok millert@
[TXT] status.c  1.100   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] tag.c  1.87   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] trigger.c  1.23   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
[TXT] trigger.h  1.2   15 years  xsa   spacing.
[TXT] update.c  1.176   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] util.c  1.161   6 years  otto   fix const related warnings; ok millert@
[TXT] util.h  1.31   6 years  otto   fix const related warnings; ok millert@
[TXT] version.c  1.26   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] watch.c  1.23   6 years  joris   Stop looking at current_cvsroot->cr_method to figure out if we're remote or not....
[TXT] worklist.c  1.8   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc
[TXT] worklist.h  1.8   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] xmalloc.c  1.13   8 years  tobias   Merge xmalloc.[ch] files across base, skipping OpenSSH for now. ok nicm
[TXT] xmalloc.h  1.5   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc