freebsd-nq/sys/rpc
Bjoern A. Zeeb 603724d3ab Commit step 1 of the vimage project, (network stack)
virtualization work done by Marko Zec (zec@).

This is the first in a series of commits over the course
of the next few weeks.

Mark all uses of global variables to be virtualized
with a V_ prefix.
Use macros to map them back to their global names for
now, so this is a NOP change only.

We hope to have caught at least 85-90% of what is needed
so we do not invalidate a lot of outstanding patches again.

Obtained from:	//depot/projects/vimage-commit2/...
Reviewed by:	brooks, des, ed, mav, julian,
		jamie, kris, rwatson, zec, ...
		(various people I forgot, different versions)
		md5 (with a bit of help)
Sponsored by:	NLnet Foundation, The FreeBSD Foundation
X-MFC after:	never
V_Commit_Message_Reviewed_By:	more people than the patch
2008-08-17 23:27:27 +00:00
..
auth_none.c
auth_unix.c Re-work the code slightly to avoid a possible livelock. 2008-07-23 09:18:08 +00:00
auth.h
authunix_prot.c Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
clnt_dg.c Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
clnt_rc.c Add a missing call to mtx_destroy() in clnt_reconnect_destroy(). 2008-08-13 12:04:54 +00:00
clnt_stat.h
clnt_vc.c Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
clnt.h Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
getnetconfig.c
inet_ntop.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
inet_pton.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
netconfig.h
nettype.h
pmap_prot.h
rpc_callmsg.c
rpc_com.h
rpc_generic.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
rpc_msg.h
rpc_prot.c
rpc.h
rpcb_clnt.c It may be #if 0'd out code, but change a varname to not shadow a global. 2008-06-29 01:04:48 +00:00
rpcb_clnt.h
rpcb_prot.c
rpcb_prot.h
rpcclnt.c Move the NFS/RPC code away from lbolt. 2008-07-22 21:27:22 +00:00
rpcclnt.h
rpcm_subs.h
svc_auth_unix.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
svc_auth.c
svc_auth.h
svc_dg.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
svc_generic.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
svc_vc.c Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
svc.c Minor changes to improve compatibility with older FreeBSD releases. 2008-03-28 09:50:32 +00:00
svc.h
types.h
xdr.h