| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Pointed out by Matteo Niccoli, ok bluhm@ sthen@
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
| |
strings, add a couple of braces, ansify a few functions, add and remove
a few extra parens.
ok jcs
|
|
|
|
| |
host name. Adapted from a MirBSD diff by Thorsten Glaser.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
its local reader until memory usage goes back down below its
watermark.
during a checkout of a tree with big files (like www) from a fast
reader (disk) and a slow writer (net), the amount of data being
buffered can back up enough that cvs tries to allocate too many
buffers and hits its resource limit, causing death.
cvs's flow-control mechanism properly detects this early on, but the
message sent to the reader process to stop sending data takes too
long to process.
take more aggressive action and just stop reading from the reader
until the writer has ejected enough data that it can start re-using
its already-allocated buffers instead of allocating new ones.
ok deraadt
|
| |
|
|
|
|
|
|
| |
this version bails out if the revision has a commitid already
ok guenther deraadt tom
|
|
|
|
|
|
| |
(committing without log message), but to a)bort.
ok jcs, natano; millert and tj agree
|
|
|
|
|
|
|
|
|
| |
The initial pledge(2) call is broad, we can refine later when we know
whether we run in server, pserver client mode or regular client mode.
pserver server mode is likely broken, it will either be fixed or
removed.
With and ok semarie@, "let's proceed." deraadt@
|
|
|
|
|
| |
Fixes a crash in pserver mode when CVSROOT/passwd contains an old
DES password.
|
|
|
|
| |
ok deraadt@ millert@
|
|
|
|
| |
(long). Use (long long) and print it with %ll08x instead. ok zhuk@
|
| |
|
|
|
|
| |
httpd correction and ok kettenis@
|
|
|
|
| |
block where it had been mistakenly put in the first place (in r1.28).
|
| |
|
|
|
|
|
|
|
|
| |
generator)
writing a commitid is currently disabled
ok deraadt
|
|
|
|
|
|
|
|
|
|
| |
- 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
various versions ok'd by landry@ todd@ espie@ phessler@ dcoppa@
|
|
|
|
|
| |
occurrences to get_line().
Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
|
|
|
|
| |
okay fgs@, millert@
|
| |
|
|
|
|
|
|
| |
telnet portion partially from the latest heimdal.
ok mikeb@
|
|
|
|
|
|
| |
upstream versions of this code, add blame as an alias for annotate.
ok henning@ fgsch@ deraadt@ thib@ krw@
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
when checking out xenocara from a server running OpenBSD/amd64.
While processing RCS deltas, don't allocate twice as much memory as
needed when copying a line vector to a vector which has less lines.
Also, when switching back from a branch to trunk while searching an
RCS file for a revision, free the trunklines vector immediately after
lines saved in it have been copied back into the currentlines vector.
Somehow, these two changes together make the problem go away.
ok tobias@, "this has been a serious annoyance" sthen@, "sure" deraadt@
|
|
|
|
| |
ok deraadt
|
|
|
|
| |
ok joris@
|
| |
|
|
|
|
|
|
|
|
|
| |
the OpenBSD-specific Mdocdate expansion. This is useful to avoid
conflicts that arise between the server's expansion of Mdocdate and
the upstream code when maintaining forked OpenBSD derived code on an
OpenBSD CVS server.
"I must grudgingly agree that this is neccessary" deraadt@
|
|
|
|
|
|
| |
(longer an) RCS file in CVSROOT, both -- GNU cvs and OpenCVS -- segfaulted.
ok joris
|
|
|
|
|
|
| |
an unknown flag specified in CVSROOT/modules.
found by tobias@, ok millert@
|
| |
|
| |
|
|
|
|
|
|
| |
as new in the 2nd revision
'makes sense' niallo, ok xsa
|
| |
|
|
|
|
| |
loginfo file. From NetBSD. OK otto@
|
|
|
|
|
|
| |
Sebastian Krahmer.
ok millert@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
local cvs tree on the client, enabling the server to overwrite files
on the client.
- a client may read files outside the repository using the -p flag
with the checkout command.
ok deraadt@
|
|
|
|
| |
well, almost. someone should track that down please.
|
|
|
|
|
| |
cvs no longer matches ours. Fixes "compression initialization: error -6"
as noticed by espie@ and others.
|
| |
|
|
|
|
|
| |
returning a NULL label so now we just the epoch for the timestamp
if we cannot stat the file. OK deraadt@
|
| |
|
|
|
|
| |
Fixes a crash when MALLOC_OPTIONS includes 'J' found by david@.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
it again. This removes a potential double-free problem, whereby
this function could free dir_name and then immediately return due
to invalid directory syntax (without ever reassigning dir_name),
then re-enter and free dir_name again. Fix from Stefan Esser.
|
| |
|
|
|
|
| |
From: Moritz Jodeit <moritz@jodeit.org>
|
| |
|