aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
Commit message (Expand)AuthorAgeFilesLines
* rpcgen: fix use use of strcmpEitan Adler2015-04-191-1/+1
* Fix some rpcgen sample file issues.Bryan Drewery2014-06-062-2/+3
* mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
* Generate client sample code which compiles without warnings.Doug Rabson2013-12-261-0/+6
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-193-4/+4
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), soDimitry Andric2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments inDimitry Andric2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the CDimitry Andric2012-02-062-31/+47
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofDimitry Andric2012-02-051-3/+5
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-6/+2
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Use strlcpy().Xin LI2011-07-111-15/+11
* Fix clang warnings.Ben Laurie2011-05-183-4/+4
* Plug a memory leak.Xin LI2010-05-061-0/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-022-10/+6
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-134-0/+4
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-114-4/+0
* When generating thread-safe server code, handle procedures with void returnDoug Rabson2008-08-121-0/+3
* Generate code that doesn't fail gcc 4.2's strict aliasing test.John Birrell2007-11-201-4/+10
* Use POSIX mutex instead of Solaris ones. This makes generationXin LI2007-08-231-8/+8
* sysent.h is installed as sys/sysent.h, so reflect it.Xin LI2007-08-231-1/+1
* Never define the generated rpc server main function with storage typeStefan Eßer2007-06-161-1/+1
* In change 1.15, an arbitrary setting of the max RPC record size toRobert Watson2006-05-171-11/+0
* Eliminate coredump problem introduced by last commit.Craig Rodrigues2005-11-141-2/+8
* Eliminate build breakage due to warnings about const.Craig Rodrigues2005-11-141-3/+3
* Use ANSI definitions.David Malone2005-11-1313-574/+352
* In version 1.8 I botched findval()'s type, fix.Stefan Farfeleder2005-09-021-1/+1
* Use socklen_t variables when passing sizes to getsockname() andStefan Farfeleder2005-09-021-4/+4
* The appropriate argument is -K -1, not -k -1.Stefan Farfeleder2005-09-021-2/+2
* Fix a syntax error in the generated code when invoked with -P. Note thatStefan Farfeleder2005-09-021-1/+0
* Stop generating the `register' keyword.Stefan Farfeleder2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.Stefan Farfeleder2005-09-029-402/+125
* Only write the dispatch table function prototypes to the header if the -hStefan Farfeleder2005-09-013-25/+24
* - Use prototypes in headers.Stefan Farfeleder2005-08-3110-43/+49
* Rename the variable `inline' to `inline_size'.Stefan Farfeleder2005-08-314-16/+11
* Move #ident into #if 0.Stefan Farfeleder2005-05-319-18/+9
* back out 1.7 changes, unneeded and possibly wrong.Alfred Perlstein2005-02-101-9/+6
* Let the generated code include <string.h> instead of <memory.h>.Stefan Farfeleder2005-02-101-2/+2
* Modify rpcgen -t output to something that's a lot more useful inAlfred Perlstein2005-02-021-6/+9
* Markup nit.Ruslan Ermilov2005-01-151-2/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* - style(9) improvements courtesy of bde.Sean Kelly2004-05-021-12/+18
* Teach rpcgen to generate .h files properly when the input filename containsSean Kelly2004-05-021-5/+23
* Fix broken -a functionality.Martin Blapp2003-06-191-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-162-5/+33
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-6/+6
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,Philippe Charnier2002-07-2114-209/+244
* WARNS=2Alfred Perlstein2002-07-142-3/+1
* - TI-RPC is now the default again for code generation.Alfred Perlstein2002-07-1412-145/+132