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_4_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cvs/        
[DIR] cvsd/        
[DIR] cvsd-child/        
[DIR] rcs/        
[TXT] Makefile  1.47   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[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.107   15 years  joris   use FILE_ON_DISK flags when we need to verify if a file exists in the working co...
[TXT] admin.c  1.64   15 years  tobias   Be also very conservative about the supplied revision for state changes, i.e. do...
[TXT] annotate.c  1.60   15 years  tobias   Conforming to RCS specification, it is possible but unlikely to encounter an RCS...
[TXT] atomicio.c  1.1   16 years  tobias   Imported atomicio interface. Requested by ray@, OK joris@
[TXT] atomicio.h  1.1   16 years  tobias   Imported atomicio interface. Requested by ray@, OK joris@
[TXT] buf.c  1.74   15 years  joris   remove unused functions, definitions and outdated comments from the stone ages.
[TXT] buf.h  1.26   15 years  joris   remove unused functions, definitions and outdated comments from the stone ages.
[TXT] checkout.c  1.165   14 years  sthen   Use correct synopses for checkout and export when an invalid -k option is specif...
[TXT] client.c  1.121   15 years  joris   properly expand modules if requested by the client, this option is needed so gnu...
[TXT] cmd.c  1.68   16 years  tobias   Added rdiff support. In order to do this, some output and option fixes had to b...
[TXT] commit.c  1.149   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] config.c  1.15   16 years  joris   allow our parsing functions to stop parsing a config file at any given time. wi...
[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.125   14 years  ray   Sync some rcsdiff changes to cvsdiff. As a side effect, cvs diff -t now works. ...
[TXT] cvs.5  1.7   16 years  jmc   bump Mdocdate for pages committed in "febuary", necessary because of a typo in r...
[TXT] cvs.c  1.150   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[TXT] cvs.h  1.176   15 years  joris   remove unused functions, definitions and outdated comments from the stone ages.
[TXT] cvsintro.7  1.14   16 years  deraadt   kill some first-person wording; help from jmc
[TXT] date.y  1.18   16 years  cnst   * yyInput doesn't seem to contain anything meaningful at the time when yyerror...
[TXT] diff.c  1.155   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] diff.h  1.20   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] diff3.c  1.51   14 years  deraadt   rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintai...
[TXT] diff_internals.c  1.28   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] edit.c  1.48   15 years  ragge   Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping mi...
[TXT] entries.c  1.102   15 years  joris   properly register Questionable files using CVS/Entries server-side in order for ...
[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.258   15 years  joris   when i fixed to attic handling i forgot one special case that we'd hit in normal...
[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.93   15 years  joris   "Logging dirname" needs to be properly shown when running log/rlog. spotted by d...
[TXT] hash.c  1.1   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[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.39   15 years  tobias   Add entries to history file only if it already exists. ok joris
[TXT] import.c  1.101   14 years  martynas   release storage after asprintf. ok sthen@
[TXT] init.c  1.36   15 years  joris   remove unused functions, definitions and outdated comments from the stone ages.
[TXT] init.h  1.2   15 years  joris   simplify
[TXT] log.c  1.45   15 years  joris   cmdp can be NULL while still in cvs_getopt(), so deal with this inside of cvs_vl...
[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.52   15 years  joris   switch our file and directory lists to RB trees (see tree(3)), so we can benefit...
[TXT] modules.c  1.16   15 years  joris   printf() -> cvs_printf() so it works under server mode as well spotted by Jonath...
[TXT] rcs.c  1.291   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] rcs.h  1.93   15 years  joris   remove unused functions, definitions and outdated comments from the stone ages.
[TXT] rcsnum.c  1.53   16 years  joris   correctly deal with non-zero depths specified in rcsnum_cmp(); from Stefan Sper...
[TXT] release.c  1.41   15 years  joris   kill useless return;
[TXT] remote.c  1.28   15 years  joris   do not try to send a added file that is no longer on disk towards the server. p...
[TXT] remote.h  1.37   15 years  joris   properly expand modules if requested by the client, this option is needed so gnu...
[TXT] remove.c  1.80   15 years  joris   use FILE_ON_DISK flags when we need to verify if a file exists in the working co...
[TXT] repository.c  1.22   15 years  joris   fix the way Attic is handled in our recursion code, so we do not skip files or r...
[TXT] repository.h  1.5   15 years  joris   use file_flags for 2 more reasons: - mark a file as being inside the Attic/ - ma...
[TXT] root.c  1.46   15 years  joris   cleanup of CVSROOT, we have no need for cr_flags, cr_version or cr_vrmask[] its ...
[TXT] server.c  1.99   15 years  joris   bleh, do not force the client to support certain responses. this fixes annotate ...
[TXT] status.c  1.92   15 years  joris   use file_rcsrev when printing out Repository revision so we always receive the c...
[TXT] tag.c  1.79   15 years  joris   have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag when calling rcs_open(), so i...
[TXT] trigger.c  1.17   15 years  joris   only pass the real $var to expand_vars() instead of the entire line, this way co...
[TXT] trigger.h  1.2   15 years  xsa   spacing.
[TXT] update.c  1.160   15 years  joris   shuffle code a bit so FILE_REMOVE_ENTRY also calls cvs_checkout_file() with CO_R...
[TXT] util.c  1.151   15 years  joris   use size_t for size, since atomicio() both accepts and returns it
[TXT] util.h  1.26   15 years  joris   completely kill the need for TMP_DIR when running checkout, which gives us bette...
[TXT] version.c  1.25   17 years  xsa   like the init command, version does not take any extra args. from Tobias Stoeckm...
[TXT] watch.c  1.21   15 years  ragge   Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping mi...
[TXT] worklist.c  1.6   17 years  otto   general includes cleanup sweep. ok joris@ niallo@
[TXT] worklist.h  1.6   17 years  otto   general includes cleanup sweep. ok joris@ niallo@
[TXT] xmalloc.c  1.9   14 years  ray   More cvs/diff/rcs convergence: 1. Mostly variable/function renaming, SIZE_T_MAX-...
[TXT] xmalloc.h  1.3   17 years  xsa   introduce xsnprintf(); OK otto@ joris@.