bind9/bin/named
Evan Hunt a52b17d39b
remove isc_task completely
as there is no further use of isc_task in BIND, this commit removes
it, along with isc_taskmgr, isc_event, and all other related types.

functions that accepted taskmgr as a parameter have been cleaned up.
as a result of this change, some functions can no longer fail, so
they've been changed to type void, and their callers have been
updated accordingly.

the tasks table has been removed from the statistics channel and
the stats version has been updated. dns_dyndbctx has been changed
to reference the loopmgr instead of taskmgr, and DNS_DYNDB_VERSION
has been udpated as well.
2023-02-16 18:35:32 +01:00
..
include remove isc_task completely 2023-02-16 18:35:32 +01:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl remove isc_task completely 2023-02-16 18:35:32 +01:00
builtin.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
config.c clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
control.c remove isc_task completely 2023-02-16 18:35:32 +01:00
controlconf.c switch to using isc_loopmgr_pause() instead of task exclusive 2023-02-16 17:51:55 +01:00
dlz_dlopen_driver.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
fuzz.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
geoip.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
log.c Properly name ADB hashmap and named log memory contexts 2023-01-30 12:54:57 +01:00
logconf.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
main.c remove isc_task completely 2023-02-16 18:35:32 +01:00
Makefile.am Add support for reporting status via sd_notify() 2022-09-15 10:12:15 +02:00
named.conf.rst Add note that named.conf man page is not a complete manual 2022-07-01 08:59:24 +02:00
named.rst clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
os.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00
server.c remove isc_task completely 2023-02-16 18:35:32 +01:00
statschannel.c remove isc_task completely 2023-02-16 18:35:32 +01:00
tkeyconf.c Clean up #include <isc/string.h> 2022-05-03 12:38:59 +00:00
transportconf.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
tsigconf.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c Remove do-nothing header <isc/print.h> 2023-02-15 16:44:47 +00:00