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


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.86   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[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.27   13 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] diff.c  1.164   2 years  deraadt   For open/openat, if the flags parameter does not contain O_CREAT, the 3rd (varia...
[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.276   8 months  guenther   cvs_file_copy() used futimes(), but only set the tv_sec fields, which presumably...
[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.42   2 years  deraadt   do not need a temporary one time use variable which befuddles
[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.321   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[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.34   2 years  deraadt   Stop using MAXBSIZE to eliminate sys/param.h including (which injects a ton of n...
[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
[TXT] TODO (in the Attic) [Hide]  1.7   19 years  jfb   unmaintained cruft, get rid of it instead of spreading bad info ok xsa@
[TXT] aclparse.y (in the Attic) [Hide]  1.2   19 years  jfb   * rework on the child API, still needs more functionality * move the ACL parsing...
[TXT] cache.c (in the Attic) [Hide]  1.4   19 years  joris   dead code. "ditch it" jfb@
[TXT] cache.h (in the Attic) [Hide]  1.4   19 years  jfb   we don't need a separate header for 4 function prototypes, move them in rcs.h
[TXT] child.c (in the Attic) [Hide]  1.4   19 years  joris   remove dead and unused code ok jfb@
[TXT] compress.c (in the Attic) [Hide]  1.7   16 years  joris   remove cruft that is simply rotting away, its not used for anything and until so...
[TXT] compress.h (in the Attic) [Hide]  1.2   16 years  joris   remove cruft that is simply rotting away, its not used for anything and until so...
[TXT] conf.y (in the Attic) [Hide]  1.7   19 years  jfb   more unused code
[TXT] cvsacl.5 (in the Attic) [Hide]  1.2   19 years  jfb   Man page overhaul: cvsacl.5 goes away, ACLs will now be part of the standard con...
[TXT] cvsd.8 (in the Attic) [Hide]  1.6   19 years  joris   remove dead and unused code ok jfb@
[TXT] cvsd.c (in the Attic) [Hide]  1.20   19 years  joris   remove dead and unused code ok jfb@
[TXT] cvsd.conf (in the Attic) [Hide]  1.5   19 years  joris   remove dead and unused code ok jfb@
[TXT] cvsd.conf.5 (in the Attic) [Hide]  1.5   19 years  joris   remove dead and unused code ok jfb@
[TXT] cvsd.h (in the Attic) [Hide]  1.9   19 years  joris   remove dead and unused code ok jfb@
[TXT] cvsignore.5 (in the Attic) [Hide]  1.3   17 years  jmc   put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5) into a single fil...
[TXT] cvsrc.5 (in the Attic) [Hide]  1.7   17 years  jmc   put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5) into a single fil...
[TXT] cvswrappers.5 (in the Attic) [Hide]  1.3   17 years  jmc   put cvs(1)'s FILES, cvsignore(5), cvsrc(5), and cvswrappers(5) into a single fil...
[TXT] event.h (in the Attic) [Hide]  1.4   19 years  jfb   get rid of event.h, it won't be used
[TXT] hist.c (in the Attic) [Hide]  1.15   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] includes.h (in the Attic) [Hide]  1.6   17 years  otto   general includes cleanup sweep. ok joris@ niallo@
[TXT] lock.c (in the Attic) [Hide]  1.4   19 years  jfb   unused cruft
[TXT] msg.c (in the Attic) [Hide]  1.7   18 years  jfb   bye bye
[TXT] proto.c (in the Attic) [Hide]  1.98   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] proto.h (in the Attic) [Hide]  1.14   17 years  joris   in preparation for the new remote code, proto.h becomes obsolete.
[TXT] rcs.1 (in the Attic) [Hide]  1.3   19 years  deraadt   stuff moved to rcs dir
[TXT] rcsprog.c (in the Attic) [Hide]  1.6   19 years  deraadt   stuff moved to rcs dir
[TXT] rcstime.c (in the Attic) [Hide]  1.7   17 years  xsa   remove unused leftovers from openrcs; OK joris@.
[TXT] repo.c (in the Attic) [Hide]  1.11   18 years  joris   bye obsolete junk; "go ahead" and "nuke them" niallo@, xsa@
[TXT] repo.h (in the Attic) [Hide]  1.4   18 years  joris   bye obsolete junk; "go ahead" and "nuke them" niallo@, xsa@
[TXT] req.c (in the Attic) [Hide]  1.45   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] resp.c (in the Attic) [Hide]  1.74   17 years  joris   commit the new opencvs code, i have been hacking on this for the past 2 weeks no...
[TXT] session.c (in the Attic) [Hide]  1.3   19 years  joris   remove dead and unused code ok jfb@
[TXT] sock.c (in the Attic) [Hide]  1.16   19 years  joris   remove dead and unused code ok jfb@
[TXT] sock.h (in the Attic) [Hide]  1.4   19 years  joris   remove dead and unused code ok jfb@
[TXT] strtab.c (in the Attic) [Hide]  1.8   18 years  niallo   - remove strtab stuff. serves no useful purpose. diff is from joris@, committin...
[TXT] strtab.h (in the Attic) [Hide]  1.4   18 years  niallo   - remove strtab stuff. serves no useful purpose. diff is from joris@, committin...
[TXT] zlib.c (in the Attic) [Hide]  1.7   18 years  xsa   renaming zlib.{c,h} files to compress.{c,h} and link to build; was pretty stupid...
[TXT] zlib.h (in the Attic) [Hide]  1.3   18 years  xsa   renaming zlib.{c,h} files to compress.{c,h} and link to build; was pretty stupid...