summaryrefslogtreecommitdiff
path: root/usr.sbin/bind
AgeCommit message (Expand)Author
2020-01-22config.h and platform.h are unused nowFlorian Obser
2020-01-22unifdef the last config.h bitsFlorian Obser
2020-01-22get rid if ISC_{UN,}LIKELY it's in the way and not useful.Florian Obser
2020-01-22Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asFlorian Obser
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2020-01-22eliminate many other possibilities in favor of just using select() here.Ted Unangst
2020-01-22unifdef a few features we have. ok florianTed Unangst
2020-01-22remove defines from config.h.in that are no longer checked in the codeFlorian Obser
2020-01-22delete version detailing in all libraries; ok tedu florianTheo de Raadt
2020-01-22Pretty sure we are not BSDI 3.1; remove a threading stragglerFlorian Obser
2020-01-22unifdef openssl, specifically with passing this to unifdef(1) andFlorian Obser
2020-01-22florian points out that queue.h is unusedTed Unangst
2020-01-21remove mutex.h etc. since this code is now unthreaded.Ted Unangst
2020-01-21Whack last remaining LIBRESSL_VERSION_NUMBER check in the C code.Theo Buehler
2020-01-21Set --enable-openssl-hash to use digests from libcrypto insteadTheo Buehler
2020-01-21libisc has a global variable called "isc_bind9" that indicates the program-fa...Theo de Raadt
2020-01-21Get rid of isccfg/log.c by pulling in the tiny bits needed intoFlorian Obser
2020-01-21remove -m from usage();Jason McIntyre
2020-01-21remove top-level files no longer relevantTheo de Raadt
2020-01-20We no longer support "memory usage" debugging.Florian Obser
2020-01-20With the custom memory allocator gone ondestroy is unused.Florian Obser
2020-01-20Rip out custom memory allocator.Florian Obser
2020-01-20As millert@ points out we can replace isc_string_touint64 withFlorian Obser
2020-01-20Remove various unused lib/isc bits.Florian Obser
2020-01-20Do not use a message catalog for error messages.Florian Obser
2020-01-20unifdef threading related definesFlorian Obser
2020-01-20Remove unused tm.cFlorian Obser
2020-01-20We are not using json, xml nor httpd.Florian Obser
2020-01-20Fix a address family desynchronisation between lwres_conf andFlorian Obser
2020-01-20Reduce tsig support to what is needed by dig et al by removing theFlorian Obser
2020-01-20Remove acl supportFlorian Obser
2020-01-18Cleanup in lib/dns, mostly support bits to run a nameserver which weFlorian Obser
2020-01-10Handle documentation of the remaining, more complicated defaultsIngo Schwarze
2020-01-09does not need a chroot wrapper; ok florianTheo de Raadt
2020-01-09Remove various unused bits and pieces from lib/isc.Florian Obser
2020-01-09Forgot to remove the file with the weird int type definitions in theFlorian Obser
2020-01-09Remove readline support from nslookup.Florian Obser
2020-01-09Use normal int types like int32_t instead of isc_int32_t.Florian Obser
2020-01-09We use __dead for functions that do not return.Florian Obser
2020-01-09Nuke atomics support. This gets rid of 4k lines of code including a bunchFlorian Obser
2020-01-09avoid use of sprintf, this is 2020Theo de Raadt
2020-01-09Replace entropy.c, random.c and an outdated arc4random copy withFlorian Obser
2020-01-09First round of OPENSSL unifdef:Florian Obser
2020-01-09unifdef WITH_IDN; prodding deraadt@Florian Obser
2020-01-09Assorted unifdefs:Florian Obser
2020-01-09unifdef gss-api:Florian Obser
2020-01-09unifdef pkcs11:Florian Obser
2020-01-09unifdef printf and string functions:Florian Obser
2020-01-09unifdef network defines:Florian Obser
2020-01-07Remove backtrace support. Minus 800 lines.Florian Obser