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_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] cvs/        
[DIR] cvsd/        
[DIR] cvsd-child/        
[DIR] rcs/        
[TXT] Makefile  1.30   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] README  1.4   18 years  joris   daemon leftovers
[TXT] add.c  1.60   17 years  reyk   fix a possible bug of pathname concatenation when adding subdirectories. ok jor...
[TXT] buf.c  1.55   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] buf.h  1.18   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] checkout.c  1.66   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] client.c  1.14   17 years  joris   Chad Dougherty <crd@andrew.cmu.edu> teaches me how to spell 'supported' correctl...
[TXT] cmd.c  1.52   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] commit.c  1.81   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] config.c  1.4   17 years  joris   in preparation for the new remote code, proto.h becomes obsolete.
[TXT] config.h  1.1   17 years  joris   basic support for CVSROOT/config - only supporting the 'tag' and 'umask' keyword...
[TXT] cvs.1  1.99   17 years  reyk   use quiet mode (-q) by default and add a flag -V for the old "verbose" mode. if...
[TXT] cvs.c  1.107   17 years  joris   handle SIGPIPE correctly.
[TXT] cvs.h  1.116   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] cvsintro.7  1.10   18 years  niallo   - pre-existent -> pre-existing ok jmc@
[TXT] date.y  1.13   18 years  ray   Use xasprintf and xfree. ``But i thought it already went in...'' xsa@
[TXT] diff.c  1.109   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] diff.h  1.13   17 years  joris   add cvs_buf_load_fd() which does the same as cvs_buf_load() except it takes a de...
[TXT] diff3.c  1.26   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] diff_internals.c  1.3   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] entries.c  1.61   17 years  joris   more straightforward trace (-t) output, too much is just too noisy.
[TXT] fatal.c  1.8   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] file.c  1.162   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] file.h  1.37   17 years  joris   fill in the correct revision number we will want in file_rcsrev for each cvs_fil...
[TXT] getlog.c  1.65   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] import.c  1.54   17 years  ray   Remove file mode argument from {cvs|rcs}_buf_write_stmp(). We always set the te...
[TXT] init.c  1.25   17 years  joris   in preparation for the new remote code, proto.h becomes obsolete.
[TXT] init.h  1.1   17 years  xsa   bring back a working version of the `cvs init' command. OK joris@.
[TXT] log.c  1.36   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] log.h  1.19   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] rcs.c  1.188   17 years  joris   pull in latest change from openrcs: Add missing checks for EOF when parsing rcs ...
[TXT] rcs.h  1.69   17 years  xsa   handle `cvs tag -F'; input && OK joris@.
[TXT] rcsnum.c  1.39   17 years  ray   Pull in improper memory allocation from RCS: > Not were we allocating memory fo...
[TXT] remote.c  1.4   17 years  joris   handle 0 sized files correctly, tested by brad@ thanks
[TXT] remote.h  1.1   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] remove.c  1.54   17 years  joris   kill local and remote callback and just have one called fileproc. we let the com...
[TXT] repository.c  1.4   17 years  joris   zap myuid variable, it is not used for anything usefull.
[TXT] repository.h  1.2   17 years  joris   allow commands to respect the -l flag, if the -l flag is specified certain comma...
[TXT] root.c  1.33   17 years  joris   in preparation for the new remote code, proto.h becomes obsolete.
[TXT] server.c  1.30   17 years  joris   more straightforward trace (-t) output, too much is just too noisy.
[TXT] status.c  1.68   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] tag.c  1.49   17 years  reyk   for cvs tag, tag all files in the local directory if no file argument is given. ...
[TXT] update.c  1.80   17 years  joris   first part of opencvs remote, fairly useable on existing trees although i advise...
[TXT] util.c  1.90   17 years  joris   more straightforward trace (-t) output, too much is just too noisy.
[TXT] util.h  1.10   17 years  xsa   handle existing CVS/Tag file when adding new directories. OK joris@.
[TXT] worklist.c  1.5   18 years  ray   Use variable names for sizeof, remove casts in front of xmalloc, use xcalloc and...
[TXT] worklist.h  1.5   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] xmalloc.c  1.6   18 years  ray   Today is Integer Overflow Prevention Day: - Sync xmalloc.? with ssh versions. ...
[TXT] xmalloc.h  1.2   18 years  ray   Today is Integer Overflow Prevention Day: - Sync xmalloc.? with ssh versions. ...
[TXT] compress.c (in the Attic) [Hide]  1.5   17 years  pat   Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@...
[TXT] compress.h (in the Attic) [Hide]  1.1   18 years  xsa   renaming zlib.{c,h} files to compress.{c,h} and link to build; was pretty stupid...
[TXT] cvsignore.5 (in the Attic) [Hide]  1.2   18 years  jmc   preceeded -> preceded
[TXT] cvsrc.5 (in the Attic) [Hide]  1.6   18 years  xsa   .Xr cvsintro(7); ok joris jmc
[TXT] cvswrappers.5 (in the Attic) [Hide]  1.2   18 years  jmc   keyword section is in rcs(1) now;
[TXT] includes.h (in the Attic) [Hide]  1.5   17 years  joris   teach opencvs about the dlimit keyword in CVSROOT/config. put some trace message...
[TXT] rcstime.c (in the Attic) [Hide]  1.6   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...