Jilles Tjoelker e852d6bc48 libc/resolv: Use poll() instead of kqueue().
The resolver in libc creates a kqueue for watching a single file descriptor.
This can be done using poll() which should be lighter on the kernel and
reduce possible problems with rlimits (file descriptors, kqueues).

Reviewed by:	jhb
2014-01-14 22:05:33 +00:00
..
2013-01-01 18:29:25 +00:00
2014-01-03 09:10:04 +00:00
2013-10-25 05:25:19 +00:00
2013-12-25 19:38:16 +00:00
2013-11-19 16:11:03 +00:00
2014-01-03 09:07:03 +00:00
2013-11-21 20:43:43 +00:00
2013-05-30 08:02:00 +00:00
2014-01-01 00:45:28 +00:00
2013-05-12 22:22:12 +00:00
2012-10-18 15:39:29 +00:00
2013-05-12 22:22:12 +00:00
2013-12-31 23:59:33 +00:00