summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-01Add http_proxy support to rpki-client's http handler.Claudio Jeker
2021-09-01Imitate how free(3) behaves and make map_clear() works on NULL map.Martin Pieuchot
2021-09-01Always print non-empty map & hist on exit even if there's an END rule.Martin Pieuchot
2021-09-01Support for insert pid/tid/cpu builtins in map/hist.Martin Pieuchot
2021-09-01Fix ssh-rsa fallback for old PuTTY interop tests.Darren Tucker
2021-09-01Add a function to skip remaining tests. Many tests skip tests forDarren Tucker
2021-08-31Honour netinet6 when generating symlinks to tags filesKlemens Nanni
2021-08-31Make include bsd.prog.mk is supporting PROGS for a while. AllowAlexander Bluhm
2021-08-31Implement suspend/resume for bwfm(4) with PCIe backend. We try to send thePatrick Wildt
2021-08-31regenJonathan Matthew
2021-08-31Add Aquantia USB ethernet devicesJonathan Matthew
2021-08-31Clean up the list of chips upon detach and mark us uninitialized.Patrick Wildt
2021-08-31Properly deallocate some more structures upon detach, and make sure we'rePatrick Wildt
2021-08-31Initialize some struct variables to make sure that upon reinit, caused byPatrick Wildt
2021-08-31Initialize ring read/write pointers to make sure that upon reinit, causedPatrick Wildt
2021-08-31Adjust .Bl widthKlemens Nanni
2021-08-31Say autoconf not dhcpKlemens Nanni
2021-08-31Remove some dead code that was missed in an earlier cleanup andTheo Buehler
2021-08-31Make includes follow style(9).Florian Obser
2021-08-31vmm(4): add ipi for vmclear, unlock kernelDave Voutila
2021-08-31Only use the i8254 delay code if we are specifically using the i8254 asPatrick Wildt
2021-08-31Identify the paravirtual bus earlier, as we need to make sure that we havePatrick Wildt
2021-08-31When running on Hyper-V, make use of its timecounter as delay func in casePatrick Wildt
2021-08-31aplpinctrl(4)Mark Kettenis
2021-08-31Swap lock flags so that LK_EXCLUSIVE is first like in all other places.Claudio Jeker
2021-08-31Do pinctrl stuff.Mark Kettenis
2021-08-31Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs.Mark Kettenis
2021-08-31memset the pfds array in the poll loop and not only at the start.Claudio Jeker
2021-08-31Use the TSC delay(9) backend earlier on machines where we can. Also useMark Kettenis
2021-08-31printing the hibernate image size in MB is easier on the eyesTheo de Raadt
2021-08-31Add "machine sysregs" command to DDBMike Larkin
2021-08-31Defragment DTLS.Joel Sing
2021-08-31Fix use of wrong pointer argument when freeing firmware paging info in iwx(4).Stefan Sperling
2021-08-31Make "relayctl reload" when agentx enabling is toggled in relayd.conf workMartijn van Duren
2021-08-31Remove a nonsensical s->version == TLS1_VERSION from DTLS code.Joel Sing
2021-08-31'if' tests.Martin Pieuchot
2021-08-31Basic test, if (no else atm), support with a single statement.Martin Pieuchot
2021-08-31Using suser() instead of doing it manually.Jan Klemkow
2021-08-31Support storing syscall arguments in a map/hist.Martin Pieuchot
2021-08-31whitespaceTheo Buehler
2021-08-31Adjust rde_decide test vectors to the fact that struct prefix got changed.Claudio Jeker
2021-08-31enter uuid/Jasper Lievisse Adriaanse
2021-08-31add initial tests for uuid_from_string, uuid_to_string, uuid_create_nilJasper Lievisse Adriaanse
2021-08-31shorten some codeTheo de Raadt
2021-08-31Spacing. OK tb@Claudio Jeker
2021-08-31Test for operator precedenceMartin Pieuchot
2021-08-31Rewrite grammar to implement operator precedence without using %right or %prec.Martin Pieuchot
2021-08-31remove empty forward structs fro bge_ring_data as found with ctfconv.Jasper Lievisse Adriaanse
2021-08-31Specify path to PuTTY keys. Portable needs this and it makes noDarren Tucker
2021-08-31When running PuTTY interop tests and using a PuTTY version older thanDarren Tucker