summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/timer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-855/+0
| | | | | old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@
* get rid of lib/isc/nothreadsflorian2020-01-261-7/+1
| | | | OK tedu
* config.h and platform.h are unused nowflorian2020-01-221-3/+3
|
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-211-78/+1
| | | | ok florian
* libisc has a global variable called "isc_bind9" that indicates the program-familyderaadt2020-01-211-42/+10
| | | | | | | | | (bind, dig, nslookup, host..) the library is being used by, this flag is cleared using a constructor-like mechanism in a .c file which is not compiled nor called. if the flag is cleared, the library acts differently in 40+ functions. Imagine if our libc had such a global variable?? delete all of that. ok florian
* Rip out custom memory allocator.florian2020-01-201-27/+21
| | | | OK otto
* Do not use a message catalog for error messages.florian2020-01-201-24/+8
| | | | | It's not installed anyway. OK millert
* unifdef threading related definesflorian2020-01-201-189/+1
| | | | input & OK millert
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-18/+18
| | | | OK millert
* First round of OPENSSL unifdef:florian2020-01-091-9/+1
| | | | | | | | | #define OPENSSL #undef OPENSSL_LEAKS #undef USE_ENGINE #undef DNS_CRYPTO_LEAKS prodding deraadt@
* unifdef printf and string functions:florian2020-01-091-2/+2
| | | | | | | | | | | | | | #undef ISC_PLATFORM_NEEDVSNPRINTF #undef ISC_PLATFORM_NEEDSPRINTF #undef ISC_PLATFORM_NEEDPRINTF #undef ISC_PLATFORM_NEEDFPRINTF #define ISC_PLATFORM_QUADFORMAT "ll" #undef ISC_PLATFORM_NEEDSTRSEP #undef ISC_PLATFORM_NEEDSTRLCPY #undef ISC_PLATFORM_NEEDSTRLCAT #undef ISC_PLATFORM_NEEDSTRTOUL #undef ISC_PLATFORM_NEEDMEMMOVE #undef ISC_PLATFORM_NEEDSTRCASESTR
* We are not windows. Minus 500 lines.florian2020-01-071-4/+1
| | | | OK millert
* Remove thread support. Minus 4k lines.florian2020-01-071-5/+1
| | | | OK millert
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-3/+3
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-103/+366
| | | | | | | | | We only use this tree to build dig and nslookup. Our previous version predated edns0 support in those tools, and we want that. This is the worst code I've looked at in years, with layers and layers of spaghetti abstraction clearly unfit for reuse, but then reused anyways, and the old ones remain behind. So this is a 8MB diff. florian, sthen, and otto tried this merge before but failed.
* Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@millert2008-08-041-7/+9
|
* ISC BIND release 9.4.2jakob2007-12-091-38/+45
|
* ISC BIND release 9.3.3jakob2007-01-101-5/+8
|
* ISC BIND release 9.3.2jakob2006-04-051-3/+3
|
* ISC BIND version 9.3.0. ok deraadt@jakob2004-09-281-83/+139
|
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+864