| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | convert two more static ints used as flags to smallints | Denis Vlasenko | 2008-05-22 | 1 | -1/+1 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 3 | -16/+7 |
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -11/+5 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 35 | -91/+91 |
* | Experimentally move libc_hidden_proto(time) to time.h. | Denis Vlasenko | 2008-04-28 | 1 | -1/+1 |
* | reinstate external visibility of inet_ntoa_r, | Denis Vlasenko | 2008-04-25 | 1 | -1/+3 |
* | Functions should be either exported in public .h files | Denis Vlasenko | 2008-04-12 | 4 | -10/+4 |
* | Fix file permissions | Carmelo Amoroso | 2008-02-28 | 1 | -0/+0 |
* | Added support for ether_line, ether_ntohost and ether_hostton. | Carmelo Amoroso | 2008-02-28 | 2 | -1/+123 |
* | Ricard Wanderlof writes: | Mike Frysinger | 2008-02-23 | 1 | -9/+0 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 5 | -0/+6 |
* | Added AI_NUMERICSERV flag and check if the string is not just a number | Carmelo Amoroso | 2008-02-07 | 1 | -2/+6 |
* | Use poll() rather than select() if the former is available to wait in | Peter Kjellerstedt | 2008-01-11 | 1 | -0/+26 |
* | Daniel Jacobowitz writes: | Mike Frysinger | 2008-01-09 | 1 | -0/+26 |
* | This patch will fix a problem when the same host is defined with both IPv4 and | Mike Frysinger | 2007-09-28 | 1 | -2/+8 |
* | do not check the pointer before freeing it since free(NULL) works just fine | Mike Frysinger | 2007-09-28 | 1 | -8/+4 |
* | cleanup code style | Mike Frysinger | 2007-09-28 | 1 | -323/+301 |
* | switch to a smaller/more robust implementation by Andrey Simonenko and as sug... | Mike Frysinger | 2007-09-15 | 1 | -43/+41 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 4 | -10/+10 |
* | make getnetent.c, md5.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -6/+20 |
* | patch #3: make resolv.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -12/+29 |
* | - include stdbool.h | Bernhard Reutner-Fischer | 2007-04-23 | 1 | -0/+1 |
* | Bugfix from Atsushi Nemoto: return nonzero error code on failure | Rob Landley | 2007-04-18 | 1 | -1/+1 |
* | - shrink resolver code | Bernhard Reutner-Fischer | 2007-04-17 | 2 | -75/+81 |
* | Warning fix for uninitialized variable, by Al Stone. | Rob Landley | 2007-03-28 | 1 | -0/+1 |
* | do not use ghbn_buf after it goes out of scope | Eric Andersen | 2007-02-08 | 1 | -10/+9 |
* | the sun rpc code has too many alias violations to worry over now; just disabl... | Mike Frysinger | 2007-02-04 | 1 | -0/+2 |
* | Ronald Maeder writes: | Eric Andersen | 2007-02-02 | 3 | -11/+53 |
* | use the correct lock for access to __nameserver[] | Eric Andersen | 2007-02-02 | 1 | -9/+9 |
* | fix lock naming | Eric Andersen | 2007-02-02 | 1 | -6/+6 |
* | Ronald Maeder writes: | Eric Andersen | 2007-02-02 | 1 | -0/+12 |
* | fix obvious bug in ipv4/ipv6 resolving. When not using AF_INET, | Eric Andersen | 2007-02-02 | 1 | -1/+1 |
* | sync some fixes from glibc | Mike Frysinger | 2007-01-29 | 1 | -3/+7 |
* | need to keep __check_rhosts_file exported for proper rhost control | Mike Frysinger | 2007-01-10 | 1 | -1/+5 |
* | __resolv_lock is supposed to be shared, not static | Eric Andersen | 2006-12-08 | 1 | -2/+2 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -20/+17 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 5 | -395/+376 |
* | fix from psm: only define __ASSUME_NETLINK_SUPPORT if not defined | Mike Frysinger | 2006-08-24 | 1 | -0/+2 |
* | fix h_alias handling in gethostbyaddr_r() just like in gethostbyname_r() | Mike Frysinger | 2006-07-31 | 1 | -0/+11 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 2 | -2/+0 |
* | update license | Mike Frysinger | 2006-07-05 | 1 | -14/+2 |
* | need hidden proto for rtime() as well | Mike Frysinger | 2006-06-20 | 1 | -0/+1 |
* | sync fix fixes from glibc | Mike Frysinger | 2006-06-19 | 1 | -7/+9 |
* | dont shadow the socket() function | Mike Frysinger | 2006-06-19 | 2 | -6/+6 |
* | Move hidden xdr_rmtcall_args prototype before first use | Peter S. Mazinger | 2006-03-24 | 1 | -1/+1 |
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 1 | -0/+2 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 2 | -0/+2 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 5 | -5/+5 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 2 | -2/+3 |