Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-24 | add an alias for vmctl show, matches finger memory and the rest of the | Peter Hessler | |
*ctl programs OK mlarkin@ benno@ deraadt@ | |||
2018-02-24 | Make ncpusfound count the available processors even if they don't attach. | Mark Kettenis | |
ok patrick@ | |||
2018-02-24 | make the gre flowid output always 2 chars so payloads stay lined up. | David Gwynne | |
2018-02-24 | when comparing nvgre entries, compare a with b, not a with itself. | David Gwynne | |
2018-02-24 | return early on some unhandled ioctls rather than err(). | David Gwynne | |
2018-02-23 | Disable mailbox interrupts on all cores upon attach instead of enabling the | Mark Kettenis | |
mailbox 0 interrupt on all cores. Seems to make GENERIC.MP work on the rpi3. | |||
2018-02-23 | 'partions' -> 'partitions', nuke some erroneous whitespace. | Kenneth R Westerback | |
ok otto@ | |||
2018-02-23 | After opening a file with gzdopen(3), we have to call gzclose(3) or | Ingo Schwarze | |
we leak memory internally used by zlib to keep compression state. Bug reported by Wolfgang Mueller <vehk at vehk dot de> who also provided an incomplete patch, part of which i'm using in this commit. | |||
2018-02-23 | In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ provided | Ingo Schwarze | |
BIO_get_new_index(3), in rev. 1.37 2018/02/20 18:13:31, tb@ provided BIO_meth_get_read(3), BIO_meth_get_puts(3), BIO_meth_get_gets(3), BIO_meth_get_ctrl(3), BIO_meth_get_create(3), and BIO_meth_get_destroy(3), and in rev. 1.38 2018/02/20 18:17:17 BIO_meth_get_callback_ctrl(3) and BIO_meth_set_callback_ctrl(3). BIO_meth_get_write(3) will become public with the next minor bump. Merge the documentation from OpenSSL, tweaked by me, OK tb@. | |||
2018-02-23 | Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead | Mark Kettenis | |
like we already do in the code that flushes the BTB. ok jsg@ | |||
2018-02-23 | clarify documentation of macro keys | Ingo Schwarze | |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze | |
some of them with an optional variable name following: - .Ft - .Fa in the SYNOPSIS - .Fn second and later arguments in the SYNOPSIS So add these to the .Vt macro table in the mandoc.db(5) database. During my LibreSSL work, i'm getting really tired of typing $ man -k Vt,Ft,Fa=some_type_name over and over again; now, this becomes just: $ man -k Vt=some_type_name | |||
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl | |
The code is not compiled in by default (see WITH_XMSS in Makefile.inc) Joint work with stefan-lukas_gazdag at genua.eu See https://tools.ietf.org/html/draft-irtf-cfrg-xmss-hash-based-signatures-12 ok djm@ | |||
2018-02-23 | Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so | Visa Hankala | |
it is unnecessary to zero the struct's fields right after allocation. OK mikeb@ | |||
2018-02-23 | In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ provided | Ingo Schwarze | |
DH_clear_flags(3), DH_test_flags(3), and DH_set_flags(3), in rev. 1.24 2018/02/20 18:01:42 DH_set_length(3), and in rev. 1.25 2018/02/22 16:41:04, jsing@ provided DH_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me. | |||
2018-02-23 | In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ provided | Ingo Schwarze | |
BN_GENCB_new(3), BN_GENCB_free(3), and BN_GENCB_get_arg(3). Merge the documentation from OpenSSL, verbatim. | |||
2018-02-23 | various tweaks; ok dlg | Jason McIntyre | |
2018-02-23 | some cleanup for BindInterface and ssh-keyscan; | Jason McIntyre | |
2018-02-23 | regen | David Gwynne | |
2018-02-23 | masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs | David Gwynne | |
2018-02-23 | Add unsetrdomain() and option -rdomain to return an interface to routing | akoshibe | |
domain 0. OK phessler, henning, deraadt, stsp, benno | |||
2018-02-23 | Add ssh-keyscan -D option to make it print its results in SSHFP format | Damien Miller | |
bz#2821, ok dtucker@ | |||
2018-02-23 | Add missing braces. | Darren Tucker | |
Caught by the tinderbox's -Werror=misleading-indentation, ok djm@ | |||
2018-02-23 | lint fix | David Gwynne | |
2018-02-23 | unbreak interop test after SSHv1 purge; | Damien Miller | |
patch from Colin Watson via bz#2823 | |||
2018-02-23 | add a SECURITY CONSIDERATIONS section. | David Gwynne | |
mdoc(7) says that section goes last, which is where i put it. i kind of want it before EXAMPLES though. | |||
2018-02-23 | provide some (probably too many) nvgre(4) examples | David Gwynne | |
2018-02-23 | Add BindInterface ssh_config directive and -B command-line argument | Damien Miller | |
to ssh(1) that directs it to bind its outgoing connection to the address of the specified network interface. BindInterface prefers to use addresses that aren't loopback or link- local, but will fall back to those if no other addresses of the required family are available on that interface. Based on patch by Mike Manning in bz#2820, ok dtucker@ | |||
2018-02-22 | try to fix the nvgre words a bit | David Gwynne | |
2018-02-22 | sync | Christian Weisgerber | |
2018-02-22 | speeling | David Gwynne | |
2018-02-22 | In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided | Ingo Schwarze | |
X509_NAME_get0_der(3). Document it without using anything from the existing OpenSSL X509_NAME_get0_der(3) manual page because that page fails to mention the similarity to i2d_X509_NAME(3) and also fails to explain how both differ, likely causing users to pick the wrong one for their purposes. | |||
2018-02-22 | Set the PG_G (global) bit on the special page table entries that are shared | Philip Guenther | |
between the u-k and u+k tables, because they're actually in *all* tables. ok bluhm@ kettenis@ mlarkin@ | |||
2018-02-22 | The compile time assertion for cpu info did not work with gcc. | Alexander Bluhm | |
Rephrase the condition in a way that both gcc and clang accept it. OK guenther@ | |||
2018-02-22 | The GNU assembler does not understand 1ULL, so replace the constant | Alexander Bluhm | |
with 1. Then it compiles with gcc, sign and size do not matter here. OK mlarkin@ | |||
2018-02-22 | sync | Joel Sing | |
2018-02-22 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing | |
2018-02-22 | Provide SSL_is_server(). | Joel Sing | |
2018-02-22 | Provide SSL_up_ref(). | Joel Sing | |
2018-02-22 | Provide SSL_CTX_get_ciphers(). | Joel Sing | |
2018-02-22 | Provide SSL_SESSION_up_ref(). | Joel Sing | |
2018-02-22 | Provide X509_chain_up_ref(). | Joel Sing | |
From BoringSSL. | |||
2018-02-22 | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | Joel Sing | |
X509_STORE_set_ex_data(). | |||
2018-02-22 | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | Joel Sing | |
2018-02-22 | Provide X509_STORE_up_ref(). | Joel Sing | |
2018-02-22 | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | Joel Sing | |
2018-02-22 | In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided | Ingo Schwarze | |
X509_CRL_get0_lastUpdate(3) and X509_CRL_get0_nextUpdate(3). Document them. | |||
2018-02-22 | Provide X509_get0_tbs_sigalg(). | Joel Sing | |
2018-02-22 | Provide X509_set1_notBefore() and X509_set1_notAfter(). | Joel Sing | |
2018-02-22 | Provide X509_get0_pubkey(). | Joel Sing | |