summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/unix/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We have sockaddr_storage these days, get rid of isc_sockaddr_t.florian2020-09-151-16/+16
* The various sockaddr structures have length fields these days.florian2020-09-151-4/+4
* Mechanically replace isc_boolean_t with int.florian2020-09-141-9/+9
* Bunch of dead stores and otherwise unused stuff lets us get rid offlorian2020-09-141-3/+1
* fix socket_log() calls, EVENT expands to three comma separatedotto2020-05-101-4/+4
* Make sure cmsgbufs are properly aligned by using the idiom from theotto2020-05-081-5/+15
* malloc(a * b) -> reallocarray(NULL, a, b)deraadt2020-02-251-2/+2
* reduce multiple newlinesjsg2020-02-251-2/+0
* Fix 'previously declared here' error on gcc3(luna88k).aoyama2020-02-241-3/+0
* remove assigned but unused valuesjung2020-02-221-6/+0
* Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.florian2020-02-181-184/+99
* Remove unused task, taskmgr, app, socket and socketmgr methods.florian2020-02-181-26/+0
* remove unused codejung2020-02-171-2/+0
* Replace isc_time_t and interval_t with struct timespec.florian2020-02-161-2/+1
* remove unused lockid var and FDLOCK_ID macrojsg2020-02-151-7/+0
* threads are gone, replace thread safe isc__strerror() wrapperjung2020-02-131-35/+13
* expand ISC_FORMAT_PRINTF and get rid of formatcheck.hflorian2020-02-131-2/+2
* remove unused macrosjsg2020-02-131-13/+0
* remove uneeded #include linesjsg2020-02-111-7/+0
* unifdef feature checks; we have all these things.florian2020-02-111-10/+0
* Move dig(1) and needed DNS libraries into it's own source directory inflorian2020-02-071-0/+2753