summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-1198-23886/+0
* iterated_hash is unusedflorian2020-02-043-97/+2
* isc/stat.h is unusedflorian2020-02-043-56/+2
* just use netdb.h directlyflorian2020-02-041-56/+0
* Remove unused typedefs that got left behind in previousflorian2020-02-049-134/+16
* Get rid of getopt(3) compat code.florian2020-02-043-264/+2
* Remove a bunch of unused functions who access the filesystem and thenflorian2020-02-044-333/+3
* We are not using aes.florian2020-02-043-134/+2
* Remove unused files.florian2020-02-042-18/+0
* Nuke autohell from orbit. It's the only way to be sure.florian2020-01-286-303/+0
* Switch to Makefile based builds.florian2020-01-284-153/+17
* Support for queries on ports != 53jca2020-01-261-2/+2
* Remove unused code from socket.cflorian2020-01-263-1229/+20
* reduce isc/stdio to what is usedflorian2020-01-262-146/+2
* get rid of lib/isc/nothreadsflorian2020-01-2614-396/+7
* Switch once to isc_boolean_t in preparation of nothreads removalflorian2020-01-262-11/+16
* Remove now unused unix/file.c and unix/fsaccess.cflorian2020-01-2611-1410/+9
* Remove unused logging to file.florian2020-01-262-355/+4
* isc_file_isdirwritable is not used (and besides, it uses access() whichderaadt2020-01-252-13/+2
* isc/unix/syslog is unusedflorian2020-01-255-134/+5
* we are not using rwlocksflorian2020-01-255-199/+3
* another chroot tendrilderaadt2020-01-251-4/+1
* Oops, one break too many removed; unbreak +tcp.florian2020-01-241-0/+1
* Since we are no longer using config.h we can remove a lot of featureflorian2020-01-242-8/+8
* Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.florian2020-01-231-68/+0
* Remove socket types that we are not going to use, like AF_UNIX sockets.florian2020-01-233-1321/+32
* We can always create IPv4 and IPv6 sockets.florian2020-01-232-483/+5
* config.h and platform.h are unused nowflorian2020-01-2269-180/+137
* unifdef the last config.h bitsflorian2020-01-224-137/+2
* get rid if ISC_{UN,}LIKELY it's in the way and not useful.florian2020-01-227-50/+19
* Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asflorian2020-01-222-20/+13
* eliminate many other possibilities in favor of just using select() here.tedu2020-01-222-427/+0
* unifdef a few features we have. ok floriantedu2020-01-223-50/+2
* delete version detailing in all libraries; ok tedu florianderaadt2020-01-223-67/+2
* Pretty sure we are not BSDI 3.1; remove a threading stragglerflorian2020-01-221-13/+0
* unifdef openssl, specifically with passing this to unifdef(1) andflorian2020-01-228-1772/+8
* florian points out that queue.h is unusedtedu2020-01-222-158/+1
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-2122-854/+22
* Set --enable-openssl-hash to use digests from libcrypto insteadtb2020-01-217-23/+23
* libisc has a global variable called "isc_bind9" that indicates the program-familyderaadt2020-01-218-403/+76
* With the custom memory allocator gone ondestroy is unused.florian2020-01-205-205/+4
* Rip out custom memory allocator.florian2020-01-2033-3803/+282
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-2032-478/+55
* Remove various unused lib/isc bits.florian2020-01-2020-3371/+17
* Do not use a message catalog for error messages.florian2020-01-2026-852/+110
* unifdef threading related definesflorian2020-01-204-504/+1
* Remove unused tm.cflorian2020-01-206-525/+6
* We are not using json, xml nor httpd.florian2020-01-2012-2169/+19
* does not need a chroot wrapper; ok florianderaadt2020-01-091-28/+0
* Remove various unused bits and pieces from lib/isc.florian2020-01-0918-3277/+13