| Age | Commit message (Expand) | Author |
| 2019-06-04 | Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc. | hannken |
| 2019-06-04 | Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ... | hannken |
| 2017-08-16 | s/not sure why// and make these work :-) | christos |
| 2016-01-23 | Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined, | dholland |
| 2016-01-23 | unsigned -> unsigned int in previous change to accomodate C++ boneheadedness. | dholland |
| 2016-01-23 | u_int -> unsigned, u_long -> unsigned long, etc. | dholland |
| 2015-11-07 | provide a poll(2) based interface. | christos |
| 2015-11-07 | Put back NULL tests for allocation failures. | christos |
| 2015-11-06 | Switch to the size-unlimited fd_set. Some code will need to change to be | christos |
| 2015-11-06 | - provide accessor functions for the fdset's used internally. | christos |
| 2014-06-06 | Always use the reentrant rpc_createerr. Otherwise every threaded program | christos |
| 2013-03-04 | PR/47617: Thorsten Brehm: Memory and socket leak in librpc | christos |
| 2011-08-30 | provide a complete prototype for xdrproc_t | plunky |
| 2011-08-30 | Apply casts to cases where xdrproc_t is expected but is not | plunky |
| 2011-07-04 | Import xdr_sizeof() from FreeBSD | manu |
| 2009-01-11 | merge christos-time_t | christos |
| 2006-06-22 | Centralize the TCP_NODELAY handling as discussed in tech-net. | christos |
| 2006-02-25 | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), | wiz |
| 2005-12-28 | put back inline to __inline, as it's a user-visible header. | yamt |
| 2005-12-26 | u_intN_t -> uintN_t | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-03 | - constify and remove __UNCONST from caller of clnt_call(). | yamt |
| 2005-02-06 | Remove "register" from a comment. Kind of silly for it to have been | perry |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2004-12-30 | cast 1 to size_t | christos |
| 2004-08-16 | * add const qualifier making getrpcbyname() and getrpcbyname_r() | ginsbach |
| 2003-04-19 | don't use TRUE or FALSE | christos |
| 2003-03-19 | x_handy is currently used only by xdr_mem and contains the number of bytes | christos |
| 2003-01-28 | unknown, not unkown. Noted by mjl. | wiz |
| 2003-01-11 | Include "bsd.rpc.mk" before "bsd.prog.mk" to fix the "cleandir" target. | tron |
| 2003-01-05 | Use <bsd.rpc.mk> | sommerfeld |
| 2002-11-08 | Include rpc_com.h. | fvdl |
| 2002-11-08 | include rpc_com.h, and define SVC{GET,SET}_CONNMAXREC | fvdl |
| 2002-11-08 | Install rpc_com.h | fvdl |
| 2002-11-08 | Moved here from libc/rpc. Install this in /usr/include/rpc, just | fvdl |
| 2002-02-25 | Make it obvious in comments that dispatch takes some arguments (from | simonb |
| 2002-02-25 | Put token after #endif in comments (from Broadcom). | simonb |
| 2002-01-29 | Cope with RPCGEN now conta8ining multiple words. | tv |
| 2001-11-01 | Be smarter about finding rpcgen's absolute path; only do it if ${RPCGEN} | tv |
| 2001-10-31 | No need to do the tricky XRPCGEN dance. | tv |
| 2001-08-04 | #ifdef __STDC__ -> #if __STDC__. | mrg |
| 2001-06-19 | `existent', not `existant' | wiz |
| 2001-06-19 | `accessible' only has one `a'. | wiz |
| 2001-03-21 | Use `rpcgen -C'. | mycroft |
| 2001-02-13 | change 'char *' args of clnt_pcreateerror, clnt_spcreateerror, | cgd |
| 2001-01-16 | use expr to do subtraction. shell math isn't as portable. | cgd |
| 2001-01-07 | Sync with lib/librpcsvc/Makefile; Pass -B ${MAKEFLAGS} to submake. | enami |
| 2000-09-10 | Make targets which are generated with rpcgen depend on the rpcgen binary. | erh |
| 2000-07-25 | ${RPCGEN}, not hard-coded rpcgen | cgd |
| 2000-07-17 | Add some missing ints | matt |