Also known as ISC bind. This import adds utilities such as host(1), dig(1), and nslookup(1), as well as many other tools and libraries. Change-Id: I035ca46e64f1965d57019e773f4ff0ef035e4aa3
20 lines
749 B
Plaintext
20 lines
749 B
Plaintext
Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
|
|
|
This is copied from ../system.
|
|
|
|
This test suite uses a virtual time, gettimeofday(), select(),
|
|
poll(), kevent() and epoll_wait() Unix system calls are redirected:
|
|
gettimeofday() returns a date in virtual/exponentially inflated
|
|
delay from an epoch, select(), poll(), kevent() and epoll_wait()
|
|
timeouts are deflated down to at least 10ms.
|
|
|
|
These tests depends on LD_PRELOAD being supported by the runtime
|
|
loader.
|
|
|
|
Beware BIND clock uses unsigned integer, in 22 seconds isc_time_now()
|
|
overflows and breaks assertions. Note 22 real seconds is 136 virtual
|
|
years...
|
|
|
|
Id: README,v 1.2 2010/06/17 05:38:04 marka Exp
|