| Age | Commit message (Expand) | Author |
| 2003-12-08 | Make this compile on non-IEEE GCC3 targets (aka VAX). | matt |
| 2003-10-22 | -don't update the RPC server address with the reply's sender address; | drochner |
| 2003-10-21 | Don't compare NULL against a character. | fvdl |
| 2003-10-21 | Don't use NULL to compare against a char. | fvdl |
| 2003-10-21 | Don't use NULL to compare against a character. | fvdl |
| 2003-10-03 | PR/20768: Martin Blapp: Remove special handling for non-blocking connections | christos |
| 2003-09-13 | use internal names for randomid() | itojun |
| 2003-09-09 | use randomid(3). actually generate random ID for DNS queries (previous | itojun |
| 2003-09-09 | __RCSID police | itojun |
| 2003-09-09 | have __rpc_getxid.c | itojun |
| 2003-09-09 | use niels provos' random sequence number generator to initialize RPC XID. | itojun |
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-01 | Use Em instead of weird Bf usage. | wiz |
| 2003-06-27 | Use Aq Pa instead of Fd \*[Lt]...\*[Gt]. | wiz |
| 2003-06-27 | Fix typos in macro names. | wiz |
| 2003-06-07 | - change default message size for udp to UDPMSGSIZE(8800) from 8192. | yamt |
| 2003-06-06 | add a missing release_fd_lock. | yamt |
| 2003-05-29 | de-lint pointer casts. | christos |
| 2003-05-19 | Back out previous for now. I already suspected part of it was wrong, | fvdl |
| 2003-05-18 | From Martin Blapp mb at imp dot ch, should fix PR/20768 | christos |
| 2003-05-13 | fix a simple bug that prevents svc_tli_create to bind to the address | yamt |
| 2003-04-29 | The second parameter of strchr() is an integer, not a pointer. | scw |
| 2003-04-17 | Convert to mdoc. Fix an error (two many arguments to a function). | wiz |
| 2003-04-17 | Convert to mdoc. Fix one or two bugs while here, hope I didn't introduce | wiz |
| 2003-04-16 | Use | wiz |
| 2003-04-05 | cast int to size_t to appease lint (Geoff Wing) | christos |
| 2003-04-05 | PR/21014: Tom Lyon: Failure to clear string by passing the wrong size to memset | christos |
| 2003-03-16 | Don't do: | christos |
| 2003-01-27 | Reset in_reclen and in_received after having received a full record in | fvdl |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-03 | Fix typos (from PR 19650) | mjl |
| 2003-01-01 | Fix typos pointed out by Igor Sobrado in PR misc/19632 | jschauma |
| 2002-12-18 | Fn arguments do not need (empty) braces. | wiz |
| 2002-12-07 | Add description of struct netconfig. | jdolecek |
| 2002-11-12 | Add extern svc_fd_lock if __REENT and include rpc_internal.h only once. | skrll |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-08 | * Adapt include files for rpc_com.h/rpc_internal.h split. | fvdl |
| 2002-10-02 | add missing __rpc_fixup_addr. | yamt |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-23 | Make this work in the !INET6 case -- if we mismatch the AF, don't return a | mycroft |
| 2002-08-01 | correct range check. from openbsd | itojun |
| 2002-07-31 | Make pmap_set(3) prototype match reality. | soren |
| 2002-07-30 | patch from openbsd to fix bounds checking, eliminating an overflow condition. | darrenr |
| 2002-06-06 | Added hppa support (some of it incomplete) to lib/csu, lib/libc, | fredette |
| 2002-04-16 | Make sure we don't look before the beginning of the string. | groo |
| 2002-03-03 | Fix spelling mistake (from Onno van der Linden; PR#15793). | cjep |
| 2002-02-10 | xdr_enum() now gets passed a real enum_t *, rather than an enum foo * | bjh21 |