# # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2012 Nexenta Systems, Inc. All rights reserved. # Copyright 2014 Gary Mills # Copyright 2020 OmniOS Community Edition (OmniOSce) Association. # # # The default for payload-bearing actions in this package is to appear in the # global zone only. See the include file for greater detail, as well as # information about overriding the defaults. # # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # For packagers: # # This ruleset is useful for "system" components-- ones which are expected # to appear primarily in the global zone, but which may have some small # pieces (man pages, header files) which may need to appear in all zones. # # The current rules specify that all payload-bearing actions (file, # dir, hardlink, link) should appear *only* in the global zone, with # the following exceptions: # # - man pages appear in all zones # - header files appear in all zones # - mdb(1) modules appear in all zones # # You may well have other actions which you wish to appear in all zones. # An example would be an administrative utility for a driver which has # been virtualized to work within zones. For those actions you wish to # appear in all zones, add the following attribute to your action. # # variant.opensolaris.zone=__NODEFAULT # # You DO NOT need to specify __NODEFAULT for man pages, headers, or # mdb modules, as those are covered by the automatic rules below. # # Note: When you specify variant.opensolaris.zone=__NODEFAULT, the # net effect is that *no* variant.opensolaris.zone attribute will # appear in the post-processed manifest. # # # For packaging nerds: # # We have a problem to solve here: To make an action appear in all zones, # it should have *no* variant.opensolaris.zone attribute. So it's a bit # more complicated to use "default". # # Here's what we do: we use "default" to set all payload bearing actions # which have no variant.opensolaris.zone attribute to be # variant.opensolaris.zone=global. For those actions which need to appear # in all zones, the packager must specify # variant.opensolaris.zone=__NODEFAULT. Additionally we have some rules # which set __NODEFAULT for a few classes of well known things, like man # pages and headers. # # We then go through and clean up all of the __NODEFAULTed attributes by # simply deleting them. # # Man pages should appear in all zones. # Headers should appear in all zones. # MDB modules should appear in all zones, as one might debug a crash dump # in a zone. # Everything else is global zone only unless the user overrides # action-by-action with __NODEFAULT. # # Buff out the __NODEFAULT attributes. # set name=pkg.fmri value=pkg:/system/kernel/platform@0.5.11,5.11-0.155.53 set name=pkg.description value="core kernel software for a specific hardware platform group" set name=pkg.summary value="Core Solaris Kernel Architecture" set name=info.classification value=org.opensolaris.category.2008:System/Core set name=variant.arch value=i386 dir group=sys mode=0755 owner=root path=platform variant.opensolaris.zone=global #dir path=platform/SUNW,A70 group=sys #dir path=platform/SUNW,A70/kernel group=sys #dir path=platform/SUNW,A70/kernel/crypto group=sys #dir path=platform/SUNW,A70/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,A70/kernel/drv group=sys #dir path=platform/SUNW,A70/kernel/misc group=sys #dir path=platform/SUNW,A70/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Netra-CP2300 group=sys #dir path=platform/SUNW,Netra-CP2300/kernel group=sys #dir path=platform/SUNW,Netra-CP2300/kernel/misc group=sys #dir path=platform/SUNW,Netra-CP2300/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Netra-CP2300/kernel/tod group=sys #dir path=platform/SUNW,Netra-CP2300/kernel/tod/amd64 group=sys #dir path=platform/SUNW,Netra-CP3010 group=sys #dir path=platform/SUNW,Netra-CP3010/kernel group=sys #dir path=platform/SUNW,Netra-CP3010/kernel/crypto group=sys #dir path=platform/SUNW,Netra-CP3010/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Netra-CP3010/kernel/misc group=sys #dir path=platform/SUNW,Netra-CP3010/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Netra-T12 group=sys #dir path=platform/SUNW,Netra-T12/kernel group=sys #dir path=platform/SUNW,Netra-T12/kernel/crypto group=sys #dir path=platform/SUNW,Netra-T12/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Netra-T12/kernel/drv group=sys #dir path=platform/SUNW,Netra-T12/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Netra-T12/kernel/misc group=sys #dir path=platform/SUNW,Netra-T12/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Netra-T4 group=sys #dir path=platform/SUNW,Netra-T4/kernel group=sys #dir path=platform/SUNW,Netra-T4/kernel/crypto group=sys #dir path=platform/SUNW,Netra-T4/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Netra-T4/kernel/drv group=sys #dir path=platform/SUNW,Netra-T4/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Netra-T4/kernel/misc group=sys #dir path=platform/SUNW,Netra-T4/kernel/misc/amd64 group=sys #dir path=platform/SUNW,SPARC-Enterprise group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/amd64 group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/cpu/amd64 group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/drv group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64 group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/misc group=sys #dir path=platform/SUNW,SPARC-Enterprise/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Serverblade1 group=sys #dir path=platform/SUNW,Serverblade1/kernel group=sys #dir path=platform/SUNW,Serverblade1/kernel/drv group=sys #dir path=platform/SUNW,Serverblade1/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Serverblade1/kernel/misc group=sys #dir path=platform/SUNW,Serverblade1/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-100 group=sys #dir path=platform/SUNW,Sun-Blade-100/kernel group=sys #dir path=platform/SUNW,Sun-Blade-100/kernel/drv group=sys #dir path=platform/SUNW,Sun-Blade-100/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-100/kernel/misc group=sys #dir path=platform/SUNW,Sun-Blade-100/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-1000 group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/drv group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/misc group=sys #dir path=platform/SUNW,Sun-Blade-1000/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-1500 group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel/drv group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel/misc group=sys #dir path=platform/SUNW,Sun-Blade-1500/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-2500 group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel/drv group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel/misc group=sys #dir path=platform/SUNW,Sun-Blade-2500/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire group=sys #dir path=platform/SUNW,Sun-Fire-15000 group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/cpu group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/cpu/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-15000/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-280R group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-280R/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-480R group=sys #dir path=platform/SUNW,Sun-Fire-480R/kernel group=sys #dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-480R/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-480R/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-480R/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-880 group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-880/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-T200 group=sys #dir path=platform/SUNW,Sun-Fire-T200/kernel group=sys #dir path=platform/SUNW,Sun-Fire-T200/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-T200/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V215 group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-V215/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V240 group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-V240/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V250 group=sys #dir path=platform/SUNW,Sun-Fire-V250/kernel group=sys #dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-V250/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V250/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-V250/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V440 group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-V440/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V445 group=sys #dir path=platform/SUNW,Sun-Fire-V445/kernel group=sys #dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire-V445/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire-V445/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire-V445/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Sun-Fire/kernel group=sys #dir path=platform/SUNW,Sun-Fire/kernel/amd64 group=sys #dir path=platform/SUNW,Sun-Fire/kernel/cpu group=sys #dir path=platform/SUNW,Sun-Fire/kernel/cpu/amd64 group=sys #dir path=platform/SUNW,Sun-Fire/kernel/crypto group=sys #dir path=platform/SUNW,Sun-Fire/kernel/crypto/amd64 group=sys #dir path=platform/SUNW,Sun-Fire/kernel/drv group=sys #dir path=platform/SUNW,Sun-Fire/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Sun-Fire/kernel/misc group=sys #dir path=platform/SUNW,Sun-Fire/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-250 group=sys #dir path=platform/SUNW,Ultra-250/kernel group=sys #dir path=platform/SUNW,Ultra-250/kernel/drv group=sys #dir path=platform/SUNW,Ultra-250/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Ultra-250/kernel/misc group=sys #dir path=platform/SUNW,Ultra-250/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-4 group=sys #dir path=platform/SUNW,Ultra-4/kernel group=sys #dir path=platform/SUNW,Ultra-4/kernel/drv group=sys #dir path=platform/SUNW,Ultra-4/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Ultra-4/kernel/misc group=sys #dir path=platform/SUNW,Ultra-4/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-5_10 group=sys #dir path=platform/SUNW,Ultra-5_10/kernel group=sys #dir path=platform/SUNW,Ultra-5_10/kernel/misc group=sys #dir path=platform/SUNW,Ultra-5_10/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-80 group=sys #dir path=platform/SUNW,Ultra-80/kernel group=sys #dir path=platform/SUNW,Ultra-80/kernel/misc group=sys #dir path=platform/SUNW,Ultra-80/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000 group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc group=sys #dir path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise/kernel group=sys #dir path=platform/SUNW,Ultra-Enterprise/kernel/drv group=sys #dir path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64 group=sys #dir path=platform/SUNW,Ultra-Enterprise/kernel/misc group=sys #dir path=platform/SUNW,Ultra-Enterprise/kernel/misc/amd64 group=sys #dir path=platform/SUNW,UltraAX-i2 group=sys #dir path=platform/SUNW,UltraAX-i2/kernel group=sys #dir path=platform/SUNW,UltraAX-i2/kernel/misc group=sys #dir path=platform/SUNW,UltraAX-i2/kernel/misc/amd64 group=sys dir group=sys mode=0755 owner=root path=platform/i86pc variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/dacf variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/dacf/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/mach variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/mach/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/misc variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/kernel/misc/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86pc/ucode variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/dacf variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/dacf/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/mach variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/mach/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/misc variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/misc/amd64 variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/tod variant.opensolaris.zone=global dir group=sys mode=0755 owner=root path=platform/i86xpv/kernel/tod/amd64 variant.opensolaris.zone=global #dir path=platform/sun4u group=sys #dir path=platform/sun4u-us3 group=sys #dir path=platform/sun4u-us3/kernel group=sys #dir path=platform/sun4u-us3/kernel/crypto group=sys #dir path=platform/sun4u-us3/kernel/crypto/amd64 group=sys #dir path=platform/sun4u/kernel group=sys #dir path=platform/sun4u/kernel/amd64 group=sys #dir path=platform/sun4u/kernel/cpu group=sys #dir path=platform/sun4u/kernel/cpu/amd64 group=sys #dir path=platform/sun4u/kernel/crypto group=sys #dir path=platform/sun4u/kernel/crypto/amd64 group=sys #dir path=platform/sun4u/kernel/drv group=sys #dir path=platform/sun4u/kernel/drv/amd64 group=sys #dir path=platform/sun4u/kernel/misc group=sys #dir path=platform/sun4u/kernel/misc/amd64 group=sys #dir path=platform/sun4u/kernel/strmod group=sys #dir path=platform/sun4u/kernel/strmod/amd64 group=sys #dir path=platform/sun4u/kernel/tod group=sys #dir path=platform/sun4u/kernel/tod/amd64 group=sys #dir path=platform/sun4v group=sys #dir path=platform/sun4v/kernel group=sys #dir path=platform/sun4v/kernel/amd64 group=sys #dir path=platform/sun4v/kernel/cpu group=sys #dir path=platform/sun4v/kernel/cpu/amd64 group=sys #dir path=platform/sun4v/kernel/crypto group=sys #dir path=platform/sun4v/kernel/crypto/amd64 group=sys #dir path=platform/sun4v/kernel/drv group=sys #dir path=platform/sun4v/kernel/drv/amd64 group=sys #dir path=platform/sun4v/kernel/misc group=sys #dir path=platform/sun4v/kernel/misc/amd64 group=sys #dir path=platform/sun4v/kernel/sys group=sys #dir path=platform/sun4v/kernel/sys/amd64 group=sys #dir path=usr/share/man dir facet.doc.man=true group=bin mode=0755 owner=root path=usr/share/man/man4 #dir path=usr/share/man/man7d #dir path=usr/share/man/man7m #driver name=ac driver alias=acpivirtnex name=acpinex driver name=acpippm #driver name=adm1026 alias=i2c-adm1026 #driver name=adm1031 alias=i2c-adm1031 driver alias=pci1002,5a23 alias=pci1022,11ff name=amd_iommu perms="* 0644 root sys" #driver name=axq alias=SUNW,axq driver name=balloon perms="* 0444 root sys" #driver name=bbc_beep alias=SUNW,bbc-beep #driver name=central driver alias=cpu name=cpudrv #driver name=ctsmc alias=nct-ds80ch11-smc #driver name=db21554 alias=pci108e,6300 alias=pci108e,6301 alias=pci108e,6302 alias=pci108e,6303 alias=pci108e,6310 alias=pci108e,6311 alias=pci108e,6312 alias=pci108e,6313 alias=pci108e,6320 alias=pci108e,6323 alias=pci108e,6330 alias=pci108e,6331 alias=pci108e,6332 alias=pci108e,6333 alias=pci108e,6340 alias=pci108e,6343 alias=pci108e,6350 alias=pci108e,6353 alias=pci108e,6722 alias=pciclass,060940 alias=pciclass,060980 #driver name=dman perms="* 0600 root sys" driver name=domcaps perms="* 0444 root sys" #driver name=dr #driver name=ebus class=ebus alias=SUNW,ebus alias=SUNW,sun4v-ebus alias=isa alias=jbus-ebus #driver name=envctrl alias=SUNW,envctrl #driver name=envctrltwo alias=SUNW,envctrltwo perms="* 0644 root sys" policy="read_priv_set=sys_config write_priv_set=sys_config" #driver name=environ alias=environment #driver name=epic alias=SUNW,ebus-pic18lf65j10-env driver name=evtchn perms="* 0666 root sys" #driver name=fd perms="* 0666 root sys" alias=SUNW,fdtwo alias=fdthree alias=pnpALI,1533,0 #driver name=fhc #driver name=glvc #driver name=gpio_87317 alias=ns87317-gpio perms="* 0600 root sys" #driver name=grbeep alias=SUNW,smbus-beep #driver name=grfans alias=SUNW,smbus-fan-control #driver name=grppm alias=SUNW,smbus-ppm #driver name=hpc3130 perms="* 0644 root sys" alias=FJSV,hpc3130 alias=i2c-hpc3130 #driver name=i2bsc alias=SUNW,i2bsc #driver name=ics951601 alias=i2c-ics951601 #driver name=iosram driver alias=pciclass,060100 class=sysbus name=isa #driver name=isadma #driver name=jbusppm alias=jbus-ppm #driver name=lm75 alias=i2c-lm75 perms="* 0644 root sys" #driver name=lombus alias=SUNW,lombus perms="* 0644 root sys" #driver name=ltc1427 alias=i2c-ltc1427 perms="* 0644 root sys" #driver name=lw8 perms="* 0644 root sys" #driver name=m1535ppm alias=ali1535d+-ppm #driver name=max1617 alias=i2c-max1617 #driver name=mc-opl alias=FJSV,oplmc #driver name=mc-us3 alias=memory-controller #driver name=mc-us3i alias=SUNW,UltraSPARC-IIIi,mc #driver name=mdesc perms="* 0666 root sys" #driver name=mem_cache #driver name=mi2cv alias=fire-i2c #driver name=n2rng alias=SUNW,kt-rng alias=SUNW,n2-rng alias=SUNW,vf-rng driver alias=pciex_root_complex name=npe #driver name=ntwdt perms="* 0644 root sys" #driver name=oplmsu alias=FJSV,oplmsu #driver name=oplpanel alias=FJSV,panel #driver name=pca9556 alias=i2c-pca9555 alias=i2c-pca9556 #driver name=pcf8574 perms="* 0644 root sys" alias=i2c-pcf8574 alias=nct-PHG,pcf8574 #driver name=pcf8584 alias=SUNW,bbc-i2c alias=SUNW,i2c-pic16f747 alias=nct-PHG,pcf8584 #driver name=pcf8591 perms="* 0644 root sys" alias=i2c-pcf8591 alias=nct-PHG,pcf8591 driver class=pci name=pci #driver name=pcicmu alias=pci10cf,138f alias=pci10cf,1390 #driver name=pcipsy class=pci alias=SUNW,pci alias=pci alias=pci108e,8000 alias=pci108e,a000 alias=pci108e,a001 alias=pciclass,060000 #driver name=pcisch class=pci alias=pci108e,8001 alias=pci108e,8002 alias=pci108e,a801 #driver name=pic16f747 alias=SUNW,ebus-pic16f747-env #driver name=pic16f819 alias=SUNW,i2c-auxfan1 driver alias=SUNW,pit_beep name=pit_beep #driver name=pmc alias=SUNW,pmc #driver name=pmubus alias=pmu #driver name=pmugpio driver name=ppm driver name=privcmd perms="* 0666 root sys" #driver name=px alias=SUNW,sun4v-pci alias=pciex108e,80f0 alias=pciex108e,80f8 #driver name=qcn alias=SUNW,sun4v-console #driver name=rmc_comm #driver name=rmcadm #driver name=rmclomv #driver name=rootnex alias=cpu-unit alias=io-unit alias=mem-unit driver name=rootnex #driver name=sbbc alias=pci108e,c416 #driver name=sbus class=sbus #driver name=sbusmem #driver name=scfd alias=FJSV,scfc #driver name=schpc #driver name=schppm alias=gp2-ppm #driver name=seeprom alias=i2c-at24c64 alias=i2c-at34c02 #driver name=sgcn #driver name=sgenv #driver name=sgfru #driver name=sghsc #driver name=sgsbbc #driver name=simba alias=pci108e,5000 class=pci #driver name=simmstat alias=simm-status #driver name=smbus alias=i2c-smbus #driver name=smbus_ara alias=i2c-smbus-ara #driver name=sram #driver name=ssc050 alias=i2c-ssc050 perms="* 0644 root sys" #driver name=ssc100 alias=i2c-ssc100 perms="* 0644 root sys" #driver name=ssm perms="* 0640 root sys" #driver name=su perms="[a-z] 0666 root sys" perms="[a-z],cu 0600 uucp uucp" perms="ssp 0600 root sys" perms="sspctl 0600 root sys" #driver name=sysctrl alias=clock-board #driver name=tda8444 alias=i2c-tda8444 #driver name=tod perms="* 0600 root sys" #driver name=todds1287 alias=ds1287 #driver name=todds1307 #driver name=todds1337 alias=i2c-ds1337 #driver name=trapstat perms="* 0600 root sys" #driver name=tsalarm #driver name=upa64s alias=SUNW,upa64s alias=jbus-upa64s #driver name=vnex alias=SUNW,sun4v-virtual-devices alias=SUNW,virtual-devices #driver name=xcalppm alias=ebus-ppm #driver name=xcalwd driver name=xdb driver name=xdf driver name=xenbus perms="* 0666 root sys" driver name=xencons driver alias=xnb,ioemu name=xnbe driver alias=xnb alias=xnb,SUNW_mac name=xnbo driver alias=xnb,netfront name=xnbu driver name=xnf driver name=xpvd driver name=xpvtap perms="* 0666 root sys" #driver name=zs perms="[a-z] 0666 root sys" perms="[a-z],cu 0600 uucp uucp" #driver name=zsh perms="* 0666 root sys" #file path=platform/SUNW,A70/kernel/drv/ppm.conf group=sys #file path=platform/SUNW,A70/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Netra-CP2300/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Netra-CP2300/kernel/tod/amd64/todds1307 group=sys mode=0755 #file path=platform/SUNW,Netra-CP3010/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Netra-T12/kernel/drv/amd64/lw8 group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/amd64/ntwdt group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/amd64/sgenv group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/amd64/sgfru group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/lw8.conf group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/ntwdt.conf group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/sgenv.conf group=sys #file path=platform/SUNW,Netra-T12/kernel/drv/sgfru.conf group=sys #file path=platform/SUNW,Netra-T12/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Netra-T4/kernel/drv/amd64/lombus group=sys #file path=platform/SUNW,Netra-T4/kernel/drv/lombus.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/amd64/unix group=sys mode=0755 #file path=platform/SUNW,SPARC-Enterprise/kernel/cpu/amd64/FJSV,SPARC64-VI group=sys mode=0755 #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/dr group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/mc-opl group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/oplmsu group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/oplpanel group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/pcicmu group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/amd64/scfd group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/dr.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/mc-opl.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/oplpanel.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/options.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/drv/scfd.conf group=sys #file path=platform/SUNW,SPARC-Enterprise/kernel/misc/amd64/drmach group=sys mode=0755 #file path=platform/SUNW,SPARC-Enterprise/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Serverblade1/kernel/drv/amd64/bscbus group=sys #file path=platform/SUNW,Serverblade1/kernel/drv/amd64/bscv group=sys #file path=platform/SUNW,Serverblade1/kernel/drv/bscbus.conf group=sys #file path=platform/SUNW,Serverblade1/kernel/drv/bscv.conf group=sys #file path=platform/SUNW,Serverblade1/kernel/drv/options.conf group=sys #file path=platform/SUNW,Serverblade1/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Blade-100/kernel/drv/amd64/grfans group=sys #file path=platform/SUNW,Sun-Blade-100/kernel/drv/amd64/grppm group=sys #file path=platform/SUNW,Sun-Blade-100/kernel/drv/grppm.conf group=sys #file path=platform/SUNW,Sun-Blade-100/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Blade-1000/kernel/drv/amd64/xcalppm group=sys #file path=platform/SUNW,Sun-Blade-1000/kernel/drv/amd64/xcalwd group=sys #file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalppm.conf group=sys #file path=platform/SUNW,Sun-Blade-1000/kernel/drv/xcalwd.conf group=sys #file path=platform/SUNW,Sun-Blade-1000/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Blade-1500/kernel/drv/ppm.conf group=sys #file path=platform/SUNW,Sun-Blade-1500/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Blade-2500/kernel/drv/ppm.conf group=sys #file path=platform/SUNW,Sun-Blade-2500/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/amd64/unix group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/cpu/amd64/SUNW,UltraSPARC-III group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/cpu/amd64/SUNW,UltraSPARC-III+ group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/amd64/axq group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/amd64/dman group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/amd64/iosram group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/amd64/schpc group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/dman.conf group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/drv/schpc.conf group=sys #file path=platform/SUNW,Sun-Fire-15000/kernel/misc/amd64/mboxsc group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-15000/kernel/misc/amd64/scosmb group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-280R/kernel/drv/amd64/pcf8574 group=sys #file path=platform/SUNW,Sun-Fire-280R/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-480R/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-880/kernel/drv/amd64/hpc3130 group=sys #file path=platform/SUNW,Sun-Fire-880/kernel/drv/hpc3130.conf group=sys #file path=platform/SUNW,Sun-Fire-880/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-T200/kernel/drv/amd64/tsalarm group=sys #file path=platform/SUNW,Sun-Fire-T200/kernel/drv/tsalarm.conf group=sys #file path=platform/SUNW,Sun-Fire-V215/kernel/drv/su.conf group=sys #file path=platform/SUNW,Sun-Fire-V215/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-V240/kernel/drv/amd64/ntwdt group=sys #file path=platform/SUNW,Sun-Fire-V240/kernel/drv/amd64/tsalarm group=sys #file path=platform/SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf group=sys #file path=platform/SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf group=sys #file path=platform/SUNW,Sun-Fire-V240/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-V250/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-V440/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire-V445/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire/kernel/amd64/unix group=sys mode=0755 #file path=platform/SUNW,Sun-Fire/kernel/cpu/amd64/SUNW,UltraSPARC-III group=sys mode=0755 #file path=platform/SUNW,Sun-Fire/kernel/cpu/amd64/SUNW,UltraSPARC-III+ group=sys mode=0755 #file path=platform/SUNW,Sun-Fire/kernel/drv/amd64/sgcn group=sys #file path=platform/SUNW,Sun-Fire/kernel/drv/amd64/sghsc group=sys #file path=platform/SUNW,Sun-Fire/kernel/drv/amd64/sgsbbc group=sys #file path=platform/SUNW,Sun-Fire/kernel/drv/amd64/ssm group=sys #file path=platform/SUNW,Sun-Fire/kernel/drv/sghsc.conf group=sys #file path=platform/SUNW,Sun-Fire/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Sun-Fire/kernel/misc/amd64/sbdp group=sys mode=0755 #file path=platform/SUNW,Ultra-250/kernel/drv/amd64/envctrltwo group=sys #file path=platform/SUNW,Ultra-250/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Ultra-4/kernel/drv/amd64/envctrl group=sys #file path=platform/SUNW,Ultra-4/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Ultra-5_10/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/amd64/unix group=sys mode=0755 #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/cpu/amd64/SUNW,UltraSPARC-II group=sys mode=0755 #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/amd64/pcipsy group=sys #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/amd64/rootnex group=sys #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/drv/amd64/sbus group=sys #file path=platform/SUNW,Ultra-Enterprise-10000/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/ac group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/central group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/environ group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/fhc group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/simmstat group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/sram group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/amd64/sysctrl group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/drv/fhc.conf group=sys #file path=platform/SUNW,Ultra-Enterprise/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/SUNW,UltraAX-i2/kernel/misc/amd64/platmod group=sys mode=0755 file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/amd64/unix pkg.depend.bypass-generate=dtracestubs reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64/cpu.generic reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64/cpu_ms.AuthenticAMD reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64/cpu_ms.AuthenticAMD.15 reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64/cpu_ms.GenuineIntel reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/cpu/amd64/cpu_ms.GenuineIntel.6.46 reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/dacf/amd64/consconfig_dacf reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/acpinex reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/acpippm reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/amd_iommu reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/cpudrv reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/isa reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/npe reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/pci reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/pit_beep reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/ppm reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/drv/amd64/rootnex reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86pc/kernel/drv/acpippm.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86pc/kernel/drv/amd_iommu.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86pc/kernel/drv/pit_beep.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86pc/kernel/drv/ppm.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86pc/kernel/drv/rootnex.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/mach/amd64/apix reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/mach/amd64/pcplusmp reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/mach/amd64/uppc reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/misc/amd64/acpidev reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86pc/kernel/misc/amd64/gfx_private reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0444 original_name=SUNWcakr:platform/i86pc/ucode/amd-ucode.bin owner=root path=platform/i86pc/ucode/amd-ucode.bin preserve=true reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0444 original_name=SUNWcakr:platform/i86pc/ucode/intel-ucode.txt owner=root path=platform/i86pc/ucode/intel-ucode.txt preserve=true reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/amd64/unix pkg.depend.bypass-generate=dtracestubs reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu/amd64/cpu.generic reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu/amd64/cpu_ms.AuthenticAMD reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu/amd64/cpu_ms.AuthenticAMD.15 reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/cpu/amd64/cpu_ms.GenuineIntel reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/dacf/amd64/consconfig_dacf reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/balloon reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/domcaps reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/evtchn reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/isa reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/npe reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/pci reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/pit_beep reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/privcmd reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/rootnex reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xdb reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xdf reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xenbus reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xencons reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xnbe reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xnbo reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xnbu reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xnf reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xpvd reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/drv/amd64/xpvtap reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86xpv/kernel/drv/pit_beep.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0644 owner=root path=platform/i86xpv/kernel/drv/xencons.conf variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/mach/amd64/xpv_psm reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/mach/amd64/xpv_uppc reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/misc/amd64/gfx_private reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/misc/amd64/xnb reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/misc/amd64/xpv_autoconfig reboot-needed=true variant.opensolaris.zone=global file NOHASH group=sys mode=0755 owner=root path=platform/i86xpv/kernel/tod/amd64/xpvtod reboot-needed=true variant.opensolaris.zone=global #file path=platform/sun4u-us3/kernel/crypto/amd64/aes group=sys mode=0755 #file path=platform/sun4u/bootlst group=sys reboot-needed=true #file path=platform/sun4u/kernel/amd64/genunix group=sys mode=0755 #file path=platform/sun4u/kernel/amd64/unix group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-II group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-III group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-III+ group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IIIi group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IIIi+ group=sys mode=0755 #file path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IIe group=sys mode=0755 #file path=platform/sun4u/kernel/crypto/amd64/arcfour group=sys mode=0755 #file path=platform/sun4u/kernel/crypto/amd64/des group=sys mode=0755 #file path=platform/sun4u/kernel/crypto/amd64/md5 group=sys mode=0755 #file path=platform/sun4u/kernel/crypto/amd64/sha1 group=sys mode=0755 #file path=platform/sun4u/kernel/drv/amd64/adm1026 group=sys #file path=platform/sun4u/kernel/drv/amd64/adm1031 group=sys #file path=platform/sun4u/kernel/drv/amd64/bbc_beep group=sys #file path=platform/sun4u/kernel/drv/amd64/ctsmc group=sys #file path=platform/sun4u/kernel/drv/amd64/db21554 group=sys #file path=platform/sun4u/kernel/drv/amd64/ebus group=sys #file path=platform/sun4u/kernel/drv/amd64/epic group=sys #file path=platform/sun4u/kernel/drv/amd64/fd group=sys #file path=platform/sun4u/kernel/drv/amd64/gpio_87317 group=sys #file path=platform/sun4u/kernel/drv/amd64/grbeep group=sys #file path=platform/sun4u/kernel/drv/amd64/i2bsc group=sys #file path=platform/sun4u/kernel/drv/amd64/ics951601 group=sys #file path=platform/sun4u/kernel/drv/amd64/isadma group=sys #file path=platform/sun4u/kernel/drv/amd64/jbusppm group=sys #file path=platform/sun4u/kernel/drv/amd64/lm75 group=sys #file path=platform/sun4u/kernel/drv/amd64/ltc1427 group=sys #file path=platform/sun4u/kernel/drv/amd64/m1535ppm group=sys #file path=platform/sun4u/kernel/drv/amd64/max1617 group=sys #file path=platform/sun4u/kernel/drv/amd64/mc-us3 group=sys #file path=platform/sun4u/kernel/drv/amd64/mc-us3i group=sys #file path=platform/sun4u/kernel/drv/amd64/mem_cache group=sys #file path=platform/sun4u/kernel/drv/amd64/mi2cv group=sys #file path=platform/sun4u/kernel/drv/amd64/pca9556 group=sys #file path=platform/sun4u/kernel/drv/amd64/pcf8574 group=sys #file path=platform/sun4u/kernel/drv/amd64/pcf8584 group=sys #file path=platform/sun4u/kernel/drv/amd64/pcf8591 group=sys #file path=platform/sun4u/kernel/drv/amd64/pcipsy group=sys #file path=platform/sun4u/kernel/drv/amd64/pcisch group=sys #file path=platform/sun4u/kernel/drv/amd64/pic16f747 group=sys #file path=platform/sun4u/kernel/drv/amd64/pic16f819 group=sys #file path=platform/sun4u/kernel/drv/amd64/pmc group=sys #file path=platform/sun4u/kernel/drv/amd64/pmubus group=sys #file path=platform/sun4u/kernel/drv/amd64/pmugpio group=sys #file path=platform/sun4u/kernel/drv/amd64/power group=sys #file path=platform/sun4u/kernel/drv/amd64/ppm group=sys #file path=platform/sun4u/kernel/drv/amd64/px group=sys #file path=platform/sun4u/kernel/drv/amd64/rmc_comm group=sys #file path=platform/sun4u/kernel/drv/amd64/rmcadm group=sys #file path=platform/sun4u/kernel/drv/amd64/rmclomv group=sys #file path=platform/sun4u/kernel/drv/amd64/rootnex group=sys #file path=platform/sun4u/kernel/drv/amd64/sbbc group=sys #file path=platform/sun4u/kernel/drv/amd64/sbus group=sys #file path=platform/sun4u/kernel/drv/amd64/sbusmem group=sys #file path=platform/sun4u/kernel/drv/amd64/schppm group=sys #file path=platform/sun4u/kernel/drv/amd64/seeprom group=sys #file path=platform/sun4u/kernel/drv/amd64/simba group=sys #file path=platform/sun4u/kernel/drv/amd64/smbus group=sys #file path=platform/sun4u/kernel/drv/amd64/smbus_ara group=sys #file path=platform/sun4u/kernel/drv/amd64/ssc050 group=sys #file path=platform/sun4u/kernel/drv/amd64/ssc100 group=sys #file path=platform/sun4u/kernel/drv/amd64/su group=sys #file path=platform/sun4u/kernel/drv/amd64/tda8444 group=sys #file path=platform/sun4u/kernel/drv/amd64/trapstat group=sys #file path=platform/sun4u/kernel/drv/amd64/upa64s group=sys #file path=platform/sun4u/kernel/drv/amd64/zs group=sys #file path=platform/sun4u/kernel/drv/amd64/zsh group=sys #file path=platform/sun4u/kernel/drv/i2bsc.conf group=sys #file path=platform/sun4u/kernel/drv/mem_cache.conf group=sys #file path=platform/sun4u/kernel/drv/rmc_comm.conf group=sys #file path=platform/sun4u/kernel/drv/rmcadm.conf group=sys #file path=platform/sun4u/kernel/drv/rmclomv.conf group=sys #file path=platform/sun4u/kernel/drv/sbusmem.conf group=sys #file path=platform/sun4u/kernel/drv/trapstat.conf group=sys #file path=platform/sun4u/kernel/drv/zsh.conf group=sys #file path=platform/sun4u/kernel/misc/amd64/bignum group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/bootdev group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/forthdebug group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/i2c_svc group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/kmdbmod group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/obpsym group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/opl_cfg group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/pcie group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/sbd group=sys mode=0755 #file path=platform/sun4u/kernel/misc/amd64/vis group=sys mode=0755 #file path=platform/sun4u/kernel/strmod/amd64/kb group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todblade group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todbq4802 group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todds1287 group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todds1337 group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todm5819 group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todm5819p_rmc group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todm5823 group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todmostek group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todopl group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todsg group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todstarcat group=sys mode=0755 #file path=platform/sun4u/kernel/tod/amd64/todstarfire group=sys mode=0755 #file path=platform/sun4v/bootlst group=sys reboot-needed=true #file path=platform/sun4v/kernel/amd64/genunix group=sys mode=0755 #file path=platform/sun4v/kernel/amd64/unix group=sys mode=0755 #file path=platform/sun4v/kernel/cpu/amd64/generic group=sys mode=0755 #file path=platform/sun4v/kernel/crypto/amd64/arcfour group=sys mode=0755 #file path=platform/sun4v/kernel/crypto/amd64/md5 group=sys mode=0755 #file path=platform/sun4v/kernel/drv/amd64/bge group=sys #file path=platform/sun4v/kernel/drv/amd64/bmc group=sys #file path=platform/sun4v/kernel/drv/amd64/ebus group=sys #file path=platform/sun4v/kernel/drv/amd64/glvc group=sys #file path=platform/sun4v/kernel/drv/amd64/mdesc group=sys #file path=platform/sun4v/kernel/drv/amd64/n2rng group=sys #file path=platform/sun4v/kernel/drv/amd64/ntwdt group=sys #file path=platform/sun4v/kernel/drv/amd64/px group=sys #file path=platform/sun4v/kernel/drv/amd64/qcn group=sys #file path=platform/sun4v/kernel/drv/amd64/rootnex group=sys #file path=platform/sun4v/kernel/drv/amd64/su group=sys #file path=platform/sun4v/kernel/drv/amd64/trapstat group=sys #file path=platform/sun4v/kernel/drv/amd64/vnex group=sys #file path=platform/sun4v/kernel/drv/bge.conf group=sys #file path=platform/sun4v/kernel/drv/bmc.conf group=sys #file path=platform/sun4v/kernel/drv/mdesc.conf group=sys #file path=platform/sun4v/kernel/drv/n2rng.conf group=sys #file path=platform/sun4v/kernel/drv/ntwdt.conf group=sys #file path=platform/sun4v/kernel/drv/trapstat.conf group=sys #file path=platform/sun4v/kernel/misc/amd64/bootdev group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/forthdebug group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/kmdbmod group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/obpsym group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/pcie group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/platmod group=sys mode=0755 #file path=platform/sun4v/kernel/misc/amd64/vis group=sys mode=0755 #file path=usr/share/man/man4/sbus.4 file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man4/sysbus.4 #file path=usr/share/man/man7d/bbc_beep.7d #file path=usr/share/man/man7d/ctsmc.7d #file path=usr/share/man/man7d/dr.7d #file path=usr/share/man/man7d/fd.7d #file path=usr/share/man/man7d/gpio_87317.7d #file path=usr/share/man/man7d/grbeep.7d #file path=usr/share/man/man7d/mc-opl.7d #file path=usr/share/man/man7d/n2rng.7d #file path=usr/share/man/man7d/ncp.7d file NOHASH facet.doc.man=true group=bin mode=0444 owner=root path=usr/share/man/man7d/npe.7d #file path=usr/share/man/man7d/ntwdt.7d #file path=usr/share/man/man7d/oplmsu.7d #file path=usr/share/man/man7d/oplpanel.7d #file path=usr/share/man/man7d/pcicmu.7d #file path=usr/share/man/man7d/pcipsy.7d #file path=usr/share/man/man7d/pcisch.7d #file path=usr/share/man/man7d/schpc.7d #file path=usr/share/man/man7d/smbus.7d #file path=usr/share/man/man7d/su.7d #file path=usr/share/man/man7d/todopl.7d #file path=usr/share/man/man7d/tsalarm.7d #file path=usr/share/man/man7d/zs.7d #file path=usr/share/man/man7d/zsh.7d #file path=usr/share/man/man7m/kb.7m hardlink path=platform/i86pc/kernel/cpu/amd64/cpu_ms.GenuineIntel.6.47 target=cpu_ms.GenuineIntel.6.46 variant.opensolaris.zone=global #hardlink path=platform/sun4u/kernel/misc/amd64/md5 target=../../../kernel/crypto/amd64/md5 #hardlink path=platform/sun4u/kernel/misc/amd64/sha1 target=../../../kernel/crypto/amd64/sha1 #hardlink path=platform/sun4v/kernel/misc/amd64/md5 target=../../../kernel/crypto/amd64/md5 legacy arch=i386.i86pc category=system desc="core kernel software for a specific hardware platform group" hotline="Please contact your local service provider" name="Core Solaris Kernel Architecture (Root)" pkg=SUNWcakr.i vendor=Illumos version=11.11,REV=2009.11.11 #legacy pkg=SUNWcakr.u arch=i386.sun4u desc="core kernel software for a specific hardware platform group" name="Core Solaris Kernel Architecture (Root)" #legacy pkg=SUNWcakr.v arch=i386.sun4v desc="core kernel software for a specific hardware platform group" name="Core Solaris Kernel Architecture (Root)" #legacy pkg=SUNWcakrnt2000.v arch=i386.sun4v desc="driver software for the Netra-T2000 hardware platform" name="Platform Specific Drivers for Netra-T2000, (Root)" legacy arch=i386.i86pc category=system desc="core kernel software for the i86xpv virtual hardware platform" hotline="Please contact your local service provider" name="Core Kernel Architecture i86xpv, (Root)" pkg=SUNWcakrx.i vendor=Illumos version=11.11,REV=2009.11.11 license cr_Sun license=cr_Sun license lic_CDDL license=lic_CDDL license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE #license usr/src/stand/lib/tcp/THIRDPARTYLICENSE license=usr/src/stand/lib/tcp/THIRDPARTYLICENSE license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode license usr/src/uts/common/zmod/THIRDPARTYLICENSE license=usr/src/uts/common/zmod/THIRDPARTYLICENSE license usr/src/uts/intel/THIRDPARTYLICENSE license=usr/src/uts/intel/THIRDPARTYLICENSE #link path=platform/SUNW,A70/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Netra-CP3010/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Netra-T12/kernel/amd64 target=../../SUNW,Sun-Fire/kernel/amd64 #link path=platform/SUNW,Netra-T12/kernel/cpu target=../../SUNW,Sun-Fire/kernel/cpu #link path=platform/SUNW,Netra-T12/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Netra-T12/kernel/drv/amd64/sgcn target=../../../../SUNW,Sun-Fire/kernel/drv/amd64/sgcn #link path=platform/SUNW,Netra-T12/kernel/drv/amd64/sgsbbc target=../../../../SUNW,Sun-Fire/kernel/drv/amd64/sgsbbc #link path=platform/SUNW,Netra-T12/kernel/drv/amd64/ssm target=../../../../SUNW,Sun-Fire/kernel/drv/amd64/ssm #link path=platform/SUNW,Netra-T12/kernel/misc/amd64/sbdp target=../../../../SUNW,Sun-Fire/kernel/misc/amd64/sbdp #link path=platform/SUNW,Netra-T4/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Netra-T4/kernel/misc/amd64/platmod target=../../../../SUNW,Sun-Fire-280R/kernel/misc/amd64/platmod #link path=platform/SUNW,SPARC-Enterprise/kernel/cpu/amd64/FJSV,SPARC64-VII target=FJSV,SPARC64-VI #link path=platform/SUNW,SPARC-Enterprise/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Blade-1000/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Blade-1500/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Blade-2500/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-15000/kernel/cpu/amd64/SUNW,UltraSPARC-IV target=SUNW,UltraSPARC-III+ #link path=platform/SUNW,Sun-Fire-15000/kernel/cpu/amd64/SUNW,UltraSPARC-IV+ target=SUNW,UltraSPARC-III+ #link path=platform/SUNW,Sun-Fire-15000/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-280R/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-480R/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-880/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-V215/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-V240/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-V250/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-V440/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire-V440/kernel/drv/amd64/ntwdt target=../../../../SUNW,Sun-Fire-V240/kernel/drv/amd64/ntwdt #link path=platform/SUNW,Sun-Fire-V440/kernel/drv/amd64/tsalarm target=../../../../SUNW,Sun-Fire-V240/kernel/drv/amd64/tsalarm #link path=platform/SUNW,Sun-Fire-V440/kernel/drv/ntwdt.conf target=../../../SUNW,Sun-Fire-V240/kernel/drv/ntwdt.conf #link path=platform/SUNW,Sun-Fire-V440/kernel/drv/tsalarm.conf target=../../../SUNW,Sun-Fire-V240/kernel/drv/tsalarm.conf #link path=platform/SUNW,Sun-Fire-V445/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Sun-Fire/kernel/cpu/amd64/SUNW,UltraSPARC-IV target=SUNW,UltraSPARC-III+ #link path=platform/SUNW,Sun-Fire/kernel/cpu/amd64/SUNW,UltraSPARC-IV+ target=SUNW,UltraSPARC-III+ #link path=platform/SUNW,Sun-Fire/kernel/crypto/amd64/aes target=../../../../sun4u-us3/kernel/crypto/amd64/aes #link path=platform/SUNW,Ultra-80/kernel/misc/amd64/platmod target=../../../../SUNW,Ultra-5_10/kernel/misc/amd64/platmod #link path=platform/SUNW,Ultra-Enterprise-10000/kernel/unix target=amd64/unix #link path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IIi target=SUNW,UltraSPARC-II #link path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IV target=SUNW,UltraSPARC-III+ #link path=platform/sun4u/kernel/cpu/amd64/SUNW,UltraSPARC-IV+ target=SUNW,UltraSPARC-III+ #link path=platform/sun4u/kernel/misc/amd64/des target=../../../kernel/crypto/amd64/des #link path=platform/sun4u/kernel/unix target=amd64/unix #link path=platform/sun4v/kernel/cpu/amd64/sun4v target=generic #link path=platform/sun4v/kernel/unix target=amd64/unix link facet.doc.man=true path=usr/share/man/man4/isa.4 target=sysbus.4 #link path=usr/share/man/man7d/drmach.7d target=dr.7d link facet.doc.man=true path=usr/share/man/man7d/fdc.7d target=fd.7d #link path=usr/share/man/man7d/ngdr.7d target=dr.7d #link path=usr/share/man/man7d/ngdrmach.7d target=dr.7d # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # These actions represent settings which should appear in every package. # # # Name the consolidation this package came from. # set name=org.opensolaris.consolidation value=osnet # # Indicate that the package was published in a zones aware # fashion. # set name=variant.opensolaris.zone value=global value=nonglobal # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # # Only publish packages for the currently specified architecture # # This is somewhat nonintuitive. In English: # # For any action of type "set", # if the "name" property matches the regex "variant.arch", # and *every* occurrence of the "value" property does not match # $ARCH, then don't publish it. # # ...in other words, if *any* occurrence of "value" matches i386, # then the negative lookahead assertion in the regex will fail, and we # won't abort based on the action. # # # Catch don't-publish settings from manifest-embedded transforms # # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # # # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet # at http://www.illumos.org/license/CDDL. # # Copyright 2011, Richard Lowe # Manual pages are documentation, and more specifically 'man' documentation # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2011, Richard Lowe # # # For kernel/drv, set .conf files to mode 0644. Assume all other # files there are drivers, and give them mode 0755 and reboot-needed. # # The (?