OpenBSD CVS

src/usr.bin/rpcgen/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / rpcgen


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.4   26 years  deraadt   s/inline/doinline/; christos
[TXT] rpc_clntout.c  1.15   13 years  millert   Oracle has re-licensed sunrpc under a three-clause BSD license. Update our sourc...
[TXT] rpc_cout.c  1.29   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] rpc_hout.c  1.22   7 years  krw   Add 'default:' cases to switch statements that gcc whines about. ok jung@
[TXT] rpc_main.c  1.35   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] rpc_parse.c  1.20   8 years  jasper   Add support for parsing 'hyper' and 'quad' types, as per RFC4506. From FreeBSD ...
[TXT] rpc_parse.h  1.9   13 years  millert   Oracle has re-licensed sunrpc under a three-clause BSD license. Update our sourc...
[TXT] rpc_sample.c  1.18   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] rpc_scan.c  1.19   8 years  jasper   Add support for parsing 'hyper' and 'quad' types, as per RFC4506. From FreeBSD ...
[TXT] rpc_scan.h  1.7   7 years  krw   Nuke whitespace foolish enough to expose itself during the great "warning:" rect...
[TXT] rpc_svcout.c  1.29   2 years  deraadt   What kind of Sun idiot called open() with flags of "2".
[TXT] rpc_tblout.c  1.15   10 years  guenther   If a constant string needs a name, use a static const array instead of a pointer...
[TXT] rpc_util.c  1.17   8 years  deraadt   Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw mill...
[TXT] rpc_util.h  1.17   7 years  krw   Nuke whitespace foolish enough to expose itself during the great "warning:" rect...
[TXT] rpcgen.1  1.17   8 years  schwarze   The -D option requires an argument, and the argument must follow without interve...