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