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_9_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.115   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] admin.c  1.69   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.85   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] buf.h  1.29   7 years  millert   Quiet compiler warnings. OK tomc@ tb@
[TXT] checkout.c  1.172   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[TXT] client.c  1.129   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.160   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.160   3 years  deraadt   fix -fno-common issues; ok mortimer
[TXT] cvs.h  1.185   3 years  deraadt   fix -fno-common issues; ok mortimer
[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.65   3 years  stsp   Fix merging of files that lack a final \n at EOF after a block of common lines. ...
[TXT] diff_internals.c  1.40   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.274   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.109   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.61   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.320   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.33   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.26   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.106   3 years  naddy   Accommodate POSIX basename(3) that takes a non-const parameter and may modify th...
[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.88   3 years  deraadt   fix -fno-common issues; ok mortimer
[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.162   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[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.14   4 years  deraadt   asprintf returns -1, not an arbitrary value < 0. Also upon error the (very slop...
[TXT] xmalloc.h  1.5   8 years  nicm   Remove xfree(), like already done for RCS. From Michael W Bombardieri, ok mmcc