This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
rpc
History
Doug Rabson
710668615a
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
...
the other 'struct pmap'. Pointed out by: kmacy MFC after: 2 weeks
2008-08-25 09:36:17 +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
…
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
…
clnt.h
…
getnetconfig.c
…
inet_ntop.c
…
inet_pton.c
…
netconfig.h
…
nettype.h
…
pmap_prot.h
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
2008-08-25 09:36:17 +00:00
rpc_callmsg.c
…
rpc_com.h
…
rpc_generic.c
…
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
Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with
2008-08-25 09:36:17 +00:00
rpcb_prot.h
…
rpcclnt.c
Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPC
2008-08-18 12:11:47 +00:00
rpcclnt.h
…
rpcm_subs.h
…
svc_auth_unix.c
…
svc_auth.c
…
svc_auth.h
…
svc_dg.c
…
svc_generic.c
…
svc_vc.c
…
svc.c
…
svc.h
…
types.h
…
xdr.h
…