summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-24kernels in compile dirs are readonly, and the bsd.rd we created hasChristian Weisgerber
2019-01-24Open and close listening sockets on localhost:53 depending on if we canFlorian Obser
2019-01-24Accept the host key fingerprint as a synonym for "yes" when acceptingDarren Tucker
2019-01-24Have progressmeter force an update at the beginning and end of eachDarren Tucker
2019-01-24Add code to visualize the state machine. Both the state machine and theTheo Buehler
2019-01-24fix shift/reduce conflictFlorian Obser
2019-01-24Set pointer variables in tls13 handshake to NULL on clearBob Beck
2019-01-24Fix a bunch of shadow and missing prototype compiler warnings.Florian Obser
2019-01-24Switch to libunbound internals for packet parsing.Florian Obser
2019-01-24When we switched from the fork based ub_resolve_async() toFlorian Obser
2019-01-24Fix a crash on long lines when switching to another file byTodd C. Miller
2019-01-24Add .fpu directives in inline assembly to silence new compilerMark Kettenis
2019-01-24Bump default datasize on arm64 to 768M to prepare for building clang 7.Mark Kettenis
2019-01-24Zap unused disable flag from iwn_stop()kn
2019-01-24Drop the ttyflags message.Antoine Jacoutot
2019-01-24set the NEGOTIATED flag in the flags argument rather thanTheo Buehler
2019-01-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-24Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSDDarren Tucker
2019-01-24Always initialize 2nd arg to hpdelim2. It populates that *ONLY IF*Darren Tucker
2019-01-24move the extensions_seen into the handshake structBob Beck
2019-01-24Correct a wrong comment about PTE skip sizeMike Larkin
2019-01-2432 not 16Theo de Raadt
2019-01-24the KERN*_{HI,LO} variables are not needed, and easier to calculate theTheo de Raadt
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
2019-01-24gdt64 is only used by locore0 during the gut-wrenching 32-bit bring-up, soTheo de Raadt
2019-01-24mptramp.S does not export gdt64, another historical locore.s splitup errorTheo de Raadt
2019-01-23RELOC() is not performed here (remained from when locore was split up)Theo de Raadt
2019-01-23using _C_LABEL() inside a macro which uses _C_LABEL() is silly and wrongTheo de Raadt
2019-01-23Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1Bob Beck
2019-01-23make whitespace inside curlies consistent; sort function prototypes.Theo Buehler
2019-01-23Rename NUM_HANDSHAKE to handshake_count and make it a variableTheo Buehler
2019-01-23remove special casing for IFT_MPLSTUNNEL now mpw is IFT_ETHER.David Gwynne
2019-01-23Make route(8) show the same flags in RTM_IFINFO messages asKenneth R Westerback
2019-01-23rework mpw to be an actual ethernet interface.David Gwynne
2019-01-23rework grep_open to be more careful about directories.Ted Unangst
2019-01-23eliminate a ?: in witness mtx initializer by pushing the default oneTed Unangst
2019-01-23machdep.apmwarn and machdep.apmhalt were removed in 2017Jonathan Gray
2019-01-23assert.h is often misused. It should not be used in a libraryBob Beck
2019-01-23Nuke unused variable.Kenneth R Westerback
2019-01-23Sprinkle a pinch of timerisvalid/timespecisvalid over the rest of sys/kerncheloha
2019-01-23Remove support for obsolete host/port syntax.Darren Tucker
2019-01-23Remove duplicate word. bz#2958, patch from jjelen at redhat.comDarren Tucker
2019-01-23fix dumping of trace cmp coverageanton
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2019-01-23Remove uneeded header.Martin Pieuchot
2019-01-23Pass an `ifp' pointer to bridge_ourether().Martin Pieuchot
2019-01-23Only copy packets for span ports if the bridge is UP.Martin Pieuchot
2019-01-23import unwindctlFlorian Obser