glibc/sunrpc
Ulrich Drepper f1e4a4a403 Update.
* sunrpc/Makefile (routines): Add rpc_thread.
	(CPPFLAGS): Add -D_RPC_THREAD_SAFE.
	* sunrpc/rpc_thread.c: New file.
	* sunrpc/Versions [libc] (GLIBC_2.2.3): Export __rpc_thread_destroy.
	* sunrpc/auth_none.c: Don't use global variables.  Access state in
	thread-local storage.
	* sunrpc/clnt_perr.c: Likewise.
	* sunrpc/clnt_raw.c: Likewise.
	* sunrpc/clnt_simp.c: Likewise.
	* sunrpc/key_call.c: Likewise.
	* sunrpc/rpc_common.c: Likewise.
	* sunrpc/svc.c: Likewise.
	* sunrpc/svc_raw.c: Likewise.
	* sunrpc/svc_simple.c: Likewise.
	* sunrpc/svcauth_des.c: Likewise.
	* hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
	_HURD_THREADVAR_RPC_VARS.
	* sysdeps/generic/bits/libc-tsd.h: Mention _LIBC_TSD_KEY_RPC_VARS.
	* include/rpc/rpc.h: Define data structures for internal thread-local
	"global" variables.
	Based on patches by Eric Norum <eric.norum@usask.ca>.
2001-03-20 18:35:13 +00:00
..
rpc Update. 2000-08-02 07:01:41 +00:00
rpcsvc
.cvsignore
Makefile Update. 2001-03-20 18:35:13 +00:00
Versions Update. 2001-03-20 18:35:13 +00:00
auth_des.c
auth_none.c Update. 2001-03-20 18:35:13 +00:00
auth_unix.c
authdes_prot.c
authuxprot.c
bindrsvprt.c
clnt_gen.c Update. 2000-11-01 04:28:16 +00:00
clnt_perr.c Update. 2001-03-20 18:35:13 +00:00
clnt_raw.c Update. 2001-03-20 18:35:13 +00:00
clnt_simp.c Update. 2001-03-20 18:35:13 +00:00
clnt_tcp.c Update. 2000-11-01 09:06:22 +00:00
clnt_udp.c Update. 2001-01-10 23:47:39 +00:00
clnt_unix.c Update. 2000-11-01 09:06:22 +00:00
create_xid.c Update. 2000-12-31 15:43:43 +00:00
des_crypt.c
des_impl.c
des_soft.c Add prototype for foo. 2000-12-27 19:58:36 +00:00
etc.rpc
get_myaddr.c
getrpcport.c
key_call.c Update. 2001-03-20 18:35:13 +00:00
key_prot.c
netname.c
openchild.c
pm_getmaps.c
pm_getport.c
pmap_clnt.c (Finding Tokens in a String): Document XPG basename() and dirname(), aswell as GNU basename(). 2001-01-06 23:27:53 +00:00
pmap_prot.c
pmap_prot2.c
pmap_rmt.c
proto.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
publickey.c * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed. 2000-12-21 14:38:26 +00:00
rpc_clntout.c
rpc_cmsg.c
rpc_common.c Update. 2001-03-20 18:35:13 +00:00
rpc_cout.c Update. 2000-12-28 10:35:17 +00:00
rpc_dtable.c Update. 2000-12-28 08:28:43 +00:00
rpc_hout.c Update. 2000-12-31 15:43:43 +00:00
rpc_main.c (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rpc_parse.c
rpc_parse.h
rpc_prot.c
rpc_sample.c
rpc_scan.c
rpc_scan.h (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rpc_svcout.c * sunrpc/rpc_svcout.c (write_msg_out): Always use format string 2000-06-30 06:38:07 +00:00
rpc_tblout.c
rpc_thread.c Update. 2001-03-20 18:35:13 +00:00
rpc_util.c
rpc_util.h
rpcinfo.c (main): Use return instead of exit to avoid warning. 2000-12-31 16:56:02 +00:00
rtime.c
svc.c Update. 2001-03-20 18:35:13 +00:00
svc_auth.c
svc_authux.c
svc_raw.c Update. 2001-03-20 18:35:13 +00:00
svc_run.c
svc_simple.c Update. 2001-03-20 18:35:13 +00:00
svc_tcp.c
svc_udp.c Update. 2000-10-05 18:10:14 +00:00
svc_unix.c Update. 2000-12-31 15:34:47 +00:00
svcauth_des.c Update. 2001-03-20 18:35:13 +00:00
xcrypt.c
xdr.c (xdr_long, xdr_u_long): Fix comments about this functions. (xdr_long, xdr_u_long): Return FALSE if trying to encode value which does not fit in the 32bit type. 2001-01-15 07:20:34 +00:00
xdr_array.c
xdr_float.c
xdr_intXX_t.c
xdr_mem.c
xdr_rec.c Update. 2001-02-06 07:09:01 +00:00
xdr_ref.c
xdr_sizeof.c Update. 2001-01-28 17:53:49 +00:00
xdr_stdio.c