Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-08-16 | Make INCLUDE_FULL_RPC default to !HAVE_SHARED. | Miles Bader | |
2002-08-16 | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | |
-Erik | |||
2002-08-12 | I missed a spot. | Eric Andersen | |
-Erik | |||
2002-08-12 | Fix use of __pthread_once, and fix rpc usage of thread local | Eric Andersen | |
storage.... -Erik | |||
2002-08-11 | Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonder | Eric Andersen | |
if this is serious enough to warrent 0.9.14? -Erik | |||
2002-08-09 | Changes so that this file builds if we are not using threads. | David McCullough | |
2002-08-08 | Oops. missed a spot. | Eric Andersen | |
-Erik | |||
2002-08-08 | Fix a silly bug with using fstat64 instead of just fstat. No | Eric Andersen | |
reason for 64bit stuff just to check perms. -Erik | |||
2002-08-07 | Add getrpcent.c to default rpc build | Eric Andersen | |
2002-08-07 | Apply integer overflow security fix for "CERT Advisory CA-2002-25 Integer | Eric Andersen | |
Overflow In XDR Library" http://www.cert.org/advisories/CA-2002-25.html Patch from Solar Designer <solar@openwall.com>. | |||
2002-08-06 | Rework RPC code once again. By default, only enable the | Eric Andersen | |
stuff needed for NFS mounts, rsh, and similar. -Erik | |||
2002-07-07 | Kill namespace pollution in getrpcent.c. Silence other rpc warnings | Eric Andersen | |
by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik | |||
2002-06-18 | Make sure the sccsid tags never get compiled in. | Eric Andersen | |
-Erik | |||
2002-06-17 | Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this | Eric Andersen | |
junk (and I do mean that ;-) thread safe without undue pain. Adds 12k worth to the code size I'm afraid, but since I never use NFS and therefore never include this stuff, I guess thats acceptable. I still need to enable the multi-threaded bits... -Erik | |||
2002-05-30 | don't include the linux dir. Pointless and broken. | Eric Andersen | |
-Erik | |||
2002-04-09 | Re-enable clnt_perror. Patch from Miles Bader. | Eric Andersen | |
2002-02-26 | don't pretend to be reentrant yet | Eric Andersen | |
2002-02-26 | Fix rpc + threads so it now compiles. | Eric Andersen | |
2002-01-09 | Patch from Stefan Soucek <ssoucek@coactive.com> to remove | Eric Andersen | |
alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less. | |||
2002-01-02 | Patch to add rcmd support, from Stefan Soucek, which I'd long | Eric Andersen | |
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | |
support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||
2001-09-27 | Silence stupid warnings caused by bad kernel network includes | Eric Andersen | |
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2001-05-31 | Cleanup some stupid warnings | Eric Andersen | |
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-04 | Clean up some issues for building on m68k. | David McCullough | |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | |
This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik | |||
2001-02-12 | Clean up lots of warnings. | Manuel Novoa III | |
2001-02-05 | Wierd. Whats _null_auth doing here? | Eric Andersen | |
-Erik | |||
2001-02-05 | Fix broken dependancies. | Eric Andersen | |
-Erik | |||
2001-02-05 | Fix the worst of the damage so it actually compiles now (though, strictly | Eric Andersen | |
speaking the entire pile of rpc dung is infect damage). Anyway, hopefully NFS using things may now be able to work... -Erik | |||
2001-02-05 | Update networking includes. | Eric Andersen | |
2001-01-15 | I've been working on fixing up the rpc crap. now it is only | Eric Andersen | |
_mostly_ broken, a big improvement. Still doesn't compile... | |||
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-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 | Forgot this | Eric Andersen | |
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-10-07 | More cleanups | 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 | |