summaryrefslogtreecommitdiffstats
path: root/lib/libc/asr/gethostnamadr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-141-1/+3
* Move to the <limits.h> universe.deraadt2015-01-161-1/+2
* Make the asr API public. Install asr.h to /usr/include.h and manpages.eric2014-03-261-3/+4
* Cleanup and simplify the API to be exposed. Use better names foreric2014-03-251-9/+9
* Make some symbols static and prefix all visible symbols with asr_eric2013-07-121-3/+3
* use paramaters instead of static storage in _gethostbyname()eric2013-05-291-26/+48
* Add minimal support for _res setup and update.eric2013-05-271-2/+14
* spacingderaadt2013-04-141-2/+2
* use the provided ALIGN() macro instead of re-inventing a square wheel.eric2013-04-041-7/+3
* space cleanup; ok ericderaadt2013-04-011-5/+5
* fix alignment issue in the structure filled by gethostby{name,addr}()eric2013-04-011-10/+23
* knferic2012-11-241-3/+3
* split asr_resolver.c into different files to overlay the libc/neteric2012-09-081-0/+153