index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
rpc
/
clnt_tcp.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-01-06
Remove dead gettimeofday calls and timevals.
cheloha
2017-12-14
Simplify and unify timespec variables used in those event loops
Jeremie Courreges-Anglas
2017-12-14
Use CLOCK_MONOTONIC for the rpc event loops
Jeremie Courreges-Anglas
2015-11-01
delete old lint ARGSUSED comments
Philip Guenther
2015-09-13
Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.
Philip Guenther
2015-09-01
Remove all bogus writes to stderr. Only explicit requests should
Theo de Raadt
2014-11-11
Merge from NetBSD from 1999-03-25:"
Philip Guenther
2010-09-01
Oracle has re-licensed sunrpc under a three-clause BSD license.
Todd C. Miller
2009-06-02
When authnone_create fails, do not leave behind a NULL cl_auth attribute,
Ingo Schwarze
2006-03-31
sprinkle a bit of ARGSUSED
Theo de Raadt
2005-08-08
zap remaining rcsid.
Marc Espie
2005-04-01
ansify. ok deraadt@ jaredy@
Otto Moerbeek
2005-01-08
Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointed
Kenneth R Westerback
2003-12-31
Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)
Todd C. Miller
2001-09-15
prototype cleanup
Theo de Raadt
2000-08-24
uninit variables
Theo de Raadt
1998-05-19
incorrect timeout handling
Theo de Raadt
1997-09-22
Some -Wall.
Todd C. Miller
1997-04-29
something is wrong with this level of randomness; let 2.1 go out with this "p...
Theo de Raadt
1997-04-27
re-randomize xid on reuse of a CLIENT *; pointed out by adam@math.tau.ac.il
Theo de Raadt
1997-01-02
use arc4random for xid generation
Theo de Raadt
1996-12-10
avoid close(-1) cases
Theo de Raadt
1996-11-14
Cast better for the alpha.
etheisen
1996-09-15
Remove dead code
Thorsten Lockert
1996-09-02
perturb xid further. confuse the world
Theo de Raadt
1996-08-20
memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw...
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1996-08-15
support descriptors > FD_SETSIZE and correct timeout handling
Theo de Raadt
1996-07-20
bcopy->memcpy & tag
Theo de Raadt
1996-07-20
bogus frees; from jraynard@freebsd.org
Theo de Raadt
1996-03-25
Pull prototypes into scope
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt