summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/unix/app.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mechanically replace isc_boolean_t with int.florian2020-09-141-17/+16
* Rewrite isc_time_microdiff() as uelapsed() and put it directlyflorian2020-09-141-8/+6
* remove some uneeded includesjsg2020-02-241-1/+1
* Read CLOCK_MONOTONIC when we need timestamps to compare and useflorian2020-02-211-1/+1
* simplify signal setup and remove block/unblock/is_running/reloadjung2020-02-191-133/+4
* Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.florian2020-02-181-184/+38
* Remove unused task, taskmgr, app, socket and socketmgr methods.florian2020-02-181-31/+0
* remove unused codejung2020-02-171-5/+0
* clock_gettime cannot fail if called correctly; unravel TIME_NOWflorian2020-02-161-1/+1
* Replace isc_time_t and interval_t with struct timespec.florian2020-02-161-1/+1
* threads are gone, replace thread safe isc__strerror() wrapperjung2020-02-131-9/+6
* remove uneeded #include linesjsg2020-02-111-5/+0
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+583