summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer2010-03-301-2/+18
* prettify make cleanBernhard Reutner-Fischer2010-03-252-4/+4
* /etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko2010-02-031-13/+41
* errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-1/+1
* gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer2010-01-241-41/+26
* getprotoent_r: use correct define for return valueBernhard Reutner-Fischer2010-01-231-1/+1
* libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
* libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer2010-01-2334-33/+34
* libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-231-33/+19
* fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
* ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-211-2/+2
* Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
* inet_ntop4: avoid inline initializationMike Frysinger2009-10-221-1/+3
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* resolv.c: add support for per thread res_stateAustin Foxley2009-09-263-5/+62
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-188-29/+4
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1859-596/+1
* rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko2009-09-061-44/+23
* rexec.c: small code shrinkDenys Vlasenko2009-09-061-2/+6
* comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko2009-09-061-2/+2
* do not save/restore errno around free() callsDenys Vlasenko2009-09-052-15/+5
* opensock: work correctly on IPv6-only configDenys Vlasenko2009-09-051-9/+9
* support building out-of-treeBernhard Reutner-Fischer2009-08-172-0/+4
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-07-221-4/+10
* Avoid type-punned pointers that break strict-aliasingRon2009-07-051-3/+6
* libc/inet/resolv.c:Denis Vlasenko2009-04-182-278/+467
* resolver:Denis Vlasenko2009-03-101-63/+7
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-251-29/+66
* - fix comment style to make it compile againBernhard Reutner-Fischer2009-02-131-27/+37
* - ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer2008-12-291-5/+7
* docs/defines.txt: document _extern_inlineDenis Vlasenko2008-12-222-74/+64
* Deal with a few data fields which may be made constant.Denis Vlasenko2008-12-201-1/+1
* resolv: fix testcase failureDenis Vlasenko2008-12-171-2/+2
* heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko2008-12-141-2/+2
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-101-57/+26
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-6/+1
* getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko2008-12-092-4/+3
* getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko2008-12-081-61/+64
* - fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer2008-12-081-2/+2
* resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko2008-12-061-219/+197
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-16/+15
* constify more dataDenis Vlasenko2008-12-013-3/+3
* rpc: constify data, localize unnecessarily static dataDenis Vlasenko2008-12-011-2/+2
* random: use smaller data fields where appropriateDenis Vlasenko2008-12-011-0/+1
* gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko2008-12-011-15/+20
* rpc: should check against max for int32, not intDenis Vlasenko2008-12-011-4/+4
* rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko2008-12-014-76/+54
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-2060-404/+405