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_4


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.105   15 years  tobias   Support the addition of new files in branches. ok joris
[TXT] admin.c  1.63   15 years  tobias   admin is only allowed on files which have an entry in CVS/Entries. ok joris
[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.72   15 years  joris   New trigger framework that allows us to run the required scripts defined in CVSR...
[TXT] buf.h  1.25   15 years  joris   New trigger framework that allows us to run the required scripts defined in CVSR...
[TXT] checkout.c  1.156   15 years  joris   use cf->fd in cvs_remote_sendfile() instead of using a local variable that is on...
[TXT] client.c  1.116   15 years  joris   don't always re-open the same CVS/Entries file, instead keep the last opened CVS...
[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.144   15 years  joris   make these compile cleanly
[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.121   16 years  deraadt   kill some first-person wording; help from jmc
[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.172   15 years  xsa   Simply the version string and nuke unecessary variables used to build it. ok jor...
[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.144   15 years  tobias   Properly send -D arguments to server when run as a client. Issue spotted by sth...
[TXT] diff.h  1.17   16 years  joris   add checkout/update -j support. still has some rough edges.
[TXT] diff3.c  1.48   16 years  joris   unused var
[TXT] diff_internals.c  1.25   15 years  tobias   Removed bogus var definition. ok joris
[TXT] edit.c  1.48   15 years  ragge   Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping mi...
[TXT] entries.c  1.100   15 years  joris   unfuck CVS/Tag creation, karma sucks doesn't it.
[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.249   15 years  tobias   Support the addition of new files in branches. ok joris
[TXT] file.h  1.49   15 years  joris   pass the complete path to cvs_file_get_cf() instead of reconstructing it again i...
[TXT] getlog.c  1.89   15 years  tobias   Conforming to RCS specification, it is possible but unlikely to encounter an RCS...
[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.97   15 years  joris   open the RCS file descriptor with O_RDONLY, like all other code does. ok tobias...
[TXT] init.c  1.35   15 years  ragge   Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping mi...
[TXT] init.h  1.1   17 years  xsa   bring back a working version of the `cvs init' command. OK joris@.
[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.50   15 years  joris   New trigger framework that allows us to run the required scripts defined in CVSR...
[TXT] modules.c  1.13   16 years  tobias   Set instead of logically ORing this variable. ok joris
[TXT] rcs.c  1.278   15 years  joris   plug a memleak in rcs_rev_getlines() - initially noticed & diff by Igor Zinovik ...
[TXT] rcs.h  1.92   15 years  tobias   Support the addition of new files in branches. ok joris
[TXT] rcsnum.c  1.53   15 years  joris   correctly deal with non-zero depths specified in rcsnum_cmp(); from Stefan Sper...
[TXT] release.c  1.40   16 years  xsa   More -Q support.
[TXT] remote.c  1.24   15 years  joris   don't always re-open the same CVS/Entries file, instead keep the last opened CVS...
[TXT] remote.h  1.34   15 years  joris   missed in last commit, to make things compile cleaner
[TXT] remove.c  1.79   15 years  ragge   Some conformance fixes: - Empty brackets forbidden in C99. - ? : and skipping mi...
[TXT] repository.c  1.20   16 years  joris   proper repository locking: - all read operations now look for a lock, and wait i...
[TXT] repository.h  1.4   16 years  joris   proper repository locking: - all read operations now look for a lock, and wait i...
[TXT] root.c  1.45   15 years  tobias   Don't parse CVS/Root during import. ok joris
[TXT] server.c  1.92   15 years  joris   make these compile cleanly
[TXT] status.c  1.88   15 years  tobias   Conforming to RCS specification, it is possible but unlikely to encounter an RCS...
[TXT] tag.c  1.76   15 years  tobias   Properly send -D arguments to server when run as a client. Issue spotted by sth...
[TXT] trigger.c  1.14   15 years  tobias   Plug memory and file descriptor leaks, diff by Jonathan Armani. ok joris
[TXT] trigger.h  1.2   15 years  xsa   spacing.
[TXT] update.c  1.156   15 years  joris   if the user supplied -A only checkout files again if a sticky tag was in fact se...
[TXT] util.c  1.147   15 years  joris   add a hash table mechanism based upon hcreate(3) but one that allows us to maint...
[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.8   17 years  otto   general includes cleanup sweep. ok joris@ niallo@
[TXT] xmalloc.h  1.3   17 years  xsa   introduce xsnprintf(); OK otto@ joris@.