README.tools (87ab362234f761757d96ff1a758ab5c3bd85ed83) README.tools (78add226e8da271dde8f3b5a91d340d1bf010151)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 61 unchanged lines hidden (view full) ---

70
71/opt/onbld/man
72 rudimentary man pages for some of the tools.
73
74
75Tool Summary
76------------
77
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 61 unchanged lines hidden (view full) ---

70
71/opt/onbld/man
72 rudimentary man pages for some of the tools.
73
74
75Tool Summary
76------------
77
78bfu
79 bonwick/faulkner upgrade. Loads a set of cpio archives created
80 by 'mkbfu' onto a machine, either live or on alternate root
81 and /usr filesystems. Attempts to preserve important files,
82 but may require manual intervention before reboot to resolve
83 changes to preserved files.
84
85bfuld
86 Used by bfu to survive getting a new runtime linker when extracting
87 new cpio archives onto a live system. Patches binaries to use
88 a saved runtime linker in /tmp during the bfu process.
89 Not run by anything but bfu.
90
91bldenv
92 companion to 'nightly.' Takes the same environment file you
93 used with 'nightly,' and starts a shell with the environment
94 set up the same way as 'nightly' set it up. This is useful
95 if you're trying to quickly rebuild portions of a workspace
96 built by 'nightly'. 'ws' should not be used for this since it
97 sets the environment up differently and may cause everything
98 to rebuild (because of different -I or -L paths).

--- 137 unchanged lines hidden (view full) ---

236 the development gate before they are integrated.
237
238lintdump
239 dumps the contents of one or more lint libraries; see lintdump(1)
240
241keywords
242 checks files for proper SCCS keywords.
243
78bldenv
79 companion to 'nightly.' Takes the same environment file you
80 used with 'nightly,' and starts a shell with the environment
81 set up the same way as 'nightly' set it up. This is useful
82 if you're trying to quickly rebuild portions of a workspace
83 built by 'nightly'. 'ws' should not be used for this since it
84 sets the environment up differently and may cause everything
85 to rebuild (because of different -I or -L paths).

--- 137 unchanged lines hidden (view full) ---

223 the development gate before they are integrated.
224
225lintdump
226 dumps the contents of one or more lint libraries; see lintdump(1)
227
228keywords
229 checks files for proper SCCS keywords.
230
244makebfu
245 simple wrapper around 'mkbfu' for use outside nightly (when in a build
246 shell from 'ws' or 'bldenv').
247
248mkbfu
249 makes cpio archives out of the proto area suitable for bfu'ing.
250 Used by 'nightly' and 'makebfu'.
251
252ndrgen
253 Network Data Language (NDL) RPC protocol compiler to support DCE
254 RPC/MSRPC and SMB/CIFS. ndrgen takes an input protocol definition
255 file (say, proto.ndl) and generates an output C source file
256 (proto_ndr.c) containing the Network Data Representation (NDR)
257 marshalling routines to implement the RPC protocol.
258
259nightly

--- 111 unchanged lines hidden ---
231ndrgen
232 Network Data Language (NDL) RPC protocol compiler to support DCE
233 RPC/MSRPC and SMB/CIFS. ndrgen takes an input protocol definition
234 file (say, proto.ndl) and generates an output C source file
235 (proto_ndr.c) containing the Network Data Representation (NDR)
236 marshalling routines to implement the RPC protocol.
237
238nightly

--- 111 unchanged lines hidden ---