bind9/bin/named
Witold Kręcicki 493b6a9f33 Make hazard pointers max_threads configurable at runtime.
hp implementation requires an object for each thread accessing
a hazard pointer. previous implementation had a hardcoded
HP_MAX_THREAD value of 128, which failed on machines with lots of
CPU cores (named uses 3n threads). We make isc__hp_max_threads
configurable at startup, with the value set to 4*named_g_cpus.
It's also important for this value not to be too big as we do
linear searches on a list.
2020-01-14 21:26:57 +01:00
..
include Refactor the dns_geoip API to use ISC_THREAD_LOCAL 2019-12-04 14:17:19 +01:00
unix Use the semantic patch to change the usage isc_mem_create() to new API 2019-09-12 09:26:09 +02:00
win32 named: remove named_g_defaultdnstap global variable 2019-11-04 16:15:22 +01:00
.gitignore [master] add libns and remove liblwres 2017-09-08 13:47:34 -07:00
bind9.xsl use h?+script selectors 2019-07-25 08:03:10 -04:00
bind9.xsl.h Regenerate bind9.xsl.h 2019-07-25 21:31:47 -04:00
builtin.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
config.c Rename 'dnssec-keys' to 'trust-anchors' 2019-12-05 12:19:17 +01:00
control.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
controlconf.c further cleanup 2019-07-23 15:32:36 -04:00
convertxsl.pl Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
fuzz.c Various little fixes found by coccinelle 2019-10-01 16:48:55 +02:00
geoip.c Refactor the dns_geoip API to use ISC_THREAD_LOCAL 2019-12-04 14:17:19 +01:00
log.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
logconf.c Use coccinelle to remove explicit '#include <config.h>' from the source files 2019-03-08 15:15:05 +01:00
main.c Make hazard pointers max_threads configurable at runtime. 2020-01-14 21:26:57 +01:00
Makefile.in Convert the configure.ac rules for zlib library to use pkg-config 2019-07-31 14:54:40 +02:00
named.8 prep 9.13.6 2019-02-06 22:13:05 +00:00
named.conf.5 prep 9.15.7 2019-12-12 23:59:39 +00:00
named.conf.docbook update copyright year to 2020 2020-01-02 21:45:30 -08:00
named.conf.html prep 9.15.7 2019-12-12 23:59:39 +00:00
named.docbook update copyright year to 2020 2020-01-02 21:45:30 -08:00
named.html prep 9.13.6 2019-02-06 22:13:05 +00:00
server.c disable adding keys to keytable; only DS trust anchors can now be added 2020-01-14 09:24:22 -08:00
statschannel.c Move xmlInitThreads()/xmlCleanupThreads() calls 2019-12-02 16:03:23 +01:00
tkeyconf.c Refactor dns_name_dup() usage using the semantic patch 2019-11-29 14:00:37 +01:00
tsigconf.c Remove blocks checking whether isc_mem_get() failed using the coccinelle 2019-07-23 15:32:35 -04:00
zoneconf.c dnssec-policy inheritance from options/view 2019-11-06 22:36:21 +01:00