summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_run.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove calls to perror(); the error returns are sufficient, and thesederaadt2015-09-011-3/+1
* missing pfd = newp, diagnosed by deraadt@sthen2014-11-051-1/+2
* Fix memory leak on reallocarray() failure introduced by conversionmillert2014-11-041-4/+6
* We prefer to use call reallocarray() with nmemb first and size second.millert2014-10-221-2/+2
* Use reallocarray() instead of calloc() (originally was realloc).millert2014-10-221-3/+2
* Replace a realloc() + memcpy() with calloc() + memcpy().millert2013-04-161-6/+5
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-27/+30
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* Use realloc() instead of malloc().brad2005-09-101-5/+6
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify. ok deraadt@ jaredy@otto2005-04-011-2/+2
* Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)millert2003-12-311-29/+20
* If malloc() fails, perror() and return. This is non-optimal but becausemillert2002-08-031-2/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* mark some places that malloc is not checkedderaadt1999-11-231-2/+2
* Some -Wallmillert1998-03-191-1/+4
* memcpy needs string.h.etheisen1996-11-141-1/+2
* Remove dead codetholo1996-09-151-1/+2
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-201-4/+5
* deal with unintializated __svc_fdsetderaadt1996-08-201-6/+13
* Fix RCS idstholo1996-08-191-7/+2
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-151-7/+14
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
* Pull prototypes into scopetholo1996-03-251-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+66