Age | Commit message (Collapse) | Author |
|
or missing. From Sebastien Marie.
|
|
|
|
|
|
a rollback.
|
|
This adds a few checks to make sure we're not trying to use features
that are not advertised with CPUID feature flags and avoid attaching
when Xen viridium emulation is turned on.
Prompted by a report from Kirill Miazine <km at krot ! org>, thanks!
Discussed with reyk@.
|
|
|
|
|
|
change the truncation message in hello with the standard one.
ok reyk@
|
|
|
|
Pull in a small number of typo fixes from OpenSSL.
Drop speculations about future developments that OpenSSL deleted as well.
This page is a mess for at least three reasons: (1) it doesn't
actually document all functions listed in the SYNOPSIS, (2) it ought
to be split into functional groups of reasonable size, and (3) the
user interface is ill-designed to the point of absurdity. In view
of item (3), i'm loath to tackle items (1) and (2), so i'm leaving
this in its present sorry state for now, refraining even from
renaming it to ENGINE_add(3) and expanding the NAME section as
OpenSSL did - because that would merely sweep all the turds under
the rug.
|
|
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@
|
|
Tested by Jon Bernard and reyk@.
OK reyk@, no objections mlarkin@.
Thanks
|
|
Doesn't work yet, but it is a step in the right direction.
|
|
right away.
Factorise some common stuff.
Be consistent in variables subtitution.
|
|
at IPL_SOFTNET.
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@
|
|
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@
|
|
the caller doesn't have to bother with this.
ok gilles@ sunil@
|
|
describes only one function, _default_digest_nid();
ok schwarze, who informs me openssl already came to this conclusion
in june of this year;
|
|
|
|
Mention that EC_GROUP_free(3) and EC_GROUP_clear_free(3) accept NULL.
|
|
Mention that EC_POINT_free(3) and EC_POINT_clear_free(3) accept NULL.
Fix two evil typos (from OpenSSL).
|
|
Mention that EC_KEY_free(3) accepts NULL.
Merge some auxiliary explanations regarding the effects of EC_KEY
encoding flags, lifted from the separate page EC_KEY_get_enc_flags(3)
that OpenSSL split off from EC_KEY_new(3).
|
|
|
|
|
|
"allwinner,sun9i-a80-usb-phy-clk" compatile clocks.
Enable parent clock of clock gates.
|
|
missing OXM type (IP_PROTO).
ok reyk@
|
|
ok reyk@
|
|
function instead of manually rolling the code again.
ok reyk@
|
|
for consistency.
ok reyk@
|
|
drop the whole fragment cache.
|
|
display of table features.
ok reyk@
|
|
in pf. Drop the whole fragment state if IPv6 fragments appear which
have invalid length or fragment-offset or more-fragment-bit. In
IPv4 they are considered invalid and just dropped like before.
Found by Antonios Atlasis; OK sashan@ sthen@
|
|
Tested with a X540 interconnected with a X550 via a CAT6 twisted
pair cable, but is expected to work on multi-speed fiber modules
as well to select between 10GbaseLR and 1000baseLX or 10GbaseSR
and 1000baseSX, etc.
This is largely required because X550 doesn't provide support for
auto-negotiation and requires manual configuration.
Obtained from FreeBSD.
|
|
Mirrors the change 71bde60191a9fa44d33b582c5e3713ffe99b0fef in Linux;
taken as a part of the 280182 commit to FreeBSD.
|
|
No functional change.
|
|
OK bluhm@
|
|
|
|
|
|
af-to. pf_route6() called ip6_output() to do the work while
pf_route() had some custom implementation for that. It is simpler
to call ip_output() or ip6_output() from pf_test() directly.
OK procter@ sashan@
|
|
|
|
Merge some additional information from OpenSSL.
|
|
excluding interface changes that don't apply to LibreSSL,
except that i left the confusing discussion of RETURN VALUES
completely unchanged, to warn users that this is a mess:
OpenSSL first published this interface, then later changed
its syntax and semantics in multiple ways.
|
|
register on Loongson 2. This causes a boot failure on LS2 because
the CPU does not implement the register. Disable the code on LS2
similarly to mips64 pte.h.
Yeelong boot hang reported and fix tested by matthieu@
|
|
|
|
|
|
Mention that DSA_SIG_free(3) and DSA_free(3) accept NULL.
|
|
Do not talk about DSA_set_default_openssl_method(3) and
DSA_get_default_openssl_method(3). They were short-lived
functions that only existed in OpenSSL 0.9.6.
Remove one ugly custom section header.
|
|
ok sunil@ gilles@
|
|
X540 datasheet specifies that Flow Control Receive Threshold High
should be set to the Rx Buffer Size minus the delay value which is
different for different modes of operation, however the minimum is
0x6000 (24576).
Mirrors the bc1fc64fd2d9093496e5b04c6d94d26bfa629c9c commit to the
Linux source code, but picked up from the 280182 commit to FreeBSD.
|
|
ok mikeb@ who tested on 82599, x540 and x550.
|