summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_raw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete old lint ARGSUSED commentsguenther2015-11-011-7/+1
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
* Use the size of the buffer not the pointer in a call to mem_free().jsg2015-05-041-2/+2
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-28/+29
* Proper error handling in clntraw_create:schwarze2009-06-041-6/+15
* sprinkle a bit of ARGSUSEDderaadt2006-03-311-1/+5
* zap remaining rcsid.espie2005-08-081-4/+1
* kernal->kernel;jmc2005-08-011-2/+2
* ansify. ok deraadt@ jaredy@otto2005-04-011-17/+6
* De-reference pointer *after* checking if it is NULL.krw2004-12-161-5/+9
* prototype cleanupderaadt2001-09-151-16/+17
* plug many memory leaksderaadt2001-03-031-7/+6
* Some -Wallmillert1998-03-191-1/+2
* oopsderaadt1997-11-051-6/+5
* if xdr_replymsg() fails, it can leave memory still allocated. thus wederaadt1997-11-051-2/+9
* Clean up lint and compile warningstholo1996-12-141-2/+2
* Remove dead codetholo1996-09-151-2/+3
* Fix RCS idstholo1996-08-191-7/+2
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+243