summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: consistently use the .Ux macro.Ruslan Ermilov2001-11-201-4/+4
* s/kernal/kernelAlfred Perlstein2001-10-192-2/+2
* Add compatibility functions for the AF_LOCAL RPC transport stuffBill Paul2001-10-043-0/+235
* Hopefully improve control message passing over Unix domain sockets.David Malone2001-10-042-14/+25
* Fixed bitrot in synopsis. The TI-RPC changes gave mounds of it, mainlyBruce Evans2001-10-0310-31/+33
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-0119-24/+24
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-291-1/+1
* Handle snrintf() returning -1.Brian Somers2001-08-201-16/+30
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-2/+2
* In getclnthandle(), if the address is found in the cache we needIan Dowse2001-08-021-2/+5
* Finish the sweep of changes that fix doubled 'the'.Sheldon Hearn2001-07-241-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-154-5/+5
* Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings.Ian Dowse2001-07-141-1/+4
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-062-2/+2
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-07-041-2/+2
* Remove duplicate words.Dima Dorfman2001-06-242-2/+2
* Add a new clnt_control() request `CLSET_CONNECT' that controlsIan Dowse2001-06-232-4/+27
* Fix typo: clnt_destroy() only takes one arg.Mike Heffner2001-06-181-1/+1
* Correct cross-reference:Maxim Sobolev2001-06-071-15/+15
* Fix cross-references:Maxim Sobolev2001-06-051-2/+2
* Copy the sockaddr from the netbuf data area, not from the netbufIan Dowse2001-06-011-1/+1
* The function clnt_dg_call(), which is used for UDP RPC calls, couldIan Dowse2001-05-181-4/+2
* Extract the path from an AF_LOCAL sockaddr_un in a way that correctlyIan Dowse2001-05-121-2/+5
* The function __rpc_uaddr2taddr_af() converts an RPC "universalIan Dowse2001-04-261-0/+2
* The maximum RPC message size was set at 8k for UDP. This is lowerIan Dowse2001-04-081-5/+6
* Fix some very broken code in __nc_error() that implements per-threadIan Dowse2001-04-032-17/+28
* Remove some hacks that were apparently added to avoid problems withIan Dowse2001-04-032-4/+2
* There were a few error cases where the RPC code would return withIan Dowse2001-04-022-1/+5
* Move the #includes of reentrant.h to after the `#include "namespace.h"',Ian Dowse2001-04-0223-23/+23
* Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transportBill Paul2001-03-271-3/+19
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* const'ifyAlfred Perlstein2001-03-271-1/+1
* Fix rcsid/$FreeBSD$.David E. O'Brien2001-03-241-2/+15
* fix Alpha supportAlfred Perlstein2001-03-241-10/+0
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-232-3/+3
* Remove struct cmessage from sys/socket.h and reintroduce the privateAlfred Perlstein2001-03-222-2/+9
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-222-26/+32
* whitespace cleanupAlfred Perlstein2001-03-201-16/+14
* Fixed some typos.Ruslan Ermilov2001-03-203-3/+3
* This manpage is heavily based on the old rpc.3 manpage, andRuslan Ermilov2001-03-201-1355/+1139
* Removed the second copy of the manual page!Ruslan Ermilov2001-03-201-311/+0
* Removed duplicate $FreeBSD$.Ruslan Ermilov2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-1980-6851/+16088
* Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org>David E. Cross2001-03-082-0/+2
* mdoc(7) police: C types should be declared with either .Ft or .Vt.Ruslan Ermilov2001-02-081-1/+3
* Fixed errors in prototypes. Many were hiding under mdoc errors.Bruce Evans2001-02-051-5/+30
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-2421-78/+114
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-175-1416/+1143
* rstat(1) and rstat_svc(8) are the early versions ofRuslan Ermilov2001-01-173-88/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1