summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/clnt_unix.c
Commit message (Collapse)AuthorAgeFilesLines
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-2/+2
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk and bring in NPTL changes."Steven J. Hill"2006-08-231-1/+0
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-34/+39
|
* Merge from trunk."Steven J. Hill"2006-01-141-0/+6
|
* Merge from trunk."Steven J. Hill"2005-12-101-1/+6
|
* Merge from trunk."Steven J. Hill"2005-12-081-2/+9
|
* Big merge from trunk. Stop the madness!"Steven J. Hill"2005-12-061-1/+3
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-6/+10
|
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-0/+606
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