tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
gnu
/
usr.bin
/
cvs
/
src
/
at
rk3128
81 files
.cvsignore
Latest from Cyclic Software
24 years ago
ChangeLog
Latest from Cyclic Software
24 years ago
ChangeLog-9194
Latest public release from Cyclic; fixes numerous memory leaks and have some performance improvements
30 years ago
ChangeLog-9395
New CVS release from Cyclic Software
30 years ago
ChangeLog-96
New release from Cyclic Software
29 years ago
ChangeLog-97
Latest version from Cyclic
28 years ago
Makefile.am
Don't add -I$(srcdir)/zlib to CFLAGS since the version of zlib included with cvs no longer matches ours. Fixes "compression initialization: error -6" as noticed by espie@ and others.
22 years ago
Makefile.in
avoid rebuilding server.c and client.c in the install target
13 years ago
add.c
Latest from Cyclic Software
24 years ago
admin.c
Fix a few, but not all, clang warnings: Use "%s" to print modifiable strings, add a couple of braces, ansify a few functions, add and remove a few extra parens.
7 years ago
annotate.c
Latest from Cyclic Software
24 years ago
buffer.c
fix leaks found by parfait. ok deraadt
16 years ago
buffer.h
Latest version from Cyclic
28 years ago
build_src.com
Latest from Cyclic Software
24 years ago
checkin.c
Latest version from Cyclic
28 years ago
checkout.c
Allow a CVS tagname to be expanded during checkout, export and update to be specified on the command line; ok niklas@ pval@
24 years ago
classify.c
Latest from Cyclic Software
24 years ago
client.c
When executing ssh, use "--" to indicate end of arguments before the host name. Adapted from a MirBSD diff by Thorsten Glaser.
8 years ago
client.h
Latest from Cyclic Software
25 years ago
commit.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
create_adm.c
Latest from Cyclic Software
24 years ago
cvs.h
Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@
12 years ago
cvsbug.in
avoid /tmp races by using mktemp(1)
24 years ago
cvsrc.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
diff.c
when comparing two revisions of a directory tree, don't show dead files as new in the 2nd revision
19 years ago
edit.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
edit.h
New release from Cyclic Software
29 years ago
entries.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
error.c
Latest from Cyclic Software
24 years ago
error.h
Latest from Cyclic Software
24 years ago
expand_path.c
backport commitid support from newer CVS (with a different random id generator)
13 years ago
fileattr.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
fileattr.h
Latest version from Cyclic
26 years ago
filesubr.c
Several potential security problems found and fixed by Stefan Esser & Sebastian Krahmer.
22 years ago
find_names.c
Latest from Cyclic Software
24 years ago
hardlink.c
Prep for big ino_t: cast to unsigned long long and format with %ll or %q
12 years ago
hardlink.h
Latest version from Cyclic
28 years ago
hash.c
Fix a few, but not all, clang warnings: Use "%s" to print modifiable strings, add a couple of braces, ansify a few functions, add and remove a few extra parens.
7 years ago
hash.h
Latest from Cyclic Software
25 years ago
history.c
When writing a history entry, don't downcast time() return value to (long). Use (long long) and print it with %ll08x instead. ok zhuk@
12 years ago
ignore.c
Adjust the default "ignore" list for cvs; - don't ignore "core", it gets in the way when we import certain things - ignore "*.core" to match the actual filenames we use for core dumps suggested by landry@ - ignore ".git" to avoid accidental imports of the directory when used locally "on top of" cvs
14 years ago
import.c
finally enable writing per-commit commitid tokens to rcs ,v files
12 years ago
lock.c
Merge local changes; work in progress
24 years ago
log.c
Nuke some excess whitespace.
9 years ago
login.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
logmsg.c
When the commit message is empty, don't default to c)ontinue (committing without log message), but to a)bort.
9 years ago
main.c
Drop dead links to loria.fr and cvshome.org
7 years ago
mkmodules.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
modules.c
fix a segfault in gnucvs that can occur with "checkout -c" if there is an unknown flag specified in CVSROOT/modules.
18 years ago
myndbm.c
Latest from Cyclic Software
25 years ago
myndbm.h
New release from Cyclic Software
29 years ago
no_diff.c
Latest version from Cyclic
27 years ago
options.h.in
Latest version from Cyclic
27 years ago
parseinfo.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
patch.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
rcs.c
When checking out certain commits by date, cvs got confused. If there is a vendor branch and a commit on top of it, revision 1.1 was taken instead of the vendor branch. To fix this, compare the vendor date with the current node, and not with the command line date. OK deraadt@
7 years ago
rcs.h
Latest from Cyclic Software
24 years ago
rcscmds.c
Do not print "retrieving revision 1.13" while doing cvs diff.
2 years ago
recurse.c
Merge local changes; work in progress
24 years ago
release.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
remove.c
Latest from Cyclic Software
24 years ago
repos.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
root.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
run.c
Latest from Cyclic Software
24 years ago
sanity.sh
Latest from Cyclic Software
24 years ago
scramble.c
Latest version from Cyclic
28 years ago
server.c
once cvs's flow-control mechanism has kicked in, stop reading from its local reader until memory usage goes back down below its watermark.
9 years ago
server.h
Add a "DisableXProg" option to CVSROOT/config that can be used to disable support for Update-prog and Checkin-prog. This is a good idea for anonymouse cvs servers or anyone who doesn't need this feature. From Stefan Esser.
23 years ago
stamp-h2.in
Latest from Cyclic Software
24 years ago
status.c
backport commitid support from newer CVS (with a different random id generator)
13 years ago
subr.c
Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@
12 years ago
tag.c
Latest from Cyclic Software
24 years ago
update.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
update.h
Latest from Cyclic Software
24 years ago
vers_ts.c
Latest from Cyclic Software
24 years ago
version.c
Latest from Cyclic Software
24 years ago
version.c.in
Latest from Cyclic Software
24 years ago
watch.c
Latest from Cyclic Software
24 years ago
watch.h
New release from Cyclic Software
29 years ago
wrapper.c
In preparation for getline and getdelim additions to libc, rename getline() occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
14 years ago
zlib.c
minor string cleanings; tdeval ok
23 years ago