summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r267174:bdrewery2014-06-131-2/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* In usr.bin/rpcgen/rpc_main.c, use execvp(3) instead of execv(3), sodim2012-02-061-8/+2
* Amend r231079 by properly shifting up the existing arguments indim2012-02-061-1/+1
* Let rpcgen(1) support an environment variable RPCGEN_CPP to find the Cdim2012-02-061-31/+42
* In usr.bin/rpcgen/rpc_main.c, properly check the return value ofdim2012-02-051-3/+5
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-6/+2
* ANSIfy various tools in usr.bin/.ed2010-01-021-2/+2
* sysent.h is installed as sys/sysent.h, so reflect it.delphij2007-08-231-1/+1
* Eliminate coredump problem introduced by last commit.rodrigc2005-11-141-2/+8
* Eliminate build breakage due to warnings about const.rodrigc2005-11-141-3/+3
* Use ANSI definitions.dwmalone2005-11-131-124/+77
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-021-51/+16
* Only write the dispatch table function prototypes to the header if the -hstefanf2005-09-011-10/+7
* - Use prototypes in headers.stefanf2005-08-311-1/+1
* Rename the variable `inline' to `inline_size'.stefanf2005-08-311-2/+2
* Move #ident into #if 0.stefanf2005-05-311-2/+1
* Let the generated code include <string.h> instead of <memory.h>.stefanf2005-02-101-2/+2
* - style(9) improvements courtesy of bde.smkelly2004-05-021-12/+18
* Teach rpcgen to generate .h files properly when the input filename containssmkelly2004-05-021-5/+23
* Fix broken -a functionality.mbr2003-06-191-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-0/+2
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-211-21/+16
* - TI-RPC is now the default again for code generation.alfred2002-07-141-89/+22
* remove __Pimp2002-03-221-18/+18
* Don't overflow a buffer from command line arguments.kris2001-08-201-2/+6
* Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTIalfred2001-04-131-0/+10
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-11/+2
* Have rpcgen actually tell us what cpp it is looking for (as it would if weobrien2001-01-101-1/+1
* Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.obrien2001-01-091-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* include <pthread.h>obrien1998-09-251-1/+5
* Fix a #ifndef that became a #ifdef and changed the defaultjb1998-03-071-2/+2
* Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__jb1998-01-151-12/+12
* Add __NetBSD__ in a couple of places to allow this program tojb1998-01-091-3/+5
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-061-45/+32
* General -Wall warning cleanup, part I.jkh1996-07-121-36/+43
* Clean up. (I hope I'm doing this right.)wpaul1995-12-131-94/+1031
* Remove trailing whitespace.rgrimes1995-05-301-15/+15
* Fix rpcgen so that generated files are written to the current workingnate1995-03-041-4/+10
* Move RPC stub generator program over from 1.1.5.wollman1994-08-071-0/+438
OpenPOWER on IntegriCloud