summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
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-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
2008-12-08- fix loop for checking ifaddr on both IPv4 and IPv6Bernhard Reutner-Fischer
2008-12-06resolver: make new name resolutions reread /etc/resolv.confDenis Vlasenko
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-12-01constify more dataDenis Vlasenko
2008-12-01rpc: constify data, localize unnecessarily static dataDenis Vlasenko
2008-12-01random: use smaller data fields where appropriateDenis Vlasenko
2008-12-01gethostbyname can use gethostbyname2, saving one nearly 0.5k static bufferDenis Vlasenko
2008-12-01rpc: should check against max for int32, not intDenis Vlasenko
2008-12-01rpc: ifdef out xdrrec_{get,put}long if int32 == long,Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-17resolver: use timeout of 5 (glibc uses that).Denis Vlasenko
2008-11-17resolver: separate gethostent and gethostent_r into two .o files;Denis Vlasenko
2008-11-17resolver: move large code blocks to arrange related functions closer.Denis Vlasenko