Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-25 | merge parallel build support | Mike Frysinger | |
2003-12-02 | Add function versions of ntohl and friends | Eric Andersen | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
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). | |||
2003-10-15 | Patch from Tony J. White: | Eric Andersen | |
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. | |||
2003-02-12 | Eliminate a needless extern | Eric Andersen | |
2003-01-10 | Patch from Nick Fedchik to support ether_aton | Eric Andersen | |
2002-11-21 | Cleanup use of in6addr_loopback and in6addr_any | Eric Andersen | |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | |
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 | |||
2002-07-07 | Doh! search-n-replace strikes again | Eric Andersen | |
-Erik | |||
2002-06-17 | kill cruft | Eric Andersen | |
2002-03-19 | Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, and | Eric Andersen | |
added several additional reentrant networking functions such that iptables now runs with IPV6 support. | |||
2002-02-02 | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | |
-Erik | |||
2002-02-02 | Grr. I should learn to compile stuff before committing | Eric Andersen | |
2002-01-17 | Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror. | David McCullough | |
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-12-07 | patch from Jari Korva <jpkorva@iki.fi>: | Eric Andersen | |
- 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! | |||
2001-07-09 | A patch from Michal Moskal <malekith@pld.org.pl> to include | Eric Andersen | |
partial IPV6 support. This adds things like gethostbyname2(). Off by defaut, of course, | |||
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | |
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 | |||
2001-05-11 | Fix 'make clean' so it clean the rpc dir | Eric Andersen | |
2001-05-09 | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen | |
time option to include it if NFS support is wanted (does anyone every use this for anything else these days?) -Erik | |||
2001-05-08 | Looks like I forgot to commit this. | Eric Andersen | |
2001-04-20 | Use the real getnetbyname(), not the stub in resolv.c | Eric Andersen | |
2001-04-20 | getnetbyname.o, res_init.o and res_query.o were missing from the Makefile, | Eric Andersen | |
patch thanks to John Hall <John.Hall@optionexist.co.uk> | |||
2001-03-12 | Add some missing network functionality; grabbed from libc-5.3.12. | Manuel Novoa III | |
2001-02-26 | Added /etc/hosts processing (parses everytime like a real one :-) | David McCullough | |
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". | |||
2001-02-05 | Try enabling rpc support by default now. With a bit of luck it might | Eric Andersen | |
even work... -Erik | |||
2001-01-11 | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | |
2000-11-04 | Fix doc blunder. | Eric Andersen | |
2000-11-04 | Make spelling of uClibc be consistant. | Eric Andersen | |
2000-10-27 | More random fixes and additions. | Eric Andersen | |
2000-10-27 | Add in getprotobyname, getservicebyname, and related junk | Eric Andersen | |
2000-10-23 | Fix a few more screwups. | Eric Andersen | |
2000-10-23 | More reorg. A place for everything and everything in its place... | Eric Andersen | |
2000-10-20 | Strip all object files of all non global symbols and .note and | Eric Andersen | |
.comment, saving a lot of space in the resultant binaries... -Erik | |||
2000-10-12 | Makefile update | Eric Andersen | |
2000-10-11 | Finish reorganizing things. At least I think I've finished. | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-07-05 | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | |
It is getting closer... -Erik | |||
2000-05-15 | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | |
It now compiles.... -Erik | |||
2000-05-14 | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | |
-Erik | |||
2000-05-14 | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com> | Erik Andersen | |
to allow uC-libc to compile under x86. -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |