summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_tcp.c
AgeCommit message (Expand)Author
1998-05-22make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaulTheo de Raadt
1998-05-22make readtcp() call svc_getreqset2() for activity on other sockets; wpaulTheo de Raadt
1998-05-19incorrect timeout handlingTheo de Raadt
1997-07-09avoid close(closed_socket) or close(-1); it looks disgusting in kdumpTheo de Raadt
1997-04-30Don't do pointer arithmetic on void pointersThorsten Lockert
1997-03-29if a bad socket is accept()ed, bail without trying another accept()Theo de Raadt
1997-02-17do not leak descriptors and memTheo de Raadt
1997-02-13if i find one more little problem, and have to make one more littleTheo de Raadt
1997-02-13option handling is a bitchTheo de Raadt
1997-02-13ok, i finally learned about struct ipoptionTheo de Raadt
1997-02-07destroy everything with source routesTheo 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-08-05if port 20 incoming, kill it and try againTheo de Raadt
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-03-25Pull prototypes into scopeThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt