summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/gethostnamadr_async.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When building dynamic hostent and netent, allocate a single linear buffer toeric2012-08-191-47/+42
| | | | | | hold both the structure and the data. The freehostent() and freenetent() API functions are not needed anymore. While there, ensure that the constructed addr and alias lists are really NULL terminated.
* unused variableseric2012-07-121-2/+2
|
* simplify the code, improve error handling and plug a potential fd leak on erroreric2012-07-101-71/+101
|
* use the value actually passed to the functioneric2012-07-101-2/+2
|
* fix a few warningseric2012-04-251-3/+3
|
* Import asr, an experimental async resolver implementation.eric2012-04-141-0/+592
The idea is to eventually replace the existing resolver with something better. Time to start working on it in tree. ok deraadt@