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_3_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.63   12 years  nicm   Move some global variables/statics to locals, from Michael W Bombardieri.
[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.168   12 years  nicm   Move some global variables/statics to locals, from Michael W Bombardieri.
[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.152   12 years  nicm   Move some global variables/statics to locals, 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.152   12 years  nicm   Lose unused variable cvs_msg, from Michael W Bombardieri.
[TXT] cvs.h  1.181   12 years  nicm   Lose unused variable cvs_msg, from Michael W Bombardieri.
[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.55   12 years  fgsch   In preparation for getline and getdelim additions to libc, rename getline() occu...
[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.46   12 years  nicm   Move some global variables/statics to locals, from Michael W Bombardieri.
[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.100   11 years  tedu   simplify rcsnum parsing by using a fixed array without all the realloc ok stsp
[TXT] rcsnum.c  1.54   11 years  tedu   simplify rcsnum parsing by using a fixed array without all the realloc ok stsp
[TXT] rcsparse.c  1.6   12 years  tobias   Sync rcsparse between OpenCVS/OpenRCS. Spaces, no binary change.
[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.81   12 years  nicm   Move some global variables/statics to locals, from Michael W Bombardieri.
[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.167   11 years  tedu   simplify rcsnum parsing by using a fixed array without all the realloc ok stsp
[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.22   12 years  nicm   Move some global variables/statics to locals, from Michael W Bombardieri.
[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@.