Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -10/+10 | |
| | | | | -Erik | |||||
* | I missed a spot. | Eric Andersen | 2002-08-12 | 1 | -0/+2 | |
| | | | | -Erik | |||||
* | Fix use of __pthread_once, and fix rpc usage of thread local | Eric Andersen | 2002-08-12 | 1 | -10/+0 | |
| | | | | | storage.... -Erik | |||||
* | Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonder | Eric Andersen | 2002-08-11 | 1 | -20/+20 | |
| | | | | | if this is serious enough to warrent 0.9.14? -Erik | |||||
* | Changes so that this file builds if we are not using threads. | David McCullough | 2002-08-09 | 1 | -3/+2 | |
| | ||||||
* | Oops. missed a spot. | Eric Andersen | 2002-08-08 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | Fix a silly bug with using fstat64 instead of just fstat. No | Eric Andersen | 2002-08-08 | 1 | -2/+2 | |
| | | | | | reason for 64bit stuff just to check perms. -Erik | |||||
* | Add getrpcent.c to default rpc build | Eric Andersen | 2002-08-07 | 1 | -1/+2 | |
| | ||||||
* | Apply integer overflow security fix for "CERT Advisory CA-2002-25 Integer | Eric Andersen | 2002-08-07 | 1 | -1/+6 | |
| | | | | | Overflow In XDR Library" http://www.cert.org/advisories/CA-2002-25.html Patch from Solar Designer <solar@openwall.com>. | |||||
* | Rework RPC code once again. By default, only enable the | Eric Andersen | 2002-08-06 | 14 | -33/+708 | |
| | | | | | stuff needed for NFS mounts, rsh, and similar. -Erik | |||||
* | Kill namespace pollution in getrpcent.c. Silence other rpc warnings | Eric Andersen | 2002-07-07 | 4 | -24/+17 | |
| | | | | | | by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik | |||||
* | Make sure the sccsid tags never get compiled in. | Eric Andersen | 2002-06-18 | 26 | -30/+30 | |
| | | | | -Erik | |||||
* | Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this | Eric Andersen | 2002-06-17 | 45 | -5018/+8139 | |
| | | | | | | | | 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 | |||||
* | don't include the linux dir. Pointless and broken. | Eric Andersen | 2002-05-30 | 1 | -1/+0 | |
| | | | | -Erik | |||||
* | Re-enable clnt_perror. Patch from Miles Bader. | Eric Andersen | 2002-04-09 | 1 | -18/+8 | |
| | ||||||
* | don't pretend to be reentrant yet | Eric Andersen | 2002-02-26 | 1 | -0/+6 | |
| | ||||||
* | Fix rpc + threads so it now compiles. | Eric Andersen | 2002-02-26 | 1 | -21/+60 | |
| | ||||||
* | Patch from Stefan Soucek <ssoucek@coactive.com> to remove | Eric Andersen | 2002-01-09 | 1 | -41/+47 | |
| | | | | | alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less. | |||||
* | Patch to add rcmd support, from Stefan Soucek, which I'd long | Eric Andersen | 2002-01-02 | 2 | -1/+670 | |
| | | | | | ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 | |
| | ||||||
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 38 | -38/+38 | |
| | | | | | support for __FORCE_NOGLIBC per Brian Stafford <brian.stafford@office-logic.com> | |||||
* | Silence stupid warnings caused by bad kernel network includes | Eric Andersen | 2001-09-27 | 1 | -0/+2 | |
| | ||||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 2 | -1/+3 | |
| | ||||||
* | Cleanup some stupid warnings | Eric Andersen | 2001-05-31 | 1 | -6/+8 | |
| | ||||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -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 | |||||
* | Clean up some issues for building on m68k. | David McCullough | 2001-05-04 | 2 | -7/+2 | |
| | ||||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -2/+2 | |
| | | | | | | | 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 | |||||
* | 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 | |
| | | | | -Erik | |||||
* | Fix broken dependancies. | Eric Andersen | 2001-02-05 | 1 | -4/+7 | |
| | | | | -Erik | |||||
* | Fix the worst of the damage so it actually compiles now (though, strictly | Eric Andersen | 2001-02-05 | 3 | -17/+9 | |
| | | | | | | speaking the entire pile of rpc dung is infect damage). Anyway, hopefully NFS using things may now be able to work... -Erik | |||||
* | Update networking includes. | Eric Andersen | 2001-02-05 | 37 | -149/+82 | |
| | ||||||
* | I've been working on fixing up the rpc crap. now it is only | Eric Andersen | 2001-01-15 | 7 | -37/+32 | |
| | | | | _mostly_ broken, a big improvement. Still doesn't compile... | |||||
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 | |
| | ||||||
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 | |
| | ||||||
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 | |
| | ||||||
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -0/+4 | |
| | | | | | .comment, saving a lot of space in the resultant binaries... -Erik | |||||
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 | |
| | ||||||
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 1 | -1/+1 | |
| | ||||||
* | Forgot this | Eric Andersen | 2000-10-09 | 1 | -0/+33 | |
| | ||||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 38 | -1896/+1800 | |
| | ||||||
* | 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 | 1 | -14/+38 | |
| | | | | -Erik | |||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -3/+1 | |
| | | | | | It is getting closer... -Erik | |||||
* | Finished porting stuff to x86 and supporting the Linux 2.2 kernels. | Erik Andersen | 2000-05-15 | 5 | -4/+5 | |
| | | | | | It now compiles.... -Erik | |||||
* | Some makefile updates to make it behave a bit better/consistently. | Erik Andersen | 2000-05-14 | 7 | -21/+18 | |
| | | | | -Erik | |||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -3/+3 | |
| | | | | | to allow uC-libc to compile under x86. -Erik | |||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 39 | -0/+8291 | |