summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/svc_run.c
AgeCommit message (Expand)Author
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-09-10Use realloc() instead of malloc().Brad Smith
2005-08-08zap remaining rcsid.Marc Espie
2005-04-01ansify. ok deraadt@ jaredy@Otto Moerbeek
2003-12-31Implement svc_getreq_poll(3) and friends and use poll(2) instead of select(2)Todd C. Miller
2002-08-03If malloc() fails, perror() and return. This is non-optimal but becauseTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1999-11-23mark some places that malloc is not checkedTheo de Raadt
1998-03-19Some -WallTodd C. Miller
1996-11-14memcpy needs string.h.etheisen
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-20deal with unintializated __svc_fdsetTheo 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-03-25Pull prototypes into scopeThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt