summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc.c
AgeCommit message (Expand)Author
2009-06-05use calloc() to provide size * nitems safetyTheo de Raadt
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2005-02-17alyte spelling-in-comment fixesJolan Luff
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-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-15prototype cleanupTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1998-02-25__svc_fdsetsize is a max bitcount; like FDSETSIZE before itTheo de Raadt
1997-09-22Some -Wall.Todd C. Miller
1997-03-29delete extra spacesTheo de Raadt
1996-09-15Remove dead codeThorsten Lockert
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-07-20bcopy->memcpy & tagTheo de Raadt
1996-05-22need string.hTheo de Raadt
1996-05-04clear xports after allocating it; netbsd pr#2194; from ragge@my28.sm.luth.seTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt