summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/asr_debug.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename function to avoid symbol clasheric2012-07-071-5/+3
|
* fix a few warningseric2012-04-251-9/+15
|
* calling getnameinfo here is a bad idea. use inet_ntop.eric2012-04-151-6/+9
|
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+569
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@