| Age | Commit message (Expand) | Author |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-09-26 | Definition, not defintion. From miod@openbsd. | wiz |
| 2003-08-05 | Remove special case handling for $CPP and use execvp() instead. | martin |
| 2003-07-14 | use bounded string op - some remains | itojun |
| 2003-06-25 | In no-main mode [rpcgen -C -m], don't declare _rpcfoo variables static. | christos |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-06 | Bump date for -b, -I addition; drop trailing whitespace; separate SEE ALSO | wiz |
| 2003-01-05 | Document some previously undocumented options. | sommerfeld |
| 2002-10-31 | PR/18866: David A. Holland: missing const keyword in rpcgen output | christos |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-06-08 | make auto const variables static. | yamt |
| 2002-02-06 | Make sure that we set *objp back to the decoded argument; pointed by | christos |
| 2002-02-05 | Deal with other sizeof() return issues. We usually cast it to u_int, because | christos |
| 2002-02-05 | - Cast pointer casts to (void *) first to shut-up lint | christos |
| 2002-02-05 | Don't spit out a trailing comma as the last member of an enum. | christos |
| 2002-02-05 | cast ~0 to (u_int) because it is aimed at the size argument of the xdr function. | christos |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2001-12-08 | Use Sx, use standard headers, drop a .Pp. | wiz |
| 2001-09-26 | Remove an extraneous opening brace from newstyle output, apparently missed | kleink |
| 2001-08-14 | Add hooks to allow toolchain bits to be reachover-built at the top level. | tv |
| 2001-04-04 | Update date (-M added some time ago). Markup and punctuation fixes. | wiz |
| 2001-03-21 | Make `-N' and `-M' work together. | mycroft |
| 2001-03-21 | Fix a couple of things that disagree with Solaris. | mycroft |
| 2001-03-21 | Sample client needs stdio.h for printf() prototype. | mycroft |
| 2001-03-21 | Remove an unneeded variable. | mycroft |
| 2001-03-21 | Remove -g. | mycroft |
| 2001-03-21 | Add a -M flag, for generating thread-safe stubs, per RedHat. | mycroft |
| 2001-02-21 | call setprogname(argv[0]) at start of main() | cgd |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-06-07 | fix the function prototypes in the generated header file (the second | lukem |
| 2000-06-02 | Enable the TI-RPC switch by default. Add a kludge that Sun appears to | fvdl |
| 1999-12-15 | Bump a static char array from 8 to 255. Avoids rpcgen core dumps on some | bouyer |
| 1998-12-19 | extra braces, char -> unsigned char | christos |
| 1998-10-19 | Remove spurious return | wsanchez |
| 1998-10-08 | Add return 0 after errx in to quiet the compiler | wsanchez |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-04-28 | Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] | fair |
| 1998-02-11 | revert; we can't break the existing ABI and API | lukem |
| 1998-02-10 | output explicit types (int16_t, int32_t, etc) rather than (short, long, ...) | lukem |
| 1997-10-23 | remove CFLAGS+=-g | lukem |
| 1997-10-19 | remove WARNS=1 | lukem |
| 1997-10-18 | KNFify, generate prototypes, etc (to shut up WARNS on generated code) | lukem |
| 1997-10-17 | - don't generate register variables | lukem |
| 1997-10-11 | And a little more... | mycroft |