Lines Matching +full:files +full:- +full:based
8 This distribution contains SunSoft's implementation of transport-independent
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
13 Previous releases of RPC Source based on SunOS 4.x were ported to 4.2BSD and
15 transport-specific RPC (TS-RPC).
17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
20 by almost 70 vendors on all major operating systems. TS-RPC source code
27 Solaris 2.3 is based on System V, Release 4 (SVR4), and while this release
31 routines use the Solaris Name Service Switch to access public-key credential
34 interfaces of UI Threads to make certain interfaces thread-safe. These
53 "-lrpc -lnsl -lcrypt". This links the application with TIRPCSRC 2.3's librpc
61 technologies available for reference and porting to non-Solaris platforms.
73 1. This release is based on Solaris 2.3. The previous release was
74 based on Solaris 2.0. This release contains a significant number of
77 2. The RPC library is thread safe for all client-side interfaces
78 (clnt_create, clnt_call, etc.). The server-side interfaces
80 server-side interfaces will be made thread safe in the next release of
84 3. As part of the work to make the RPC library thread-safe, rpcgen has
85 been enhanced to generate thread-safe RPC stubs (the -M option). Note
86 that this modifies the call-signature for the stub functions; the
94 can be achieved by using threads for making client-side RPC calls.
105 cmd/rpcgen The RPC Language compiler (for .x files)
113 head/ Header files
115 header files.
123 uts/common/rpc RPC header files
130 to be the path to the top-level Makefile. For example, if /usr/src/tirpcsrc
131 is where to top-level Makefile is located, execute this command prior to
138 The sources in the lib directory depend on header files installed from head
142 The top-level Makefile builds the release. The "ROOT" macro defines where the
155 top-level "make install" command. To build these, cd to the cmd/demo
169 must be included in the compiler header file search path (-I), and the
171 path (-L). Also, to run executables built dynamically, the shared library
173 to linking in this release's librpc (via -lrpc), you must also link with
174 Solaris's libnsl (-lnsl) and the US domestic version of libcrypt (-lcrypt).