Age | Commit message (Expand) | Author |
2022-12-27 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-02-14 | Mark all the rpc 'ops' vectors, for auth, client, service, and xdr, | Philip Guenther |
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 |
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 |
2015-09-01 | Remove calls to perror(); the error returns are sufficient, and these | Theo de Raadt |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2013-04-15 | Back out r1.17 and its subsequent conversion to poll. Otherwise | Todd C. Miller |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. | Todd C. Miller |
2009-06-05 | use calloc() to provide size * nitems safety; ok millert | Theo de Raadt |
2006-04-02 | sprinkle a socklen_t | Theo de Raadt |
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie |
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 |
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt |
2002-01-02 | label abort() from inside library as ILLEGAL | Theo de Raadt |
2001-09-15 | prototype cleanup | Theo de Raadt |
2001-03-03 | plug many memory leaks | Theo de Raadt |
1998-05-22 | make svctcp_recv kill sockets that fail in xdr_callmsg(); wpaul | Theo de Raadt |
1998-05-22 | make readtcp() call svc_getreqset2() for activity on other sockets; wpaul | Theo de Raadt |
1998-05-19 | incorrect timeout handling | Theo de Raadt |
1997-07-09 | avoid close(closed_socket) or close(-1); it looks disgusting in kdump | Theo de Raadt |
1997-04-30 | Don't do pointer arithmetic on void pointers | Thorsten Lockert |
1997-03-29 | if a bad socket is accept()ed, bail without trying another accept() | Theo de Raadt |
1997-02-17 | do not leak descriptors and mem | Theo de Raadt |
1997-02-13 | if i find one more little problem, and have to make one more little | Theo de Raadt |
1997-02-13 | option handling is a bitch | Theo de Raadt |
1997-02-13 | ok, i finally learned about struct ipoption | Theo de Raadt |
1997-02-07 | destroy everything with source routes | 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-08-05 | if port 20 incoming, kill it and try again | Theo de Raadt |
1996-07-20 | bcopy->memcpy & tag | Theo de Raadt |
1996-03-25 | Pull prototypes into scope | Thorsten Lockert |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |