| Age | Commit message (Expand) | Author |
| 2001-12-15 | Use __sh__ instead of __sh3__. | thorpej |
| 2001-11-04 | Close socket correctly in three places. | lukem |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem |
| 2001-09-28 | check pmap_flag before sendto. | yamt |
| 2001-09-27 | Fix !INET6 build. Noted by Bruno Clermont on tech-userlevel@ | jdolecek |
| 2001-09-16 | Mostly punctuation fixes; uppercase some .Sh arguments, and misc. fixes. | wiz |
| 2001-09-16 | Sort sections. | wiz |
| 2001-09-16 | Boring whitespace fixes. | wiz |
| 2001-07-26 | Various typos in comments (neccessary, sceme, choise, ...). | wiz |
| 2001-06-19 | Another one of those if defined(arch) lists I forgot to commit earlier. | fvdl |
| 2001-06-05 | NetBSD -> Nx, and some whitespace nits. | wiz |
| 2001-05-26 | Free the correct buffer in error handling. | kristerw |
| 2001-05-08 | missing space in a warning | lukem |
| 2001-04-22 | In __rpc_uaddr2taddr_af, actually return useful data for the AF_LOCAL | fvdl |
| 2001-04-09 | rpc_clnt_calls and rpc_svc_calls live in 3, not 8. | wiz |
| 2001-04-09 | Add RCS Id; whitespace and punctuation fixes. | wiz |
| 2001-04-09 | select(2), not (3); order SEE ALSO; whitespace and punctuation fixes. | wiz |
| 2001-04-09 | Add RCS Id, and some whitespace/punctuation fixes. | wiz |
| 2001-04-09 | netconfig(5), not (4), and whitespace. | wiz |
| 2001-04-09 | netconfig(5), not (4); environ(7), not (5); whitespace, and use | wiz |
| 2001-04-09 | netconfig(5), not (4), and whitespace fixes. | wiz |
| 2001-02-21 | Add support for ARM VFP-format doubles, conditional on __VFP_FP__. | bjh21 |
| 2001-02-18 | The ARM FPA is big-endian as far as the word order in doubles is concerned. | bjh21 |
| 2001-02-13 | change 'char *' args of clnt_pcreateerror, clnt_spcreateerror, | cgd |
| 2001-02-09 | __arm26__ || __arm32__ -> __arm__ | bjh21 |
| 2001-01-25 | make local constant arrays const | jdolecek |
| 2001-01-17 | don't _DIAGASSERT(cp != NULL) until after cnt is checked for != 0. | lukem |
| 2001-01-16 | rename MAX_MARSHEL_SIZE to MAX_MARSHAL_SIZE | lukem |
| 2001-01-04 | whitespace consistency fixups | lukem |
| 2001-01-04 | sprinkle _DIAGASSERT() appropriately. minor other cleanups | lukem |
| 2001-01-04 | sprinkle _DIAGASSERT() around | lukem |
| 2000-12-20 | oops fix previous typos. | christos |
| 2000-12-20 | appease lint casts | christos |
| 2000-12-20 | remove redundant declarations. | christos |
| 2000-12-10 | remove dedundant declaration of _svc_getreq_common; declared in <rpc/svc.h> | christos |
| 2000-12-10 | remove redundant declaration of _seterr_reply. Already declared in | christos |
| 2000-09-28 | Need "namespace.h". | kleink |
| 2000-08-03 | For an accepted connection (tcp), set xp_netid, as it might be examined | fvdl |
| 2000-07-17 | fix a bug in the NOIEEE (aka VAX) case. | matt |
| 2000-07-16 | correct delint mistake (missing "&"). | itojun |
| 2000-07-14 | Use rpcvers_t, not long, for some variables holding version numbers. They | fvdl |
| 2000-07-14 | Use explicit int32 get/put macros. Needed for 64bit big-endian systems. | fvdl |
| 2000-07-08 | De-delint previous: svc_vc_rendezvous_ops() isn't unused unless the single | kleink |
| 2000-07-06 | add __RPC_GETXID macro | christos |
| 2000-07-06 | remove register | christos |
| 2000-07-06 | get prototypes from rpc/nettype.h | christos |
| 2000-07-06 | elide non-portable casts | christos |
| 2000-07-06 | remove unnecessary casts to NULL | christos |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-07-03 | PR/10499: IWAMOTO Toshihiro: getnetconfig uses strtok. Applied suggested patch | christos |