summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_tcp.c
AgeCommit message (Expand)Author
2022-12-27spelling fixes; from paul tagliamonteJason McIntyre
2022-02-14Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,Philip Guenther
2020-07-06Add support for timeconting in userland.Paul Irofti
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-12-14Simplify and unify timespec variables used in those event loopsJeremie Courreges-Anglas
2017-12-14Use CLOCK_MONOTONIC for the rpc event loopsJeremie Courreges-Anglas
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-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2013-04-15Back out r1.17 and its subsequent conversion to poll. OtherwiseTodd C. Miller
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2009-06-05use calloc() to provide size * nitems safety; ok millertTheo de Raadt
2006-04-02sprinkle a socklen_tTheo de Raadt
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
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-01-02label abort() from inside library as ILLEGALTheo de Raadt
2001-09-15prototype cleanupTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
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