summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_simple.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
* Move to the <limits.h> universe.deraadt2015-01-161-4/+4
* Merge from NetBSD from 1999-03-25:"guenther2014-11-111-4/+6
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
* correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;schwarze2009-06-061-3/+3
* Include param.h for MAXHOSTNAMELENmillert2006-01-171-4/+5
* zap remaining rcsid.espie2005-08-081-5/+1
* ansify. ok deraadt@ jaredy@otto2005-04-011-6/+3
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-3/+2
* plug many memory leaksderaadt2001-03-031-4/+10
* Some -Wallmillert1998-03-191-1/+3
* strncpyderaadt1997-04-061-2/+4
* avoid close(-1) casesderaadt1996-12-101-2/+3
* use MAXHOSTNAMELENderaadt1996-12-101-2/+2
* Remove dead codetholo1996-09-151-1/+2
* Fix RCS idstholo1996-08-191-7/+2
* bcopy->memcpy & tagderaadt1996-07-201-2/+3
* initial import of NetBSD treederaadt1995-10-181-0/+119