summaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2022-03-04fix few typos in comments for word "because".andvar
2022-01-11fix few typos in comments.andvar
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2016-01-23u_int -> unsigned int, in some of the output.dholland
2015-11-08Delete extra declaration of svc_fdset... And some commented out code.christos
2015-09-20Prefer error messages resolved from errno over handwritten ones.kamil
2015-09-20Correct #ifdef/#endif header file guards generator for files with nameskamil
2015-09-20Correct newstyle code generationkamil
2015-09-20Fix NULL pointer dereferencekamil
2015-05-13Mark error as dead.joerg
2015-05-09Remove pointless casts.dholland
2015-05-09Make error() printflike instead of using sprintf before calling it.dholland
2015-05-09Use proper (enough) parentheses in macro expansion.dholland
2015-05-09Use errx when malloc fails, and also don't cast the return value ofdholland
2015-05-09one crash -> errx Christos misseddholland
2015-05-09Polish the error messages.dholland
2015-05-09#if 0 code should still compile :-)dholland
2015-05-09modernize:christos
2015-05-09Also check the other emitted getrlimit call for failure.dholland
2015-05-09CID 1225082: Check getrlimit() returnchristos
2013-12-15Sync usage and option descriptions with manpage.wiz
2013-12-15Standardize SYNOPSIS. Sort option descriptions and remove duplicates.wiz
2013-12-15Put back the extra prototype for main(); some programs #define main tochristos
2013-12-15- remove support for pre-ansi outputchristos
2013-08-12CID 1062241: simplify free for coveritychristos
2013-08-12Add more __dead.joerg
2013-08-11WARNS=5dholland
2013-06-05If /usr/bin/cpp is not executable and RPCGEN_CPP was not set, tryjoerg
2011-08-31NULL does not need a castplunky
2009-05-06Add support for hyper and quad keywords. (See Sun ONC+ Developer's Guideginsbach
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2009-04-13fix -Wshadow issuelukem
2009-03-11Fix markupjoerg
2008-03-08indentation police.christos
2008-02-29From FreeBSD via Jukka Salmi: Don't coredump on stdin.christos
2008-01-19It's RPCGEN_CPP, not RPCGEN_RSHhubertf
2008-01-15- Make the msdos and non-msdos cpp handling use the same variable $RPCGEN_CPPchristos
2008-01-12sizeof(char) is always 1. Conversely, however, CHAR_BIT is not always 8.dholland
2006-05-11xdr sucks. sprinkle some (void *) casts into it's functions taking void **,mrg
2006-04-04Coverity CID 28: Fix resource leak.christos
2006-04-04Coverity CID 97: Remove dead code.christos
2006-03-20plug leak, coverity cid 98.elad
2006-03-20plug leak, coverity cid 94.elad
2006-03-20- plug leak in generate_guard()elad
2004-11-01Add (unsigned char) cast to ctype functionsdsl
2004-07-06Fix function calls in the sample server to use the right function name.mycroft
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-05-12Sort options; drop trailing space and a superfluous s.wiz
2004-05-12add a 'v' flag to display a version number so that our usage matches withchristos