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