| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out part of previous commit - K&R doesn't have const. | des | 2002-05-09 | 1 | -1/+1 |
* | Make _msgout take a const char * rather than a char *. | des | 2002-05-08 | 1 | -2/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -7/+11 |
* | remove __P | imp | 2002-03-22 | 10 | -89/+93 |
* | Have rpcgen output the prototypes for the dispatch tables | alfred | 2001-11-13 | 1 | -0/+19 |
* | Don't overflow a buffer from command line arguments. | kris | 2001-08-20 | 1 | -2/+6 |
* | Embed $FreeBSD$ as an rcsid[] | kris | 2001-07-19 | 1 | -2/+4 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -27/+27 |
* | Don't generate syslog() statements which have format string vulnerabilities. | kris | 2001-07-05 | 1 | -2/+2 |
* | Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTI | alfred | 2001-04-13 | 2 | -0/+19 |
* | MAN[1-9] -> MAN. | ru | 2001-03-27 | 1 | -3/+3 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 4 | -23/+18 |
* | Have rpcgen actually tell us what cpp it is looking for (as it would if we | obrien | 2001-01-10 | 1 | -1/+1 |