summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-01Extend the methods test to cover dtls methods as wellTheo Buehler
2020-12-01Enable ssl_methods unit test.Theo Buehler
2020-12-01Add an ssl_methods() unit test that currently only covers theTheo Buehler
2020-12-01Bring back *_client_method() structsTheo Buehler
2020-12-01update currency exchange rates;Jason McIntyre
2020-11-30We need to rekey every child SA (even if acquired): Otherwise we cantobhe
2020-11-30syncTheo de Raadt
2020-11-30zap double .Pp;Jason McIntyre
2020-11-30Implement mii_byname().Mark Kettenis
2020-11-30Fix deferred key tasks along the same lines as urtwn(4) and run(4).Kenneth R Westerback
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.Nicholas Marriott
2020-11-30Ignore comments at the end of config lines in ssh_config, similar to whatDarren Tucker
2020-11-30syncTheo de Raadt
2020-11-30reset fpu in fpu_kernel_enter() even when there is no xsave stateJonathan Gray
2020-11-30Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to causeJonathan Gray
2020-11-29mvsw(4)Mark Kettenis
2020-11-29Enable mvsw(4).Mark Kettenis
2020-11-29Add mvsw(4), a driver for Marvell "SOHO" switches that are found on someMark Kettenis
2020-11-29Add 'set stickyaddress' option. If this option is enabled, iked will trytobhe
2020-11-29Fix previous: use correct version of netstart and installer bits.Theo Buehler
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
2020-11-29Sync bsnprintf() with ldapd/util.c r1.13Theo Buehler
2020-11-29Silence -Wsign-compare whining in bsnprintf()Theo Buehler
2020-11-29Fix cert and key path inference for absolute pathsTheo Buehler
2020-11-29regenMark Kettenis
2020-11-29Add Marvell ARMADA 3700 bridge.Mark Kettenis
2020-11-29Teach lld to link the macppc kernelgkoehler
2020-11-29Add support for 1000base-x and 2500base-x connections.Mark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2020-11-29Give armv7 a <machine/cpufunc.h> header and use it to add a prototypeMark Kettenis
2020-11-29Fix previous; we need to set the icmp6ev in the interface to NULLFlorian Obser
2020-11-29Clarify what sio_start() does exactlyAlexandre Ratchov
2020-11-29Un-const pci_attach_args var.Kevin Lo
2020-11-28improve legibility of the newly introduced unref_icmp6ev() before thisChristian Weisgerber
2020-11-28Add support for multiple address pools. The parser already allowstobhe
2020-11-28make it possible to attach other devices (for example switches) to mvmdio(4).Mark Kettenis
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-28Since our IPI broadcast functions exclude the CPU doing the broadcast, weMark Kettenis
2020-11-28ICC_DIR, used to deactive interrupts, is only needed when running inPatrick Wildt
2020-11-28Rather than skipping %[sizearg]n in the kernel, panic when it is encountered.Theo de Raadt
2020-11-28Prepare for libX11 1.7.0Matthieu Herrb
2020-11-28Include cipher.h for declaration of cipher_by_name.Darren Tucker
2020-11-28An interface might have disappeared or switched rdomains while weFlorian Obser
2020-11-28Reduce code duplication by introducing unref_icmp6ev().Florian Obser
2020-11-28Handle the case of an autoconf interface changing its rdomain.Florian Obser
2020-11-28Use IN_MULTICAST correctly, so it checks the IP address rather than theJonathan Matthew
2020-11-28check result of strchr() against NULL rather than searched-forDamien Miller
2020-11-27Remove redundant state change. ikev2_ikesa_delete() sets the correct state.tobhe
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'sMarcus Glocker
2020-11-27tweak previous as suggested by jmcStuart Henderson