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