summaryrefslogtreecommitdiff
path: root/include/rpc/svc.h
AgeCommit message (Expand)Author
2022-05-28fix various typos in comments, mainly origional->original,andvar
2016-01-23Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,dholland
2016-01-23unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.dholland
2016-01-23u_int -> unsigned, u_long -> unsigned long, etc.dholland
2015-11-07provide a poll(2) based interface.christos
2015-11-07Put back NULL tests for allocation failures.christos
2015-11-06Switch to the size-unlimited fd_set. Some code will need to change to bechristos
2015-11-06- provide accessor functions for the fdset's used internally.christos
2013-03-04PR/47617: Thorsten Brehm: Memory and socket leak in librpcchristos
2011-08-30Apply casts to cases where xdrproc_t is expected but is notplunky
2005-12-26u_intN_t -> uintN_tperry
2005-12-03- constify and remove __UNCONST from caller of clnt_call().yamt
2005-02-03de-__P -- the hack is long since useless. Discussed with christos,perry
2002-11-08include rpc_com.h, and define SVC{GET,SET}_CONNMAXRECfvdl
2002-02-25Make it obvious in comments that dispatch takes some arguments (fromsimonb
2001-06-19`existent', not `existant'wiz
2000-06-02New headers for the new RPC code (based on TI-RPC from Sun).fvdl
1999-01-31Fully prototype the test service and put it between begin and end decls.christos
1998-11-16delintchristos
1998-07-26const poisoning.mycroft
1998-02-11revert; we can't break the existing ABI and APIlukem
1998-02-10major cleanuplukem
1998-02-10cleanup multiple inclusion protection.perry
1997-07-13Add missing prototype for svcudp_enablecachechristos
1995-04-29change some of the rpc "on-the-wire" structures' fields to be explicitly-sizedcgd
1995-01-06Unhide `svc_maxfd'. Why do we bother with `#if FD_SETSIZE' anyway?pk
1995-01-04Add svc_maxfd.mycroft
1994-12-04from Christos: kill nested comments, add a declaration.cgd
1994-12-04be much more careful with types, and add prototype everything.cgd
1994-10-26new RCS ID format.cgd
1993-08-01Add RCS identifiers.mycroft
1993-06-09Changes from:brezak
1993-05-03rpc include files moved into /usr/src/include. Makes more sense andderaadt