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