summaryrefslogtreecommitdiffstats
path: root/lib/libc/resolv/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-181-1/+0
* Allow users override `DEBUG` on the command line via DEBUG_FLAGS="-DDEBUG" withngie2015-12-151-1/+3
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-5/+2
* Update our stub resolver to final version of libbind.ume2014-08-121-26/+26
* libc/resolv: Use poll() instead of kqueue().jilles2014-01-141-2/+2
* libc: Make resolver sockets close-on-exec (SOCK_CLOEXEC).jilles2013-09-061-2/+3
* Remove meaningless self-assignment in res_send.c, otherwise clang willdim2011-12-151-2/+0
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-141-7/+21
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-24/+29
* Only reject file descriptors higher than FD_SETSIZE if we are not usingjhb2007-03-051-7/+5
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Merge BIND9 9.3.3 into main chunk.ume2006-12-151-2/+3
* Merge res_send.c of BIND9 9.3.3rc2 into main chunk. It includesume2006-10-241-6/+7
* Check if the filedes of kevent is expected one. Though ourume2006-08-041-0/+4
* - Merge our local changes.ume2006-03-211-22/+96
* Vendor import of BIND 9.3.2ume2006-03-211-0/+1088
OpenPOWER on IntegriCloud