summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-01-23Import unwind(8).Florian Obser
2019-01-23Import bits from (lib)unbound that we need for unwind(8).Florian Obser
2019-01-23Sync the handshakes table with the generated table in regress.Theo Buehler
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-23sets for apm(4) on arm64Peter Hessler
2019-01-23add a man page for apm(4) on arm64Peter Hessler
2019-01-23enable the apm(4) programs on arm64Peter Hessler
2019-01-23enable the apm(4) subsystem on arm64Peter Hessler
2019-01-23Add the apm(4) subsystem to arm64.Peter Hessler
2019-01-23Remove 3 as a guess for possible generator during moduli generation.Darren Tucker
2019-01-23teach ldpd to ask if a potential pseudowire interface can do pwe3David Gwynne
2019-01-23incorrrect spellingTheo Buehler
2019-01-23do not print the command in the print: targetTheo Buehler
2019-01-23add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capabilityDavid Gwynne
2019-01-23Sanitize scp filenames via snmprintf. To do this we move theDarren Tucker
2019-01-23allow auto-incrementing certificate serial number for certs signedDamien Miller
2019-01-23Add a regression test that builds up the handshake state tableTheo Buehler
2019-01-23Remove static from handshakes[][] so it is visible from regress/Theo Buehler
2019-01-23move a bunch of global flag variables to main(); make the rest staticDamien Miller
2019-01-23factor out parsing of ldp router ids by making it part of the grammarDavid Gwynne
2019-01-23rework how tcp md5 signatures are configured.David Gwynne
2019-01-23switch mainloop from select(2) to poll(2); ok deraadt@Damien Miller
2019-01-23No need to include <bsd.prog.mk> here.Theo Buehler