summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-10/+10
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-3/+1
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-213-14/+14
* Avoid "unused variable 'i'" warnings in generated .c files by only emittingkrw2016-12-221-2/+3
* Add 'default:' cases to switch statements that gcc whines about.krw2016-12-202-2/+11
* Tweak generated .c output so switch statements always have akrw2016-12-201-4/+3
* Add support for parsing 'hyper' and 'quad' types, as per RFC4506.jasper2016-01-153-3/+17
* exit() after perror() for pledge failure. Perhaps this got introducedderaadt2015-11-111-2/+4
* pledge "stdio rpath wpath cpath proc exec"; this spawns cpp.deraadt2015-10-101-1/+4
* The -D option requires an argument, and the argument must followschwarze2015-09-111-6/+6
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-206-33/+30
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-4/+4
* unsigned char for ctypederaadt2013-11-283-17/+20
* If a constant string needs a name, use a static const array instead of aguenther2013-10-273-10/+10
* remove uesless Pp;jmc2013-01-171-6/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-057-14/+7
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'miod2011-04-061-2/+2
* more wacky macro fixing;jmc2010-09-191-11/+11
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-0113-328/+351
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2710-52/+10
* .IP -> .Ppjmc2007-11-171-3/+3
* nullproc() is used in more than one file.weingart2007-10-032-3/+4
* Nuke MSDOS portion. Add <unistd.h> for STDERR_FILENO in theweingart2007-10-031-54/+3
* Some -Wall cleanup to help fix other bugs.weingart2007-10-0310-22/+22
* convert to new .Dd format;jmc2007-05-311-2/+2
* NetBSD - plug leak in generate_guard()dhill2006-03-223-6/+13
* defintion -> definition;jmc2005-10-201-2/+2
* Avoid generating an unused variable. From NetBSD. ok deraadt@matthieu2004-07-161-4/+6
* delintderaadt2004-05-093-7/+5
* Format string fixes from art's amd64 tree.grange2003-12-011-2/+2
* missing comma in non-ansi mode; spotted by pvalchevderaadt2003-08-161-2/+2
* Remove some double semicolons (hmm, do two semis equal a maxi?).millert2003-08-061-2/+2
* add missing includesdavid2003-07-101-1/+2
* protosderaadt2003-07-097-56/+32
* generate protos for functionsderaadt2003-07-061-1/+14
* protosderaadt2003-06-254-10/+9
* better output Cderaadt2003-06-251-3/+3
* generate code that is much more ANSI and even KNF tooderaadt2003-06-192-38/+42
* de-registerderaadt2003-06-111-5/+5
* - section reorderjmc2003-06-101-2/+2
* various format string cleanups; tedu okderaadt2003-06-011-2/+2
* get rid of incorrectly sized buffer by using strdup/asprintf,pvalchev2003-04-261-10/+8
* recommit, with the typo fixedderaadt2003-04-141-5/+7
* oopsderaadt2003-04-141-7/+5
* strlcpy, pretty easyderaadt2003-04-141-5/+7
* use strlcatderaadt2003-04-061-4/+7
* snprintf; millert okderaadt2003-03-301-7/+7
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-9/+13