summaryrefslogtreecommitdiffstats
path: root/libc/inet/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-90/+8
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-25/+22
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Clean up pthread include mess. Some of these will be needed to support NPTL, ↵"Steven J. Hill"2005-10-041-0/+4
| | | | but they do no harm for the linuxthreads case. Yes, I tested this.
* merge parallel build supportMike Frysinger2005-01-251-6/+4
|
* Add function versions of ntohl and friendsEric Andersen2003-12-021-1/+1
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Patch from Tony J. White:Eric Andersen2003-10-151-1/+2
| | | | | | I've created a patch for adding dn_expand() to uClibc 0.9.21. dn_expand() is used by at least ipsec-tools and also openldap I think.
* Eliminate a needless externEric Andersen2003-02-121-1/+1
|
* Patch from Nick Fedchik to support ether_atonEric Andersen2003-01-101-1/+1
|
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-211-1/+2
|
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-1/+1
| | | | | | | | | | | | | | | been working on a new config system on and off for about 6 months now, but I've never been fully satisfied. Well, I'm finally am happy with the new config system, so here it is. This completely removes the old uClibc configuration system, and replaces it with an entirely new system based on LinuxKernelConf, from http://www.xs4all.nl/~zippel/lc/ As it turns out, Linus has just merged LinuxKernelConf into Linux 2.5.45, so it looks like I made the right choice. I have thus far updated only x86. I'll be updating the other architectures shortly. -Erik
* Doh! search-n-replace strikes againEric Andersen2002-07-071-1/+1
| | | | -Erik
* kill cruftEric Andersen2002-06-171-5/+4
|
* Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen2002-03-191-3/+4
| | | | | added several additional reentrant networking functions such that iptables now runs with IPV6 support.
* I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen2002-02-021-1/+1
| | | | -Erik
* Grr. I should learn to compile stuff before committingEric Andersen2002-02-021-9/+2
|
* Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough2002-01-171-3/+11
|
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
|
* patch from Jari Korva <jpkorva@iki.fi>:Eric Andersen2001-12-071-1/+1
| | | | | | | | - fixes endianness bug in gethostbyaddr() (i386 worked fine, while m68k didn't: 192.168.160.162 was queried with 192.168.160.162.in-addr.arpa while it should have been 162.160.168.192.ip-addr.arpa) - contains missing pieces from my previous getnameinfo() patch: now it actually compiles!
* A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen2001-07-091-2/+2
| | | | | partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course,
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
| | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik
* Fix 'make clean' so it clean the rpc dirEric Andersen2001-05-111-1/+1
|
* By default, leave out the RPC junk (it adds over 30k). Add in a compileEric Andersen2001-05-091-3/+8
| | | | | | time option to include it if NFS support is wanted (does anyone every use this for anything else these days?) -Erik
* Looks like I forgot to commit this.Eric Andersen2001-05-081-1/+1
|
* Use the real getnetbyname(), not the stub in resolv.cEric Andersen2001-04-201-1/+1
|
* getnetbyname.o, res_init.o and res_query.o were missing from the Makefile,Eric Andersen2001-04-201-1/+3
| | | | patch thanks to John Hall <John.Hall@optionexist.co.uk>
* Add some missing network functionality; grabbed from libc-5.3.12.Manuel Novoa III2001-03-121-4/+5
|
* Added /etc/hosts processing (parses everytime like a real one :-)David McCullough2001-02-261-2/+3
| | | | | | | | | | | | Added support for multiple nameserver lines, still supports multiple servers on a on single line. Added "domain" entry. domain and search are mutually exclusive and override each other (the last one wins, see the resolver(5) man page). Added dummy "getnetbyname" that returns fail. Added "res_init" and "res_query".
* Try enabling rpc support by default now. With a bit of luck it mightEric Andersen2001-02-051-1/+1
| | | | | even work... -Erik
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
|
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
|
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
|
* More random fixes and additions.Eric Andersen2000-10-271-1/+1
|
* Add in getprotobyname, getservicebyname, and related junkEric Andersen2000-10-271-2/+8
|
* Fix a few more screwups.Eric Andersen2000-10-231-2/+2
|
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-1/+10
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-0/+2
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* Makefile updateEric Andersen2000-10-121-1/+1
|
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-3/+18
|
* Bug ugly formatting updateEric Andersen2000-10-091-3/+7
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-24/+37
| | | | -Erik
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
| | | | | It is getting closer... -Erik
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-151-1/+1
| | | | | It now compiles.... -Erik
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
| | | | -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+43