summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
...
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-066-42/+23
* a small TODOMike Frysinger2005-12-061-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-0415-33/+49
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-038-37/+37
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-031-1/+0
* More hiding, including __mempcpyPeter S. Mazinger2005-12-0325-55/+96
* Hide mostly used functionsPeter S. Mazinger2005-12-0139-286/+289
* Hiding againPeter S. Mazinger2005-11-2911-6/+33
* Hide some of mem* and str*Peter S. Mazinger2005-11-276-0/+16
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-2619-50/+92
* Some more hidden internalsPeter S. Mazinger2005-11-261-30/+30
* Remove TOPDIRPeter S. Mazinger2005-11-212-6/+2
* Hide __libc_sa_lenPeter S. Mazinger2005-11-152-2/+2
* Another s/index/strchr/Peter S. Mazinger2005-11-101-10/+10
* Correct IMAPeter S. Mazinger2005-11-031-1/+4
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-3/+12
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-012-2/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-292-151/+16
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-252-0/+122
* Better solution to duplicate locking definesPeter S. Mazinger2005-10-201-21/+15
* Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ...Peter S. Mazinger2005-10-201-11/+11
* only include libc-tsd.h if we have threads supportMike Frysinger2005-10-201-1/+2
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-122-41/+36
* One more addition."Steven J. Hill"2005-10-041-0/+6
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-042-2/+5
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-181-0/+98
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-181-15/+10
* rework some of the code to shrink sizeMike Frysinger2005-08-181-16/+19
* style tweaksMike Frysinger2005-08-181-39/+25
* we have getprotobyname_r() now so use itMike Frysinger2005-08-181-9/+20
* if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto ...Mike Frysinger2005-06-291-0/+12
* ifdef out check which always failsMike Frysinger2005-06-291-0/+2
* The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen2005-05-101-5/+5
* Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen2005-04-281-66/+117
* Cleanup error case a bitEric Andersen2005-04-281-8/+8
* This might actually now be thread safe, assuming I havn't broken it.Eric Andersen2005-04-281-20/+27
* trim trailing whitespaceEric Andersen2005-04-281-26/+26
* x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send .....Mike Frysinger2005-02-131-19/+21
* merge parallel build supportMike Frysinger2005-01-252-11/+8
* Jan Lana writes:Eric Andersen2005-01-111-11/+12
* Document more things inet_aton() 'should' support but actually doesn't.Mike Frysinger2005-01-061-22/+38
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-312-3/+3
* Peter S. Mazinger writes:Eric Andersen2004-10-192-3/+3
* Implement gethostent_rEric Andersen2004-09-071-15/+31
* Remove stale leftoversEric Andersen2004-09-071-9/+0
* Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen2004-08-151-16/+7
* req_search returned garbage. This teaches it to behave itself andEric Andersen2004-08-141-29/+38
* On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III2004-08-101-1/+16
* Stephen Hemminger from osdl dot org writes:Eric Andersen2004-06-121-0/+22
* Joakim Tjernlund writes:Eric Andersen2004-05-141-1/+1