summaryrefslogtreecommitdiff
path: root/lib/libc/rpc
AgeCommit message (Expand)Author
2004-01-03Fix a cast for little endian archsmartin
2004-01-03When writing/reading longs use explicit 32bit temporary values (this ismartin
2003-12-08Make 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-21Don't compare NULL against a character.fvdl
2003-10-21Don't use NULL to compare against a char.fvdl
2003-10-21Don't use NULL to compare against a character.fvdl
2003-10-03PR/20768: Martin Blapp: Remove special handling for non-blocking connectionschristos
2003-09-13use internal names for randomid()itojun
2003-09-09use randomid(3). actually generate random ID for DNS queries (previousitojun
2003-09-09__RCSID policeitojun
2003-09-09have __rpc_getxid.citojun
2003-09-09use niels provos' random sequence number generator to initialize RPC XID.itojun
2003-09-07Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.wiz
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-01Use Em instead of weird Bf usage.wiz
2003-06-27Use Aq Pa instead of Fd \*[Lt]...\*[Gt].wiz
2003-06-27Fix typos in macro names.wiz
2003-06-07- change default message size for udp to UDPMSGSIZE(8800) from 8192.yamt
2003-06-06add a missing release_fd_lock.yamt
2003-05-29de-lint pointer casts.christos
2003-05-19Back out previous for now. I already suspected part of it was wrong,fvdl
2003-05-18From Martin Blapp mb at imp dot ch, should fix PR/20768christos
2003-05-13fix a simple bug that prevents svc_tli_create to bind to the addressyamt
2003-04-29The second parameter of strchr() is an integer, not a pointer.scw
2003-04-17Convert to mdoc. Fix an error (two many arguments to a function).wiz
2003-04-17Convert to mdoc. Fix one or two bugs while here, hope I didn't introducewiz
2003-04-16Usewiz
2003-04-05cast int to size_t to appease lint (Geoff Wing)christos
2003-04-05PR/21014: Tom Lyon: Failure to clear string by passing the wrong size to memsetchristos
2003-03-16Don't do:christos
2003-01-27Reset in_reclen and in_received after having received a full record infvdl
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-03Fix typos (from PR 19650)mjl
2003-01-01Fix typos pointed out by Igor Sobrado in PR misc/19632jschauma
2002-12-18Fn arguments do not need (empty) braces.wiz
2002-12-07Add description of struct netconfig.jdolecek
2002-11-12Add extern svc_fd_lock if __REENT and include rpc_internal.h only once.skrll
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-08* Adapt include files for rpc_com.h/rpc_internal.h split.fvdl
2002-10-02add missing __rpc_fixup_addr.yamt
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-09-23Make this work in the !INET6 case -- if we mismatch the AF, don't return amycroft
2002-08-01correct range check. from openbsditojun
2002-07-31Make pmap_set(3) prototype match reality.soren
2002-07-30patch from openbsd to fix bounds checking, eliminating an overflow condition.darrenr
2002-06-06Added hppa support (some of it incomplete) to lib/csu, lib/libc,fredette
2002-04-16Make sure we don't look before the beginning of the string.groo