Print this page
6375 Add native name demangling support
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
| Split |
Close |
| Expand all |
| Collapse all |
--- old/exception_lists/packaging
+++ new/exception_lists/packaging
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
|
↓ open down ↓ |
20 lines elided |
↑ open up ↑ |
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
25 25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 26 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
27 27 # Copyright 2018 Nexenta Systems, Inc.
28 28 # Copyright 2017 Toomas Soome <tsoome@me.com>
29 29 # Copyright 2017 RackTop Systems.
30 30 # Copyright 2018, Joyent, Inc.
31 +# Copyright 2018 Jason King
31 32 #
32 33
33 34 #
34 35 # Exception List for validate_pkg
35 36 #
36 37
37 38 #
38 39 # The following entries are built in the /proto area
39 40 # but not included in any packages - this is intentional.
40 41 #
41 42 usr/include/auth_list.h
42 43 usr/include/bsm/audit_door_infc.h
43 44 usr/include/bsm/audit_private.h
44 45 usr/include/bsm/devalloc.h
46 +usr/include/demangle-sys.h
45 47 usr/include/getxby_door.h
46 48 usr/include/passwdutil.h
47 49 usr/include/priv_utils.h
48 50 usr/include/rpcsvc/daemon_utils.h
49 51 usr/include/rpcsvc/svc_dg_priv.h
50 52 usr/include/security/pam_impl.h
51 53 usr/include/sys/clock_impl.h
52 54 usr/include/sys/winlockio.h
53 55 usr/include/scsi/plugins/ses/vendor/sun_impl.h
54 56 #
55 57 # Private lofi interface.
56 58 #
57 59 usr/include/sys/lofi_impl.h
58 60 #
59 61 # Private/Internal libraries of the Cryptographic Framework.
60 62 #
61 63 lib/libkcfd.so
62 64 lib/llib-lelfsign
63 65 lib/llib-lelfsign.ln
64 66 lib/llib-lkcfd
65 67 lib/llib-lkcfd.ln
66 68 usr/include/libelfsign.h
67 69 usr/lib/llib-lsoftcrypto
68 70 usr/lib/llib-lsoftcrypto.ln
69 71 usr/lib/amd64/llib-lsoftcrypto.ln i386
70 72 usr/lib/sparcv9/llib-lsoftcrypto.ln sparc
71 73
72 74 #
73 75 # The following files are used by the DHCP service, the
74 76 # standalone's DHCP implementation, and the kernel (nfs_dlboot).
75 77 # They contain interfaces which are currently private.
76 78 #
77 79 usr/include/dhcp_symbol.h
78 80 usr/include/sys/sunos_dhcp_class.h
79 81 #
80 82 # Private MAC driver header files
81 83 #
82 84 usr/include/inet/iptun.h
83 85 usr/include/sys/aggr_impl.h
84 86 usr/include/sys/aggr.h
85 87 usr/include/sys/dld_impl.h
86 88 usr/include/sys/dld_ioc.h
87 89 usr/include/sys/dls_impl.h
88 90 usr/include/sys/dls.h
89 91 usr/include/sys/mac_client_impl.h
90 92 usr/include/sys/mac_client.h
91 93 usr/include/sys/mac_flow_impl.h
92 94 usr/include/sys/mac_impl.h
93 95 usr/include/sys/mac_soft_ring.h
94 96 usr/include/sys/mac_stat.h
95 97 #
96 98 # Private GLDv3 userland libraries and headers
97 99 #
98 100 usr/include/libdladm_impl.h
99 101 usr/include/libdlaggr.h
100 102 usr/include/libdlether.h
101 103 usr/include/libdlflow_impl.h
102 104 usr/include/libdlflow.h
103 105 usr/include/libdliptun.h
104 106 usr/include/libdlmgmt.h
105 107 usr/include/libdlsim.h
106 108 usr/include/libdlstat.h
107 109 usr/include/libdlvnic.h
108 110 usr/include/libdlwlan_impl.h
109 111 usr/include/libdlwlan.h
110 112 #
111 113 # Virtual Network Interface Card (VNIC)
112 114 #
113 115 usr/include/sys/vnic.h
114 116 usr/include/sys/vnic_impl.h
115 117 #
116 118 # Private libipadm lint library and header files
117 119 #
118 120 usr/include/ipadm_ipmgmt.h
119 121 usr/include/ipadm_ndpd.h
120 122 usr/include/libipadm.h
121 123 lib/llib-lipadm
122 124 lib/llib-lipadm.ln
123 125 lib/libipadm.so
124 126 #
125 127 # Private libsocket header file
126 128 #
127 129 usr/include/libsocket_priv.h
128 130 #
129 131 # IKE and IPsec support library exceptions. The IKE support
130 132 # library contains exclusively private interfaces, as does
131 133 # libipsecutil. My apologies for the glut of header files here.
132 134 #
133 135 usr/include/errfp.h
134 136 usr/include/ikedoor.h
135 137 usr/include/ipsec_util.h
136 138 usr/lib/amd64/libike.so i386
137 139 usr/lib/sparcv9/libike.so sparc
138 140 usr/lib/libipsecutil.so
139 141 usr/lib/amd64/libipsecutil.so i386
140 142 usr/lib/sparcv9/libipsecutil.so sparc
141 143 usr/lib/llib-like
142 144 usr/lib/llib-like.ln
143 145 usr/lib/amd64/llib-like.ln i386
144 146 usr/lib/sparcv9/llib-like.ln sparc
145 147 usr/lib/llib-lipsecutil
146 148 usr/lib/llib-lipsecutil.ln
147 149 usr/lib/amd64/llib-lipsecutil.ln i386
148 150 usr/lib/sparcv9/llib-lipsecutil.ln sparc
149 151 #
150 152 usr/include/inet/ip_impl.h
151 153 usr/include/inet/ip_ndp.h
152 154 usr/include/inet/ip2mac_impl.h
153 155 usr/include/inet/ip2mac.h
154 156 usr/include/inet/rawip_impl.h
155 157 usr/include/inet/tcp_impl.h
156 158 usr/include/inet/udp_impl.h
157 159 usr/include/libmail.h
158 160 usr/include/libnwam_priv.h
159 161 usr/include/protocols/ripngd.h
160 162 usr/include/s_string.h
161 163 usr/include/sys/logindmux_impl.h
162 164 usr/include/sys/vgareg.h
163 165 #
164 166 # Some IPsec headers can't be shipped lest we hit export controls...
165 167 #
166 168 usr/include/inet/ipsec_impl.h
167 169 usr/include/inet/ipsec_info.h
168 170 usr/include/inet/ipsecah.h
169 171 usr/include/inet/ipsecesp.h
170 172 usr/include/inet/keysock.h
171 173 usr/include/inet/sadb.h
172 174 usr/include/sys/sha1_consts.h
173 175 usr/include/sys/sha2_consts.h
174 176 #
175 177 #
176 178 # Filtering out directories not shipped
177 179 #
178 180 usr/4lib i386
179 181 #
180 182 # These files contain definitions shared privately between the kernel
181 183 # and libc. There is no reason for them to be part of a package that
182 184 # a customer should ever see. They are installed in the proto area by
183 185 # the uts build because libc and and other components, like truss, are
184 186 # dependent upon their contents and should not have their own copies.
185 187 #
186 188 usr/include/sys/libc_kernel.h
187 189 usr/include/sys/synch32.h
188 190 #
189 191 # Private interfaces for libdisasm
190 192 #
191 193 usr/include/libdisasm.h
192 194 usr/lib/llib-ldisasm
193 195 usr/lib/llib-ldisasm.ln
194 196 usr/lib/amd64/llib-ldisasm.ln i386
195 197 usr/lib/sparcv9/llib-ldisasm.ln sparc
196 198 #
197 199 # Private interfaces for libraidcfg
198 200 #
199 201 usr/include/raidcfg_spi.h
200 202 usr/include/raidcfg.h
201 203 usr/lib/libraidcfg.so
202 204 usr/lib/amd64/libraidcfg.so i386
203 205 usr/lib/sparcv9/libraidcfg.so sparc
204 206 usr/lib/llib-lraidcfg
205 207 usr/lib/llib-lraidcfg.ln
206 208 usr/lib/amd64/llib-lraidcfg.ln i386
207 209 usr/lib/sparcv9/llib-lraidcfg.ln sparc
208 210 #
209 211 # This file is used for private communication between mdb, drv/kmdb, and
210 212 # misc/kmdb. The interfaces described herein are not intended for customer
211 213 # use, and are thus excluded from packaging.
212 214 #
213 215 usr/include/sys/kmdb.h
214 216 #
215 217 # These files are installed in the proto area by the build of libdhcpagent
216 218 # and libdhcputil for the benefit of DHCP-related networking commands such
217 219 # as dhcpagent, dhcpinfo, ifconfig, and netstat. These are not interfaces
218 220 # for customer use, so the files are excluded from packaging.
219 221 #
220 222 lib/libdhcpagent.so
221 223 lib/libdhcputil.so
222 224 lib/amd64/libdhcputil.so i386
223 225 lib/sparcv9/libdhcputil.so sparc
224 226 lib/llib-ldhcpagent
225 227 lib/llib-ldhcpagent.ln
226 228 lib/llib-ldhcputil
227 229 lib/llib-ldhcputil.ln
228 230 lib/amd64/llib-ldhcputil.ln i386
229 231 lib/sparcv9/llib-ldhcputil.ln sparc
230 232 usr/include/dhcp_hostconf.h
231 233 usr/include/dhcp_impl.h
232 234 usr/include/dhcp_inittab.h
233 235 usr/include/dhcp_stable.h
234 236 usr/include/dhcp_symbol_common.h
235 237 usr/include/dhcpagent_ipc.h
236 238 usr/include/dhcpagent_util.h
237 239 usr/include/dhcpmsg.h
238 240 usr/lib/libdhcpagent.so
239 241 usr/lib/libdhcputil.so
240 242 usr/lib/amd64/libdhcputil.so i386
241 243 usr/lib/sparcv9/libdhcputil.so sparc
242 244 usr/lib/llib-ldhcpagent
243 245 usr/lib/llib-ldhcpagent.ln
244 246 usr/lib/llib-ldhcputil
245 247 usr/lib/llib-ldhcputil.ln
246 248 usr/lib/amd64/llib-ldhcputil.ln i386
247 249 usr/lib/sparcv9/llib-ldhcputil.ln sparc
248 250 #
249 251 # These files are installed in the proto area by the build of libinstzones
250 252 # and libpkg
251 253 #
252 254 usr/lib/llib-linstzones
253 255 usr/lib/llib-linstzones.ln
254 256 usr/lib/amd64/llib-linstzones.ln i386
255 257 usr/lib/sparcv9/llib-linstzones.ln sparc
256 258 usr/lib/llib-lpkg
257 259 usr/lib/llib-lpkg.ln
258 260 #
259 261 # Don't ship header files private to libipmp and in.mpathd
260 262 #
261 263 usr/include/ipmp_query_impl.h
262 264 #
263 265 # These files are installed in the proto area by the build of libinetsvc,
264 266 # an inetd-specific library shared by inetd, inetadm and inetconv. Only
265 267 # the shared object is shipped.
266 268 #
267 269 usr/include/inetsvc.h
268 270 usr/lib/libinetsvc.so
269 271 usr/lib/llib-linetsvc
270 272 usr/lib/llib-linetsvc.ln
271 273 #
272 274 # These files are installed in the proto area by the build of libinetutil,
273 275 # a general purpose library for the benefit of internet utilities. Only
274 276 # the shared object is shipped.
275 277 #
276 278 lib/libinetutil.so
277 279 lib/amd64/libinetutil.so i386
278 280 lib/sparcv9/libinetutil.so sparc
279 281 lib/llib-linetutil
280 282 lib/llib-linetutil.ln
281 283 lib/amd64/llib-linetutil.ln i386
282 284 lib/sparcv9/llib-linetutil.ln sparc
283 285 usr/include/libinetutil.h
284 286 usr/include/netinet/inetutil.h
285 287 usr/include/ofmt.h
286 288 usr/lib/libinetutil.so
287 289 usr/lib/amd64/libinetutil.so i386
288 290 usr/lib/sparcv9/libinetutil.so sparc
289 291 usr/lib/llib-linetutil
290 292 usr/lib/llib-linetutil.ln
291 293 usr/lib/amd64/llib-linetutil.ln i386
292 294 usr/lib/sparcv9/llib-linetutil.ln sparc
293 295 #
294 296 # Miscellaneous kernel interfaces or kernel<->user interfaces that are
295 297 # consolidation private and we do not want to export at this time.
296 298 #
297 299 usr/include/sys/cryptmod.h
298 300 usr/include/sys/dumpadm.h
299 301 usr/include/sys/ontrap.h
300 302 usr/include/sys/sysmsg_impl.h
301 303 usr/include/sys/vlan.h
302 304 #
303 305 # non-public pci header
304 306 #
305 307 usr/include/sys/pci_impl.h
306 308 usr/include/sys/pci_tools.h
307 309 #
308 310 # Exception list for RCM project, included by librcm and rcm_daemon
309 311 #
310 312 usr/include/librcm_event.h
311 313 usr/include/librcm_impl.h
312 314 #
313 315 # MDB deliverables that are not yet public
314 316 #
315 317 usr/lib/mdb/proc/mdb_test.so
316 318 usr/lib/mdb/proc/sparcv9/mdb_test.so sparc
317 319 #
318 320 # SNCA project exception list
319 321 #
320 322 usr/include/inet/kssl/kssl.h
321 323 usr/include/inet/kssl/ksslimpl.h
322 324 usr/include/inet/kssl/ksslproto.h
323 325 usr/include/inet/nca
324 326 #
325 327 # these are "removed" from the source product build because the only
326 328 # packages that currently deliver them are removed.
327 329 # they really should't be in here.
328 330 #
329 331 etc/sfw
330 332 #
331 333 # Entries for the libmech_krb5 symlink, which has been included
332 334 # for build purposes only, not delivered to customers.
333 335 #
334 336 usr/include/gssapi/gssapi_krb5.h
335 337 usr/lib/gss/libmech_krb5.so
336 338 usr/lib/amd64/gss/libmech_krb5.so i386
337 339 usr/lib/sparcv9/gss/libmech_krb5.so sparc
338 340 usr/lib/libmech_krb5.so
339 341 usr/lib/amd64/libmech_krb5.so i386
340 342 usr/lib/sparcv9/libmech_krb5.so sparc
341 343 #
342 344 # Entries for headers from efcode project which user does not need to see
343 345 #
344 346 usr/platform/sun4u/include/sys/fc_plat.h sparc
345 347 usr/platform/sun4u/include/sys/fcode.h sparc
346 348 #
347 349 # Private net80211 headers
348 350 #
349 351 usr/include/sys/net80211_amrr.h
350 352 usr/include/sys/net80211_crypto.h
351 353 usr/include/sys/net80211_ht.h
352 354 usr/include/sys/net80211_proto.h
353 355 usr/include/sys/net80211.h
354 356 #
355 357 usr/include/net/wpa.h
356 358 #
357 359 # PPPoE files not delivered to customers.
358 360 #
359 361 usr/include/net/pppoe.h
360 362 usr/include/net/sppptun.h
361 363 #
362 364 # Simnet
363 365 #
364 366 usr/include/net/simnet.h
365 367 #
366 368 # Bridging internal data structures
367 369 #
368 370 usr/include/net/bridge_impl.h
369 371 #
370 372 # User<->kernel interface used by cfgadm/USB only
371 373 #
372 374 usr/include/sys/usb/hubd/hubd_impl.h
373 375 #
374 376 # User<->kernel interface used by cfgadm/SATA only
375 377 #
376 378 usr/include/sys/sata/sata_cfgadm.h i386
377 379 #
378 380 # Private ucred kernel header
379 381 #
380 382 usr/include/sys/ucred.h
381 383 #
382 384 # Private and/or platform-specific smf(5) files
383 385 #
384 386 lib/librestart.so
385 387 lib/llib-lrestart
386 388 lib/llib-lrestart.ln
387 389 lib/amd64/llib-lrestart.ln i386
388 390 lib/sparcv9/llib-lrestart.ln sparc
389 391 usr/include/libcontract_priv.h
390 392 usr/include/librestart_priv.h
391 393 usr/include/librestart.h
392 394 usr/lib/librestart.so
393 395 usr/lib/sparcv9/librestart.so sparc
394 396 lib/svc/manifest/platform/sun4u i386
395 397 lib/svc/manifest/platform/sun4v i386
396 398 var/svc/manifest/platform/sun4u i386
397 399 var/svc/manifest/platform/sun4v i386
398 400 etc/svc/profile/platform_sun4v.xml i386
399 401 etc/svc/profile/platform_SUNW,SPARC-Enterprise.xml i386
400 402 etc/svc/profile/platform_SUNW,Sun-Fire-15000.xml i386
401 403 etc/svc/profile/platform_SUNW,Sun-Fire-880.xml i386
402 404 etc/svc/profile/platform_SUNW,Sun-Fire-V890.xml i386
403 405 etc/svc/profile/platform_SUNW,Sun-Fire.xml i386
404 406 etc/svc/profile/platform_SUNW,Ultra-Enterprise-10000.xml i386
405 407 etc/svc/profile/platform_SUNW,UltraSPARC-IIe-NetraCT-40.xml i386
406 408 etc/svc/profile/platform_SUNW,UltraSPARC-IIe-NetraCT-60.xml i386
407 409 etc/svc/profile/platform_SUNW,UltraSPARC-IIi-Netract.xml i386
408 410 #
409 411 # Private libuutil files
410 412 #
411 413 lib/libuutil.so
412 414 lib/llib-luutil
413 415 lib/llib-luutil.ln
414 416 lib/sparcv9/llib-luutil.ln sparc
415 417 usr/include/libuutil_impl.h
416 418 usr/lib/libuutil.so
417 419 usr/lib/sparcv9/libuutil.so sparc
418 420 #
419 421 # Private Multidata file.
420 422 #
421 423 usr/include/sys/multidata_impl.h
422 424 #
423 425 # Even though all the objects built under usr/src/stand are later glommed
424 426 # together into a couple of second-stage boot loaders, we dump the static
425 427 # archives and lint libraries into $(ROOT)/stand for intermediate use
426 428 # (e.g., for lint, linking the second-stage boot loaders, ...). Since
427 429 # these are merely intermediate objects, they do not need to be packaged.
428 430 #
429 431 stand sparc
430 432 #
431 433 # Private KCF header files
432 434 #
433 435 usr/include/sys/crypto/elfsign.h
434 436 usr/include/sys/crypto/impl.h
435 437 usr/include/sys/crypto/ops_impl.h
436 438 usr/include/sys/crypto/sched_impl.h
437 439 #
438 440 # The following files are installed in the proto area
439 441 # by the build of libcmdutils (Command Utilities Library).
440 442 # libcmdutils contains interfaces which are all private interfaces.
441 443 #
442 444 lib/libcmdutils.so
443 445 lib/amd64/libcmdutils.so i386
444 446 lib/sparcv9/libcmdutils.so sparc
445 447 lib/llib-lcmdutils
446 448 lib/llib-lcmdutils.ln
447 449 lib/amd64/llib-lcmdutils.ln i386
448 450 lib/sparcv9/llib-lcmdutils.ln sparc
449 451 usr/include/libcmdutils.h
450 452 usr/lib/libcmdutils.so
451 453 usr/lib/amd64/libcmdutils.so i386
452 454 usr/lib/sparcv9/libcmdutils.so sparc
453 455 usr/lib/llib-lcmdutils
454 456 usr/lib/llib-lcmdutils.ln
455 457 usr/lib/amd64/llib-lcmdutils.ln i386
456 458 usr/lib/sparcv9/llib-lcmdutils.ln sparc
457 459 #
458 460 # Private interfaces in libsec
459 461 #
460 462 usr/include/aclutils.h
461 463 #
462 464 # USB skeleton driver stays in sync with the rest of USB but doesn't ship.
463 465 #
464 466 kernel/drv/amd64/usbskel i386
465 467 kernel/drv/sparcv9/usbskel sparc
466 468 kernel/drv/usbskel.conf
467 469 #
468 470 # Consolidation and Sun private libdevid interfaces
469 471 # Public libdevid interfaces provided by devid.h
470 472 #
471 473 usr/include/sys/libdevid.h
472 474 #
473 475 # The following files are installed in the proto area by the build of
474 476 # libprtdiag. libprtdiag contains interfaces which are all private.
475 477 # Only the shared object is shipped.
476 478 #
477 479 usr/platform/sun4u/lib/llib-lprtdiag sparc
478 480 usr/platform/sun4u/lib/llib-lprtdiag.ln sparc
479 481 usr/platform/sun4v/lib/llib-lprtdiag.ln sparc
480 482 #
481 483 # The following files are installed in the proto area by the build of
482 484 # mdesc driver in sun4v. These header files are used on in the build
483 485 # and do not need to be shipped to customers.
484 486 #
485 487 usr/include/sys/mdesc.h sparc
486 488 usr/include/sys/mdesc_impl.h sparc
487 489 usr/platform/sun4v/include/sys/mach_descrip.h sparc
488 490 #
489 491 # The following files are installed in the proto area by the build of
490 492 # libpcp. libpcp contains interfaces which are all private.
491 493 # Only the shared object is shipped.
492 494 #
493 495 usr/platform/sun4v/lib/llib-lpcp.ln sparc
494 496 usr/platform/SUNW,Netra-CP3060/lib/llib-lpcp.ln sparc
495 497 usr/platform/SUNW,Netra-CP3260/lib/llib-lpcp.ln sparc
496 498 usr/platform/SUNW,Netra-T5220/lib/llib-lpcp.ln sparc
497 499 usr/platform/SUNW,Netra-T5440/lib/llib-lpcp.ln sparc
498 500 usr/platform/SUNW,SPARC-Enterprise-T5120/lib/llib-lpcp.ln sparc
499 501 usr/platform/SUNW,Sun-Blade-T6300/lib/llib-lpcp.ln sparc
500 502 usr/platform/SUNW,Sun-Blade-T6320/lib/llib-lpcp.ln sparc
501 503 usr/platform/SUNW,Sun-Fire-T200/lib/llib-lpcp.ln sparc
502 504 usr/platform/SUNW,T5140/lib/llib-lpcp.ln sparc
503 505 usr/platform/SUNW,USBRDT-5240/lib/llib-lpcp.ln sparc
504 506 #
505 507 # ZFS internal tools and lint libraries
506 508 #
507 509 usr/lib/llib-lzfs_jni
508 510 usr/lib/llib-lzfs_jni.ln
509 511 usr/lib/amd64/llib-lzfs_jni.ln i386
510 512 usr/lib/sparcv9/llib-lzfs_jni.ln sparc
511 513 usr/lib/llib-lzpool
512 514 usr/lib/llib-lzpool.ln i386
513 515 usr/lib/amd64/llib-lzpool.ln i386
514 516 usr/lib/sparcv9/llib-lzpool.ln sparc
515 517 #
516 518 # ZFS JNI headers
517 519 #
518 520 usr/include/libzfs_jni_dataset.h
519 521 usr/include/libzfs_jni_disk.h
520 522 usr/include/libzfs_jni_diskmgt.h
521 523 usr/include/libzfs_jni_ipool.h
522 524 usr/include/libzfs_jni_main.h
523 525 usr/include/libzfs_jni_pool.h
524 526 usr/include/libzfs_jni_property.h
525 527 usr/include/libzfs_jni_util.h
526 528 #
527 529 # These files are installed in the proto area for Solaris scsi_vhci driver
528 530 # (for MPAPI support) and should not be shipped
529 531 #
530 532 usr/include/sys/scsi/adapters/mpapi_impl.h
531 533 usr/include/sys/scsi/adapters/mpapi_scsi_vhci.h
532 534 #
533 535 # This library is installed in the proto area by the build of libdisasm, and is
534 536 # only used when building the KMDB disasm module.
535 537 #
536 538 usr/lib/libstanddisasm.so
537 539 usr/lib/amd64/libstanddisasm.so i386
538 540 usr/lib/sparcv9/libstanddisasm.so sparc
539 541 #
540 542 # TSol: tsol doesn't ship lint source, and tsnet isn't for customers at all.
541 543 #
542 544 lib/libtsnet.so
543 545 usr/lib/llib-ltsnet
544 546 usr/lib/llib-ltsol
545 547 #
546 548 # nss interfaces shared between libnsl and other ON libraries.
547 549 #
548 550 usr/include/nss.h
549 551 #
550 552 # AT&T AST (ksh93) files which are currently needed only to build OS/Net
551 553 # (msgcc&co.)
552 554 # libast
553 555 usr/lib/libast.so
554 556 usr/lib/amd64/libast.so i386
555 557 usr/lib/sparcv9/libast.so sparc
556 558 usr/lib/llib-last
557 559 usr/lib/llib-last.ln
558 560 usr/lib/amd64/llib-last.ln i386
559 561 usr/lib/sparcv9/llib-last.ln sparc
560 562 # libcmd
561 563 usr/lib/llib-lcmd
562 564 usr/lib/llib-lcmd.ln
563 565 usr/lib/amd64/llib-lcmd.ln i386
564 566 usr/lib/sparcv9/llib-lcmd.ln sparc
565 567 # libdll
566 568 usr/lib/libdll.so
567 569 usr/lib/amd64/libdll.so i386
568 570 usr/lib/sparcv9/libdll.so sparc
569 571 usr/lib/llib-ldll
570 572 usr/lib/llib-ldll.ln
571 573 usr/lib/amd64/llib-ldll.ln i386
572 574 usr/lib/sparcv9/llib-ldll.ln sparc
573 575 # libpp (a helper library needed by AST's msgcc)
574 576 usr/lib/libpp.so
575 577 usr/lib/llib-lpp
576 578 usr/lib/llib-lpp.ln
577 579 usr/lib/locale/C/LC_MESSAGES/libpp
578 580 # libshell
579 581 usr/lib/libshell.so
580 582 usr/lib/amd64/libshell.so i386
581 583 usr/lib/sparcv9/libshell.so sparc
582 584 usr/lib/llib-lshell
583 585 usr/lib/llib-lshell.ln
584 586 usr/lib/amd64/llib-lshell.ln i386
585 587 usr/lib/sparcv9/llib-lshell.ln sparc
586 588 # libsum
587 589 usr/lib/libsum.so
588 590 usr/lib/amd64/libsum.so i386
589 591 usr/lib/sparcv9/libsum.so sparc
590 592 usr/lib/llib-lsum
591 593 usr/lib/llib-lsum.ln
592 594 usr/lib/amd64/llib-lsum.ln i386
593 595 usr/lib/sparcv9/llib-lsum.ln sparc
594 596 #
595 597 # This file is used in ON to build DSCP clients. It is not for customers.
596 598 #
597 599 usr/include/libdscp.h sparc
598 600 #
599 601 # These files are used by the iSCSI Target and the iSCSI Initiator
600 602 #
601 603 usr/include/sys/iscsi_protocol.h
602 604 usr/include/sys/iscsi_authclient.h
603 605 usr/include/sys/iscsi_authclientglue.h
604 606 #
605 607 # These files are used by the COMSTAR iSCSI target port provider
606 608 #
607 609 usr/include/sys/idm
608 610 usr/include/sys/iscsit/chap.h
609 611 usr/include/sys/iscsit/iscsi_if.h
610 612 usr/include/sys/iscsit/isns_protocol.h
611 613 usr/include/sys/iscsit/radius_packet.h
612 614 usr/include/sys/iscsit/radius_protocol.h
613 615 #
614 616 # libshare is private and the 64-bit sharemgr is not delivered.
615 617 #
616 618 usr/lib/libshare.so
617 619 usr/lib/amd64/libshare.so i386
618 620 usr/lib/sparcv9/libshare.so sparc
619 621 usr/lib/fs/autofs/libshare_autofs.so
620 622 usr/lib/fs/autofs/amd64/libshare_autofs.so i386
621 623 usr/lib/fs/autofs/sparcv9/libshare_autofs.so sparc
622 624 usr/lib/fs/nfs/libshare_nfs.so
623 625 usr/lib/fs/nfs/amd64/libshare_nfs.so i386
624 626 usr/lib/fs/nfs/sparcv9/libshare_nfs.so sparc
625 627 usr/lib/fs/nfs/test_svc_tp_create
626 628 usr/lib/fs/smb/libshare_smb.so
627 629 usr/lib/fs/smb/amd64/libshare_smb.so i386
628 630 usr/lib/fs/smb/sparcv9/libshare_smb.so sparc
629 631 usr/lib/fs/smbfs/libshare_smbfs.so
630 632 usr/lib/fs/smbfs/amd64/libshare_smbfs.so i386
631 633 usr/lib/fs/smbfs/sparcv9/libshare_smbfs.so sparc
632 634 usr/include/libshare_impl.h
633 635 usr/include/scfutil.h
634 636 #
635 637 # These files are installed in the proto area by the build of libpri for
636 638 # the benefit of the builds of FMA libldom, Zeus, picld plugins, and/or
637 639 # other libpri consumers. However, the libpri interfaces are private to
638 640 # Sun (Consolidation Private) and not intended for customer use. So these
639 641 # files (the symlink and the lint library) are excluded from packaging.
640 642 #
641 643 usr/lib/libpri.so sparc
642 644 usr/lib/llib-lpri sparc
643 645 usr/lib/llib-lpri.ln sparc
644 646 usr/lib/sparcv9/libpri.so sparc
645 647 usr/lib/sparcv9/llib-lpri.ln sparc
646 648 #
647 649 # These files are installed in the proto area by the build of libds for
648 650 # the benefit of the builds of sun4v IO FMA and/or other libds
649 651 # consumers. However, the libds interfaces are private to Sun
650 652 # (Consolidation Private) and not intended for customer use. So these
651 653 # files (the symlink and the lint library) are excluded from packaging.
652 654 #
653 655 usr/lib/libds.so sparc
654 656 usr/lib/sparcv9/libds.so sparc
655 657 usr/lib/llib-lds sparc
656 658 usr/lib/llib-lds.ln sparc
657 659 usr/lib/sparcv9/llib-lds.ln sparc
658 660 usr/platform/sun4v/include/sys/libds.h sparc
659 661 usr/platform/sun4v/include/sys/vlds.h sparc
660 662 #
661 663 # Private/Internal u8_textprep header file. Do not ship.
662 664 #
663 665 usr/include/sys/u8_textprep_data.h
664 666 #
665 667 # SQLite is private, used by SMF (svc.configd), idmapd and libsmb.
666 668 #
667 669 usr/include/sqlite-sys
668 670 lib/libsqlite-native.o
669 671 lib/libsqlite-sys.so
670 672 lib/llib-lsqlite-sys
671 673 lib/llib-lsqlite-sys.ln
672 674 #
673 675 # Private/Internal kiconv header files. Do not ship.
674 676 #
675 677 usr/include/sys/kiconv_big5_utf8.h
676 678 usr/include/sys/kiconv_cck_common.h
677 679 usr/include/sys/kiconv_cp950hkscs_utf8.h
678 680 usr/include/sys/kiconv_emea1.h
679 681 usr/include/sys/kiconv_emea2.h
680 682 usr/include/sys/kiconv_euckr_utf8.h
681 683 usr/include/sys/kiconv_euctw_utf8.h
682 684 usr/include/sys/kiconv_gb18030_utf8.h
683 685 usr/include/sys/kiconv_gb2312_utf8.h
684 686 usr/include/sys/kiconv_hkscs_utf8.h
685 687 usr/include/sys/kiconv_ja_jis_to_unicode.h
686 688 usr/include/sys/kiconv_ja_unicode_to_jis.h
687 689 usr/include/sys/kiconv_ja.h
688 690 usr/include/sys/kiconv_ko.h
689 691 usr/include/sys/kiconv_latin1.h
690 692 usr/include/sys/kiconv_sc.h
691 693 usr/include/sys/kiconv_tc.h
692 694 usr/include/sys/kiconv_uhc_utf8.h
693 695 usr/include/sys/kiconv_utf8_big5.h
694 696 usr/include/sys/kiconv_utf8_cp950hkscs.h
695 697 usr/include/sys/kiconv_utf8_euckr.h
696 698 usr/include/sys/kiconv_utf8_euctw.h
697 699 usr/include/sys/kiconv_utf8_gb18030.h
698 700 usr/include/sys/kiconv_utf8_gb2312.h
699 701 usr/include/sys/kiconv_utf8_hkscs.h
700 702 usr/include/sys/kiconv_utf8_uhc.h
701 703 #
702 704 # At this time, the directory and its contents
703 705 # are only useful on sun4u systems
704 706 #
705 707 etc/flash/postdeployment i386
706 708 #
707 709 # This header file is shared only between the power commands and
708 710 # ppm/srn modules # and should not be in any package
709 711 #
710 712 usr/include/sys/srn.h
711 713 #
712 714 # Private/Internal header files of smbsrv. Do not ship.
713 715 #
714 716 usr/include/smb
715 717 usr/include/smbsrv
716 718 #
717 719 # Private/Internal files for libfakekernel. Do not ship.
718 720 #
719 721 lib/amd64/libfakekernel.so i386
720 722 lib/amd64/llib-lfakekernel.ln i386
721 723 lib/sparcv9/libfakekernel.so sparc
722 724 lib/sparcv9/llib-lfakekernel.ln sparc
723 725 lib/libfakekernel.so
724 726 lib/llib-lfakekernel
725 727 lib/llib-lfakekernel.ln
726 728 usr/include/libfakekernel
727 729 usr/lib/libfakekernel.so
728 730 usr/lib/amd64/libfakekernel.so i386
729 731 usr/lib/sparcv9/libfakekernel.so sparc
730 732 #
731 733 # Private/Internal libraries of smbsrv. Do not ship.
732 734 #
733 735 usr/lib/mdb/proc/libfksmbsrv.so
734 736 usr/lib/mdb/proc/amd64/libfksmbsrv.so i386
735 737 usr/lib/mdb/proc/sparcv9/libfksmbsrv.so sparc
736 738 usr/lib/reparse/llib-lreparse_smb
737 739 usr/lib/reparse/llib-lreparse_smb.ln
738 740 usr/lib/smbsrv/bind-helper
739 741 usr/lib/smbsrv/fksmbd
740 742 usr/lib/smbsrv/libfksmbsrv.so
741 743 usr/lib/smbsrv/libfksmbsrv.so.1
742 744 usr/lib/smbsrv/libmlsvc.so
743 745 usr/lib/smbsrv/libsmb.so
744 746 usr/lib/smbsrv/libsmbns.so
745 747 usr/lib/smbsrv/llib-lfksmbsrv
746 748 usr/lib/smbsrv/llib-lfksmbsrv.ln
747 749 usr/lib/smbsrv/llib-lmlsvc
748 750 usr/lib/smbsrv/llib-lmlsvc.ln
749 751 usr/lib/smbsrv/llib-lsmb
750 752 usr/lib/smbsrv/llib-lsmb.ln
751 753 usr/lib/smbsrv/llib-lsmbns
752 754 usr/lib/smbsrv/llib-lsmbns.ln
753 755 #
754 756 #
755 757 # Private/Internal 64-bit libraries of smbsrv. Do not ship.
756 758 #
757 759 usr/lib/smbsrv/amd64 i386
758 760 usr/lib/smbsrv/sparcv9 sparc
759 761
760 762 usr/lib/reparse/amd64/libreparse_smb.so i386
761 763 usr/lib/reparse/amd64/libreparse_smb.so.1 i386
762 764 usr/lib/reparse/amd64/llib-lreparse_smb.ln i386
763 765 usr/lib/reparse/sparcv9/libreparse_smb.so sparc
764 766 usr/lib/reparse/sparcv9/libreparse_smb.so.1 sparc
765 767 usr/lib/reparse/sparcv9/llib-lreparse_smb.ln sparc
766 768 #
767 769 # Private dirent, extended to include flags, for use by SMB server
768 770 #
769 771 usr/include/sys/extdirent.h
770 772 #
771 773 # Private header files for vscan service
772 774 #
773 775 usr/include/libvscan.h
774 776 usr/include/sys/vscan.h
775 777 #
776 778 # libvscan is private
777 779 #
778 780 usr/lib/vscan/llib-lvscan
779 781 usr/lib/vscan/llib-lvscan.ln
780 782 #
781 783 # i86hvm is not a full platform. It is just a home for paravirtualized
782 784 # drivers. There is no usr/ component to this sub-platform, but the
783 785 # directory is created in the proto area to keep other tools happy.
784 786 #
785 787 usr/platform/i86hvm i386
786 788 #
787 789 # Private sdcard framework headers
788 790 #
789 791 usr/include/sys/sdcard
790 792 #
791 793 # libmlrpc is private (SMB client and server)
792 794 #
793 795 usr/include/libmlrpc
794 796 usr/lib/libmlrpc.so
795 797 usr/lib/amd64/libmlrpc.so i386
796 798 usr/lib/amd64/libmlrpc.so.2 i386
797 799 usr/lib/sparcv9/libmlrpc.so sparc
798 800 usr/lib/sparcv9/libmlrpc.so.2 sparc
799 801 usr/lib/llib-lmlrpc
800 802 usr/lib/llib-lmlrpc.ln
801 803 usr/lib/amd64/llib-lmlrpc.ln i386
802 804 usr/lib/sparcv9/llib-lmlrpc.ln sparc
803 805 #
804 806 # libsmbfs is private (SMB client and server)
805 807 #
806 808 usr/include/netsmb
807 809 usr/lib/libsmbfs.so
808 810 usr/lib/amd64/libsmbfs.so i386
809 811 usr/lib/sparcv9/libsmbfs.so sparc
810 812 usr/lib/llib-lsmbfs
811 813 usr/lib/llib-lsmbfs.ln
812 814 usr/lib/amd64/llib-lsmbfs.ln i386
813 815 usr/lib/sparcv9/llib-lsmbfs.ln sparc
814 816 #
815 817 # demo & test program for smbfs (private) ACL support
816 818 #
817 819 usr/lib/fs/smbfs/chacl
818 820 usr/lib/fs/smbfs/lsacl
819 821 opt/smbcl-tests
820 822 #
821 823 # FC related files
822 824 kernel/kmdb/amd64/fcip i386
823 825 kernel/kmdb/sparcv9/fcip sparc
824 826 kernel/kmdb/amd64/fcp i386
825 827 kernel/kmdb/sparcv9/fcp sparc
826 828 kernel/kmdb/amd64/fctl i386
827 829 kernel/kmdb/sparcv9/fctl sparc
828 830 kernel/kmdb/amd64/qlc i386
829 831 kernel/kmdb/sparcv9/qlc sparc
830 832 lib/llib-la5k sparc
831 833 lib/llib-la5k.ln sparc
832 834 lib/sparcv9/llib-la5k.ln sparc
833 835 lib/llib-lg_fc sparc
834 836 lib/llib-lg_fc.ln sparc
835 837 lib/sparcv9/llib-lg_fc.ln sparc
836 838 usr/include/a_state.h sparc
837 839 usr/include/a5k.h sparc
838 840 usr/include/exec.h sparc
839 841 usr/include/g_scsi.h sparc
840 842 usr/include/g_state.h sparc
841 843 usr/include/gfc.h sparc
842 844 usr/include/l_common.h sparc
843 845 usr/include/l_error.h sparc
844 846 usr/include/rom.h sparc
845 847 usr/include/stgcom.h sparc
846 848 usr/include/sys/fibre-channel
847 849 usr/lib/llib-lHBAAPI
848 850 usr/lib/llib-lHBAAPI.ln
849 851 usr/lib/amd64/llib-lHBAAPI.ln i386
850 852 usr/lib/sparcv9/llib-lHBAAPI.ln sparc
851 853 #
852 854 # These files are used by the iSCSI initiator only.
853 855 # No reason to ship them.
854 856 #
855 857 usr/include/sys/scsi/adapters/iscsi_door.h
856 858 usr/include/sys/scsi/adapters/iscsi_if.h
857 859 #
858 860 # sbd ioctl hdr
859 861 #
860 862 usr/include/sys/stmf_sbd_ioctl.h
861 863 #
862 864 # proxy port provider interface
863 865 #
864 866 usr/include/sys/pppt_ic_if.h
865 867 usr/include/sys/pppt_ioctl.h
866 868 #
867 869 # proxy daemon lint library
868 870 #
869 871 usr/lib/llib-lstmfproxy
870 872 usr/lib/llib-lstmfproxy.ln
871 873 usr/lib/amd64/llib-lstmfproxy.ln i386
872 874 usr/lib/sparcv9/llib-lstmfproxy.ln sparc
873 875 #
874 876 # portable object file and dictionary used by libfmd_msg test
875 877 #
876 878 usr/lib/fm/dict/TEST.dict
877 879 usr/lib/locale/C/LC_MESSAGES/TEST.mo
878 880 usr/lib/locale/C/LC_MESSAGES/TEST.po
879 881 #
880 882 # Private idmap RPC protocol
881 883 #
882 884 usr/include/rpcsvc/idmap_prot.h
883 885 usr/include/rpcsvc/idmap_prot.x
884 886 #
885 887 # Private idmap directory API
886 888 #
887 889 usr/include/directory.h
888 890 #
889 891 # librstp is private for bridging
890 892 #
891 893 usr/include/stp_bpdu.h
892 894 usr/include/stp_in.h
893 895 usr/include/stp_vectors.h
894 896 usr/lib/librstp.so
895 897 usr/lib/llib-lrstp
896 898 usr/lib/llib-lrstp.ln
897 899 #
898 900 # Private nvfru API
899 901 #
900 902 usr/include/nvfru.h
901 903 #
902 904 # vrrp
903 905 #
904 906 usr/include/libvrrpadm.h
905 907 usr/lib/libvrrpadm.so
906 908 usr/lib/amd64/libvrrpadm.so i386
907 909 usr/lib/sparcv9/libvrrpadm.so sparc
908 910 usr/lib/llib-lvrrpadm
909 911 usr/lib/llib-lvrrpadm.ln
910 912 usr/lib/amd64/llib-lvrrpadm.ln i386
911 913 usr/lib/sparcv9/llib-lvrrpadm.ln sparc
912 914 #
913 915 # This is only used during the -t tools build
914 916 #
915 917 opt/onbld/bin/i386/mandoc i386
916 918 opt/onbld/bin/sparc/mandoc sparc
917 919 opt/onbld/bin/i386/makesoftcore i386
918 920 opt/onbld/bin/i386/vtfontcvt i386
919 921 opt/onbld/bin/sparc/makesoftcore sparc
920 922 opt/onbld/bin/sparc/vtfontcvt sparc
921 923
922 924 #
923 925 # Private libdwarf
924 926 #
925 927 opt/onbld/lib/i386/libdwarf.so i386
926 928 opt/onbld/lib/sparc/libdwarf.so sparc
927 929
928 930 #
929 931 # Private socket filter API
930 932 #
931 933 usr/include/sys/sockfilter.h
932 934 #
933 935 # We don't actually validate license action payloads, and the license
934 936 # staging area is provided as a separate basedir for package
935 937 # publication. The net result is that everything therein should be
936 938 # ignored for packaging validation.
937 939 #
938 940 licenses
939 941 #
940 942 # Libbe is private
941 943 #
942 944 usr/include/libbe_priv.h
943 945 #
944 946 # ipmi is at present only useful on i386, but for historical reasons is
945 947 # delivered on SPARC and used by the build.
946 948 #
947 949 usr/include/sys/ipmi.h sparc
948 950
949 951 #
950 952 # libsaveargs is private
951 953 #
952 954 usr/include/saveargs.h i386
953 955 usr/lib/amd64/libsaveargs.so i386
954 956 usr/lib/amd64/libstandsaveargs.so i386
955 957 usr/lib/amd64/llib-lsaveargs.ln i386
956 958
957 959 #
958 960 # libpcidb is private
959 961 #
960 962 usr/include/pcidb.h
961 963 usr/lib/amd64/libpcidb.so i386
962 964 usr/lib/amd64/llib-lpcidb.ln i386
963 965 usr/lib/sparcv9/libpcidb.so sparc
964 966 usr/lib/sparcv9/llib-lpcidb.ln sparc
965 967 usr/lib/libpcidb.so
966 968 usr/lib/llib-lpcidb
967 969 usr/lib/llib-lpcidb.ln
968 970
969 971 #
970 972 # private nvme header file
971 973 #
972 974 usr/include/sys/nvme.h
973 975
974 976 #
975 977 # debugging program for libadutils
976 978 #
977 979 usr/bin/test-getdc
978 980 #
979 981 # libficl-sys is private
980 982 #
981 983 usr/include/ficllocal.h
982 984 usr/lib/amd64/llib-lficl-sys.ln i386
983 985 usr/lib/amd64/libficl-sys.so i386
984 986 usr/lib/sparcv9/llib-lficl-sys.ln sparc
985 987 usr/lib/sparcv9/libficl-sys.so sparc
986 988 usr/lib/llib-lficl-sys
987 989 usr/lib/llib-lficl-sys.ln
988 990 usr/lib/libficl-sys.so
989 991
990 992 #
991 993 # libsff is private
992 994 #
993 995 usr/include/libsff.h
994 996 usr/lib/amd64/libsff.so i386
995 997 usr/lib/amd64/llib-lsff.ln i386
996 998 usr/lib/sparcv9/libsff.so sparc
997 999 usr/lib/sparcv9/llib-lsff.ln sparc
998 1000 usr/lib/libsff.so
999 1001 usr/lib/llib-lsff
1000 1002 usr/lib/llib-lsff.ln
1001 1003
1002 1004 #
1003 1005 # libcustr is private
1004 1006 #
1005 1007 usr/include/libcustr.h
1006 1008 lib/amd64/libcustr.so i386
1007 1009 lib/amd64/llib-lcustr.ln i386
1008 1010 lib/sparcv9/libcustr.so sparc
1009 1011 lib/sparcv9/llib-lcustr.ln sparc
1010 1012 lib/libcustr.so
1011 1013 lib/llib-lcustr
1012 1014 lib/llib-lcustr.ln
|
↓ open down ↓ |
958 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX