Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | delete old lint ARGSUSED comments | 2015-11-01 | 1 | -7/+1 | |
| | |||||
* | All these files include <stdlib.h>, so do not need to cast | 2015-08-20 | 1 | -2/+2 | |
| | | | | malloc/calloc/realloc* returns. | ||||
* | Use the size of the buffer not the pointer in a call to mem_free(). | 2015-05-04 | 1 | -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. | 2010-09-01 | 1 | -28/+29 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | Proper error handling in clntraw_create: | 2009-06-04 | 1 | -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 ARGSUSED | 2006-03-31 | 1 | -1/+5 | |
| | |||||
* | zap remaining rcsid. | 2005-08-08 | 1 | -4/+1 | |
| | | | | | | Kill old files that are no longer compiled. okay theo | ||||
* | kernal->kernel; | 2005-08-01 | 1 | -2/+2 | |
| | | | | | from netbsd pr #30872 (anonymous post); ok deraadt@ krw@ | ||||
* | ansify. ok deraadt@ jaredy@ | 2005-04-01 | 1 | -17/+6 | |
| | |||||
* | De-reference pointer *after* checking if it is NULL. | 2004-12-16 | 1 | -5/+9 | |
| | | | | ok millert@. | ||||
* | prototype cleanup | 2001-09-15 | 1 | -16/+17 | |
| | |||||
* | plug many memory leaks | 2001-03-03 | 1 | -7/+6 | |
| | |||||
* | Some -Wall | 1998-03-19 | 1 | -1/+2 | |
| | |||||
* | oops | 1997-11-05 | 1 | -6/+5 | |
| | |||||
* | if xdr_replymsg() fails, it can leave memory still allocated. thus we | 1997-11-05 | 1 | -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 warnings | 1996-12-14 | 1 | -2/+2 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -2/+3 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | Fix RCS ids | 1996-08-19 | 1 | -7/+2 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | bcopy->memcpy & tag | 1996-07-20 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+243 | |