summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/demon/daemon/dd2002-05-121-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2811-85/+85
* Fix the style of the SCM ID's.obrien2002-03-2254-117/+138
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Constify the first arg to callrpc(3).alfred2002-03-221-1/+1
* Remove multi-line __P() usage.obrien2002-03-228-22/+18
* Remove __P() usage.obrien2002-03-2126-112/+112
* Remove 'register' keyword.obrien2002-03-217-35/+35
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-185-1/+4
* Fix two file descriptor leaks in the internal function local_rpcb()iedowse2002-02-161-1/+8
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-0516-20/+31
* Do not call addrinfo on local transport adresses, if returning aalfred2002-02-051-5/+25
* style: return(x) -> return (x)alfred2002-02-051-2/+2
* Fix the credential handling code.alfred2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-051-6/+17
* clnt_bcast.c:420:33: warning: extra tokens at end of #endif directivepeter2001-12-151-1/+1
* mdoc(7) police: consistently use the .Ux macro.ru2001-11-201-4/+4
* s/kernal/kernelalfred2001-10-192-2/+2
* Add compatibility functions for the AF_LOCAL RPC transport stuffwpaul2001-10-043-0/+235
* Hopefully improve control message passing over Unix domain sockets.dwmalone2001-10-042-14/+25
* Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainlybde2001-10-0310-31/+33
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-0119-24/+24
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-291-1/+1
* Handle snrintf() returning -1.brian2001-08-201-16/+30
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-2/+2
* In getclnthandle(), if the address is found in the cache we neediedowse2001-08-021-2/+5
* Finish the sweep of changes that fix doubled 'the'.sheldonh2001-07-241-1/+1
* Remove whitespace at EOL.dd2001-07-154-5/+5
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.iedowse2001-07-141-1/+4
OpenPOWER on IntegriCloud