summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-25give egre an exampleDavid Gwynne
nvgre had an example of joining nvgre networks together over the internet with egre. this takes it away and reworks it for an egre example. while here, get rid of the hostnames in the shell prompts so things are more consistent, which jmc and i discussed.
2018-02-24In x509.h rev. 1.34 2018/02/22 16:50:30, jsing@ providedIngo Schwarze
X509_REQ_get_signature_nid(3), in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get_signature_nid(3), and in rev. 1.40 2018/02/22 17:09:28 X509_get0_tbs_sigalg(3). Merge the documentation from OpenSSL.
2018-02-24RK3328 support.Mark Kettenis
2018-02-24In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ providedIngo Schwarze
X509_REVOKED_get0_serialNumber(3) and X509_REVOKED_get0_revocationDate(3). Merge the documentation from OpenSSL, but put it into X509_REVOKED_new(3) rather than into X509_CRL_get0_by_serial(3) because it fits better there.
2018-02-24Remove obsolete www/drupal6, www/horde and www/zope.kn
Prompted by sthen.
2018-02-24Document MODCARO_RUSTFLAGS.kn
ok sthen
2018-02-24If you can modify p_cpg in when 'm'odifying a partition, you should beKenneth R Westerback
able to do the same when 'a'dding a partition. Only in 'X'pert mode of course. ok otto@
2018-02-24In x509.h rev. 1.33 2018/02/22 16:47:50, jsing@ providedIngo Schwarze
X509_REVOKED_get0_extensions(3) and in rev. 1.36 2018/02/22 16:58:45 X509_CRL_get0_extensions(3). Merge the documentation from OpenSSL and fix a few minor typos while here.
2018-02-24Replace popen/setjmp/pclose with a manual pipe/fork/exec/wait.cheloha
We can limit the time we wait on wall(1) without the complexity inherent to setjmp. Actually wait (instead of waitpid) to pick up any straggler wall processes from prior timewarn() calls. With a tweak from millert@ to ensure we don't accidentally close stdin before we exec wall. ok millert@ tb@
2018-02-24In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ providedIngo Schwarze
SSL_SESSION_get_protocol_version(3). Import the documentation form OpenSSL, tweaked by me, OK tb@.
2018-02-24In bio.h rev. 1.39 2018/02/22 16:38:43, jsing@ provided BIO_up_ref(3).Ingo Schwarze
Merge the documentation from OpenSSL, tweaked by me. While here, fix the in parts imprecise, in parts incorrect descriptions of BIO_new(3), BIO_set(3), BIO_free(3), and BIO_free_all(3).
2018-02-24In evp.h rev. 1.58 2018/02/20 18:05:28, tb@ providedIngo Schwarze
EVP_PKEY_get0_EC_KEY(3). Merge the documentation from OpenSSL.
2018-02-24In dh.h rev. 1.23 2018/02/20 17:59:31, tb@ provided DH_bits(3).Ingo Schwarze
Merge the documentation from OpenSSL, tweaked by me.
2018-02-24In bio.h rev. 1.35 2018/02/20 17:55:26, tb@ provided BIO_set_shutdown(3)Ingo Schwarze
and BIO_get_shutdown(3). Write the documentation from scratch because what OpenSSL provides doesn't explain the difference to BIO_set_close(3) and is also worded in a rather confusing way.
2018-02-24syncStuart Henderson
2018-02-24bcmrng(4)Mark Kettenis
2018-02-24In dsa.h rev. 1.28 2018/02/20 17:48:35, tb@ providedIngo Schwarze
DSA_SIG_get0(3) and DSA_SIG_set0(3). Merge the documentation from OpenSSL, tweaked by me.
2018-02-24Enable bcmrng(4).Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24I wrote this in 2018. Pointed out by jmc@Mark Kettenis
2018-02-24In dsa.h rev. 1.27 2018/02/20 17:45:44, tb@ providedIngo Schwarze
DSA_clear_flags(3), DSA_test_flags(3), and DSA_set_flags(3), and in rev. 1.29 2018/02/20 17:52:27 DSA_get0_engine(3). Merge the documentation from OpenSSL, tweaked by me.
2018-02-24fix pastoMark Kettenis
2018-02-24sort;Jason McIntyre
2018-02-24In rsa.h rev. 1.37 2018/02/20 17:42:32, tb@ providedIngo Schwarze
RSA_clear_flags(3), RSA_test_flags(3), and RSA_set_flags(3). Merge the documentation, tweaked by me.
2018-02-24Enable interrupts while running interrupt handlers like we do onJonathan Gray
agintc(4) and ampintc(4). ok kettenis@ patrick@
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
or reordering accesses to the variable. Assume that the assembler preserves the correct sequence of instructions, which allows the removal of the explicit noreorder/reorder toggles from the C code. With ci_ipl being volatile, drop mips_sync() calls that follow the accesses of the variable. The sync is redundant as a compiler barrier. In addition, the MIPS64 CPU designs should not need the sync for pipeline or write buffer control. According to miod@, the use of the instruction is a carryover from code targeting early MIPS designs that lack tight integration with the cache and write buffer. Discussed with and testing help from miod@. Tested on CN5020, CN6120, CN7130, CN7360, Loongson 2F and 3A1000, R4400, R8000, R10000 and R16000.
2018-02-24bcmtemp(4)Mark Kettenis
2018-02-24Enable bcmtemp(4).Mark Kettenis
2018-02-24Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi.Mark Kettenis
2018-02-24add an alias for vmctl show, matches finger memory and the rest of thePeter Hessler
*ctl programs OK mlarkin@ benno@ deraadt@
2018-02-24Make ncpusfound count the available processors even if they don't attach.Mark Kettenis
ok patrick@
2018-02-24make the gre flowid output always 2 chars so payloads stay lined up.David Gwynne
2018-02-24when comparing nvgre entries, compare a with b, not a with itself.David Gwynne
2018-02-24return early on some unhandled ioctls rather than err().David Gwynne
2018-02-23Disable mailbox interrupts on all cores upon attach instead of enabling theMark 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-23After opening a file with gzdopen(3), we have to call gzclose(3) orIngo 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-23In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ providedIngo 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-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
like we already do in the code that flushes the BTB. ok jsg@
2018-02-23clarify documentation of macro keysIngo Schwarze
2018-02-23Logically, 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-23Add 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-23Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, soVisa Hankala
it is unnecessary to zero the struct's fields right after allocation. OK mikeb@
2018-02-23In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ providedIngo 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-23In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ providedIngo Schwarze
BN_GENCB_new(3), BN_GENCB_free(3), and BN_GENCB_get_arg(3). Merge the documentation from OpenSSL, verbatim.
2018-02-23various tweaks; ok dlgJason McIntyre
2018-02-23some cleanup for BindInterface and ssh-keyscan;Jason McIntyre
2018-02-23regenDavid Gwynne
2018-02-23masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devsDavid Gwynne
2018-02-23Add unsetrdomain() and option -rdomain to return an interface to routingakoshibe
domain 0. OK phessler, henning, deraadt, stsp, benno