summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_udp.c
AgeCommit message (Expand)Author
2015-11-01delete old lint ARGSUSED commentsPhilip Guenther
2015-09-13Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.Philip Guenther
2015-09-09Use SOCK_NONBLOCK in a couple more placesPhilip Guenther
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-05-17Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterTheo de Raadt
2014-11-11Merge from NetBSD from 1999-03-25:"Philip Guenther
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2009-06-02When authnone_create fails, do not leave behind a NULL cl_auth attribute,Ingo Schwarze
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2005-08-08zap remaining rcsid.Marc Espie
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
2002-09-06use socklen_t where needed; henning pvalchev okTheo de Raadt
2002-06-03compatiblity -> compatibilityTheo de Raadt
2001-09-15prototype cleanupTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
1998-03-01match xid nicer; plus notes for later workTheo de Raadt
1997-11-05if xdr_replymsg() fails, it can leave memory still allocated. thus weTheo de Raadt
1997-09-22Some -Wall.Todd C. Miller
1997-04-29something is wrong with this level of randomness; let 2.1 go out with this "p...Theo de Raadt
1997-04-27re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilTheo de Raadt
1997-01-02use arc4random for xid generationTheo de Raadt
1996-11-14Missed one cast.etheisen
1996-09-02perturb xid further. confuse the worldTheo de Raadt
1996-08-20memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...Theo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-06-29typoTheo de Raadt
1996-03-25Pull prototypes into scopeThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt