aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
Commit message (Collapse)AuthorAgeFilesLines
* Add #ifdefs for __NetBSD__ in the rest of the places where __FreeBSD__John Birrell1998-01-151-12/+12
| | | | | | | | | | | | is defined so that this program behaves the same when built with either set of tools. The only difference is where the pre-processor is found. And that is a bug - it should check the CPP environment variable and the path before just assuming that the compiled in path is OK. I guess we should be using -Y ${WORLDPATH}/usr/bin/cpp during a bootstrap build. Notes: svn path=/head/; revision=32523
* Add __NetBSD__ in a couple of places to allow this program toJohn Birrell1998-01-091-3/+5
| | | | | | | | compile under NetBSD, but behave like FreeBSD. For the time being, look for NetBSD's cpp in /usr/bin. Notes: svn path=/head/; revision=32362
* Convert to mdoc.Philippe Charnier1997-11-031-360/+323
| | | | Notes: svn path=/head/; revision=30909
* Use err(3), cosmetic in usage(), remove `cmdname'.Philippe Charnier1997-08-064-68/+58
| | | | Notes: svn path=/head/; revision=27935
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-1211-187/+221
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17142
* Minor cleanup of the rpc man pages to silence manck.Mike Pritchard1996-02-121-3/+3
| | | | Notes: svn path=/head/; revision=14040
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-02-021-6/+4
| | | | | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. Notes: svn path=/head/; revision=13835
* Clean up. (I hope I'm doing this right.)Bill Paul1995-12-1313-679/+4152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rpcgen with the one from the TI-RPC 2.3 distribution. Note that when built for FreeBSD, this version of rpcgen assumes backwards compatibility mode by default. This means that it will produce ONCRPC 4.0 compatible code unless otherwise instructed, instead of the other way around. One incompatibility has also been worked around: this rpcgen normally always emits an '#include <stropts.h>' directive whether you select backwards compatibility mode or not. We don't have STREAMS, so this behavior has been changed: now it will only emit this line if run in TI-RPC mode. The 'generate output files in current directory instead of the directory where the protocol definition file lives' hack from the original rpcgen has been preserved. Notable new features: - Can be used to generate RPC servers that can be launched from port monitors such as inetd(5). - Can generate ANSI C code. - Can generate sample client and server top-level programs and makefiles in addition to the usual client and server stubs. - Can generate inline XDR routines. Notes: svn path=/head/; revision=12798
* This commit was generated by cvs2svn to compensate for changes in r12795,Bill Paul1995-12-132-0/+482
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=12796
| * Import a newer and more functional version of rpcgen.vendor/rpcgenBill Paul1995-12-1315-0/+7411
| | | | | | | Obtained from: the Sun TI-RPC 2.3 source distribution Notes: svn path=/cvs2svn/branches/SUNRPC/; revision=12795
* Remove trailing whitespace.Rodney W. Grimes1995-05-3012-127/+127
| | | | Notes: svn path=/head/; revision=8874
* End of listcan be not marked, fix itAndrey A. Chernov1995-05-151-1/+2
| | | | | | | Submitted by: Kai Vorma <vode@snakemail.hut.fi> Notes: svn path=/head/; revision=8526
* Fix rpcgen so that generated files are written to the current workingNate Williams1995-03-042-7/+13
| | | | | | | | | | directory (instead of the same directory as the source files) and that #includes in those files do not contain the path to the source file. Obtained from: J.T. Conklin via NetBSD Notes: svn path=/head/; revision=6886
* Move RPC stub generator program over from 1.1.5.Garrett Wollman1994-08-0713-0/+3449
Submitted by: Original work in 1.x by J. T. Conklin. Notes: svn path=/head/; revision=1897