Age | Commit message (Collapse) | Author |
|
with and OK florian, hints phessler
|
|
|
|
|
|
included in the output from `openssl ciphers`.
|
|
|
|
with NODE_HREF) from the target element of the link (still marked
with NODE_ID). In many cases, use this to move the target to the
beginning of the paragraph, such that readers don't get dropped
into the middle of a sentence.
|
|
should not create random files in the root partition.
OK beck@
|
|
with somewhat random filemodes.
OK beck@
|
|
|
|
|
|
|
|
This allows the test to pass again.
|
|
|
|
First check the client random against the zeroed value, then zero the
client random in the client hello, before comparing with the golden value.
This makes failures more obvious and the test code more readable.
|
|
|
|
|
|
In HTML output, improve the logic for writing inside permalinks:
skip them when there is no child content or when there is a risk
that the children might contain flow content.
|
|
|
|
|
|
|
|
instead.
|
|
in the same way as it was done for .Sh and .Ss in mdoc(7)
|
|
Thankfully it doesn't appear needed on amd64 and sparc64, and probably
others. ok mpi@
|
|
output archive by reducing the input file list to text files only.
from Christian Ludwig; OK beck@
|
|
|
|
hostname and it doesn't work on any machine except mine... spotted by
djm@
|
|
|
|
|
|
|
|
For example, this makes ":tCo-processes" work in ksh(1).
|
|
last CERTREQ a mismatch should trigger the fallback case, otherwise the
following CERTREQs are ignored.
ok markus@
|
|
section and subsection headers in terminal output, too. Even though
admittedly, commands like "/SEE" and "/ Subsec" work, too, there
is no downside, and besides, with the recent improvements in the
tagging framework, implementation cost is negligible.
|
|
This way the regress tests work also in the case where the invoking shell
has ulimit -c 0.
|
|
10/8 source-as 3
10/8 maxlen 24 source-as 3
Only 10/8 maxlen 24 source-as 3 remains in the output since this is the
set that covers both cases. This was changed in bgpd some time ago since
the previous version where both networks where present resulted in lookup
issues since the source-as can only be present once per prefix.
|
|
We already supported "beta" releases but not "alpha", probably to
discourage people from pushing "alpha-quality" software in the ports
tree.
We have 30 ports with distfiles matching "alpha", and people just work
around the lack of explicit support for "alpha" releases with mixes of
crafted PKGNAME and REVISION/EPOCH. This looks needlessly complicated
and a bit unfair when compared to GH_COMMIT support.
Pointers from landry@ and sthen@, lgtm landry@, no objection from espie@
|
|
and a compact test suite for getopt(3) intended automated regression
testing, both written from scratch.
The suite is intended to provide full coverage, except that it doesn't
test manual changes of optind and optreset and except that it so far
avoids the situation where we have a known bug.
|
|
related to tags.c rev. 1.30
|
|
|
|
|
|
debugger.
|
|
crossing a byte boundary.
|
|
|
|
|
|
|
|
https://fossies.org/linux/misc/openssh-8.2p1.tar.gz/codespell.html
|
|
|
|
in tag.{h,c} and {mdoc,man}_validate.c
and into a formatting part including command line argument checking
in term_tag.{h,c}, html.c, and {mdoc|man}_{term|html}.c.
Immediate functional benefits include:
* Improved prioritization of automatic tags for .Em and .Sy.
* Avoiding bogus automatic tags when .Em, .Fn, or .Sy are explicitly tagged.
* Explicit tagging of .Er and .Fl now works in HTML output.
* Automatic tagging of .IP and .TP now works in HTML output.
But mainly, this patch provides clean earth to build further improvements on.
Technical changes:
* Main program: Write a tag file for ASCII and UTF-8 output only.
* All formatters: There is no more need to delay writing the tags.
* mdoc(7)+man(7) formatters: No more need for elaborate syntax tree inspection.
* HTML formatter: If available, use the "string" attribute as the tag.
* HTML formatter: New function to write permalinks, to reduce code duplication.
Style cleanup in the vicinity while here:
* mdoc(7) terminal formatter: To set up bold font for children,
defer to termp_bold_pre() rather than calling term_fontpush() manually.
* mdoc(7) terminal formatter: Garbage collect some duplicate functions.
* mdoc(7) HTML formatter: Unify <code> handling, delete redundant functions.
* Where possible, use switch statements rather than if cascades.
* Get rid of some more Yoda notation.
The necessity for such changes was first discussed with kn@, but i didn't
bother him with a request to review the resulting -673/+782 line patch.
|
|
|
|
|
|
|