Age | Commit message (Expand) | Author |
2021-09-01 | pledge() timeout | Job Snijders |
2021-09-01 | Remove sysexits.h reference and improve usage string. | Job Snijders |
2021-09-01 | inet_ntop(3) needs sys/socket.h for AF_INET / AF_INET6 so add the header | Claudio Jeker |
2021-09-01 | A couple commands don't need sys/param.h, but they do need sys/signal.h | Theo de Raadt |
2021-09-01 | neither ktrace(2) or utrace(2) require a caller to pull sys/param.h | Theo de Raadt |
2021-09-01 | Import timeout(1) from NetBSD | Job Snijders |
2021-09-01 | Add client side support for DNS configuration. Use RTM_PROPOSAL_STATIC | Tobias Heider |
2021-09-01 | Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire. | Job Snijders |
2021-09-01 | remove sys/param.h use (few small repairs) | Theo de Raadt |
2021-09-01 | Clarify maxlen is optional in roa-set | Job Snijders |
2021-09-01 | As a first step towards safe signal handling, improve the h_int() | Ingo Schwarze |
2021-09-01 | Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR. | Martin Pieuchot |
2021-09-01 | comment out the detailed description of SSL_get_servername(3), | Ingo Schwarze |
2021-09-01 | Add lfence after ret in retpoline thunk. | Todd Mortimer |
2021-09-01 | Rergression for printing a @map after calling clear(). | Martin Pieuchot |
2021-09-01 | Handle the case where map/hist can be read after calling clear(). | Martin Pieuchot |
2021-09-01 | Implement roa-set data expiry. Every prefix in a roa-set can specify an | Claudio Jeker |
2021-09-01 | RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --include | Claudio Jeker |
2021-09-01 | remove unused functions and cleanup vmd.h | Dave Voutila |
2021-09-01 | Add support for the more rare volume usage which differs compared to the | Anton Lindqvist |
2020-08-09 | Import LLVM 10.0.1 including clang, lld and lldb. | Patrick Wildt |
2021-09-01 | Rename ucc_bits_to_usage() to ucc_bits_to_int() as it's about to be used | Anton Lindqvist |
2021-09-01 | Older AMD CPUs that do not support IBRS need an lfence after ret | Alexander Bluhm |
2021-09-01 | Remove from0 support. openrsync will not implement all bad ideas that | Claudio Jeker |
2021-09-01 | Remove assignment of value that is never read. | Bob Beck |
2021-09-01 | Fix bad logic I introduced before commit. | Claudio Jeker |
2021-09-01 | llvm: Use Component in OpenBSD::getCompilerRT to find libraries | Greg Steuck |
2021-09-01 | Remove dead poweroff functions, as they not appear in other | Jan Klemkow |
2021-09-01 | remove manual fiddling with MALLOC_OPTIONS from libc regress tests | Jasper Lievisse Adriaanse |
2021-09-01 | Document the http_proxy environment variable | Claudio Jeker |
2021-09-01 | quietly attempt mounting of /var/log early, in case someone creates such | Theo de Raadt |
2021-09-01 | Add a regression test to verify that we call the callback in the same | Bob Beck |
2021-09-01 | Add http_proxy support to rpki-client's http handler. | Claudio Jeker |
2021-09-01 | Imitate how free(3) behaves and make map_clear() works on NULL map. | Martin Pieuchot |
2021-09-01 | Always print non-empty map & hist on exit even if there's an END rule. | Martin Pieuchot |
2021-09-01 | Support for insert pid/tid/cpu builtins in map/hist. | Martin Pieuchot |
2021-09-01 | Fix ssh-rsa fallback for old PuTTY interop tests. | Darren Tucker |
2021-09-01 | Add a function to skip remaining tests. Many tests skip tests for | Darren Tucker |
2021-08-31 | Honour netinet6 when generating symlinks to tags files | Klemens Nanni |
2021-08-31 | Make include bsd.prog.mk is supporting PROGS for a while. Allow | Alexander Bluhm |
2021-08-31 | Implement suspend/resume for bwfm(4) with PCIe backend. We try to send the | Patrick Wildt |
2021-08-31 | regen | Jonathan Matthew |
2021-08-31 | Add Aquantia USB ethernet devices | Jonathan Matthew |
2021-08-31 | Clean up the list of chips upon detach and mark us uninitialized. | Patrick Wildt |
2021-08-31 | Properly deallocate some more structures upon detach, and make sure we're | Patrick Wildt |
2021-08-31 | Initialize some struct variables to make sure that upon reinit, caused by | Patrick Wildt |
2021-08-31 | Initialize ring read/write pointers to make sure that upon reinit, caused | Patrick Wildt |
2021-08-31 | Adjust .Bl width | Klemens Nanni |
2021-08-31 | Say autoconf not dhcp | Klemens Nanni |
2021-08-31 | Remove some dead code that was missed in an earlier cleanup and | Theo Buehler |