| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
okay millert@, tb@
|
|
|
|
| |
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@
|
| |
|
|
|
|
| |
and not the file it points to. OK deraadt@ tb@
|
|
|
|
| |
ok benno@ jca@
|
|
|
|
|
|
|
| |
strings, add a couple of braces, ansify a few functions, add and remove
a few extra parens.
ok jcs
|
|
|
|
| |
Reporting OpenBSD bugs to GNU makes no sense...
|
|
|
|
| |
host name. Adapted from a MirBSD diff by Thorsten Glaser.
|
|
|
|
| |
okay millert@ deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
ok tb
|
| |
|
|
|
|
|
|
| |
builds.
initial diff and ok millert
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
| |
could in principle be called at any point during runtime.
Instead of adding "dpath" to the relevant pledges, disable the
code path itself. Now instead of hitting a brutal abort(3), you
will just get an error message.
autoconf handholding + ok jca@
|
| |
|
|
|
|
| |
ok sthen@ semarie@
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
| |
ok deraadt@, dcoppa@
|
|
|
|
| |
ok deraadt@ millert@
|
|
|
|
|
|
| |
already manually disabled).
ok deraadt@
|
|
|
|
|
| |
more comfortable.
Reminded by brad@
|
|
|
|
| |
(long). Use (long long) and print it with %ll08x instead. ok zhuk@
|
| |
|
|
|
|
|
| |
discourage anyone from using anyways)
ok various
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Adding more powerful checking is too difficult. We'll fix this problem
by moving to 64-bit time_t.. and once we do, we don't want this code to
falsely trigger.
ok millert
|
|
|
|
|
|
| |
building cvs fails after a forgotten 'make obj', but the problem is tough
to spot because the files which cause a problem are hidden from 'cvs up'
output (even with 'cvs up -I !') because they're listed in .cvsignore.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in mandoc, if we ever get to that point. Even less so with variable
arguments and using a single non-alphabetic character (here, '`') as the
macro identifier. In the meantime, refrain from using .de in cvs(1).
Patch generated by running #!/usr/bin/perl
while(<>){s/^\.\` "(.*)"(.*)/.RB \` "\\|$1\\|" \'$2/;print;}
followed by some hand-polishing.
Repeatedly prodded by many (e.g. halex@, weerd@) and repeatedly forgotten.
"yes. at least people will be able to read the page." jmc@
|
|
|
|
|
|
| |
by mandoc; diff from kristaps
- while here, fix a bad width specifier
|