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
/
create_xid.c
Age
Commit message (
Expand
)
Author
2008-05-20
Introduce and use small[u]int type. Changes in size:
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-08
Again rpc ;-( , all *inet*, *addr*
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-11-26
100 JUMP relocs less (remaining 431) by hiding internally used ones
Peter S. Mazinger
2004-10-31
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
Manuel Novoa III
2004-10-19
Peter S. Mazinger writes:
Eric Andersen
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2002-08-06
Rework RPC code once again. By default, only enable the
Eric Andersen
2002-06-17
Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make this
Eric Andersen