summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/svc_simple.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove all bogus writes to stderr. Only explicit requests shouldderaadt2015-09-011-24/+7
| | | | | go that way. ok miod beck
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-2/+2
| | | | malloc/calloc/realloc* returns.
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-29/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Do not define 'pl' globally. From Bjorn Sandell" <biorn at dce dot chalmersotto2005-04-251-3/+3
| | | | dot se>. ok deraadt@
* ansify. ok deraadt@ jaredy@otto2005-04-011-9/+5
|
* plug many memory leaksderaadt2001-03-031-2/+2
|
* use %u for unsigned printsderaadt1998-11-221-2/+2
|
* Some -Wallmillert1998-03-191-1/+3
|
* 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-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+150