summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-01pledge() timeoutJob Snijders
2021-09-01Remove sysexits.h reference and improve usage string.Job Snijders
2021-09-01inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the headerClaudio Jeker
2021-09-01A couple commands don't need sys/param.h, but they do need sys/signal.hTheo de Raadt
2021-09-01neither ktrace(2) or utrace(2) require a caller to pull sys/param.hTheo de Raadt
2021-09-01Import timeout(1) from NetBSDJob Snijders
2021-09-01Add client side support for DNS configuration. Use RTM_PROPOSAL_STATICTobias Heider
2021-09-01Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire.Job Snijders
2021-09-01remove sys/param.h use (few small repairs)Theo de Raadt
2021-09-01Clarify maxlen is optional in roa-setJob Snijders
2021-09-01As a first step towards safe signal handling, improve the h_int()Ingo Schwarze
2021-09-01Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR.Martin Pieuchot
2021-09-01comment out the detailed description of SSL_get_servername(3),Ingo Schwarze
2021-09-01Add lfence after ret in retpoline thunk.Todd Mortimer
2021-09-01Rergression for printing a @map after calling clear().Martin Pieuchot
2021-09-01Handle the case where map/hist can be read after calling clear().Martin Pieuchot
2021-09-01Implement roa-set data expiry. Every prefix in a roa-set can specify anClaudio Jeker
2021-09-01RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --includeClaudio Jeker
2021-09-01remove unused functions and cleanup vmd.hDave Voutila
2021-09-01Add support for the more rare volume usage which differs compared to theAnton Lindqvist
2020-08-09Import LLVM 10.0.1 including clang, lld and lldb.Patrick Wildt
2021-09-01Rename ucc_bits_to_usage() to ucc_bits_to_int() as it's about to be usedAnton Lindqvist
2021-09-01Older AMD CPUs that do not support IBRS need an lfence after retAlexander Bluhm
2021-09-01Remove from0 support. openrsync will not implement all bad ideas thatClaudio Jeker
2021-09-01Remove assignment of value that is never read.Bob Beck
2021-09-01Fix bad logic I introduced before commit.Claudio Jeker
2021-09-01llvm: Use Component in OpenBSD::getCompilerRT to find librariesGreg Steuck
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-09-01remove manual fiddling with MALLOC_OPTIONS from libc regress testsJasper Lievisse Adriaanse
2021-09-01Document the http_proxy environment variableClaudio Jeker
2021-09-01quietly attempt mounting of /var/log early, in case someone creates suchTheo de Raadt
2021-09-01Add a regression test to verify that we call the callback in the sameBob Beck
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