| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide __libc_sa_len | Peter S. Mazinger | 2005-11-15 | 2 | -2/+2 |
* | Another s/index/strchr/ | Peter S. Mazinger | 2005-11-10 | 1 | -10/+10 |
* | Correct IMA | Peter S. Mazinger | 2005-11-03 | 1 | -1/+4 |
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -3/+12 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 2 | -2/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 2 | -151/+16 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 2 | -0/+122 |
* | Better solution to duplicate locking defines | Peter S. Mazinger | 2005-10-20 | 1 | -21/+15 |
* | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger | 2005-10-20 | 1 | -11/+11 |
* | only include libc-tsd.h if we have threads support | Mike Frysinger | 2005-10-20 | 1 | -1/+2 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 2 | -41/+36 |
* | One more addition. | "Steven J. Hill" | 2005-10-04 | 1 | -0/+6 |
* | Clean up pthread include mess. Some of these will be needed to support NPTL, ... | "Steven J. Hill" | 2005-10-04 | 2 | -2/+5 |
* | add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti... | Mike Frysinger | 2005-08-18 | 1 | -0/+98 |
* | add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti... | Mike Frysinger | 2005-08-18 | 1 | -15/+10 |
* | rework some of the code to shrink size | Mike Frysinger | 2005-08-18 | 1 | -16/+19 |
* | style tweaks | Mike Frysinger | 2005-08-18 | 1 | -39/+25 |
* | we have getprotobyname_r() now so use it | Mike Frysinger | 2005-08-18 | 1 | -9/+20 |
* | if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ... | Mike Frysinger | 2005-06-29 | 1 | -0/+12 |
* | ifdef out check which always fails | Mike Frysinger | 2005-06-29 | 1 | -0/+2 |
* | The default static buffer sizes are too small to handle the 8 entries returned | Eric Andersen | 2005-05-10 | 1 | -5/+5 |
* | Fix it so uClibc returns multiple ips via h_addr_list, | Eric Andersen | 2005-04-28 | 1 | -66/+117 |
* | Cleanup error case a bit | Eric Andersen | 2005-04-28 | 1 | -8/+8 |
* | This might actually now be thread safe, assuming I havn't broken it. | Eric Andersen | 2005-04-28 | 1 | -20/+27 |
* | trim trailing whitespace | Eric Andersen | 2005-04-28 | 1 | -26/+26 |
* | x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send ..... | Mike Frysinger | 2005-02-13 | 1 | -19/+21 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 2 | -11/+8 |
* | Jan Lana writes: | Eric Andersen | 2005-01-11 | 1 | -11/+12 |
* | Document more things inet_aton() 'should' support but actually doesn't. | Mike Frysinger | 2005-01-06 | 1 | -22/+38 |
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 2 | -3/+3 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 2 | -3/+3 |
* | Implement gethostent_r | Eric Andersen | 2004-09-07 | 1 | -15/+31 |
* | Remove stale leftovers | Eric Andersen | 2004-09-07 | 1 | -9/+0 |
* | Do not fail all lookups when /etc/resolv.conf is missing, as i.e. | Eric Andersen | 2004-08-15 | 1 | -16/+7 |
* | req_search returned garbage. This teaches it to behave itself and | Eric Andersen | 2004-08-14 | 1 | -29/+38 |
* | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III | 2004-08-10 | 1 | -1/+16 |
* | Stephen Hemminger from osdl dot org writes: | Eric Andersen | 2004-06-12 | 1 | -0/+22 |
* | Joakim Tjernlund writes: | Eric Andersen | 2004-05-14 | 1 | -1/+1 |
* | Add missing include. | Manuel Novoa III | 2004-05-07 | 1 | -0/+1 |
* | Change the global 'buf' to 'servbuf' since some functions in here use | Eric Andersen | 2004-05-07 | 1 | -7/+7 |
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -1/+1 |
* | Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which | Eric Andersen | 2004-03-18 | 8 | -10/+10 |
* | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen | 2004-03-18 | 3 | -10/+50 |
* | Bug fix: gethostbyname2_r would fail if /etc/host was missing. | Manuel Novoa III | 2004-03-10 | 1 | -21/+38 |
* | Alexandre Oliva writes: | Eric Andersen | 2004-02-18 | 7 | -10/+10 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -1/+2 |
* | Imre Sunyi writes: | Eric Andersen | 2004-01-24 | 1 | -11/+16 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -11/+11 |
* | Implement res_search and res_querydomain based on netbsd code, | Eric Andersen | 2004-01-04 | 1 | -5/+203 |
* | Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6 | Eric Andersen | 2003-12-28 | 1 | -1/+3 |