aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen
Commit message (Expand)AuthorAgeFilesLines
* In version 1.8 I botched findval()'s type, fix.Stefan Farfeleder2005-09-021-1/+1
* Use socklen_t variables when passing sizes to getsockname() andStefan Farfeleder2005-09-021-4/+4
* The appropriate argument is -K -1, not -k -1.Stefan Farfeleder2005-09-021-2/+2
* Fix a syntax error in the generated code when invoked with -P. Note thatStefan Farfeleder2005-09-021-1/+0
* Stop generating the `register' keyword.Stefan Farfeleder2005-09-023-4/+4
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.Stefan Farfeleder2005-09-029-402/+125
* Only write the dispatch table function prototypes to the header if the -hStefan Farfeleder2005-09-013-25/+24
* - Use prototypes in headers.Stefan Farfeleder2005-08-3110-43/+49
* Rename the variable `inline' to `inline_size'.Stefan Farfeleder2005-08-314-16/+11
* Move #ident into #if 0.Stefan Farfeleder2005-05-319-18/+9
* back out 1.7 changes, unneeded and possibly wrong.Alfred Perlstein2005-02-101-9/+6
* Let the generated code include <string.h> instead of <memory.h>.Stefan Farfeleder2005-02-101-2/+2
* Modify rpcgen -t output to something that's a lot more useful inAlfred Perlstein2005-02-021-6/+9
* Markup nit.Ruslan Ermilov2005-01-151-2/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* - style(9) improvements courtesy of bde.Sean Kelly2004-05-021-12/+18
* Teach rpcgen to generate .h files properly when the input filename containsSean Kelly2004-05-021-5/+23
* Fix broken -a functionality.Martin Blapp2003-06-191-1/+1
* Implement nonblocking tpc-connections. rpcgen -m does stillMartin Blapp2003-01-162-5/+33
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-6/+6
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,Philippe Charnier2002-07-2114-209/+244
* WARNS=2Alfred Perlstein2002-07-142-3/+1
* - TI-RPC is now the default again for code generation.Alfred Perlstein2002-07-1412-145/+132
* Back out part of previous commit - K&R doesn't have const.Dag-Erling Smørgrav2002-05-091-1/+1
* Make _msgout take a const char * rather than a char *.Dag-Erling Smørgrav2002-05-081-2/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-7/+11
* remove __PWarner Losh2002-03-2210-89/+93
* Have rpcgen output the prototypes for the dispatch tablesAlfred Perlstein2001-11-131-0/+19
* Don't overflow a buffer from command line arguments.Kris Kennaway2001-08-201-2/+6
* Embed $FreeBSD$ as an rcsid[]Kris Kennaway2001-07-191-2/+4
* Remove whitespace at EOL.Dima Dorfman2001-07-151-27/+27
* Don't generate syslog() statements which have format string vulnerabilities.Kris Kennaway2001-07-051-2/+2
* Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTIAlfred Perlstein2001-04-132-0/+19
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-3/+3
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-194-23/+18
* Have rpcgen actually tell us what cpp it is looking for (as it would if weDavid E. O'Brien2001-01-101-1/+1
* Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.David E. O'Brien2001-01-091-3/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-7/+7
* Include sys/types.hBrian Somers2000-10-161-0/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-5/+10
* Reduce the number of args to .%T to an acceptable number byChris Costello2000-02-141-1/+1
* Fxi various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-3/+3
* mdoc(7)'fyAlexey Zelkin1999-10-301-7/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-3/+5
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,Bruce Evans1999-01-041-1/+1
* Fix a build problem when upgrading from 9 month old sources. There'sChuck Robey1999-01-041-1/+1
* include <pthread.h>David E. O'Brien1998-09-252-2/+6
* Add support for the RPC 64-bit integer type ``hyper''.David E. O'Brien1998-09-081-2/+2