summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
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
2000-06-22Plug a memory leak.fvdl
2000-06-20Fix 2 items.fvdl
2000-06-11syslog an error if /etc/netconfig is not found. fixes lib/10275assar
2000-06-07Set the error code sanely in a few cases.fvdl
2000-06-07The two unchanged interfaces (svc_create and clnt_create) resultedfvdl
2000-06-07Spell registerrpc properly.simonb
2000-06-07Always do a listen() in the old svctcp_create backward compat code.fvdl
2000-06-06Correct misleading error messages.fvdl
2000-06-05- An initialized variable kept LOCAL_CREDS from being set onthorpej
2000-06-04Need <string.h> for LP64 systems.thorpej
2000-06-04Get <string.h> so this builds on LP64.thorpej
2000-06-03Zero out the xprt in makefd_xprt to avoid bad free() calls in some cases.fvdl
2000-06-03Correct prototype for rpcb_unset().fvdl
2000-06-03include <string.h> for mem* prototypes.fvdl
2000-06-03Add missing weak alias for svcfd_create.fvdl
2000-06-03Fix typo in weak alias, causing unresolved externals.fvdl
2000-06-03Add missed manual page when updating RPC dode.fvdl
2000-06-03Move rpcb_prot.x to include/rpc.fvdl
2000-06-03Move rpcb_prot.x to include/rpc instead.fvdl
2000-06-03Fix rpcb_prot.h target.fvdl
2000-06-03Change unix domain socket to rpcbind.sock.fvdl
2000-06-02Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI,fvdl
2000-05-15remove unnecessary _DISGASSERT().itojun
2000-05-15use getifaddrs instead of SIOCGIFCONF (do we need to keep old code around?)itojun
2000-05-09Initial commit of arm26 portbjh21
2000-02-18fix alignment issue with 64bit arch (packed struct/SIOCGIFCONF).itojun
2000-01-26implement bindresvport_sa(), which is necessary for IPv6 support in certainitojun
2000-01-26fix include file. bindresvport() is declared in rpc/rpc.h, not netinet/in.h.itojun
2000-01-22Delint.mycroft
2000-01-22Delint.mycroft
2000-01-05fix use of uninitialized "buflen" (botched in 1.18), closes PR lib/9104drochner
1999-12-01Document the 64-bit XDR routines that Sun also documents. This manualthorpej
1999-12-01Implement XDR routines for 64-bit integer data types:thorpej
1999-11-28remove unnecessary exit() after err()lukem
1999-11-26check __sh3__msaitoh
1999-09-29Fix incorrectly initialized value from _DIAGASSERT() changes.explorer
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-17since clnt_p*error() are expected to print an error message, print one if the...lukem