summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2018-02-24Enable interrupts while running interrupt handlers like we do onJonathan Gray
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
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
2018-02-24Make ncpusfound count the available processors even if they don't attach.Mark Kettenis
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
2018-02-23'partions' -> 'partitions', nuke some erroneous whitespace.Kenneth R Westerback
2018-02-23After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze
2018-02-23In bio.h rev. 1.34 2018/02/20 17:15:27, jsing@ providedIngo Schwarze
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-23clarify documentation of macro keysIngo Schwarze
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze
2018-02-23Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)Markus Friedl
2018-02-23Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, soVisa Hankala
2018-02-23In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ providedIngo Schwarze
2018-02-23In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ providedIngo Schwarze
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
2018-02-23Add ssh-keyscan -D option to make it print its results in SSHFP formatDamien Miller
2018-02-23Add missing braces.Darren Tucker
2018-02-23lint fixDavid Gwynne
2018-02-23unbreak interop test after SSHv1 purge;Damien Miller
2018-02-23add a SECURITY CONSIDERATIONS section.David Gwynne
2018-02-23provide some (probably too many) nvgre(4) examplesDavid Gwynne
2018-02-23Add BindInterface ssh_config directive and -B command-line argumentDamien Miller
2018-02-22try to fix the nvgre words a bitDavid Gwynne
2018-02-22syncChristian Weisgerber
2018-02-22speelingDavid Gwynne
2018-02-22In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ providedIngo Schwarze
2018-02-22Set the PG_G (global) bit on the special page table entries that are sharedPhilip Guenther
2018-02-22The compile time assertion for cpu info did not work with gcc.Alexander Bluhm
2018-02-22The GNU assembler does not understand 1ULL, so replace the constantAlexander Bluhm
2018-02-22syncJoel Sing
2018-02-22Bump lib{crypto,ssl,tls} minors due to symbol additions.Joel Sing
2018-02-22Provide SSL_is_server().Joel Sing
2018-02-22Provide SSL_up_ref().Joel Sing