summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/clnt_tcp.c
AgeCommit message (Collapse)Author
2006-03-31sprinkle a bit of ARGSUSEDTheo de Raadt
2005-08-08zap remaining rcsid.Marc Espie
Kill old files that are no longer compiled. okay theo
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2005-01-08Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. PointedKenneth R Westerback
out by mickey@, seconded by millert@. ok deraadt@.
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
in the libc rpc code. The main difference between this and the previous version is the use of a simple free list that simplifies the logic when adding a socket to svc_pollfd. I've also added code to pack svc_pollfd when the free list gets too big. The idea general idea is to keep svc_pollfd as tightly packed as possible to make poll(2) efficient. Tested by many people and OK deraadt@
2001-09-15prototype cleanupTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
1998-05-19incorrect timeout handlingTheo 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 ↵Theo de Raadt
"problem"
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-12-10avoid close(-1) casesTheo de Raadt
1996-11-14Cast better for the alpha.etheisen
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
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 ↵Theo de Raadt
mw@openbsd.org
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-08-15support descriptors > FD_SETSIZE and correct timeout handlingTheo de Raadt
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-07-20bogus frees; from jraynard@freebsd.orgTheo de Raadt
1996-03-25Pull prototypes into scopeThorsten Lockert
Remove graticious casts
1995-10-18initial import of NetBSD treeTheo de Raadt