summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix/app.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-583/+0
* get rid of lib/isc/nothreadsflorian2020-01-261-56/+1
* config.h and platform.h are unused nowflorian2020-01-221-2/+2
* unifdef the last config.h bitsflorian2020-01-221-26/+0
* eliminate many other possibilities in favor of just using select() here.tedu2020-01-221-3/+0
* Pretty sure we are not BSDI 3.1; remove a threading stragglerflorian2020-01-221-13/+0
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-211-29/+1
* libisc has a global variable called "isc_bind9" that indicates the program-familyderaadt2020-01-211-3/+3
* Rip out custom memory allocator.florian2020-01-201-17/+11
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-1/+1
* Do not use a message catalog for error messages.florian2020-01-201-4/+1
* unifdef threading related definesflorian2020-01-201-19/+0
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-1/+1
* Remove thread support. Minus 4k lines.florian2020-01-071-306/+0
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-2/+2
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-191/+550
* Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@millert2008-08-041-1/+1
* Dynamically allocate fd_sets so we are not limited to FD_SETSIZEmillert2008-07-161-3/+3
* ISC BIND release 9.4.2jakob2007-12-091-10/+12
* ISC BIND version 9.3.0. ok deraadt@jakob2004-09-281-21/+38
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+664