Home | History | Annotate | Download | only in rpc
History log of /src/include/rpc/svc.h
RevisionDateAuthorComments
 1.33  28-May-2022  andvar fix various typos in comments, mainly origional->original,
extened->extended, incomming->incoming.
 1.32  23-Jan-2016  dholland Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,
because then something else doesn't include it. (I guess.)
 1.31  23-Jan-2016  dholland unsigned -> unsigned int in previous change to accomodate C++ boneheadedness.
 1.30  23-Jan-2016  dholland u_int -> unsigned, u_long -> unsigned long, etc.
 1.29  07-Nov-2015  christos provide a poll(2) based interface.
 1.28  07-Nov-2015  christos Put back NULL tests for allocation failures.
 1.27  06-Nov-2015  christos Switch to the size-unlimited fd_set. Some code will need to change to be
able to use this if the code allocates its own fd_set's.
 1.26  06-Nov-2015  christos - provide accessor functions for the fdset's used internally.
- add getreqset2 method that takes a setsize.
 1.25  04-Mar-2013  christos PR/47617: Thorsten Brehm: Memory and socket leak in librpc
 1.24  30-Aug-2011  plunky branches: 1.24.2; 1.24.8;
Apply casts to cases where xdrproc_t is expected but is not
strictly passed, for example because the second argument is
a different kind of pointer.
 1.23  26-Dec-2005  perry u_intN_t -> uintN_t
 1.22  03-Dec-2005  yamt - constify and remove __UNCONST from caller of clnt_call().
- use __UNCONST where approproate.
 1.21  03-Feb-2005  perry de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.
 1.20  08-Nov-2002  fvdl include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC
 1.19  25-Feb-2002  simonb branches: 1.19.2;
Make it obvious in comments that dispatch takes some arguments (from
Broadcom).
Fix some white space nits.
 1.18  19-Jun-2001  wiz `existent', not `existant'
 1.17  02-Jun-2000  fvdl branches: 1.17.4;
New headers for the new RPC code (based on TI-RPC from Sun).
 1.16  31-Jan-1999  christos branches: 1.16.8;
Fully prototype the test service and put it between begin and end decls.
 1.15  16-Nov-1998  christos delint
 1.14  26-Jul-1998  mycroft const poisoning.
 1.13  11-Feb-1998  lukem revert; we can't break the existing ABI and API
 1.12  10-Feb-1998  lukem major cleanup
* use int32_t instead of long
* use size_t instead of u_int as appropriate
* use in_port_t instead of u_short as appropriate
* KNF, cleanup typos and spellos in comments
* deprecate svc_fds; it's obselete and not supported in libc/rpc anyway
 1.11  10-Feb-1998  perry cleanup multiple inclusion protection.
 1.10  13-Jul-1997  christos Add missing prototype for svcudp_enablecache
 1.9  29-Apr-1995  cgd change some of the rpc "on-the-wire" structures' fields to be explicitly-sized
types. add xdr_{,u_}int{16,32}_t() functions to convert them.
This is necessary, because things like BPF use the RPC headers to look
at the on-the-wire data, so the headers must accurately represent
what's on the wire, too.
 1.8  06-Jan-1995  pk Unhide `svc_maxfd'. Why do we bother with `#if FD_SETSIZE' anyway?
 1.7  04-Jan-1995  mycroft Add svc_maxfd.
 1.6  04-Dec-1994  cgd from Christos: kill nested comments, add a declaration.
 1.5  04-Dec-1994  cgd be much more careful with types, and add prototype everything.
 1.4  26-Oct-1994  cgd new RCS ID format.
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  09-Jun-1993  brezak Changes from:
conklin@talisman.kaleida.com

* use consistant macro names for multiple #include protection
of header files. I used the same convention used by TIRPC.

* added function prototypes to header files.

* fixed C source where it conflicted with prototypes, documentation,
and TIRPC.
 1.1  03-May-1993  deraadt rpc include files moved into /usr/src/include. Makes more sense and
lets YP and libc compile cleanly.
 1.16.8.1  23-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.17.4.4  11-Nov-2002  nathanw Catch up to -current
 1.17.4.3  22-Mar-2002  nathanw Catch up to -current.
 1.17.4.2  11-Mar-2002  nathanw Catch up to -current.
 1.17.4.1  08-Oct-2001  nathanw Catch up to -current.
 1.19.2.1  06-Jan-2003  jmc Pull up revisions 1.19-1.20 (requested by fvdl in ticket #1037)
include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC
 1.24.8.1  23-Jun-2013  tls resync from head
 1.24.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed