| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 2 | -14/+23 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 2 | -4/+2 |
* | Fix 'make clean' so it clean the rpc dir | Eric Andersen | 2001-05-11 | 1 | -1/+1 |
* | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen | 2001-05-09 | 1 | -3/+8 |
* | Code did not match the prototypes, from what I can tell it should be using | David McCullough | 2001-05-08 | 1 | -4/+4 |
* | Looks like I forgot to commit this. | Eric Andersen | 2001-05-08 | 1 | -1/+1 |
* | Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3 | Eric Andersen | 2001-05-04 | 1 | -0/+400 |
* | Clean up some issues for building on m68k. | David McCullough | 2001-05-04 | 2 | -7/+2 |
* | Use the real getnetbyname(), not the stub in resolv.c | Eric Andersen | 2001-04-20 | 1 | -1/+1 |
* | getnetbyname.o, res_init.o and res_query.o were missing from the Makefile, | Eric Andersen | 2001-04-20 | 1 | -1/+3 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 2 | -3/+3 |
* | Add some missing network functionality; grabbed from libc-5.3.12. | Manuel Novoa III | 2001-03-12 | 6 | -4/+347 |
* | Added /etc/hosts processing (parses everytime like a real one :-) | David McCullough | 2001-02-26 | 2 | -33/+233 |
* | Sigh. Turn debugging back off. | Eric Andersen | 2001-02-23 | 1 | -1/+1 |
* | This is a touch cleaner, avoids using the comma operator. | Eric Andersen | 2001-02-23 | 1 | -2/+3 |
* | This actually fixes things I believe. | Eric Andersen | 2001-02-23 | 1 | -21/+21 |
* | Fix two bugs. First, gethostbyname was doing dns queries when given an IP | Eric Andersen | 2001-02-23 | 1 | -3/+16 |
* | Clean up lots of warnings. | Manuel Novoa III | 2001-02-12 | 28 | -70/+109 |
* | Wierd. Whats _null_auth doing here? | Eric Andersen | 2001-02-05 | 1 | -2/+0 |
* | Fix broken dependancies. | Eric Andersen | 2001-02-05 | 1 | -4/+7 |
* | Try enabling rpc support by default now. With a bit of luck it might | Eric Andersen | 2001-02-05 | 1 | -1/+1 |
* | Fix the worst of the damage so it actually compiles now (though, strictly | Eric Andersen | 2001-02-05 | 3 | -17/+9 |
* | Update networking includes. | Eric Andersen | 2001-02-05 | 43 | -149/+95 |
* | I've been working on fixing up the rpc crap. now it is only | Eric Andersen | 2001-01-15 | 7 | -37/+32 |
* | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | 2001-01-12 | 1 | -6/+12 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 3 | -6/+6 |
* | A number of updates from Manuel Novoa III. Things look good... | Eric Andersen | 2000-12-20 | 1 | -11/+33 |
* | Some cleanups from W. Greathouse <wgreathouse@smva.com> (and a few of my own) | Eric Andersen | 2000-11-30 | 1 | -82/+152 |
* | Fix up a few messes so it compiles cleanly again. | Eric Andersen | 2000-11-11 | 1 | -0/+1 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 2 | -8/+8 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 2 | -2/+2 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -2/+2 |
* | More random fixes and additions. | Eric Andersen | 2000-10-27 | 2 | -1/+75 |
* | Add in getprotobyname, getservicebyname, and related junk | Eric Andersen | 2000-10-27 | 3 | -2/+348 |
* | Fix a few more screwups. | Eric Andersen | 2000-10-23 | 1 | -2/+2 |
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 2 | -1/+242 |
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 2 | -0/+6 |
* | Makefile update | Eric Andersen | 2000-10-12 | 2 | -2/+2 |
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 2 | -4/+19 |
* | Forgot this | Eric Andersen | 2000-10-09 | 1 | -0/+33 |
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 42 | -2233/+2166 |
* | More cleanups | Eric Andersen | 2000-10-07 | 2 | -2/+3 |
* | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | 2000-10-04 | 2 | -38/+75 |
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 2 | -8/+9 |
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 2 | -4/+1 |
* | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | 2000-05-15 | 6 | -5/+6 |
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 8 | -29/+21 |
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 2 | -7/+7 |
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 42 | -0/+9311 |