summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_svcout.c
Commit message (Expand)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Fix clang warnings.benl2011-05-181-1/+1
* When generating thread-safe server code, handle procedures with void returndfr2008-08-121-0/+3
* Use POSIX mutex instead of Solaris ones. This makes generationdelphij2007-08-231-8/+8
* Never define the generated rpc server main function with storage typese2007-06-161-1/+1
* In change 1.15, an arbitrary setting of the max RPC record size torwatson2006-05-171-11/+0
* Use ANSI definitions.dwmalone2005-11-131-68/+35
* Use socklen_t variables when passing sizes to getsockname() andstefanf2005-09-021-4/+4
* Fix a syntax error in the generated code when invoked with -P. Note thatstefanf2005-09-021-1/+0
* Stop generating the `register' keyword.stefanf2005-09-021-1/+1
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-021-134/+47
* - Use prototypes in headers.stefanf2005-08-311-0/+1
* Move #ident into #if 0.stefanf2005-05-311-2/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-161-5/+31
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-211-12/+13
* - TI-RPC is now the default again for code generation.alfred2002-07-141-21/+53
* Back out part of previous commit - K&R doesn't have const.des2002-05-091-1/+1
* Make _msgout take a const char * rather than a char *.des2002-05-081-2/+2
* remove __Pimp2002-03-221-15/+15
* Embed $FreeBSD$ as an rcsid[]kris2001-07-191-2/+4
* Don't generate syslog() statements which have format string vulnerabilities.kris2001-07-051-2/+2
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-1/+3
* Fixed printf format errors.bde1998-08-021-1/+1
* General -Wall warning cleanup, part I.jkh1996-07-121-29/+33
* Clean up. (I hope I'm doing this right.)wpaul1995-12-131-85/+891
* Remove trailing whitespace.rgrimes1995-05-301-13/+13
* Fix rpcgen so that generated files are written to the current workingnate1995-03-041-3/+3
* Move RPC stub generator program over from 1.1.5.wollman1994-08-071-0/+276
OpenPOWER on IntegriCloud