summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-03/etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-25Merge branch 'master' into nptlCarmelo Amoroso
2010-01-24gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer
2010-01-23getprotoent_r: use correct define for return valueBernhard Reutner-Fischer
2010-01-23libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer
2010-01-23libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer
2010-01-23libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-11-30getaddrinfo.c: include tls.h before resolv.hAustin Foxley
2009-11-09inet_ntop4: avoid inline initializationMike Frysinger
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-22inet_ntop4: avoid inline initializationMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-14check stat("/etc/resolv.conf") for errorsDenys Vlasenko
2009-10-13libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer
2009-10-08link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer
2009-09-26resolv.c: add support for per thread res_stateAustin Foxley
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-06rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko
2009-09-06rexec.c: small code shrinkDenys Vlasenko
2009-09-06comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05opensock: work correctly on IPv6-only configDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-22add hidden aliases for ntoh/hton functionsMike Frysinger
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-04-18libc/inet/resolv.c:Denis Vlasenko
2009-03-10resolver:Denis Vlasenko
2009-02-25Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko
2009-02-13- fix comment style to make it compile againBernhard Reutner-Fischer
2008-12-29- ethers only make sense if we want to play with ethernet addressesBernhard Reutner-Fischer
2008-12-22docs/defines.txt: document _extern_inlineDenis Vlasenko
2008-12-20Deal with a few data fields which may be made constant.Denis Vlasenko
2008-12-17resolv: fix testcase failureDenis Vlasenko
2008-12-14heed compiler warnings about checking non-defined variables in #if directivesDenis Vlasenko
2008-12-10*: remove some __libc_XXX functions:Denis Vlasenko
2008-12-10remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko
2008-12-09getaddrinfo: runp->ifa_addr indeed can be NULL, don't dereference itDenis Vlasenko
2008-12-08getaddrinfo: remove superfluout indentation, fix incorrect one.Denis Vlasenko