summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/unix/socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish moving of dig(1) to /usr/bin/dig by removing the sources in theflorian2020-02-111-2753/+0
* Support for queries on ports != 53jca2020-01-261-2/+2
* Remove unused code from socket.cflorian2020-01-261-590/+18
* get rid of lib/isc/nothreadsflorian2020-01-261-3/+0
* Oops, one break too many removed; unbreak +tcp.florian2020-01-241-0/+1
* Remove overly complicated set_rcvbuf. Very likely not needed in dig et al.florian2020-01-231-68/+0
* Remove socket types that we are not going to use, like AF_UNIX sockets.florian2020-01-231-1183/+30
* config.h and platform.h are unused nowflorian2020-01-221-2/+2
* unifdef the last config.h bitsflorian2020-01-221-54/+0
* Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T asflorian2020-01-221-15/+12
* eliminate many other possibilities in favor of just using select() here.tedu2020-01-221-424/+0
* remove mutex.h etc. since this code is now unthreaded.tedu2020-01-211-238/+0
* Rip out custom memory allocator.florian2020-01-201-85/+59
* As millert@ points out we can replace isc_string_touint64 withflorian2020-01-201-1/+1
* Do not use a message catalog for error messages.florian2020-01-201-129/+32
* unifdef threading related definesflorian2020-01-201-19/+0
* We are not using json, xml nor httpd.florian2020-01-201-279/+2
* Remove various unused bits and pieces from lib/isc.florian2020-01-091-654/+0
* Use normal int types like int32_t instead of isc_int32_t.florian2020-01-091-5/+5
* Nuke atomics support. This gets rid of 4k lines of code including a bunchflorian2020-01-091-186/+1
* Assorted unifdefs:florian2020-01-091-17/+0
* unifdef printf and string functions:florian2020-01-091-1/+1
* unifdef network defines:florian2020-01-091-126/+0
* Remove thread support. Minus 4k lines.florian2020-01-071-42/+0
* unifdef _AIXsthen2019-12-181-34/+0
* Add back some SOCK_DNS to socket() calls, and add a few more whilederaadt2019-12-171-3/+3
* update to 9.10.8-P1, last isc-licensed releasesthen2019-12-171-129/+104
* Update to bind-9.10.5-P3, which appears to have been the last ISC version.deraadt2019-12-161-761/+3427
* Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL).krw2016-04-161-1/+1
* pledge bind(1), dig(1), and nslookup(1). This modifies the underlyingderaadt2015-10-251-2/+2
* Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@millert2008-08-041-134/+302
* Dynamically allocate fd_sets so we are not limited to FD_SETSIZEmillert2008-07-161-49/+137
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-27/+15
* CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if youderaadt2008-03-191-15/+27
* more strcpy fixesjakob2007-12-091-3/+3
* resolve conflictsjakob2007-12-091-51/+339
* resolve conflicts and regen configure scriptjakob2007-01-101-5/+27
* resolve conflictsjakob2006-04-051-41/+64
* resolve conflictsjakob2005-03-221-11/+9
* resolve conflictsjakob2004-09-281-126/+245
* Privilege seperation for named. Allows named to handle address/interfacecanacar2004-03-121-1/+12
* update to BIND v9.2.3. ok todd@jakob2003-11-181-5/+34
* update to BIND 9.2.2-release. ok millert@jakob2003-03-051-7/+7
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+3357