summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rcmd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make sure the sccsid tags never get compiled in.Eric Andersen2002-06-181-1/+1
| | | | -Erik
* don't pretend to be reentrant yetEric Andersen2002-02-261-0/+6
|
* Fix rpc + threads so it now compiles.Eric Andersen2002-02-261-21/+60
|
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-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 longEric Andersen2002-01-021-0/+669
ago forgotten. Oops. Needed some minor scrubbing for bitrot, -Erik