bind9/lib
Ondřej Surý 31458d405a
Add support to read number of online CPUs on OpenBSD
The OpenBSD doesn't have sysctlbyname(), but sysctl() can be used to
read the number of online/available CPUs by reading following MIB(s):
[CTL_HW, HW_NCPUONLINE] with fallback to [CTL_HW, HW_NCPU].
2024-09-21 12:38:33 +02:00
..
dns Don't enable timeouts in dns_dispatch for incoming transfers 2024-09-21 10:15:47 +02:00
isc Add support to read number of online CPUs on OpenBSD 2024-09-21 12:38:33 +02:00
isccc Rework isccc_ccmsg to support multiple messages per tcp read 2024-04-18 20:08:44 +02:00
isccfg Log the rcode returned to for a query 2024-09-19 21:44:06 +00:00
ns Move common flags logging to shared functions 2024-09-19 21:44:06 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00