summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/rpc_thread.c
Commit message (Collapse)AuthorAgeFilesLines
* Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
| | | | | Appears to build fine (several .configs tried)
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-1/+1
| | | | Closes issue #5194
* Get rid of nested extern warnings if threads are disabledPeter S. Mazinger2006-03-091-4/+4
|
* Add back sjhill's 14625 commit, correcting the typo that made it failPeter S. Mazinger2006-03-091-4/+4
|
* Remove commented include."Steven J. Hill"2006-02-251-1/+0
|
* Revert change. Calls can only be used when utilizing TLS. Sorry for the ↵"Steven J. Hill"2006-02-251-5/+5
| | | | breakage.
* Use the TSD macros and get rid of warnings."Steven J. Hill"2006-02-251-4/+5
|
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-4/+5
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-22/+26
| | | | missing headers, other jump relocs removed
* update libc lock functions to new pthread forwardingMike Frysinger2006-01-061-19/+0
|
* Convert some users and get rid of __rpc_thread_createerr jump reloc, this ↵Peter S. Mazinger2005-12-161-3/+7
| | | | was indeed a badly chosen name
* a small TODOMike Frysinger2005-12-061-0/+1
|
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵Peter S. Mazinger2005-12-031-12/+12
| | | | x_internal, do not use cascading aliases
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-10/+16
|
* only include libc-tsd.h if we have threads supportMike Frysinger2005-10-201-1/+2
|
* Joakim Tjernlund writes:Eric Andersen2004-05-141-1/+1
| | | | | | | | | | | Hi Erik It seems to me that __pthread_once and __pthread_initialize_minimal could be made WEAKs with no stub. The code in rpc_thread.c and __uClibc_main.c appears to expect this. Also, __pthread_return_0 __pthread_return_1 and __pthread_return_void can be static, not to pollute the name space. Jocke
* Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen2002-08-121-10/+0
| | | | | storage.... -Erik
* Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen2002-08-111-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 McCullough2002-08-091-3/+2
|
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-9/+34
| | | | | stuff needed for NFS mounts, rsh, and similar. -Erik
* Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen2002-07-071-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 thisEric Andersen2002-06-171-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