Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc, | charnier | 2002-07-21 | 1 | -18/+19 |
| | | | | | | | | xstrdup. There is a crash() function that do cleaning before exiting the program. The new functions are wrappers that make use of crash() in case of allocation failure. warn, exit -> err. Reviewed by: alfred | ||||
* | - TI-RPC is now the default again for code generation. | alfred | 2002-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - As before, inetd support support is turned of per default. Code for inetd can be made with -I. - Support for ``transport monitors'' and the NLSPROVIDER env variable is still there , even if their use is not clear in non TLI stream based systems like Free-/NetBSD. It can be activated with -P. - There are a few corrections in rpcgen.1 and usage function to conform to the code. Added and documented -P - I removed the #ifdefs checks for Free-/NetBSD since we are the only ones who use this code. MaxOS X may have the same limitations as we have, so this code will correctly build for them. - Generate correct cflags. Submitted by: mbr, Jean-Luc Richier <Jean-Luc.Richier@imag.fr> PR: bin/29175, misc/27816 | ||||
* | remove __P | imp | 2002-03-22 | 1 | -4/+6 |
| | |||||
* | Fixed printf format errors. | bde | 1998-08-02 | 1 | -1/+1 |
| | |||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -6/+7 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Import a newer and more functional version of rpcgen. | wpaul | 1995-12-13 | 1 | -0/+311 |
Obtained from: the Sun TI-RPC 2.3 source distribution |