1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright (c) 2014, 2017 by Delphix. All rights reserved. 25# Copyright 2013 Saso Kiselkov. All rights reserved. 26# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 27# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> 28# Copyright 2017 James S Blachly, MD <james.blachly@gmail.com> 29# Copyright 2019 Peter Tribble. 30# Copyright 2019 RackTop Systems 31# Copyright 2019 Joyent, Inc. 32# 33 34# 35# The default for payload-bearing actions in this package is to appear in the 36# global zone only. See the include file for greater detail, as well as 37# information about overriding the defaults. 38# 39<include global_zone_only_component> 40<include system-kernel.man2.inc> 41<include system-kernel.man4.inc> 42<include system-kernel.man4d.inc> 43<include system-kernel.man4fs.inc> 44<include system-kernel.man4m.inc> 45<include system-kernel.man4p.inc> 46<include system-kernel.man5.inc> 47<include system-kernel.man7.inc> 48<include system-kernel.man8.inc> 49<include system-kernel.man9.inc> 50<include system-kernel.man9e.inc> 51<include system-kernel.man9f.inc> 52<include system-kernel.man9p.inc> 53<include system-kernel.man9s.inc> 54set name=pkg.fmri value=pkg:/system/kernel@$(PKGVERS) 55set name=pkg.summary value="Core Solaris Kernel" 56set name=pkg.description \ 57 value="core kernel software for a specific instruction-set architecture" 58set name=info.classification value=org.opensolaris.category.2008:System/Core 59set name=variant.arch value=$(ARCH) 60dir path=boot group=sys 61$(i386_ONLY)dir path=boot/acpi group=sys 62$(i386_ONLY)dir path=boot/acpi/tables group=sys 63dir path=boot/solaris group=sys 64dir path=boot/solaris/bin group=sys 65$(i386_ONLY)file path=boot/solaris/bin/create_diskmap group=sys mode=0555 66file path=boot/solaris/bin/create_ramdisk group=sys mode=0555 67file path=boot/solaris/bin/extract_boot_filelist group=sys mode=0555 68$(i386_ONLY)link path=boot/solaris/bin/root_archive \ 69 target=../../../usr/sbin/root_archive 70$(i386_ONLY)file path=boot/solaris/bin/symdef group=sys mode=0555 71$(i386_ONLY)file path=boot/solaris/bin/update_grub group=sys mode=0555 72file path=boot/solaris/filelist.ramdisk group=sys 73file path=boot/solaris/filelist.safe group=sys 74link path=dev/dld target=../devices/pseudo/dld@0:ctl 75dir path=etc group=sys 76dir path=etc/crypto group=sys 77file path=etc/crypto/kcf.conf group=sys \ 78 original_name=SUNWckr:etc/crypto/kcf.conf preserve=true 79$(i386_ONLY)file path=etc/mach group=sys original_name=SUNWos86r:etc/mach \ 80 preserve=true 81file path=etc/name_to_sysnum group=sys \ 82 original_name=SUNWckr:etc/name_to_sysnum preserve=renameold 83dir path=etc/sock2path.d group=sys 84file path=etc/sock2path.d/system%2Fkernel group=sys 85file path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true 86dir path=kernel group=sys 87$(i386_ONLY)dir path=kernel/$(ARCH64) group=sys 88$(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755 89dir path=kernel/cc group=sys 90dir path=kernel/cc/$(ARCH64) group=sys 91file path=kernel/cc/$(ARCH64)/cc_cubic group=sys mode=0755 92file path=kernel/cc/$(ARCH64)/cc_newreno group=sys mode=0755 93file path=kernel/cc/$(ARCH64)/cc_sunreno group=sys mode=0755 94dir path=kernel/crypto group=sys 95dir path=kernel/crypto/$(ARCH64) group=sys 96file path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755 97file path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755 98file path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755 99file path=kernel/crypto/$(ARCH64)/des group=sys mode=0755 100file path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755 101file path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755 102file path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755 103file path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755 104file path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755 105file path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755 106file path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755 107file path=kernel/crypto/$(ARCH64)/skein group=sys mode=0755 108file path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755 109dir path=kernel/dacf group=sys 110dir path=kernel/dacf/$(ARCH64) group=sys 111file path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755 112dir path=kernel/drv group=sys 113dir path=kernel/drv/$(ARCH64) group=sys 114$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys 115$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys 116file path=kernel/drv/$(ARCH64)/aggr group=sys 117file path=kernel/drv/$(ARCH64)/arp group=sys 118file path=kernel/drv/$(ARCH64)/bl group=sys 119file path=kernel/drv/$(ARCH64)/bridge group=sys 120file path=kernel/drv/$(ARCH64)/clone group=sys 121file path=kernel/drv/$(ARCH64)/cn group=sys 122file path=kernel/drv/$(ARCH64)/conskbd group=sys 123file path=kernel/drv/$(ARCH64)/consms group=sys 124file path=kernel/drv/$(ARCH64)/cpuid group=sys 125$(i386_ONLY)file path=kernel/drv/$(ARCH64)/cpunex group=sys 126file path=kernel/drv/$(ARCH64)/crypto group=sys 127file path=kernel/drv/$(ARCH64)/cryptoadm group=sys 128file path=kernel/drv/$(ARCH64)/devinfo group=sys 129file path=kernel/drv/$(ARCH64)/dld group=sys 130file path=kernel/drv/$(ARCH64)/dlpistub group=sys 131file path=kernel/drv/$(ARCH64)/i8042 group=sys 132file path=kernel/drv/$(ARCH64)/icmp group=sys 133file path=kernel/drv/$(ARCH64)/icmp6 group=sys 134$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys 135$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys 136$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys 137file path=kernel/drv/$(ARCH64)/ip group=sys 138file path=kernel/drv/$(ARCH64)/ip6 group=sys 139file path=kernel/drv/$(ARCH64)/ipnet group=sys 140file path=kernel/drv/$(ARCH64)/ippctl group=sys 141file path=kernel/drv/$(ARCH64)/ipsecah group=sys 142file path=kernel/drv/$(ARCH64)/ipsecesp group=sys 143file path=kernel/drv/$(ARCH64)/iptun group=sys 144file path=kernel/drv/$(ARCH64)/iwscn group=sys 145file path=kernel/drv/$(ARCH64)/kb8042 group=sys 146file path=kernel/drv/$(ARCH64)/keysock group=sys 147file path=kernel/drv/$(ARCH64)/kmdb group=sys 148file path=kernel/drv/$(ARCH64)/llc1 group=sys 149file path=kernel/drv/$(ARCH64)/lofi group=sys 150file path=kernel/drv/$(ARCH64)/log group=sys 151$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys 152file path=kernel/drv/$(ARCH64)/mm group=sys 153file path=kernel/drv/$(ARCH64)/mouse8042 group=sys 154$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys 155file path=kernel/drv/$(ARCH64)/nulldriver group=sys 156file path=kernel/drv/$(ARCH64)/openeepr group=sys 157file path=kernel/drv/$(ARCH64)/options group=sys 158file path=kernel/drv/$(ARCH64)/pci_pci group=sys 159file path=kernel/drv/$(ARCH64)/pcieb group=sys 160file path=kernel/drv/$(ARCH64)/physmem group=sys 161file path=kernel/drv/$(ARCH64)/poll group=sys 162$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys 163file path=kernel/drv/$(ARCH64)/pseudo group=sys 164file path=kernel/drv/$(ARCH64)/ptc group=sys 165file path=kernel/drv/$(ARCH64)/ptsl group=sys 166file path=kernel/drv/$(ARCH64)/ramdisk group=sys 167file path=kernel/drv/$(ARCH64)/random group=sys 168file path=kernel/drv/$(ARCH64)/rts group=sys 169file path=kernel/drv/$(ARCH64)/sad group=sys 170file path=kernel/drv/$(ARCH64)/scsi_vhci group=sys 171file path=kernel/drv/$(ARCH64)/sd group=sys 172file path=kernel/drv/$(ARCH64)/sgen group=sys 173file path=kernel/drv/$(ARCH64)/simnet group=sys 174$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys 175file path=kernel/drv/$(ARCH64)/softmac group=sys 176file path=kernel/drv/$(ARCH64)/spdsock group=sys 177file path=kernel/drv/$(ARCH64)/st group=sys 178file path=kernel/drv/$(ARCH64)/sy group=sys 179file path=kernel/drv/$(ARCH64)/sysevent group=sys 180file path=kernel/drv/$(ARCH64)/sysmsg group=sys 181file path=kernel/drv/$(ARCH64)/tcp group=sys 182file path=kernel/drv/$(ARCH64)/tcp6 group=sys 183file path=kernel/drv/$(ARCH64)/tl group=sys 184$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys 185$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys 186file path=kernel/drv/$(ARCH64)/udp group=sys 187file path=kernel/drv/$(ARCH64)/udp6 group=sys 188file path=kernel/drv/$(ARCH64)/ufm group=sys 189$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys 190file path=kernel/drv/$(ARCH64)/vnic group=sys 191file path=kernel/drv/$(ARCH64)/wc group=sys 192$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys 193file path=kernel/drv/aggr.conf group=sys 194file path=kernel/drv/arp.conf group=sys 195file path=kernel/drv/bl.conf group=sys 196file path=kernel/drv/bridge.conf group=sys 197file path=kernel/drv/clone.conf group=sys 198file path=kernel/drv/cn.conf group=sys 199file path=kernel/drv/conskbd.conf group=sys 200file path=kernel/drv/consms.conf group=sys 201file path=kernel/drv/cpuid.conf group=sys 202file path=kernel/drv/crypto.conf group=sys 203file path=kernel/drv/cryptoadm.conf group=sys 204file path=kernel/drv/devinfo.conf group=sys 205file path=kernel/drv/dld.conf group=sys 206file path=kernel/drv/dlpistub.conf group=sys 207file path=kernel/drv/icmp.conf group=sys 208file path=kernel/drv/icmp6.conf group=sys 209$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys 210$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys 211$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys 212file path=kernel/drv/ip.conf group=sys 213file path=kernel/drv/ip6.conf group=sys 214file path=kernel/drv/ipnet.conf group=sys 215file path=kernel/drv/ippctl.conf group=sys 216file path=kernel/drv/ipsecah.conf group=sys 217file path=kernel/drv/ipsecesp.conf group=sys 218file path=kernel/drv/iptun.conf group=sys 219file path=kernel/drv/iwscn.conf group=sys 220file path=kernel/drv/keysock.conf group=sys 221file path=kernel/drv/kmdb.conf group=sys 222file path=kernel/drv/llc1.conf group=sys 223file path=kernel/drv/lofi.conf group=sys 224file path=kernel/drv/log.conf group=sys \ 225 original_name=SUNWckr:kernel/drv/log.conf preserve=true 226$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys 227file path=kernel/drv/mm.conf group=sys 228$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \ 229 original_name=SUNWckr:kernel/drv/mpt.conf preserve=true 230file path=kernel/drv/openeepr.conf group=sys 231file path=kernel/drv/options.conf group=sys 232file path=kernel/drv/pcieb.conf group=sys 233file path=kernel/drv/physmem.conf group=sys 234file path=kernel/drv/poll.conf group=sys 235$(i386_ONLY)file path=kernel/drv/power.conf group=sys 236file path=kernel/drv/pseudo.conf group=sys 237file path=kernel/drv/ptc.conf group=sys 238file path=kernel/drv/ptsl.conf group=sys 239file path=kernel/drv/ramdisk.conf group=sys 240file path=kernel/drv/random.conf group=sys 241file path=kernel/drv/rts.conf group=sys 242file path=kernel/drv/sad.conf group=sys 243file path=kernel/drv/scsi_vhci.conf group=sys \ 244 original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true 245$(i386_ONLY)file path=kernel/drv/sd.conf group=sys \ 246 original_name=SUNWos86r:kernel/drv/sd.conf preserve=true 247file path=kernel/drv/sgen.conf group=sys \ 248 original_name=SUNWckr:kernel/drv/sgen.conf preserve=true 249file path=kernel/drv/simnet.conf group=sys 250$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys 251file path=kernel/drv/softmac.conf group=sys 252file path=kernel/drv/spdsock.conf group=sys 253file path=kernel/drv/st.conf group=sys \ 254 original_name=SUNWckr:kernel/drv/st.conf preserve=true 255file path=kernel/drv/sy.conf group=sys 256file path=kernel/drv/sysevent.conf group=sys 257file path=kernel/drv/sysmsg.conf group=sys 258file path=kernel/drv/tcp.conf group=sys 259file path=kernel/drv/tcp6.conf group=sys 260file path=kernel/drv/tl.conf group=sys 261$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys 262$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys 263file path=kernel/drv/udp.conf group=sys 264file path=kernel/drv/udp6.conf group=sys 265file path=kernel/drv/ufm.conf group=sys 266file path=kernel/drv/vnic.conf group=sys 267file path=kernel/drv/wc.conf group=sys 268dir path=kernel/exec group=sys 269dir path=kernel/exec/$(ARCH64) group=sys 270file path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755 271file path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755 272dir path=kernel/firmware group=sys 273dir path=kernel/fs group=sys 274dir path=kernel/fs/$(ARCH64) group=sys 275file path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755 276file path=kernel/fs/$(ARCH64)/bootfs group=sys mode=0755 277file path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755 278file path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755 279file path=kernel/fs/$(ARCH64)/dev group=sys mode=0755 280file path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755 281file path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755 282file path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755 283file path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755 284file path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755 285file path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755 286file path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755 287file path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755 288file path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755 289file path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755 290file path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755 291file path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755 292file path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755 293dir path=kernel/ipp group=sys 294dir path=kernel/ipp/$(ARCH64) group=sys 295file path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755 296dir path=kernel/kiconv group=sys 297dir path=kernel/kiconv/$(ARCH64) group=sys 298file path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755 299file path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755 300file path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755 301file path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755 302file path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755 303dir path=kernel/mac group=sys 304dir path=kernel/mac/$(ARCH64) group=sys 305file path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755 306file path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755 307file path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755 308file path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755 309file path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755 310file path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755 311dir path=kernel/misc group=sys 312dir path=kernel/misc/$(ARCH64) group=sys 313$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755 314file path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755 315$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755 316file path=kernel/misc/$(ARCH64)/busra group=sys mode=0755 317file path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755 318file path=kernel/misc/$(ARCH64)/cc group=sys mode=0755 319file path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755 320file path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755 321file path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755 322link path=kernel/misc/$(ARCH64)/des target=../../../kernel/crypto/$(ARCH64)/des 323file path=kernel/misc/$(ARCH64)/dls group=sys mode=0755 324# Sadly vuid mouse support is in different packages on different platforms 325# While kstat(4D) is in SUNWcs, the structures are general 326hardlink path=kernel/misc/$(ARCH64)/edonr \ 327 target=../../../kernel/crypto/$(ARCH64)/edonr 328file path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755 329file path=kernel/misc/$(ARCH64)/gld group=sys mode=0755 330file path=kernel/misc/$(ARCH64)/hook group=sys mode=0755 331file path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755 332file path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755 333$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755 334file path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755 335file path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755 336file path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755 337$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755 338file path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755 339file path=kernel/misc/$(ARCH64)/mac group=sys mode=0755 340hardlink path=kernel/misc/$(ARCH64)/md5 \ 341 target=../../../kernel/crypto/$(ARCH64)/md5 342file path=kernel/misc/$(ARCH64)/mii group=sys mode=0755 343$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755 344file path=kernel/misc/$(ARCH64)/neti group=sys mode=0755 345$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755 346$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 347$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcie group=sys mode=0755 348file path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755 349file path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755 350file path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755 351file path=kernel/misc/$(ARCH64)/sata group=sys mode=0755 352file path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755 353hardlink path=kernel/misc/$(ARCH64)/sha1 \ 354 target=../../../kernel/crypto/$(ARCH64)/sha1 355hardlink path=kernel/misc/$(ARCH64)/sha2 \ 356 target=../../../kernel/crypto/$(ARCH64)/sha2 357hardlink path=kernel/misc/$(ARCH64)/skein \ 358 target=../../../kernel/crypto/$(ARCH64)/skein 359file path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755 360file path=kernel/misc/$(ARCH64)/tem group=sys mode=0755 361file path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755 362dir path=kernel/misc/scsi_vhci group=sys 363dir path=kernel/misc/scsi_vhci/$(ARCH64) group=sys 364file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \ 365 mode=0755 366file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \ 367 mode=0755 368file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755 369file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \ 370 mode=0755 371file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \ 372 mode=0755 373file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755 374file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755 375file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \ 376 mode=0755 377dir path=kernel/sched group=sys 378dir path=kernel/sched/$(ARCH64) group=sys 379file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755 380file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755 381file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755 382dir path=kernel/socketmod group=sys 383dir path=kernel/socketmod/$(ARCH64) group=sys 384hardlink path=kernel/socketmod/$(ARCH64)/icmp \ 385 target=../../../kernel/drv/$(ARCH64)/icmp 386hardlink path=kernel/socketmod/$(ARCH64)/rts \ 387 target=../../../kernel/drv/$(ARCH64)/rts 388file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755 389hardlink path=kernel/socketmod/$(ARCH64)/tcp \ 390 target=../../../kernel/drv/$(ARCH64)/tcp 391file path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755 392hardlink path=kernel/socketmod/$(ARCH64)/udp \ 393 target=../../../kernel/drv/$(ARCH64)/udp 394dir path=kernel/strmod group=sys 395dir path=kernel/strmod/$(ARCH64) group=sys 396hardlink path=kernel/strmod/$(ARCH64)/arp \ 397 target=../../../kernel/drv/$(ARCH64)/arp 398file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755 399file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755 400file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755 401file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755 402hardlink path=kernel/strmod/$(ARCH64)/icmp \ 403 target=../../../kernel/drv/$(ARCH64)/icmp 404hardlink path=kernel/strmod/$(ARCH64)/ip target=../../../kernel/drv/$(ARCH64)/ip 405hardlink path=kernel/strmod/$(ARCH64)/ipsecah \ 406 target=../../../kernel/drv/$(ARCH64)/ipsecah 407hardlink path=kernel/strmod/$(ARCH64)/ipsecesp \ 408 target=../../../kernel/drv/$(ARCH64)/ipsecesp 409hardlink path=kernel/strmod/$(ARCH64)/keysock \ 410 target=../../../kernel/drv/$(ARCH64)/keysock 411file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755 412file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755 413file path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755 414file path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755 415file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755 416file path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755 417file path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755 418hardlink path=kernel/strmod/$(ARCH64)/tcp \ 419 target=../../../kernel/drv/$(ARCH64)/tcp 420file path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755 421file path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755 422file path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755 423hardlink path=kernel/strmod/$(ARCH64)/udp \ 424 target=../../../kernel/drv/$(ARCH64)/udp 425dir path=kernel/sys group=sys 426dir path=kernel/sys/$(ARCH64) group=sys 427hardlink path=kernel/sys/$(ARCH64)/autofs \ 428 target=../../../kernel/fs/$(ARCH64)/autofs 429file path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755 430file path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755 431file path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755 432file path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755 433file path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755 434file path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755 435file path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755 436file path=kernel/sys/$(ARCH64)/pset group=sys mode=0755 437hardlink path=kernel/sys/$(ARCH64)/rpcmod \ 438 target=../../../kernel/strmod/$(ARCH64)/rpcmod 439file path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755 440file path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755 441dir path=lib 442dir path=lib/svc 443dir path=lib/svc/manifest group=sys 444dir path=lib/svc/manifest/system group=sys 445file path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444 446file path=lib/svc/manifest/system/intrd.xml group=sys mode=0444 447file path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444 448dir path=lib/svc/method 449file path=lib/svc/method/svc-dumpadm mode=0555 450file path=lib/svc/method/svc-intrd mode=0555 451file path=lib/svc/method/svc-scheduler mode=0555 452dir path=usr/kernel group=sys 453dir path=usr/kernel/drv group=sys 454dir path=usr/kernel/drv/$(ARCH64) group=sys 455file path=usr/kernel/drv/$(ARCH64)/signalfd group=sys 456file path=usr/kernel/drv/signalfd.conf group=sys 457dir path=usr/share/man 458dir path=usr/share/man/man2 459dir path=usr/share/man/man3 460dir path=usr/share/man/man4 461dir path=usr/share/man/man4d 462$(i386_ONLY)file path=usr/share/man/man4d/smbios.4d 463dir path=usr/share/man/man4fs 464dir path=usr/share/man/man4m 465dir path=usr/share/man/man4p 466dir path=usr/share/man/man5 467dir path=usr/share/man/man8 468dir path=usr/share/man/man9 469dir path=usr/share/man/man9e 470dir path=usr/share/man/man9f 471dir path=usr/share/man/man9p 472dir path=usr/share/man/man9s 473$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys" 474driver name=aggr perms="* 0666 root sys" 475driver name=arp perms="arp 0666 root sys" 476driver name=bl perms="* 0666 root sys" 477driver name=bridge clone_perms="bridge 0666 root sys" \ 478 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 479driver name=clone 480driver name=cn perms="* 0620 root tty" 481driver name=conskbd perms="kbd 0666 root sys" 482driver name=consms perms="mouse 0666 root sys" 483driver name=cpuid perms="self 0644 root sys" 484$(i386_ONLY)driver name=cpunex alias=cpus 485driver name=crypto perms="crypto 0666 root sys" 486driver name=cryptoadm perms="cryptoadm 0644 root sys" 487driver name=devinfo perms="devinfo 0640 root sys" \ 488 perms="devinfo,ro 0444 root sys" 489driver name=dld perms="* 0666 root sys" 490driver name=dlpistub perms="* 0666 root sys" 491$(i386_ONLY)driver name=i8042 492driver name=icmp perms="icmp 0666 root sys" \ 493 policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess" 494driver name=icmp6 perms="icmp6 0666 root sys" \ 495 policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess" 496$(i386_ONLY)driver name=intel_nb5000 \ 497 alias=pci8086,25c0 \ 498 alias=pci8086,25d0 \ 499 alias=pci8086,25d4 \ 500 alias=pci8086,25d8 \ 501 alias=pci8086,3600 \ 502 alias=pci8086,4000 \ 503 alias=pci8086,4001 \ 504 alias=pci8086,4003 \ 505 alias=pci8086,65c0 506$(i386_ONLY)driver name=intel_nhm \ 507 alias=pci8086,3423 \ 508 alias=pci8086,372a 509$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3438 510driver name=ip perms="ip 0666 root sys" \ 511 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 512driver name=ip6 perms="ip6 0666 root sys" \ 513 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 514driver name=ipnet perms="lo0 0666 root sys" \ 515 policy="read_priv_set=net_observability write_priv_set=net_observability" 516driver name=ippctl 517driver name=ipsecah perms="ipsecah 0666 root sys" \ 518 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 519driver name=ipsecesp perms="ipsecesp 0666 root sys" \ 520 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 521driver name=iptun 522driver name=iwscn 523driver name=kb8042 alias=pnpPNP,303 524driver name=keysock perms="keysock 0666 root sys" \ 525 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 526driver name=kmdb 527driver name=llc1 clone_perms="llc1 0666 root sys" 528driver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys" 529driver name=log perms="conslog 0666 root sys" perms="log 0640 root sys" 530$(i386_ONLY)driver name=mc-amd \ 531 alias=pci1022,1100 \ 532 alias=pci1022,1101 \ 533 alias=pci1022,1102 534driver name=mm perms="allkmem 0600 root sys" perms="full 0666 root sys" \ 535 perms="kmem 0640 root sys" perms="mem 0640 root sys" \ 536 perms="null 0666 root sys" perms="zero 0666 root sys" \ 537 policy="allkmem read_priv_set=all write_priv_set=all" \ 538 policy="kmem read_priv_set=none write_priv_set=all" \ 539 policy="mem read_priv_set=none write_priv_set=all" 540driver name=mouse8042 alias=pnpPNP,f03 541$(i386_ONLY)driver name=mpt class=scsi \ 542 alias=pci1000,30 \ 543 alias=pci1000,50 \ 544 alias=pci1000,54 \ 545 alias=pci1000,56 \ 546 alias=pci1000,58 \ 547 alias=pci1000,62 \ 548 alias=pciex1000,56 \ 549 alias=pciex1000,58 \ 550 alias=pciex1000,62 551driver name=nulldriver \ 552 alias=scsa,nodev \ 553 alias=scsa,probe 554driver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all 555driver name=options 556$(i386_ONLY)driver name=pci_pci class=pci \ 557 alias=pci1011,1 \ 558 alias=pci1011,21 \ 559 alias=pci1014,22 \ 560 alias=pciclass,060400 \ 561 alias=pciclass,060401 562$(i386_ONLY)driver name=pcieb \ 563 alias=pciexclass,060400 \ 564 alias=pciexclass,060401 565driver name=physmem perms="* 0600 root sys" 566driver name=poll perms="* 0666 root sys" 567$(i386_ONLY)driver name=power 568driver name=pseudo alias=zconsnex 569driver name=ptc perms="* 0666 root sys" 570driver name=ptsl perms="* 0666 root sys" 571driver name=ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys" 572driver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices 573driver name=rts perms="rts 0666 root sys" 574driver name=sad perms="admin 0666 root sys" perms="user 0666 root sys" 575driver name=scsi_vhci perms="* 0666 root sys" class=scsi-self-identifying \ 576 policy="devctl write_priv_set=sys_devices" 577driver name=sd perms="* 0640 root sys" \ 578 alias=scsiclass,00 \ 579 alias=scsiclass,05 580driver name=sgen perms="* 0600 root sys" \ 581 alias=scsa,08.bfcp \ 582 alias=scsa,08.bvhci 583driver name=signalfd perms="* 0666 root sys" 584driver name=simnet perms="* 0666 root sys" clone_perms="simnet 0666 root sys" 585$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys" 586driver name=softmac 587driver name=spdsock perms="spdsock 0666 root sys" \ 588 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 589driver name=st perms="* 0666 root sys" alias=scsiclass,01 590driver name=sy perms="tty 0666 root tty" 591driver name=sysevent perms="* 0600 root sys" 592driver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys" 593driver name=tcp perms="tcp 0666 root sys" 594driver name=tcp6 perms="tcp6 0666 root sys" 595driver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \ 596 clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys" 597$(i386_ONLY)driver name=tzmon 598$(i386_ONLY)driver name=ucode perms="* 0644 root sys" 599driver name=udp perms="udp 0666 root sys" 600driver name=udp6 perms="udp6 0666 root sys" 601driver name=ufm perms="ufm 0666 root sys" 602$(i386_ONLY)driver name=vgatext \ 603 alias=pciclass,000100 \ 604 alias=pciclass,030000 \ 605 alias=pciclass,030001 606driver name=vnic perms="* 0666 root sys" clone_perms="vnic 0666 root sys" 607driver name=wc perms="* 0600 root sys" 608legacy pkg=SUNWckr \ 609 desc="core kernel software for a specific instruction-set architecture" \ 610 name="Core Solaris Kernel (Root)" 611license cr_Sun license=cr_Sun 612license lic_CDDL license=lic_CDDL 613license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \ 614 license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE 615license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE 616license usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams \ 617 license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams 618$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \ 619 license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman 620$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \ 621 license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl 622license usr/src/common/crypto/ecc/THIRDPARTYLICENSE \ 623 license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE 624$(i386_ONLY)license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE \ 625 license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE 626license usr/src/common/crypto/skein/THIRDPARTYLICENSE \ 627 license=usr/src/common/crypto/skein/THIRDPARTYLICENSE 628license usr/src/common/mpi/THIRDPARTYLICENSE \ 629 license=usr/src/common/mpi/THIRDPARTYLICENSE 630license usr/src/uts/common/inet/cc/THIRDPARTYLICENSE \ 631 license=usr/src/uts/common/inet/cc/THIRDPARTYLICENSE 632license usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \ 633 license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts 634license usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE \ 635 license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE 636license usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr \ 637 license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr 638license usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload \ 639 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload 640license usr/src/uts/common/sys/THIRDPARTYLICENSE.icu \ 641 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu 642license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \ 643 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode 644$(i386_ONLY)license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE \ 645 license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE 646