summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2019-06-04Move the basic part of XDR to common/include/rpc and common/lib/libc/rpc.hannken
2019-06-04Implement xdrmem_control(), used as xdr_control(xdr, XDR_GET_BYTES_AVAIL ...hannken
2018-07-25Avoid undefined behavior in the definition of LAST_FRAG in xdr_rec.ckamil
2017-10-25Add __svc_getcallercreds to the NAME sectionabhinav
2017-08-13PR lib/15802: Shuuichirou Murata: Add missing xdr_rpcbs_rmtcalllist_ptrginsbach
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-06-30Revert previous since it causes a double free (p->nc_netid == tmp == tmp2).christos
2017-05-03- limit size of buffers to RPC_MAXDATASIZEchristos
2017-04-18avoid calloc(1,0).maya
2017-01-10use correct type for pollchristos
2016-12-29Update prototypes to match current RPC code.wiz
2016-10-26PR/51578: Henning Petersen: Fix leak on error.christos
2016-10-26KNF, no real change (except malloc(x * y) -> calloc(x, y))christos
2016-08-08Typo.dholland
2016-02-15Avoid strict alias violation for VAXmartin
2015-11-13Generalize the test, compare on the protocol semantics instead of the namechristos
2015-11-13Do proper accounting for the extra -1 slot. Perhaps this is too confusingchristos
2015-11-13Remove now unnecessary cast.tron
2015-11-13Don't try to use listen(2) on a UDP socket which will always fail.tron
2015-11-13Avoid broken state if realloc(3) fails.tron
2015-11-10fix compilation/lintchristos
2015-11-10CID 1338520: Check NULLchristos
2015-11-10CID 1338517: Check negative returnschristos
2015-11-10CID 1338515: Make it clear that the pfd variable can't be NULLchristos
2015-11-10CID 1338513: Check listen(2) returnchristos
2015-11-08Add debugging for pollfdchristos
2015-11-08Only do the compat cruft if we are compiling libc.christos
2015-11-07initialize revents too.christos
2015-11-07PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead ofchristos
2015-11-07spell reserved.christos
2015-11-07check for errors and recover instead of core-dumping.christos
2015-11-07Put back NULL tests for allocation failures.christos
2015-11-07don't compile with SVC_LEGACYchristos
2015-11-07simplify more.christos
2015-11-07Introduce a binary compatible __fd_set_256 that is what the original fdsetchristos
2015-11-06Cleanup and simplify.christos
2015-11-06Don't use macros as types or variable names.joerg
2015-11-06- Provide multi-threaded fdset's for everyone not just rump if requested.christos
2015-11-06- Use -1 for the fake raw fd since we will be able to go beyond FD_SETSIZE.christos
2015-04-15remove various HAVE_GCC=45 fragments.mrg
2015-03-26Fix definitions to match headersjustin
2015-01-20Fix non _REENTRANT build.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-09-18make more descriptors that we open as close-on-execchristos
2014-08-24Assume anything not vax has IEEEFP.matt
2014-08-10Changes to existing files to enable building AARCH64 userland.matt
2014-05-29Don't try to listen on UDP sockets.christos
2014-05-28CID 975117: check listen(2) return .christos
2014-05-28CID 97511{4,5}: Ignore bindresvport return. It only works for root.christos
2014-05-28CID 975113: Ignore __rpc_setnodelay error, it is not fatalchristos