summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/timer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reduce multiple newlinesjsg2020-02-251-2/+1
* remove some uneeded includesjsg2020-02-241-3/+3
* Fix 'previously declared here' error on gcc3(luna88k).aoyama2020-02-241-4/+1
* remove some unused args and unused assignments, as resultjung2020-02-221-9/+5
* Read CLOCK_MONOTONIC when we need timestamps to compare and useflorian2020-02-211-5/+5
* Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.florian2020-02-181-151/+38
* clock_gettime cannot fail if called correctly; unravel TIME_NOWflorian2020-02-161-5/+5
* unravel isc_time_add and isc_time_subtractflorian2020-02-161-21/+10
* unravel isc_time_compareflorian2020-02-161-21/+11
* unravel isc_time_isepochflorian2020-02-161-2/+2
* remove timespec settersflorian2020-02-161-3/+3
* Reduce interval indirection by setting struct members directly andflorian2020-02-161-5/+5
* The timer type we are using requires interval to be set, removeflorian2020-02-161-7/+3
* Replace isc_time_t and interval_t with struct timespec.florian2020-02-161-19/+19
* Now we are only using one timer type (once) and expires is always NULLflorian2020-02-161-78/+31
* We only use isc_timertype_once, get rid of all other types.florian2020-02-161-78/+20
* remove unused functionflorian2020-02-151-8/+1
* timer methods are unusedflorian2020-02-151-31/+1
* remove task and timer tracingflorian2020-02-131-14/+1
* remove more uneeded include statements and filesjsg2020-02-131-2/+1
* remove unused macrosjsg2020-02-131-9/+1
* remove some unreferenced functionsjsg2020-02-121-45/+1
* remove uneeded #include linesjsg2020-02-111-3/+1
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+855