93 development
94
95 check_rtime
96 checks ELF attributes used by ELF dynamic objects in the proto area.
97 Used by 'nightly's -r option, to check a number of ELF runtime
98 attributes for consistency with common build rules. nightly uses
99 the -o option to simplify the output for diffing with previous
100 build results. It also uses the -i option to obtain NEEDED and RUNPATH
101 entries, which help detect changes in software dependencies and makes
102 sure objects don't have any strange runpaths like /opt/SUNWspro/lib.
103
104 checkproto
105 Runs protocmp and protolist on a workspace (or uses the environment
106 variable CODEMGR_WS to determine the workspace). Checks the proto area
107 against the packages.
108
109 codereview
110 Given two filenames, creates a postscript file with the file
111 differences highlighted.
112
113 codesign
114 Tools for signing cryptographic modules using the official
115 Sun release keys stored on a remote signing server. This
116 directory contains signit, a client program for signing
117 files with the signing server; signproto, a shell script
118 that finds crypto modules in $ROOT and signs them using
119 signit; and codesign_server.pl, the code that runs on the
120 server. The codesign_server code is not used on an ON
121 build machine but is kept here for source control purposes.
122
123 copyrightchk
124 Checks that files have appropriate SMI copyright notices.
125 Primarily used by wx
126
127 cscope-fast
128 The fast version of cscope that we use internally. Seems to work,
129 but may need more testing before it's placed in the gate. The source
130 just really needs to be here.
131
132 cstyle
133 checks C source for compliance with OS/Net guidelines.
134
135 ctfconvert
136 Convert symbolic debugging information in an object file to the Compact
137 ANSI-C Type Format (CTF).
138
139 ctfdump
140 Decode and display CTF data stored in a raw file or in an ELF file.
141
142 ctfmerge
|
93 development
94
95 check_rtime
96 checks ELF attributes used by ELF dynamic objects in the proto area.
97 Used by 'nightly's -r option, to check a number of ELF runtime
98 attributes for consistency with common build rules. nightly uses
99 the -o option to simplify the output for diffing with previous
100 build results. It also uses the -i option to obtain NEEDED and RUNPATH
101 entries, which help detect changes in software dependencies and makes
102 sure objects don't have any strange runpaths like /opt/SUNWspro/lib.
103
104 checkproto
105 Runs protocmp and protolist on a workspace (or uses the environment
106 variable CODEMGR_WS to determine the workspace). Checks the proto area
107 against the packages.
108
109 codereview
110 Given two filenames, creates a postscript file with the file
111 differences highlighted.
112
113 copyrightchk
114 Checks that files have appropriate SMI copyright notices.
115 Primarily used by wx
116
117 cscope-fast
118 The fast version of cscope that we use internally. Seems to work,
119 but may need more testing before it's placed in the gate. The source
120 just really needs to be here.
121
122 cstyle
123 checks C source for compliance with OS/Net guidelines.
124
125 ctfconvert
126 Convert symbolic debugging information in an object file to the Compact
127 ANSI-C Type Format (CTF).
128
129 ctfdump
130 Decode and display CTF data stored in a raw file or in an ELF file.
131
132 ctfmerge
|