summaryrefslogtreecommitdiff
path: root/usr.bin/dig/lib/isc
AgeCommit message (Expand)Author
2020-09-15move islinklocal, ismulticast, issitelocal from netaddr to sockaddrFlorian Obser
2020-09-14Mechanically replace isc_boolean_t with int.Florian Obser
2020-09-14Bunch of dead stores and otherwise unused stuff lets us get rid ofFlorian Obser
2020-09-14Rewrite isc_time_microdiff() as uelapsed() and put it directlyFlorian Obser
2020-09-13Get rid of isc_parse_uint32() and replace it with strtonum.Florian Obser
2020-09-13remove unused lex statesFlorian Obser
2020-09-13remove unused LEX_OPTsFlorian Obser
2020-09-12Remove unused callback mechanism / indirection.Florian Obser
2020-05-10fix socket_log() calls, EVENT expands to three comma separatedOtto Moerbeek
2020-05-08Make sure cmsgbufs are properly aligned by using the idiom from theOtto Moerbeek
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-26In preparation of compiling lib/dns/rdata/ files individually we needFlorian Obser
2020-02-25use timingsafe_bcmp and get rid of now unused safe.cFlorian Obser
2020-02-25malloc(a * b) -> reallocarray(NULL, a, b)Theo de Raadt
2020-02-25declare isc_appctx_t once where it is usedJonathan Gray
2020-02-25reduce multiple newlinesJonathan Gray
2020-02-25remove some unused typedefsJonathan Gray
2020-02-24remove some unused codeJonathan Gray
2020-02-24remove some uneeded includesJonathan Gray
2020-02-24Fix 'previously declared here' error on gcc3(luna88k).Kenji Aoyama
2020-02-23remove some unused functionsJonathan Gray
2020-02-23remove unused parts of types.hJonathan Gray
2020-02-23remove unused structsJonathan Gray
2020-02-22remove various unused macrosJoerg Jung
2020-02-22remove some unused args and unused assignments, as resultJoerg Jung
2020-02-22remove assigned but unused valuesJoerg Jung
2020-02-22remove unused codeJoerg Jung
2020-02-21Read CLOCK_MONOTONIC when we need timestamps to compare and useFlorian Obser
2020-02-19simplify signal setup and remove block/unblock/is_running/reloadJoerg Jung
2020-02-19remove unreachable codeJoerg Jung
2020-02-18Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.Florian Obser
2020-02-18Remove unused task, taskmgr, app, socket and socketmgr methods.Florian Obser
2020-02-17isc_stdio_open() wrapper function is only called in lex'erJoerg Jung
2020-02-17remove unused codeJoerg Jung
2020-02-16Get rid of isc_stdtime_t and use time_t directly.Florian Obser
2020-02-16cleanupFlorian Obser
2020-02-16clock_gettime cannot fail if called correctly; unravel TIME_NOWFlorian Obser
2020-02-16Move isc_time_formathttptimestamp to the only place it is used.Florian Obser
2020-02-16unravel isc_time_formattimestampFlorian Obser
2020-02-16unravel isc_time_add and isc_time_subtractFlorian Obser
2020-02-16unravel isc_time_compareFlorian Obser
2020-02-16unravel isc_time_isepochFlorian Obser
2020-02-16remove timespec settersFlorian Obser
2020-02-16Reduce interval indirection by setting struct members directly andFlorian Obser
2020-02-16The timer type we are using requires interval to be set, removeFlorian Obser
2020-02-16Replace isc_time_t and interval_t with struct timespec.Florian Obser
2020-02-16Now we are only using one timer type (once) and expires is always NULLFlorian Obser
2020-02-16We only use isc_timertype_once, get rid of all other types.Florian Obser
2020-02-16remove unused fileJonathan Gray
2020-02-15remove unused functionFlorian Obser