summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_raw.c
AgeCommit message (Expand)Author
2015-11-06- Use -1 for the fake raw fd since we will be able to go beyond FD_SETSIZE.christos
2013-03-11Replace previous Sun Microsystems, Inc. license with a standardtron
2013-03-04fix error messages and warnings.christos
2012-03-20Use C89 definitionsmatt
2008-04-25- always check malloc resultschristos
2005-12-03- constify and remove __UNCONST from caller of clnt_call().yamt
2005-07-30Fix typo reported in PR 30872.wiz
2005-06-09use malloc rather than mem_alloc (which is implemented using calloc)yamt
2004-12-30cast to size_tchristos
2003-01-18Merge the nathanw_sa branch.thorpej
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2000-12-20oops fix previous typos.christos
2000-12-20appease lint castschristos
2000-12-10remove dedundant declaration of _svc_getreq_common; declared in <rpc/svc.h>christos
2000-07-14Use explicit int32 get/put macros. Needed for 64bit big-endian systems.fvdl
2000-07-06add __RPC_GETXID macrochristos
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-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-01-20* ensure memory is released if operations fail (in authunix_create(),lukem
1998-11-15avoid potential buffer overflow and alignment problem that was causedchristos
1998-07-26constify some tables.mycroft
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-11use u_int32_t instead of size_t...lukem
1998-02-11use u_int instead of size_t in clntraw_control (oops!)lukem
1998-02-10major cleanup (to sync with changes made in include/rpc/*.h):lukem
1998-01-23a memory leak can occur when xdr_replymesg() fails, so XDR_FREE inlukem
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1995-02-25save my sanity; stop using Id.cgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1993-10-07move the rpc code into libccgd