index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
inet
/
rpc
/
rpc_thread.c
Age
Commit message (
Expand
)
Author
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-06
update libc lock functions to new pthread forwarding
Mike Frysinger
2005-12-16
Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...
Peter S. Mazinger
2005-12-06
a small TODO
Mike Frysinger
2005-12-03
Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2005-10-20
only include libc-tsd.h if we have threads support
Mike Frysinger
2004-05-14
Joakim Tjernlund writes:
Eric Andersen
2002-08-12
Fix use of __pthread_once, and fix rpc usage of thread local
Eric Andersen
2002-08-11
Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonder
Eric Andersen
2002-08-09
Changes so that this file builds if we are not using threads.
David McCullough
2002-08-06
Rework RPC code once again. By default, only enable the
Eric Andersen
2002-07-07
Kill namespace pollution in getrpcent.c. Silence other rpc warnings
Eric Andersen
2002-06-17
Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this
Eric Andersen