aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-142-0/+2
* Upgrade to groff 1.16.1.Ruslan Ermilov2000-12-061-8/+1
* Eliminate groff(1) warnings.Ruslan Ermilov2000-11-247-49/+77
* mdoc(7) police: fixed warning.Ruslan Ermilov2000-11-201-1/+1
* mdoc(7) police: Nm -> Fn where appropriate.Ruslan Ermilov2000-11-201-1/+1
* strtok() -> strsep() (no strtok() in libraries allowed)Andrey A. Chernov2000-08-292-16/+26
* Calculate the string length of a u_long at compile-time, instead of using aKris Kennaway2000-08-041-5/+17
* Correct string length bounds checking.Kris Kennaway2000-08-041-3/+5
* Don't overflow the internal buffer in clnt_sperror()Kris Kennaway2000-08-041-1/+1
* Replace structure copy form ifreq obtained by SIOCGIFADDRYoshinobu Inoue2000-03-032-2/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-026-48/+96
* Grammar fix: ``Different than'' should really be ``different from''.Chris Costello2000-01-291-1/+1
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-2715-36/+36
* Fixed wrong includes in synopsis.Bruce Evans2000-01-271-8/+11
* bindresvport related changesYoshinobu Inoue2000-01-263-73/+136
* libc rcmd update for IPv6.Yoshinobu Inoue2000-01-133-18/+63
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-1215-36/+40
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+9
* Commented outNik Clayton1999-12-141-1/+1
* For the TCP transport, put the listening socket in non-blockingJohn Polstra1999-11-181-0/+18
* Fix a bug in the hack that protects against FTP bounce attacks.John Polstra1999-11-171-3/+2