summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* close bug 473:Denis Vlasenko2008-06-031-33/+39
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-036-35/+65
* libc/inet/resolv.c: use ip6.arpa instead of ip6.int for reverseDenis Vlasenko2008-06-021-87/+88
* libc/inet/addr.c: fix broked indentation and bad style. No code changes.Denis Vlasenko2008-06-021-12/+12
* suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko2008-06-011-0/+2
* add missing includes of unistd.h for smallint usageDenis Vlasenko2008-06-011-0/+1
* - generate deps via gccBernhard Reutner-Fischer2008-05-311-9/+0
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-304-4/+4
* - fix dependencies for multi-sourceBernhard Reutner-Fischer2008-05-291-9/+21
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-276-1/+5
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-256-9/+9
* convert two more static ints used as flags to smallintsDenis Vlasenko2008-05-221-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-203-16/+7
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-1/+1
* - remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer2008-05-201-11/+5
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-1935-91/+91
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* reinstate external visibility of inet_ntoa_r,Denis Vlasenko2008-04-251-1/+3
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-124-10/+4
* Fix file permissionsCarmelo Amoroso2008-02-281-0/+0
* Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso2008-02-282-1/+123
* Ricard Wanderlof writes:Mike Frysinger2008-02-231-9/+0
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-125-0/+6
* Added AI_NUMERICSERV flag and check if the string is not just a numberCarmelo Amoroso2008-02-071-2/+6
* Use poll() rather than select() if the former is available to wait inPeter Kjellerstedt2008-01-111-0/+26
* Daniel Jacobowitz writes:Mike Frysinger2008-01-091-0/+26
* This patch will fix a problem when the same host is defined with both IPv4 andMike Frysinger2007-09-281-2/+8
* do not check the pointer before freeing it since free(NULL) works just fineMike Frysinger2007-09-281-8/+4
* cleanup code styleMike Frysinger2007-09-281-323/+301
* switch to a smaller/more robust implementation by Andrey Simonenko and as sug...Mike Frysinger2007-09-151-43/+41
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-304-10/+10
* make getnetent.c, md5.c use __uc_mallocDenis Vlasenko2007-07-301-6/+20
* patch #3: make resolv.c use __uc_mallocDenis Vlasenko2007-07-301-12/+29
* - include stdbool.hBernhard Reutner-Fischer2007-04-231-0/+1
* Bugfix from Atsushi Nemoto: return nonzero error code on failure Rob Landley2007-04-181-1/+1
* - shrink resolver codeBernhard Reutner-Fischer2007-04-172-75/+81
* Warning fix for uninitialized variable, by Al Stone.Rob Landley2007-03-281-0/+1
* do not use ghbn_buf after it goes out of scopeEric Andersen2007-02-081-10/+9
* the sun rpc code has too many alias violations to worry over now; just disabl...Mike Frysinger2007-02-041-0/+2
* Ronald Maeder writes:Eric Andersen2007-02-023-11/+53
* use the correct lock for access to __nameserver[]Eric Andersen2007-02-021-9/+9
* fix lock namingEric Andersen2007-02-021-6/+6
* Ronald Maeder writes:Eric Andersen2007-02-021-0/+12
* fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET,Eric Andersen2007-02-021-1/+1
* sync some fixes from glibcMike Frysinger2007-01-291-3/+7
* need to keep __check_rhosts_file exported for proper rhost controlMike Frysinger2007-01-101-1/+5
* __resolv_lock is supposed to be shared, not static Eric Andersen2006-12-081-2/+2
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-20/+17
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-075-395/+376
* fix from psm: only define __ASSUME_NETLINK_SUPPORT if not definedMike Frysinger2006-08-241-0/+2