aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* Clean up some signed/unsigned issues in the XDR code.Jacques Vidrine2003-03-071-1/+1
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-274-1/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-163-0/+3
* The .Fn functionPhilippe Charnier2003-02-061-1/+2
* Fix signed/unsigned comparison warnings.Martin Blapp2003-01-271-3/+3
* Fix signed/unsigned comparison warnings. Fix spelling error inMartin Blapp2003-01-271-4/+5
* Make this work in the !INET6 case -- if we mismatch the AF, don't return aMartin Blapp2003-01-271-9/+10
* Check pmap_flag before sendto.Martin Blapp2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.Martin Blapp2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makeMartin Blapp2003-01-271-0/+3
* Free the correct buffer in error handling.Martin Blapp2003-01-271-1/+3
* Fix namespace pollution introduced in previous commit.Martin Blapp2003-01-262-5/+5
* Fix memleak.Martin Blapp2003-01-161-2/+8
* Implement non-blocking tcp-connections.Martin Blapp2003-01-164-49/+259
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-507/+507
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-1914-74/+160
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-1815-12/+144
* Change the name for the local unix-socket based protocolMartin Blapp2002-12-162-5/+26
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-1/+1
* Cosmetics.Ruslan Ermilov2002-10-291-1/+1
* bsd.doc.mk changes:Ruslan Ermilov2002-10-296-6/+0
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsIan Dowse2002-10-151-158/+90
* Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} toBill Fenner2002-09-161-4/+4
* xdr.3 is added to MAN in ../xdr/Makefile.inc where it belongs, so don'tBruce Evans2002-08-191-1/+1
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+4
* Revert part of revision 1.10, as it broke portmap lookups for IPv4Ian Dowse2002-07-261-9/+3
* Fix "rpcinfo -m" when talking to other implementations of rpcbind.Alfred Perlstein2002-07-141-0/+3
* clnt_vc_create() has const scalar arguments that wind up being modified,Alfred Perlstein2002-07-142-3/+3
* Cast function args to silence warning.Alfred Perlstein2002-07-141-1/+2
* Add a prototype for __rpcb_findaddr_timed to silence a warning.Alfred Perlstein2002-07-141-0/+4
* Silence several warnings due to functions that needed to take a void *Alfred Perlstein2002-07-143-32/+32
* Update manpages to reference 'timed' rpc functionsAlfred Perlstein2002-07-111-0/+8
* Add functions allowing for the user to specify a timeout for rpc functions.Alfred Perlstein2002-07-115-96/+670
* s/demon/daemon/Dima Dorfman2002-05-121-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-2811-85/+85
* Fix the style of the SCM ID's.David E. O'Brien2002-03-2254-117/+138
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Constify the first arg to callrpc(3).Alfred Perlstein2002-03-221-1/+1
* Remove multi-line __P() usage.David E. O'Brien2002-03-228-22/+18
* Remove __P() usage.David E. O'Brien2002-03-2126-112/+112
* Remove 'register' keyword.David E. O'Brien2002-03-217-35/+35
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-185-1/+4
* Fix two file descriptor leaks in the internal function local_rpcb()Ian Dowse2002-02-161-1/+8
* Move the AF_LOCAL check to the AF_INET check since portmap protocolAlfred Perlstein2002-02-061-5/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6Alfred Perlstein2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-0516-20/+31
* Do not call addrinfo on local transport adresses, if returning aAlfred Perlstein2002-02-051-5/+25