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