index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
rpcgen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate coredump problem introduced by last commit.
rodrigc
2005-11-14
1
-2
/
+8
*
Eliminate build breakage due to warnings about const.
rodrigc
2005-11-14
1
-3
/
+3
*
Use ANSI definitions.
dwmalone
2005-11-13
13
-574
/
+352
*
In version 1.8 I botched findval()'s type, fix.
stefanf
2005-09-02
1
-1
/
+1
*
Use socklen_t variables when passing sizes to getsockname() and
stefanf
2005-09-02
1
-4
/
+4
*
The appropriate argument is -K -1, not -k -1.
stefanf
2005-09-02
1
-2
/
+2
*
Fix a syntax error in the generated code when invoked with -P. Note that
stefanf
2005-09-02
1
-1
/
+0
*
Stop generating the `register' keyword.
stefanf
2005-09-02
3
-4
/
+4
*
Don't generate K&R C code. The -C flag is kept for backwards compatibility.
stefanf
2005-09-02
9
-402
/
+125
*
Only write the dispatch table function prototypes to the header if the -h
stefanf
2005-09-01
3
-25
/
+24
*
- Use prototypes in headers.
stefanf
2005-08-31
10
-43
/
+49
*
Rename the variable `inline' to `inline_size'.
stefanf
2005-08-31
4
-16
/
+11
*
Move #ident into #if 0.
stefanf
2005-05-31
9
-18
/
+9
*
back out 1.7 changes, unneeded and possibly wrong.
alfred
2005-02-10
1
-9
/
+6
*
Let the generated code include <string.h> instead of <memory.h>.
stefanf
2005-02-10
1
-2
/
+2
*
Modify rpcgen -t output to something that's a lot more useful in
alfred
2005-02-02
1
-6
/
+9
*
Markup nit.
ru
2005-01-15
1
-2
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-2
/
+4
*
- style(9) improvements courtesy of bde.
smkelly
2004-05-02
1
-12
/
+18
*
Teach rpcgen to generate .h files properly when the input filename contains
smkelly
2004-05-02
1
-5
/
+23
*
Fix broken -a functionality.
mbr
2003-06-19
1
-1
/
+1
*
Implement nonblocking tpc-connections. rpcgen -m does still
mbr
2003-01-16
2
-5
/
+33
*
mdoc(7) police: markup polishing.
ru
2002-11-26
1
-6
/
+6
*
Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,
charnier
2002-07-21
14
-209
/
+244
*
WARNS=2
alfred
2002-07-14
2
-3
/
+1
*
- TI-RPC is now the default again for code generation.
alfred
2002-07-14
12
-145
/
+132
*
Back out part of previous commit - K&R doesn't have const.
des
2002-05-09
1
-1
/
+1
*
Make _msgout take a const char * rather than a char *.
des
2002-05-08
1
-2
/
+2
*
Use `The .Nm utility'
charnier
2002-04-20
1
-7
/
+11
*
remove __P
imp
2002-03-22
10
-89
/
+93
*
Have rpcgen output the prototypes for the dispatch tables
alfred
2001-11-13
1
-0
/
+19
*
Don't overflow a buffer from command line arguments.
kris
2001-08-20
1
-2
/
+6
*
Embed $FreeBSD$ as an rcsid[]
kris
2001-07-19
1
-2
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
1
-27
/
+27
*
Don't generate syslog() statements which have format string vulnerabilities.
kris
2001-07-05
1
-2
/
+2
*
Turn -b (BSD socket compat mode) back on by default, as we don't have TLI/XTI
alfred
2001-04-13
2
-0
/
+19
*
MAN[1-9] -> MAN.
ru
2001-03-27
1
-3
/
+3
*
Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) and
alfred
2001-03-19
4
-23
/
+18
*
Have rpcgen actually tell us what cpp it is looking for (as it would if we
obrien
2001-01-10
1
-1
/
+1
*
Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp.
obrien
2001-01-09
1
-3
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-7
/
+7
*
Include sys/types.h
brian
2000-10-16
1
-0
/
+4
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-5
/
+10
*
Reduce the number of args to .%T to an acceptable number by
chris
2000-02-14
1
-1
/
+1
*
Fxi various man pages to stop abusing the .Bx macro to generate
mpp
2000-01-23
1
-3
/
+3
*
mdoc(7)'fy
phantom
1999-10-30
1
-7
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
Clean up some ambiguous nested if/elses.
billf
1999-07-04
1
-3
/
+5
*
Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,
bde
1999-01-04
1
-1
/
+1
[next]