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