summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_generic.c
AgeCommit message (Expand)Author
2003-09-09__RCSID policeitojun
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-08* Adapt include files for rpc_com.h/rpc_internal.h split.fvdl
2001-01-04sprinkle _DIAGASSERT() appropriately. minor other cleanupslukem
2000-07-06add __RPC_GETXID macrochristos
2000-06-07The two unchanged interfaces (svc_create and clnt_create) resultedfvdl
2000-06-02Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,fvdl
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delint:christos
1998-02-13* in get_myaddress(); always return sockaddr_in containing localhost:PMAP_PORT.lukem
1998-02-12revert; we can't break the existing ABI and APIlukem
1998-02-10major cleanup (to sync with changes made in include/rpc/*.h):lukem
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1995-06-03Fill in sin_len.mycroft
1995-04-14Changed bzero to memset.jtc
1995-02-25save my sanity; stop using Id.cgd
1993-12-10RPCSRC 4.0, which our RPC implementation is derrived from, erroneouslyjtc
1993-12-05should bzero automatic sockaddr's before usederaadt
1993-10-07move the rpc code into libccgd