summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_tcp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Remove dead gettimeofday calls and timevals.cheloha2018-01-061-3/+1
* Simplify and unify timespec variables used in those event loopsjca2017-12-141-4/+3
* Use CLOCK_MONOTONIC for the rpc event loopsjca2017-12-141-11/+12
* delete old lint ARGSUSED commentsguenther2015-11-011-2/+1
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+2
* Remove all bogus writes to stderr. Only explicit requests shouldderaadt2015-09-011-3/+1
* Merge from NetBSD from 1999-03-25:"guenther2014-11-111-3/+5
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
* When authnone_create fails, do not leave behind a NULL cl_auth attribute,schwarze2009-06-021-2/+7
* sprinkle a bit of ARGSUSEDderaadt2006-03-311-1/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify. ok deraadt@ jaredy@otto2005-04-011-41/+16
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-6/+6
* Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)millert2003-12-311-28/+19
* prototype cleanupderaadt2001-09-151-24/+25
* uninit variablesderaadt2000-08-241-2/+2
* incorrect timeout handlingderaadt1998-05-191-2/+2
* Some -Wall.millert1997-09-221-1/+2
* something is wrong with this level of randomness; let 2.1 go out with this "problem"deraadt1997-04-291-2/+2
* re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.ilderaadt1997-04-271-2/+2
* use arc4random for xid generationderaadt1997-01-021-6/+2
* avoid close(-1) casesderaadt1996-12-101-2/+3
* Cast better for the alpha.etheisen1996-11-141-2/+2
* Remove dead codetholo1996-09-151-2/+2
* perturb xid further. confuse the worldderaadt1996-09-021-2/+6
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-201-3/+4
* Fix RCS idstholo1996-08-191-7/+2
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-151-14/+40
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
* bogus frees; from jraynard@freebsd.orgderaadt1996-07-201-2/+4
* Pull prototypes into scopetholo1996-03-251-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+460