| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
remove all calls to io_reload() which are now unnecessary.
ok gilles@ sunil@
|
| | |
|
| | |
|
| |
|
|
| |
Pull in some more information about RETURN VALUES from OpenSSL.
|
| | |
|
| |
|
|
|
|
| |
replace it with more appropriate macros where possible or necessary.
input & ok schwarze
|
| |
|
|
| |
OK jmc@
|
| | |
|
| |
|
|
| |
Garbage collect the empty RETURN VALUES section.
|
| |
|
|
| |
Merge documentation of ERR_print_errors_cb(3) from OpenSSL.
|
| |
|
|
| |
Merge a correction and a clarification from OpenSSL.
|
| |
|
|
|
|
| |
Like OpenSSL, move some text from ERR(3) to the fitting page ERR_put_error(3).
Merge documentation of ERR_add_error_vdata(3) from OpenSSL.
Drop useless statement about void functions returning no values.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
reduced buffer size. If the send buffer size is less than the size
of a single mbuf, it will never fit. So if the send buffer is
empty, split the large mbuf and move only a part.
OK claudio@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
To be able to perform asynchronous operations early we need to
have a robust polling mechanism with flexible condition check
semantics. A new hv_wait interface provides such facilities.
Right now hvn(4) submits NVS commands and sleeps waiting for a
interrupt to fire and run the completion code and it will take
some effort to convert this code to be able to poll instead of
tsleep. But VMBus attachment, channel scanning, etc can done
at an earlier stage. Lets see if this sticks.
|
| | |
|
| |
|
|
|
|
|
| |
parser cannot handle that correctly and is is unclear wether the
kernel code would work. Remove the feature until someone needs it
and properly implements and tests it.
OK mike@ sashan@ mpi@
|
| | |
|
| |
|
|
| |
ok claudio@
|
| |
|
|
|
|
| |
Fix a regression introduced when merging the two options parsers.
ok stsp@
|
| | |
|
| |
|
|
| |
ok reyk@
|
| |
|
|
|
|
| |
config_getvm() already removed the vm on failure!
Found by mlarkin@
|
| |
|
|
| |
ok reyk@
|
| |
|
|
|
|
|
| |
loading of invalid kernel files.
Reported by mlarkin@
OK mlarkin@
|
| |
|
|
|
|
| |
alters it.
OK mlarkin@
|
| | |
|
| |
|
|
|
| |
Prevent pf_socket_lookup() reading uninitialised header buffers on fragments.
OK blum@ sashan@
|
| |
|
|
|
|
|
| |
also prevents connections from switching the version in the middle of
the operation.
tweak from and ok reyk@
|
| |
|
|
| |
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;
|
| | |
|