History log of /netbsd/usr.bin/rpcgen/rpc_svcout.c (Results 1 – 25 of 31)
Revision Date Author Comments
# 0ce3f44d 08-Nov-2015 christos <christos@NetBSD.org>

Delete extra declaration of svc_fdset... And some commented out code.
This badly needs some modernization.


# 2f6c876f 20-Sep-2015 kamil <kamil@NetBSD.org>

Correct newstyle code generation

For newstyle we used to generate oldstyle code. This bug has been fixed in
FreeBSD on 13 Dec 1995 by wpaul.

https://github.com/freebsd/freebsd/commit/15a1e09c3d41cb

Correct newstyle code generation

For newstyle we used to generate oldstyle code. This bug has been fixed in
FreeBSD on 13 Dec 1995 by wpaul.

https://github.com/freebsd/freebsd/commit/15a1e09c3d41cb01afc70a2ea4d20c5a0d09348a

Reviewed by <christos>, <pgoyette>

show more ...


# 62d0fd8f 09-May-2015 christos <christos@NetBSD.org>

modernize:
- make crash() called atexit
- use err/errx
- remove __P


# cbf0e2aa 09-May-2015 dholland <dholland@NetBSD.org>

Also check the other emitted getrlimit call for failure.


# 930c88d1 09-May-2015 christos <christos@NetBSD.org>

CID 1225082: Check getrlimit() return


# e3472975 15-Dec-2013 christos <christos@NetBSD.org>

Put back the extra prototype for main(); some programs #define main to
something else, so we need the extra prototype.


# 8ada2487 15-Dec-2013 christos <christos@NetBSD.org>

- remove support for pre-ansi output
- add -B (BSD) support for c++ output macros
- group functions to make output better looking


# d5fa3270 11-Aug-2013 dholland <dholland@NetBSD.org>

WARNS=5


# 4a1b3429 31-Aug-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast


# b2f78261 20-Jun-2004 jmc <jmc@NetBSD.org>

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulti

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944

show more ...


# db579612 26-Sep-2003 wiz <wiz@NetBSD.org>

Definition, not defintion. From miod@openbsd.


# 347022e1 14-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op - some remains


# 88fd5899 25-Jun-2003 christos <christos@NetBSD.org>

In no-main mode [rpcgen -C -m], don't declare _rpcfoo variables static.
Let the main program declare them extern if it wants, otherwise we get
link failures for variables not defined.


# 276fd166 20-Jan-2003 simonb <simonb@NetBSD.org>

The Double-Semi-Colon Police.


# 277101f1 31-Oct-2002 christos <christos@NetBSD.org>

PR/18866: David A. Holland: missing const keyword in rpcgen output


# 22a84276 05-Feb-2002 christos <christos@NetBSD.org>

Deal with other sizeof() return issues. We usually cast it to u_int, because
this is what the rpc function argument passing expects, or use socklen_t
as appropriate...


# 76834aef 31-Jan-2002 tv <tv@NetBSD.org>

Protect __RCSID and __COPYRIGHT from being invoked if not defined.


# 0c00d4b5 21-Mar-2001 mycroft <mycroft@NetBSD.org>

Make `-N' and `-M' work together.
Fix more KNF and ANSI glitches.


# 9c23f31e 21-Mar-2001 mycroft <mycroft@NetBSD.org>

Fix a couple of things that disagree with Solaris.


# b1bad8f6 21-Mar-2001 mycroft <mycroft@NetBSD.org>

Add a -M flag, for generating thread-safe stubs, per RedHat.
Also clean up some KNF and ANSI C glitches in -Sc and -Ss output.


# 135600f9 11-Oct-2000 is <is@NetBSD.org>

More format string cleanup by sommerfeld.


# 99071d1b 18-Oct-1997 lukem <lukem@NetBSD.org>

KNFify, generate prototypes, etc (to shut up WARNS on generated code)


# 03e194f6 17-Oct-1997 lukem <lukem@NetBSD.org>

- don't generate register variables
- always include syslog.h if -L; remove test for #ifdef SYSLOG
- create ANSI C function prototype in server write_program()
- clean up .Nm usage in man page
- docu

- don't generate register variables
- always include syslog.h if -L; remove test for #ifdef SYSLOG
- create ANSI C function prototype in server write_program()
- clean up .Nm usage in man page
- document -L in man page

show more ...


# 93579481 11-Oct-1997 christos <christos@NetBSD.org>

- Rename "inline" variable to "doinline" so that we don't need -ansi
- Fix gcc warnings and add netbsd rcsid's
- add WARNS to the Makefile
- Add errx() to unhandled cases where appropriate.


# ee0767da 24-Jun-1995 pk <pk@NetBSD.org>

Always distinguish client and server worker routines (used to be the
case only when compiling in ANSI (`-C') mode).


12