summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* user land -> userland; from Rob Piercederaadt2015-10-051-2/+2
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+12
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
* obvious conversion of realloc() to reallocarray(). Luckily this isderaadt2014-10-081-2/+2
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
* Keep all bits of __svc_fdset up to date, not just those beyond FD_SETSIZE.schwarze2009-12-141-3/+3
* __svc_fdsetsize is counted in bits, not in array elementsschwarze2009-12-111-2/+2
* use calloc() to provide size * nitems safetyderaadt2009-06-051-3/+2
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-2/+2
* zap remaining rcsid.espie2005-08-081-4/+1
* ansify. ok deraadt@ jaredy@otto2005-04-011-53/+21
* alyte spelling-in-comment fixesjolan2005-02-171-2/+2
* Bit of KNF - replace (<type> *)0 and (<type> *)NULL with NULL. Pointedkrw2005-01-081-10/+9
* Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)millert2003-12-311-109/+251
* 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
* prototype cleanupderaadt2001-09-151-17/+17
* plug many memory leaksderaadt2001-03-031-3/+17
* mark some places that malloc is not checkedderaadt1999-11-231-1/+3
* __svc_fdsetsize is a max bitcount; like FDSETSIZE before itderaadt1998-02-251-2/+2
* Some -Wall.millert1997-09-221-2/+2
* delete extra spacesderaadt1997-03-291-7/+7
* Remove dead codetholo1996-09-151-3/+3
* memset 0; also fix for byte order botch in __svc_fdset handling; thanks to mw@openbsd.orgderaadt1996-08-201-12/+24
* Fix RCS idstholo1996-08-191-7/+2
* support descriptors > FD_SETSIZE and correct timeout handlingderaadt1996-08-151-13/+46
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
* need string.hderaadt1996-05-221-2/+3
* clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.sederaadt1996-05-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+451