summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-15Hide __libc_sa_lenPeter S. Mazinger
2005-11-10Another s/index/strchr/Peter S. Mazinger
2005-11-03Correct IMAPeter S. Mazinger
2005-11-01Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-20Better solution to duplicate locking definesPeter S. Mazinger
2005-10-20Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ...Peter S. Mazinger
2005-10-20only include libc-tsd.h if we have threads supportMike Frysinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-04One more addition."Steven J. Hill"
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18rework some of the code to shrink sizeMike Frysinger
2005-08-18style tweaksMike Frysinger
2005-08-18we have getprotobyname_r() now so use itMike Frysinger
2005-06-29if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger
2005-06-29ifdef out check which always failsMike Frysinger
2005-05-10The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen
2005-04-28Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen
2005-04-28Cleanup error case a bitEric Andersen
2005-04-28This might actually now be thread safe, assuming I havn't broken it.Eric Andersen
2005-04-28trim trailing whitespaceEric Andersen
2005-02-13x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send .....Mike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2005-01-11Jan Lana writes:Eric Andersen
2005-01-06Document more things inet_aton() 'should' support but actually doesn't.Mike Frysinger
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-09-07Implement gethostent_rEric Andersen
2004-09-07Remove stale leftoversEric Andersen
2004-08-15Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen
2004-08-14req_search returned garbage. This teaches it to behave itself andEric Andersen
2004-08-10On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III
2004-06-12Stephen Hemminger from osdl dot org writes:Eric Andersen
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-05-07Add missing include.Manuel Novoa III
2004-05-07Change the global 'buf' to 'servbuf' since some functions in here useEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-03-18Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2004-03-10Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-24Imre Sunyi writes:Eric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-04Implement res_search and res_querydomain based on netbsd code,Eric Andersen