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

Current tag: OPENBSD_2_9_BASE


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.3   26 years  deraadt   remove spurious ,; jtk
[TXT] rpc_cout.c  1.4   26 years  deraadt   s/inline/doinline/; christos
[TXT] rpc_hout.c  1.4   26 years  mickey   #if __STDC__ --> #ifdef __STDC__
[TXT] rpc_main.c  1.5   23 years  deraadt   give actual cpp name that failed; obrien
[TXT] rpc_parse.c  1.2   27 years  deraadt   rcsid
[TXT] rpc_parse.h  1.2   27 years  deraadt   rcsid
[TXT] rpc_sample.c  1.3   26 years  deraadt   make -Ss code correct; ghudson@mit.edu
[TXT] rpc_scan.c  1.2   27 years  deraadt   rcsid
[TXT] rpc_scan.h  1.2   27 years  deraadt   rcsid
[TXT] rpc_svcout.c  1.3   23 years  deraadt   make closedown() use __svc_fdset, so that large fd_set sizes close down nice
[TXT] rpc_tblout.c  1.2   27 years  deraadt   rcsid
[TXT] rpc_util.c  1.2   27 years  deraadt   rcsid
[TXT] rpc_util.h  1.3   26 years  deraadt   s/inline/doinline/; christos
[TXT] rpcgen.1  1.8   23 years  aaron   - Section shuffling: comply to the section ordering outlined in mdoc(7). - Some ...