summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_cout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* unsigned char for ctypederaadt2013-11-281-2/+2
| | | | ok krw okan
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-3/+3
| | | | | | | | pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. ok deraadt@
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
| | | | ok guenther millert kettenis
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-25/+27
| | | | Update our sources appropriately. OK deraadt@ jsg@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Some -Wall cleanup to help fix other bugs.weingart2007-10-031-2/+2
| | | | ok krw@
* Avoid generating an unused variable. From NetBSD. ok deraadt@matthieu2004-07-161-4/+6
|
* delintderaadt2004-05-091-2/+1
|
* generate code that is much more ANSI and even KNF tooderaadt2003-06-191-34/+38
|
* use strlcatderaadt2003-04-061-4/+7
|
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-9/+13
|
* allocation mischecks by cloder@acm.org; lots of other cleanup by mederaadt2002-07-051-8/+22
|
* cleanupsderaadt2002-06-011-73/+78
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-22/+22
|
* KNF, and remove part of the TLI garbagederaadt2001-12-051-83/+56
|
* argh! i messed something up!deraadt2001-11-241-50/+79
|
* half finished KNFderaadt2001-11-241-79/+50
|
* rpcgen is not nearly KNF, but it now generates close to KNF codederaadt2001-11-071-42/+43
|
* Uhmm, nope, this broke everythingderaadt2001-07-181-52/+43
|
* -Wall cleanup; ok deraadtpvalchev2001-07-171-43/+52
|
* s/inline/doinline/; christosderaadt1997-10-111-9/+9
|
* from netbsd; treat arrays used with XDR_INLINE as arrays of 'int32_t's,deraadt1996-12-101-9/+9
| | | | rather than arrays of 'long's.
* rcsidderaadt1996-06-261-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+743