Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rework RPC code once again. By default, only enable the | Eric Andersen | 2002-08-06 | 1 | -9/+34 |
| | | | | | stuff needed for NFS mounts, rsh, and similar. -Erik | ||||
* | Kill namespace pollution in getrpcent.c. Silence other rpc warnings | Eric Andersen | 2002-07-07 | 1 | -0/+5 |
| | | | | | | by fixing prototypes. Fix global stuff so it should behave itself properly now, -Erik | ||||
* | Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this | Eric Andersen | 2002-06-17 | 1 | -0/+152 |
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 |