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_5_0_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.110   13 years  nicm   Nuke dead assignments and a dead function, from Michael W Bombardieri using lint...
[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.62   13 years  ray   Check date_parse return values. OK xsa
[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.80   13 years  nicm   Improve buf.c comments, from zinovik. ok stsp
[TXT] buf.h  1.28   13 years  zinovik   change buf_release() prototype accordingly to buf.c unbreaks opencvs build
[TXT] checkout.c  1.167   13 years  ray   Check date_parse return values. OK xsa
[TXT] client.c  1.123   13 years  nicm   Support for update -C, from zinovik. ok tobias xsa
[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.151   13 years  nicm   Trivial code simplifying, from Michael W Bombardieri.
[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.127   13 years  jmc   - note that -T overrides TMPDIR, and a few other tweaks; from Michael W. Bombard...
[TXT] cvs.5  1.8   13 years  jmc   more wacky macro fixing;
[TXT] cvs.c  1.151   13 years  ray   Rename a bunch of variables and functions, removing the cvs_/rcs_ prefixes to re...
[TXT] cvs.h  1.180   13 years  nicm   Remove some includes and defines that are no longer needed, from Michael W Bomba...
[TXT] cvsintro.7  1.14   16 years  deraadt   kill some first-person wording; help from jmc
[TXT] date.y  1.22   13 years  ray   Checking for -1 as an overflow value is pretty absurd. Returning the unix epoch ...
[TXT] diff.c  1.160   13 years  nicm   Use -u when diff context is 3, from Michael W Bombardieri, tweaked by millert.
[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.54   13 years  nicm   Nuke some unused variables and remove an unnecessary call to dirname(). From Mi...
[TXT] diff_internals.c  1.34   13 years  nicm   Move an isqrt() call outside a macro, from Michael W Bombardieri. ok ray
[TXT] edit.c  1.49   13 years  zinovik   when opencvs is started with trace option `-t' it must print function it enters,...
[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.262   13 years  millert   Change basep parameter of getdirentries() to be off_t *, not long * so it works ...
[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.95   13 years  ray   Check date_parse return values. OK xsa
[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.40   13 years  ray   Reduce variable/function name and whitespace differences between cvs/rcs. OK xs...
[TXT] import.c  1.103   13 years  nicm   Add cvs_mkdir() for recursive directory creation on import, based on a diff from...
[TXT] init.c  1.38   13 years  nicm   init was passing a writable file descriptor into rcs_open which was then failing...
[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.54   13 years  ray   Reduce variable/function name and whitespace differences between cvs/rcs. OK xs...
[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.310   13 years  chl   Fix bad return value check for rcsnum_cmp() ok nickm@ xsa@
[TXT] rcs.h  1.99   12 years  chl   add missing header, needed by the use of struct tm ok nicm@ xsa@
[TXT] rcsnum.c  1.53   15 years  joris   correctly deal with non-zero depths specified in rcsnum_cmp(); from Stefan Sper...
[TXT] rcsparse.c  1.5   13 years  nicm   Fix a typo in a comment, from Michael W Bombardieri.
[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.41   15 years  joris   kill useless return;
[TXT] remote.c  1.29   13 years  ray   Reduce variable/function name and whitespace differences between cvs/rcs. OK xs...
[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.23   13 years  ray   Rename a bunch of variables and functions, removing the cvs_/rcs_ prefixes to re...
[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.47   13 years  nicm   Use CVSROOT for "cvs import" - just ignore CVS/Root files. PR 6497 from Michael ...
[TXT] server.c  1.100   13 years  ray   Reduce variable/function name and whitespace differences between cvs/rcs. OK xs...
[TXT] status.c  1.93   14 years  millert   Increase buffer size to support large pathnames. Committing on behalf of stsp@ ...
[TXT] tag.c  1.80   13 years  tobias   Fix memory leak. ok stsp, zinovik
[TXT] trigger.c  1.20   12 years  nicm   Remove a silly XXX for a bit of code that is only used once - no value in making...
[TXT] trigger.h  1.2   15 years  xsa   spacing.
[TXT] update.c  1.166   13 years  millert   Change basep parameter of getdirentries() to be off_t *, not long * so it works ...
[TXT] util.c  1.155   13 years  nicm   Remove some includes and defines that are no longer needed, from Michael W Bomba...
[TXT] util.h  1.30   13 years  nicm   Nuke dead assignments and a dead function, from Michael W Bombardieri using lint...
[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.7   13 years  ray   Rename a bunch of variables and functions, removing the cvs_/rcs_ prefixes to re...
[TXT] worklist.h  1.7   13 years  ray   Rename a bunch of variables and functions, removing the cvs_/rcs_ prefixes to re...
[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@.