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