| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 4 | -5/+5 |
* | Fix a memory leak in __rpcb_findaddr(), avoid compiler warnings. | iedowse | 2001-07-14 | 1 | -1/+4 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 2 | -2/+2 |
* | mdoc(7) police: sort xrefs. | ru | 2001-07-04 | 1 | -2/+2 |
* | Remove duplicate words. | dd | 2001-06-24 | 2 | -2/+2 |
* | Add a new clnt_control() request `CLSET_CONNECT' that controls | iedowse | 2001-06-23 | 2 | -4/+27 |
* | Fix typo: clnt_destroy() only takes one arg. | mikeh | 2001-06-18 | 1 | -1/+1 |
* | Correct cross-reference: | sobomax | 2001-06-07 | 1 | -15/+15 |
* | Fix cross-references: | sobomax | 2001-06-05 | 1 | -2/+2 |
* | Copy the sockaddr from the netbuf data area, not from the netbuf | iedowse | 2001-06-01 | 1 | -1/+1 |
* | The function clnt_dg_call(), which is used for UDP RPC calls, could | iedowse | 2001-05-18 | 1 | -4/+2 |
* | Extract the path from an AF_LOCAL sockaddr_un in a way that correctly | iedowse | 2001-05-12 | 1 | -2/+5 |
* | The function __rpc_uaddr2taddr_af() converts an RPC "universal | iedowse | 2001-04-26 | 1 | -0/+2 |
* | The maximum RPC message size was set at 8k for UDP. This is lower | iedowse | 2001-04-08 | 1 | -5/+6 |
* | Fix some very broken code in __nc_error() that implements per-thread | iedowse | 2001-04-03 | 2 | -17/+28 |
* | Remove some hacks that were apparently added to avoid problems with | iedowse | 2001-04-03 | 2 | -4/+2 |
* | There were a few error cases where the RPC code would return with | iedowse | 2001-04-02 | 2 | -1/+5 |
* | Move the #includes of reentrant.h to after the `#include "namespace.h"', | iedowse | 2001-04-02 | 23 | -23/+23 |
* | Add a CLSET_ASYNC command, which allows us to (ab)use the clnt_dg transport | wpaul | 2001-03-27 | 1 | -3/+19 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -2/+2 |
* | const'ify | alfred | 2001-03-27 | 1 | -1/+1 |
* | Fix rcsid/$FreeBSD$. | obrien | 2001-03-24 | 1 | -2/+15 |
* | fix Alpha support | alfred | 2001-03-24 | 1 | -10/+0 |
* | change callrpc() from taking "char *" args, I'm quite sure they really meant | alfred | 2001-03-23 | 2 | -3/+3 |
* | Remove struct cmessage from sys/socket.h and reintroduce the private | alfred | 2001-03-22 | 2 | -2/+9 |
* | Hopefully fix some of the bugs in passing credentials over UNIX ... | alfred | 2001-03-22 | 2 | -26/+32 |
* | whitespace cleanup | alfred | 2001-03-20 | 1 | -16/+14 |
* | Fixed some typos. | ru | 2001-03-20 | 3 | -3/+3 |
* | This manpage is heavily based on the old rpc.3 manpage, and | ru | 2001-03-20 | 1 | -1355/+1139 |
* | Removed the second copy of the manual page! | ru | 2001-03-20 | 1 | -311/+0 |
* | Removed duplicate $FreeBSD$. | ru | 2001-03-20 | 1 | -1/+0 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 80 | -6851/+16088 |
* | Submitted by: Ian Dowse <iedowse@maths.tcd.ie>, David Cross <dec@freebsd.org> | dec | 2001-03-08 | 2 | -0/+2 |
* | mdoc(7) police: C types should be declared with either .Ft or .Vt. | ru | 2001-02-08 | 1 | -1/+3 |
* | Fixed errors in prototypes. Many were hiding under mdoc errors. | bde | 2001-02-05 | 1 | -5/+30 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 21 | -78/+114 |
* | man(7) -> mdoc(7). | ru | 2001-01-17 | 5 | -1416/+1143 |
* | rstat(1) and rstat_svc(8) are the early versions of | ru | 2001-01-17 | 3 | -88/+0 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 1 | -1/+1 |
* | mdoc(7) police: added missing .Os call. | ru | 2000-12-14 | 2 | -0/+2 |
* | Upgrade to groff 1.16.1. | ru | 2000-12-06 | 1 | -8/+1 |
* | Eliminate groff(1) warnings. | ru | 2000-11-24 | 7 | -49/+77 |
* | mdoc(7) police: fixed warning. | ru | 2000-11-20 | 1 | -1/+1 |
* | mdoc(7) police: Nm -> Fn where appropriate. | ru | 2000-11-20 | 1 | -1/+1 |
* | strtok() -> strsep() (no strtok() in libraries allowed) | ache | 2000-08-29 | 2 | -16/+26 |
* | Calculate the string length of a u_long at compile-time, instead of using a | kris | 2000-08-04 | 1 | -5/+17 |
* | Correct string length bounds checking. | kris | 2000-08-04 | 1 | -3/+5 |
* | Don't overflow the internal buffer in clnt_sperror() | kris | 2000-08-04 | 1 | -1/+1 |
* | Replace structure copy form ifreq obtained by SIOCGIFADDR | shin | 2000-03-03 | 2 | -2/+2 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-02 | 6 | -48/+96 |