summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt
2008-06-03close bug 473:Denis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-06-02libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko
2008-06-02libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-06-01add missing includes of unistd.h for smallint usageDenis Vlasenko
2008-05-31- generate deps via gccBernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-29- fix dependencies for multi-sourceBernhard Reutner-Fischer
2008-05-27Fix build failure due to missing 'smallint' definitionCarmelo Amoroso
2008-05-25Slight size reduction by use of smallints/consts:Denis Vlasenko
2008-05-22convert two more static ints used as flags to smallintsDenis Vlasenko
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-02-28Fix file permissionsCarmelo Amoroso
2008-02-28Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso
2008-02-23Ricard Wanderlof writes:Mike Frysinger
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2008-02-07Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso
2008-01-11Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt
2008-01-09Daniel Jacobowitz writes:Mike Frysinger
2007-09-28This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger
2007-09-28do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger
2007-09-28cleanup code styleMike Frysinger
2007-09-15switch to a smaller/more robust implementation by Andrey Simonenko and as sug...Mike Frysinger
2007-07-30make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko
2007-07-30make getnetent.c, md5.c use __uc_mallocDenis Vlasenko
2007-07-30patch #3: make resolv.c use __uc_mallocDenis Vlasenko
2007-04-23- include stdbool.hBernhard Reutner-Fischer
2007-04-18Bugfix from Atsushi Nemoto: return nonzero error code on failure Rob Landley
2007-04-17- shrink resolver codeBernhard Reutner-Fischer
2007-03-28Warning fix for uninitialized variable, by Al Stone.Rob Landley
2007-02-08do not use ghbn_buf after it goes out of scopeEric Andersen
2007-02-04the sun rpc code has too many alias violations to worry over now; just disabl...Mike Frysinger
2007-02-02Ronald Maeder writes:Eric Andersen
2007-02-02use the correct lock for access to __nameserver[]Eric Andersen
2007-02-02fix lock namingEric Andersen
2007-02-02Ronald Maeder writes:Eric Andersen
2007-02-02fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,Eric Andersen
2007-01-29sync some fixes from glibcMike Frysinger
2007-01-10need to keep __check_rhosts_file exported for proper rhost controlMike Frysinger
2006-12-08__resolv_lock is supposed to be shared, not static Eric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen