| Commit message (Expand) | Author | Age | Files | Lines |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -1/+1 |
* | 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 | 1 | -31/+42 |
* | 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 |
* | ANSIfy various tools in usr.bin/. | ed | 2010-01-02 | 1 | -2/+2 |
* | sysent.h is installed as sys/sysent.h, so reflect it. | delphij | 2007-08-23 | 1 | -1/+1 |
* | 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 | 1 | -124/+77 |
* | Don't generate K&R C code. The -C flag is kept for backwards compatibility. | stefanf | 2005-09-02 | 1 | -51/+16 |
* | Only write the dispatch table function prototypes to the header if the -h | stefanf | 2005-09-01 | 1 | -10/+7 |
* | - Use prototypes in headers. | stefanf | 2005-08-31 | 1 | -1/+1 |
* | Rename the variable `inline' to `inline_size'. | stefanf | 2005-08-31 | 1 | -2/+2 |
* | Move #ident into #if 0. | stefanf | 2005-05-31 | 1 | -2/+1 |
* | Let the generated code include <string.h> instead of <memory.h>. | stefanf | 2005-02-10 | 1 | -2/+2 |
* | - 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 | 1 | -0/+2 |
* | Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc, | charnier | 2002-07-21 | 1 | -21/+16 |
* | - TI-RPC is now the default again for code generation. | alfred | 2002-07-14 | 1 | -89/+22 |
* | remove __P | imp | 2002-03-22 | 1 | -18/+18 |
* | Don't overflow a buffer from command line arguments. | kris | 2001-08-20 | 1 | -2/+6 |
* | Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTI | alfred | 2001-04-13 | 1 | -0/+10 |
* | Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and | alfred | 2001-03-19 | 1 | -11/+2 |
* | Have rpcgen actually tell us what cpp it is looking for (as it would if we | obrien | 2001-01-10 | 1 | -1/+1 |
* | Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. | obrien | 2001-01-09 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | include <pthread.h> | obrien | 1998-09-25 | 1 | -1/+5 |
* | Fix a #ifndef that became a #ifdef and changed the default | jb | 1998-03-07 | 1 | -2/+2 |
* | Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__ | jb | 1998-01-15 | 1 | -12/+12 |
* | Add __NetBSD__ in a couple of places to allow this program to | jb | 1998-01-09 | 1 | -3/+5 |
* | Use err(3), cosmetic in usage(), remove `cmdname'. | charnier | 1997-08-06 | 1 | -45/+32 |
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -36/+43 |
* | Clean up. (I hope I'm doing this right.) | wpaul | 1995-12-13 | 1 | -94/+1031 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -15/+15 |
* | Fix rpcgen so that generated files are written to the current working | nate | 1995-03-04 | 1 | -4/+10 |
* | Move RPC stub generator program over from 1.1.5. | wollman | 1994-08-07 | 1 | -0/+438 |