summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2021-12-07s/listner/listener/andvar
2021-12-05s/succesful/successful/ in comment.msaitoh
2021-08-21fix mainly same typos as in my previous commit but outside sys/dev/dm.andvar
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2021-04-13pass dest buffer size to strncpy() and ensure nul termination.mrg
2020-10-03Add set_rpc_maxgrouplistchristos
2020-06-17Include explicitly <rump/rump_syscallshotgun.h> for previous indirect userskamil
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-10More cases to disable gcc-8 warnings only when we're using gcc>=8kre
2019-10-09Add -Wno-error for gcc-8 warningschristos
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