Age | Commit message (Expand) | Author |
2020-12-02 | Enable auto-negotiation on the SerDes links, which allows in-band-status | Patrick Wildt |
2020-12-02 | Bring back cross references now that all manuals are installed. | anton |
2020-12-02 | Fix a bug that GDB could not show the symbols of the core dump it was | asou |
2020-12-01 | Don't log ESRCH as warning. | tobhe |
2020-12-01 | The print() function only accepts a single argument. | anton |
2020-12-01 | Remove useless void cast annotation. | Florian Obser |
2020-12-01 | Sync get_ifrdomain() to rad(8) version by removing a useles (void) | Florian Obser |
2020-12-01 | Let rad(8) handle all rdomains in a single daemon, similar to previous | Florian Obser |
2020-12-01 | Set type to DB_RECNO in __rec_open() for consistency with other db types. | Todd C. Miller |
2020-12-01 | Extract another couple of chunks from main() into helper functions, | Kenneth R Westerback |
2020-12-01 | Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held. | Martin Pieuchot |
2020-12-01 | Add option to build loongson kernels using clang. | Visa Hankala |
2020-12-01 | Implement Loongson 2F BTB bug workaround in clang | Visa Hankala |
2020-12-01 | bzero the antireplay counter rwlock before rw_init'ing it, not after. | Stuart Henderson |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-12-01 | Leave newlines inside multiline quotes. | Nicholas Marriott |
2020-12-01 | Make replacement of ##s consistent when drawing formats, whether | Nicholas Marriott |
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 |