summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/clnt_simple.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;schwarze2009-06-061-3/+3
| | | | noticed by and OK deraadt@, ok millert@
* Include param.h for MAXHOSTNAMELENmillert2006-01-171-4/+5
|
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* 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
| | | | | | 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-2/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+119