summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2001-12-15Use __sh__ instead of __sh3__.thorpej
2001-11-04Close socket correctly in three places.lukem
2001-11-04fix WARNS=2 (-Wshadow) warningslukem
2001-09-28check pmap_flag before sendto.yamt
2001-09-27Fix !INET6 build. Noted by Bruno Clermont on tech-userlevel@jdolecek
2001-09-16Mostly punctuation fixes; uppercase some .Sh arguments, and misc. fixes.wiz
2001-09-16Sort sections.wiz
2001-09-16Boring whitespace fixes.wiz
2001-07-26Various typos in comments (neccessary, sceme, choise, ...).wiz
2001-06-19Another one of those if defined(arch) lists I forgot to commit earlier.fvdl
2001-06-05NetBSD -> Nx, and some whitespace nits.wiz
2001-05-26Free the correct buffer in error handling.kristerw
2001-05-08missing space in a warninglukem
2001-04-22In __rpc_uaddr2taddr_af, actually return useful data for the AF_LOCALfvdl
2001-04-09rpc_clnt_calls and rpc_svc_calls live in 3, not 8.wiz
2001-04-09Add RCS Id; whitespace and punctuation fixes.wiz
2001-04-09select(2), not (3); order SEE ALSO; whitespace and punctuation fixes.wiz
2001-04-09Add RCS Id, and some whitespace/punctuation fixes.wiz
2001-04-09netconfig(5), not (4), and whitespace.wiz
2001-04-09netconfig(5), not (4); environ(7), not (5); whitespace, and usewiz
2001-04-09netconfig(5), not (4), and whitespace fixes.wiz
2001-02-21Add support for ARM VFP-format doubles, conditional on __VFP_FP__.bjh21
2001-02-18The ARM FPA is big-endian as far as the word order in doubles is concerned.bjh21
2001-02-13change 'char *' args of clnt_pcreateerror, clnt_spcreateerror,cgd
2001-02-09__arm26__ || __arm32__ -> __arm__bjh21
2001-01-25make local constant arrays constjdolecek
2001-01-17don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0.lukem
2001-01-16rename MAX_MARSHEL_SIZE to MAX_MARSHAL_SIZElukem
2001-01-04whitespace consistency fixupslukem
2001-01-04sprinkle _DIAGASSERT() appropriately. minor other cleanupslukem
2001-01-04sprinkle _DIAGASSERT() aroundlukem
2000-12-20oops fix previous typos.christos
2000-12-20appease lint castschristos
2000-12-20remove redundant declarations.christos
2000-12-10remove dedundant declaration of _svc_getreq_common; declared in <rpc/svc.h>christos
2000-12-10remove redundant declaration of _seterr_reply. Already declared inchristos
2000-09-28Need "namespace.h".kleink
2000-08-03For an accepted connection (tcp), set xp_netid, as it might be examinedfvdl
2000-07-17fix a bug in the NOIEEE (aka VAX) case.matt
2000-07-16correct delint mistake (missing "&").itojun
2000-07-14Use rpcvers_t, not long, for some variables holding version numbers. Theyfvdl
2000-07-14Use explicit int32 get/put macros. Needed for 64bit big-endian systems.fvdl
2000-07-08De-delint previous: svc_vc_rendezvous_ops() isn't unused unless the singlekleink
2000-07-06add __RPC_GETXID macrochristos
2000-07-06remove registerchristos
2000-07-06get prototypes from rpc/nettype.hchristos
2000-07-06elide non-portable castschristos
2000-07-06remove unnecessary casts to NULLchristos
2000-07-05remove extra period in SEE ALL sectionmsaitoh
2000-07-03PR/10499: IWAMOTO Toshihiro: getnetconfig uses strtok. Applied suggested patchchristos