summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_raw.c (follow)
Commit message (Collapse)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
| | | | malloc/calloc/realloc* returns.
* Use the size of the buffer not the pointer in a call to mem_free().jsg2015-05-041-2/+2
| | | | ok miod@ and guenther@ who both pointed out this argument is unused.
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-28/+29
| | | | Update our sources appropriately. OK deraadt@ jsg@
* Proper error handling in clntraw_create:schwarze2009-06-041-6/+15
| | | | | | Bail out and clean up after all errors, and report in libc/rpc style. Among others, this fixes a NULL pointer dereference in clntraw_call. Feedback and ok kjell@ and millert@.
* sprinkle a bit of ARGSUSEDderaadt2006-03-311-1/+5
|
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* kernal->kernel;jmc2005-08-011-2/+2
| | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@
* ansify. ok deraadt@ jaredy@otto2005-04-011-17/+6
|
* De-reference pointer *after* checking if it is NULL.krw2004-12-161-5/+9
| | | | ok millert@.
* 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
| | | | | | need to go XDR_FREE it; wpaul@freebsd. clnt_raw.c also appears to have the same problem, and there is precedent for the solution in various other rpc code.
* Clean up lint and compile warningstholo1996-12-141-2/+2
|
* Remove dead codetholo1996-09-151-2/+3
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+243