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 | |||||
* | Kill namespace pollution in getrpcent.c. Silence other rpc warnings | Eric Andersen | 2002-07-07 | 1 | -16/+5 | |
| | | | | | | 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 | 1 | -1/+1 | |
| | | | | -Erik | |||||
* | 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 | 1 | -0/+669 | |
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik |