index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
rpcgen
/
rpc_util.c
Age
Commit message (
Expand
)
Author
2015-09-20
Prefer error messages resolved from errno over handwritten ones.
kamil
2015-05-09
Make error() printflike instead of using sprintf before calling it.
dholland
2015-05-09
Use errx when malloc fails, and also don't cast the return value of
dholland
2015-05-09
Polish the error messages.
dholland
2015-05-09
modernize:
christos
2013-12-15
- remove support for pre-ansi output
christos
2013-08-11
WARNS=5
dholland
2011-08-31
NULL does not need a cast
plunky
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2002-01-31
Protect __RCSID and __COPYRIGHT from being invoked if not defined.
tv
1997-10-18
KNFify, generate prototypes, etc (to shut up WARNS on generated code)
lukem
1997-10-11
- Rename "inline" variable to "doinline" so that we don't need -ansi
christos
1995-08-29
pull stdlib.h and string.h in, for protos, where necessary
cgd
1995-06-11
Clean up import & propagate NetBSD changes.
pk
1995-03-06
convert to use memset, rather than bzero. From Luke Mewburn.
cgd
1993-08-01
Add RCS identifiers.
mycroft
1993-04-19
Cleanup for GCC 2.
mycroft
1993-04-03
Added rpcgen(1)
glass