summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* Make this part identical with NetBSD: Use recvlen instead of inlen.mbr2003-10-291-1/+1
* Don't compare NULL against a character.mbr2003-10-291-3/+3
* Don't use NULL to compare against a char.mbr2003-10-291-2/+2
* Don't use NULL to compare against a character.mbr2003-10-291-1/+1
* Get rid of duplicates.ru2003-09-141-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-083-4/+4
* Clarify texteivind2003-08-261-1/+1
* Kill prototype for __msgwrite too. It is not needed anymore.mbr2003-06-151-1/+0
* Replace the old SCM_CREDS cred procedures. They can now bembr2003-06-151-122/+21
* Don't return -1 and abort if msg.msg_controllen is 0. Formbr2003-05-291-2/+1
* Fix a problem introduced in the last commit. sa and cmmbr2003-05-291-2/+2
* If AF_LOCAL is used, we need to use __msgread_withcred() instead ofmbr2003-05-281-1/+6
* Fix a simple bug that prevents svc_tli_create to bind to the addressmbr2003-05-181-1/+1
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-1/+1
* Clean up some signed/unsigned issues in the XDR code.nectar2003-03-071-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-274-1/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-163-0/+3
* The .Fn functioncharnier2003-02-061-1/+2
* Fix signed/unsigned comparison warnings.mbr2003-01-271-3/+3
* Fix signed/unsigned comparison warnings. Fix spelling error inmbr2003-01-271-4/+5
* Make this work in the !INET6 case -- if we mismatch the AF, don't return ambr2003-01-271-9/+10
* Check pmap_flag before sendto.mbr2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.mbr2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makembr2003-01-271-0/+3
* Free the correct buffer in error handling.mbr2003-01-271-1/+3
* Fix namespace pollution introduced in previous commit.mbr2003-01-262-5/+5
* Fix memleak.mbr2003-01-161-2/+8
* Implement non-blocking tcp-connections.mbr2003-01-164-49/+259
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-507/+507
* english(4) police.schweikh2002-12-271-1/+1
* mdoc(7) police: "The .Fa argument.".ru2002-12-1914-74/+160
* mdoc(7) police: "The .Fn function".ru2002-12-1815-12/+144
* Change the name for the local unix-socket based protocolmbr2002-12-162-5/+26
* Uniformly refer to a file system as "file system".ru2002-12-121-1/+1
* libc_r wasn't so tied to libc for 22 months.ru2002-11-181-1/+1
* Cosmetics.ru2002-10-291-1/+1
* bsd.doc.mk changes:ru2002-10-296-6/+0
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsiedowse2002-10-151-158/+90
* Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} tofenner2002-09-161-4/+4
* xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don'tbde2002-08-191-1/+1
* mdoc(7) police: whitespace nits.ru2002-08-091-2/+4
* Revert part of revision 1.10, as it broke portmap lookups for IPv4iedowse2002-07-261-9/+3
* Fix "rpcinfo -m" when talking to other implementations of rpcbind.alfred2002-07-141-0/+3
* clnt_vc_create() has const scalar arguments that wind up being modified,alfred2002-07-142-3/+3
* Cast function args to silence warning.alfred2002-07-141-1/+2
* Add a prototype for __rpcb_findaddr_timed to silence a warning.alfred2002-07-141-0/+4
* Silence several warnings due to functions that needed to take a void *alfred2002-07-143-32/+32
* Update manpages to reference 'timed' rpc functionsalfred2002-07-111-0/+8
* Add functions allowing for the user to specify a timeout for rpc functions.alfred2002-07-115-96/+670
OpenPOWER on IntegriCloud