summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/res_send.c
Commit message (Expand)AuthorAgeFilesLines
* When _kevent() returns with errno = EINTR and timeout is notume2002-04-011-4/+3
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove __P() usage.obrien2002-03-211-3/+3
* - Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.ume2001-12-261-1/+9
* Bring in fix from rev 1.32 that got lost during the conversion to kqueue.jlemon2001-06-231-8/+19
* Use the new EV_SET macro to insure that all fields in struct keventjlemon2001-02-281-5/+3
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-11/+13
* Fix pthread cancellation point propagation.jasone2000-10-121-5/+5
* Change from using poll(2) to kqueue/kevent when waiting for a DNSps2000-09-121-32/+30
* Yank out the NOPOLL conditionals. libc_r no longer needs it, and thispeter2000-09-041-106/+28
* Re-commit DNS IPv6 transport support with fixes for IPv4 onlyume2000-06-191-43/+116
* Backout my previous commit.ume2000-06-141-69/+36
* DNS IPv6 transport support.ume2000-06-111-36/+69
* Decrement the timeout being passed to poll() if poll was interrupted forjlemon2000-03-261-5/+22
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-5/+5
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-6/+6
* Back out my backout, it was already posix compliant. Any new fields arepeter1999-09-281-1/+0
* Fix previous commit. The standards specifically say: "The structurepeter1999-09-281-0/+1
* Explicitly use sigemptyset to clear a sigset_t. Explicitmarcel1999-09-281-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement the weak aliases for private entry points in the inet_*jdp1998-09-021-1/+10
* Don't compile in the use of poll() when building libc_r. This isn'tpeter1998-06-141-1/+15
* Update the resolver parts to bind-8.1.2 level. I have not touched thepeter1998-06-111-44/+71
* Resolve some unexpected differences when comparing with the 2.2 version.peter1998-05-021-2/+10
* Update libc dns code to 4.9.7-T1B level. This involved chopping out largepeter1998-05-021-2/+43
* Some adjustments for the resolver use of poll(). For some reason I thoughtpeter1997-09-161-7/+8
* Call poll(2) from within the resolver but adapt to older kernels without itpeter1997-09-141-26/+68
* replace the OpenBSD fd_set sizing code with something more efficient.peter1997-06-281-9/+16
* Dynamically size fd_set in select rather than fail if too many filespeter1997-06-271-8/+9
* Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-271-7/+3
* Fix problem with FD_SET* overflow reporting.. Perror() didn't have enoughpeter1997-03-121-2/+6
* Check for overflow of FD_SETguido1997-03-101-1/+6
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-26/+39
* Sigh, back out the last bright idea I had here about compiling the res_*peter1996-08-301-0/+741
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-727/+0
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+2
* Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYYpeter1996-01-071-57/+61
* Fix bogus include paths, some of which stopped libresolv from compiling.bde1995-08-211-2/+2
* Update the resolver part of libc to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-70/+72
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* remove need for -DDEBUG from resolver code (conflict with db/hash)pst1994-09-251-38/+33
* get* rework and new bind codepst1994-09-251-210/+468
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+468
OpenPOWER on IntegriCloud