summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r()Mike Frysinger2006-07-311-0/+11
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-052-2/+0
* update licenseMike Frysinger2006-07-051-14/+2
* need hidden proto for rtime() as wellMike Frysinger2006-06-201-0/+1
* sync fix fixes from glibcMike Frysinger2006-06-191-7/+9
* dont shadow the socket() functionMike Frysinger2006-06-192-6/+6
* Move hidden xdr_rmtcall_args prototype before first usePeter S. Mazinger2006-03-241-1/+1
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-0/+2
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-232-0/+2
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-225-5/+5
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-222-2/+3