| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r311160, r311210, r311288, r311292, r311298, r311340 | asomers | 2017-02-02 | 1 | -10/+0 |
* | MFC r311947, r311981: | pfg | 2017-01-18 | 2 | -3/+9 |
* | MFC r298183,r304226: | ngie | 2016-12-03 | 1 | -3/+3 |
* | MFC r267174: | bdrewery | 2014-06-13 | 2 | -2/+3 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 3 | -4/+4 |
* | In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), so | dim | 2012-02-06 | 1 | -8/+2 |
* | Amend r231079 by properly shifting up the existing arguments in | dim | 2012-02-06 | 1 | -1/+1 |
* | Let rpcgen(1) support an environment variable RPCGEN_CPP to find the C | dim | 2012-02-06 | 2 | -31/+47 |
* | In usr.bin/rpcgen/rpc_main.c, properly check the return value of | dim | 2012-02-05 | 1 | -3/+5 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -6/+2 |
* | Spelling fixes for usr.bin/ | uqs | 2011-12-30 | 1 | -1/+1 |
* | Use strlcpy(). | delphij | 2011-07-11 | 1 | -15/+11 |
* | Fix clang warnings. | benl | 2011-05-18 | 3 | -4/+4 |
* | Plug a memory leak. | delphij | 2010-05-06 | 1 | -0/+1 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -2/+0 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 2 | -10/+6 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 4 | -0/+4 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 4 | -4/+0 |
* | When generating thread-safe server code, handle procedures with void return | dfr | 2008-08-12 | 1 | -0/+3 |
* | Generate code that doesn't fail gcc 4.2's strict aliasing test. | jb | 2007-11-20 | 1 | -4/+10 |
* | Use POSIX mutex instead of Solaris ones. This makes generation | delphij | 2007-08-23 | 1 | -8/+8 |
* | sysent.h is installed as sys/sysent.h, so reflect it. | delphij | 2007-08-23 | 1 | -1/+1 |
* | Never define the generated rpc server main function with storage type | se | 2007-06-16 | 1 | -1/+1 |
* | In change 1.15, an arbitrary setting of the max RPC record size to | rwatson | 2006-05-17 | 1 | -11/+0 |
* | Eliminate coredump problem introduced by last commit. | rodrigc | 2005-11-14 | 1 | -2/+8 |
* | Eliminate build breakage due to warnings about const. | rodrigc | 2005-11-14 | 1 | -3/+3 |
* | Use ANSI definitions. | dwmalone | 2005-11-13 | 13 | -574/+352 |
* | In version 1.8 I botched findval()'s type, fix. | stefanf | 2005-09-02 | 1 | -1/+1 |
* | Use socklen_t variables when passing sizes to getsockname() and | stefanf | 2005-09-02 | 1 | -4/+4 |
* | The appropriate argument is -K -1, not -k -1. | stefanf | 2005-09-02 | 1 | -2/+2 |
* | Fix a syntax error in the generated code when invoked with -P. Note that | stefanf | 2005-09-02 | 1 | -1/+0 |
* | Stop generating the `register' keyword. | stefanf | 2005-09-02 | 3 | -4/+4 |
* | Don't generate K&R C code. The -C flag is kept for backwards compatibility. | stefanf | 2005-09-02 | 9 | -402/+125 |
* | Only write the dispatch table function prototypes to the header if the -h | stefanf | 2005-09-01 | 3 | -25/+24 |
* | - Use prototypes in headers. | stefanf | 2005-08-31 | 10 | -43/+49 |
* | Rename the variable `inline' to `inline_size'. | stefanf | 2005-08-31 | 4 | -16/+11 |
* | Move #ident into #if 0. | stefanf | 2005-05-31 | 9 | -18/+9 |
* | back out 1.7 changes, unneeded and possibly wrong. | alfred | 2005-02-10 | 1 | -9/+6 |
* | Let the generated code include <string.h> instead of <memory.h>. | stefanf | 2005-02-10 | 1 | -2/+2 |
* | Modify rpcgen -t output to something that's a lot more useful in | alfred | 2005-02-02 | 1 | -6/+9 |
* | Markup nit. | ru | 2005-01-15 | 1 | -2/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+4 |
* | - style(9) improvements courtesy of bde. | smkelly | 2004-05-02 | 1 | -12/+18 |
* | Teach rpcgen to generate .h files properly when the input filename contains | smkelly | 2004-05-02 | 1 | -5/+23 |
* | Fix broken -a functionality. | mbr | 2003-06-19 | 1 | -1/+1 |
* | Implement nonblocking tpc-connections. rpcgen -m does still | mbr | 2003-01-16 | 2 | -5/+33 |
* | mdoc(7) police: markup polishing. | ru | 2002-11-26 | 1 | -6/+6 |
* | Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc, | charnier | 2002-07-21 | 14 | -209/+244 |
* | WARNS=2 | alfred | 2002-07-14 | 2 | -3/+1 |
* | - TI-RPC is now the default again for code generation. | alfred | 2002-07-14 | 12 | -145/+132 |