summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix/time.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-435/+0
| | | | | old location. dig(1) sources can be found in src/usr.bin/dig. ok deraadt@
* config.h and platform.h are unused nowflorian2020-01-221-3/+3
|
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-2/+2
| | | | | strtoull(3) and then get rid of lib/isc/string.c OK millert
* Remove unused tm.cflorian2020-01-201-21/+2
| | | | OK millert
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-18/+18
| | | | OK millert
* 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
* Remove thread support. Minus 4k lines.florian2020-01-071-23/+1
| | | | OK millert
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-6/+39
|
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-31/+60
| | | | | | | | | 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.
* resolve conflictsjakob2007-12-091-6/+8
|
* resolve conflictsjakob2004-09-281-22/+25
|
* update to BIND v9.2.3. ok todd@jakob2003-11-181-4/+4
|
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+409