178 the object to be signed.
179
180 findunref
181 Finds all files in a source tree that have access times older than a
182 certain time and are not in a specified list of exceptions. Since
183 'nightly' timestamps the start of the build, and findunref uses its
184 timestamp (by default), this can be used to find all files that were
185 unreferenced during a nightly build). Since some files are only used
186 during a SPARC or Intel build, 'findunref' needs to be run on
187 workspaces from both architectures and the results need to be merged.
188 For instance, if $INTELSRC and $SPARCSRC are set to the usr/src
189 directories of your Intel and SPARC nightly workspaces, then you
190 can merge the results like so:
191
192 $ findunref $INTELSRC $INTELSRC/tools/findunref/exception_list | \
193 sort > ~/unref-i386.out
194 $ findunref $SPARCSRC $SPARCSRC/tools/findunref/exception_list | \
195 sort > ~/unref-sparc.out
196 $ comm -12 ~/unref-i386.out ~/unref-sparc.out > ~/unref.out
197
198 hdrchk
199 checks headers for compliance with OS/Net standards (form, includes,
200 C++ guards).
201
202 hgsetup
203 creates a basic Mercurial configuration for the user.
204
205 hg-active
206 helper used by webrev to generate file lists for Mercurial
207 workspaces.
208
209 install.bin
210 binary version of /usr/sbin/install. Used to be vastly faster
211 (since /usr/sbin/install is a shell script), but may only be a bit
212 faster now. One speedup includes avoiding the name service for the
213 well-known, never-changing password entries like 'root' and 'sys.'
214
215 intf_check
216 detects and reports ABI versioning and stability problems.
217
|
178 the object to be signed.
179
180 findunref
181 Finds all files in a source tree that have access times older than a
182 certain time and are not in a specified list of exceptions. Since
183 'nightly' timestamps the start of the build, and findunref uses its
184 timestamp (by default), this can be used to find all files that were
185 unreferenced during a nightly build). Since some files are only used
186 during a SPARC or Intel build, 'findunref' needs to be run on
187 workspaces from both architectures and the results need to be merged.
188 For instance, if $INTELSRC and $SPARCSRC are set to the usr/src
189 directories of your Intel and SPARC nightly workspaces, then you
190 can merge the results like so:
191
192 $ findunref $INTELSRC $INTELSRC/tools/findunref/exception_list | \
193 sort > ~/unref-i386.out
194 $ findunref $SPARCSRC $SPARCSRC/tools/findunref/exception_list | \
195 sort > ~/unref-sparc.out
196 $ comm -12 ~/unref-i386.out ~/unref-sparc.out > ~/unref.out
197
198 git-active
199 helper used by webrev to generate file lists for Git workspaces.
200
201 hdrchk
202 checks headers for compliance with OS/Net standards (form, includes,
203 C++ guards).
204
205 hgsetup
206 creates a basic Mercurial configuration for the user.
207
208 hg-active
209 helper used by webrev to generate file lists for Mercurial
210 workspaces.
211
212 install.bin
213 binary version of /usr/sbin/install. Used to be vastly faster
214 (since /usr/sbin/install is a shell script), but may only be a bit
215 faster now. One speedup includes avoiding the name service for the
216 well-known, never-changing password entries like 'root' and 'sys.'
217
218 intf_check
219 detects and reports ABI versioning and stability problems.
220
|