| Age | Commit message (Expand) | Author |
| 2013-12-15 | Add extra rpcgen flags. | christos |
| 2012-11-04 | include the headers that you need. | christos |
| 2012-08-10 | Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply | joerg |
| 2011-10-07 | Simplify | joerg |
| 2011-09-01 | reinstate NULL cast by request, where the NULL was being passed as a vararg | plunky |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-08-16 | Fix some typos. | mbalmer |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-01-04 | Use pclose() after popen(). Found by cppcheck. | wiz |
| 2009-11-17 | ANSIfy partially | drochner |
| 2009-08-07 | Fix parenthesis problem in ifdef SVR4 code. | wiz |
| 2009-04-18 | Fix -Wshadow and -Wcast-qual issues | lukem |
| 2008-09-30 | Refine previous: can put the main -> mymain thing in the .x file, which is | dholland |
| 2008-09-30 | Enable the code that reads /etc/pcnfsd.conf. It was disabled because | dholland |
| 2008-09-27 | Fix the Title of manual page so it our official name (rpc.pcnfsd). | reed |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2003-11-12 | s/netbsd.org/NetBSD.org/i | grant |
| 2003-08-01 | Rework how dependency generation is performed: | lukem |
| 2003-07-29 | remove unnecessary dependency now that bsd.rpc.mk adds to DPSRCS | lukem |
| 2003-07-28 | Use ${DEPENDSRCS} as a target instead of .depend, now that | lukem |
| 2003-07-16 | use bounded string op | itojun |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-05 | Use <bsd.rpc.mk> | sommerfeld |
| 2002-10-31 | follow-up rpcgen changes. | petrov |
| 2002-09-29 | "definitions" has lots of 'i's, but that's not reason to leave one out. | wiz |
| 2002-09-18 | minor makefile delint | lukem |
| 2002-09-14 | Resolve rpcgen's path in a way that works with other shells. | thorpej |
| 2002-08-02 | fix argument order. | christos |
| 2002-08-02 | oops reversed argument order. | christos |
| 2002-08-02 | welcome to the 20th century; use logwtmp{,x}; don't write to /var/adm/wtmp! | christos |
| 2002-03-22 | Split the notion of building Hesiod, Kerberos, S/key, and YP | thorpej |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-02-16 | No need to invoke extra shell. | enami |
| 2001-02-16 | Run make in compat mode while evaluating rhs of != op. | enami |
| 2001-01-16 | use expr to do subtraction. shell math isn't as portable. | cgd |
| 2000-09-10 | Make targets which are generated with rpcgen depend on the rpcgen binary. | erh |
| 2000-07-25 | ${RPCGEN}, not hard-coded rpcgen | cgd |
| 1999-02-13 | convert from NOxxx= to MKxxx=no. | lukem |
| 1998-07-27 | const propagation. | mycroft |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-03-18 | (8C) -> (8) | mikel |
| 1997-11-11 | add missing .Nm sections | mrg |
| 1997-10-25 | WARNSify, KNFify | lukem |
| 1997-10-25 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-18 | enable WARNS=1 by default, but disable in unclean 3rd party code | lukem |
| 1997-05-21 | free returned value from yp_match() if an error occurs | lukem |