summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/asr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ensure that async_run() and async_run_sync() always preserve errno.eric2012-08-181-6/+12
|
* Create a new resolver for each thread. It will be done differentlyeric2012-04-151-14/+24
| | | | | eventually, but it's enough for now to make the blocking API fully thread-safe without locking.
* only define DEBUG internallyeric2012-04-141-6/+6
|
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+1102
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@