summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/rpc_thread.c
AgeCommit message (Expand)Author
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-02-07inet:rpc: fix authnone_marshal in multithreading contextCarmelo Amoroso
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2006-03-09Get rid of nested extern warnings if threads are disabledPeter S. Mazinger
2006-03-09Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger
2006-02-25Remove commented include."Steven J. Hill"
2006-02-25Revert change. Calls can only be used when utilizing TLS. Sorry for the break..."Steven J. Hill"
2006-02-25Use the TSD macros and get rid of warnings."Steven J. Hill"
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-06update libc lock functions to new pthread forwardingMike Frysinger
2005-12-16Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger
2005-12-06a small TODOMike Frysinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-10-20only include libc-tsd.h if we have threads supportMike Frysinger
2004-05-14Joakim Tjernlund writes:Eric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-08-11Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen
2002-08-09Changes so that this file builds if we are not using threads.David McCullough
2002-08-06Rework RPC code once again. By default, only enable theEric Andersen
2002-07-07Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen
2002-06-17Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen