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