summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2013-03-29inet: fix getting the nameserver from _res state after res_init.Felix Fietkau
2013-03-20inet: do not filter responses in res_queryTimo Teräs
2013-03-20inet: Fix LT{.old,} compilation due to res_icloseBernhard Reutner-Fischer
2013-03-20rpc: silence warningBernhard Reutner-Fischer
2013-03-14inet: res_nclose: free user-buffer, not global _resBernhard Reutner-Fischer
2013-02-20inet: remove noreturn attribute from res_ncloseBernhard Reutner-Fischer
2013-02-07buildsys: Fix kbuild-style switch falloutMarkos Chandras
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-01-26libc/inet: pull in stddef.h for NULLMike Frysinger
2013-01-17socket.h: pull socket_type.h from eglibcBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-08-04libc/inet/resolv.c: Use IE model for TLS data.Will Newton
2012-08-04libc/inet/resolv.c: Remove obsolete comment.Will Newton
2012-06-15signal: remove sigblock, siggetmask and sigsetmaskPeter S. Mazinger
2012-06-15socketcalls.c: rewrite to use cancel.hPeter S. Mazinger
2012-06-15resolv.c: shrink code a bit in getnameinfo.Peter S. Mazinger
2012-06-15addr.c: get rid of a compiler warningPeter S. Mazinger
2012-06-15socketcalls.c: prefer using recvfrom in recv and sendto in sendPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15pm_getport.c: s/__close/close/Peter S. Mazinger
2012-06-15resolv.c: include param.h and use MIN instead of minPeter S. Mazinger
2012-06-15sa_len.c: do not include ipx.h, the IPX code is disabledPeter S. Mazinger
2012-06-15getaddrinfo.c: replace #if SALEN with #if 0Peter S. Mazinger
2012-06-15rpc: constify some more dataPeter S. Mazinger
2012-06-15clnt_generic.c: whitespace only, no code changePeter S. Mazinger
2012-06-15pm_getmaps.c: change __close to close (even though unused)Peter S. Mazinger
2012-06-15ruserpass.c: needs stdio_ext.h only if threads are enabledPeter S. Mazinger
2012-06-15rcmd.c: no need for stdio_ext.hPeter S. Mazinger
2012-06-15xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_tPeter S. Mazinger
2012-06-15svc_auth.c: use same prototypes as in svc_authux.cPeter S. Mazinger
2012-06-15pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too latePeter S. Mazinger
2012-06-15rpc: remove unused USE_IN_LIBIO guarded codePeter S. Mazinger
2012-06-15resolv.c: remove duplicated attribute_hiddenPeter S. Mazinger
2012-06-15ntohl.c: simplify and shrink ntohl and friendsPeter S. Mazinger
2012-06-15libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x)Peter S. Mazinger
2012-06-15libintl.h: add _(x) and N_(x) and use it everywherePeter S. Mazinger
2012-06-15use one common prototype for _create_xidPeter S. Mazinger
2012-06-15rpc_private.h: change guardPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-15inet_addr.c, inet_makeaddr.c: used the correct section from addr.cPeter S. Mazinger
2012-06-15no need for hidden inet_ntoa_rPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-04-17resolv: tiny shrinkage in /etc/hosts handlingBernhard Reutner-Fischer
2012-04-17resolv: remove unused variablesBernhard Reutner-Fischer
2012-04-17resolv: Fix /etc/hosts for more than MAXALIASES aliasesBernhard Reutner-Fischer
2012-04-17getaddrinfo(): avoid call to __check_pf() when not neededAlexander Komyagin
2012-04-17inet: adjust handling of cacnonname in getaddrinfoEd W
2012-03-26inet:rpc: fix build in !NPTL caseCarmelo Amoroso