tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
rpcgen
/
at
master
15 files
Makefile
rpc_clntout.c
Oracle has re-licensed sunrpc under a three-clause BSD license. Update our sources appropriately. OK deraadt@ jsg@
15 years ago
rpc_cout.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
rpc_hout.c
Add 'default:' cases to switch statements that gcc whines about.
9 years ago
rpc_main.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
rpc_parse.c
Add support for parsing 'hyper' and 'quad' types, as per RFC4506. From FreeBSD
10 years ago
rpc_parse.h
Oracle has re-licensed sunrpc under a three-clause BSD license. Update our sources appropriately. OK deraadt@ jsg@
15 years ago
rpc_sample.c
Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
13 years ago
rpc_scan.c
Add support for parsing 'hyper' and 'quad' types, as per RFC4506. From FreeBSD
10 years ago
rpc_scan.h
Nuke whitespace foolish enough to expose itself during the great "warning:" rectification.
9 years ago
rpc_svcout.c
What kind of Sun idiot called open() with flags of "2".
4 years ago
rpc_tblout.c
If a constant string needs a name, use a static const array instead of a pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings.
12 years ago
rpc_util.c
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw millert
10 years ago
rpc_util.h
Nuke whitespace foolish enough to expose itself during the great "warning:" rectification.
9 years ago
rpcgen.1
The -D option requires an argument, and the argument must follow without intervening whitespace. Documentation bug found because the SYNOPSIS markup was technically incomplete.
10 years ago