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)/eedev group=sys 132file path=kernel/drv/$(ARCH64)/i8042 group=sys 133file path=kernel/drv/$(ARCH64)/icmp group=sys 134file path=kernel/drv/$(ARCH64)/icmp6 group=sys 135$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys 136$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys 137$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys 138file path=kernel/drv/$(ARCH64)/ip group=sys 139file path=kernel/drv/$(ARCH64)/ip6 group=sys 140file path=kernel/drv/$(ARCH64)/ipnet group=sys 141file path=kernel/drv/$(ARCH64)/ippctl group=sys 142file path=kernel/drv/$(ARCH64)/ipsecah group=sys 143file path=kernel/drv/$(ARCH64)/ipsecesp group=sys 144file path=kernel/drv/$(ARCH64)/iptun group=sys 145file path=kernel/drv/$(ARCH64)/iwscn group=sys 146file path=kernel/drv/$(ARCH64)/kb8042 group=sys 147file path=kernel/drv/$(ARCH64)/keysock group=sys 148file path=kernel/drv/$(ARCH64)/kmdb group=sys 149file path=kernel/drv/$(ARCH64)/llc1 group=sys 150file path=kernel/drv/$(ARCH64)/lofi group=sys 151file path=kernel/drv/$(ARCH64)/log group=sys 152$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys 153file path=kernel/drv/$(ARCH64)/mm group=sys 154file path=kernel/drv/$(ARCH64)/mouse8042 group=sys 155$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys 156file path=kernel/drv/$(ARCH64)/nulldriver group=sys 157file path=kernel/drv/$(ARCH64)/openeepr group=sys 158file path=kernel/drv/$(ARCH64)/options group=sys 159file path=kernel/drv/$(ARCH64)/pci_pci group=sys 160file path=kernel/drv/$(ARCH64)/pcieb group=sys 161file path=kernel/drv/$(ARCH64)/physmem group=sys 162file path=kernel/drv/$(ARCH64)/poll group=sys 163$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys 164file path=kernel/drv/$(ARCH64)/pseudo group=sys 165file path=kernel/drv/$(ARCH64)/ptc group=sys 166file path=kernel/drv/$(ARCH64)/ptsl group=sys 167file path=kernel/drv/$(ARCH64)/ramdisk group=sys 168file path=kernel/drv/$(ARCH64)/random group=sys 169file path=kernel/drv/$(ARCH64)/rts group=sys 170file path=kernel/drv/$(ARCH64)/sad group=sys 171file path=kernel/drv/$(ARCH64)/scsi_vhci group=sys 172file path=kernel/drv/$(ARCH64)/sd group=sys 173file path=kernel/drv/$(ARCH64)/sgen group=sys 174file path=kernel/drv/$(ARCH64)/simnet group=sys 175$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys 176file path=kernel/drv/$(ARCH64)/softmac group=sys 177file path=kernel/drv/$(ARCH64)/spdsock group=sys 178file path=kernel/drv/$(ARCH64)/st group=sys 179file path=kernel/drv/$(ARCH64)/sy group=sys 180file path=kernel/drv/$(ARCH64)/sysevent group=sys 181file path=kernel/drv/$(ARCH64)/sysmsg group=sys 182file path=kernel/drv/$(ARCH64)/tcp group=sys 183file path=kernel/drv/$(ARCH64)/tcp6 group=sys 184file path=kernel/drv/$(ARCH64)/tl group=sys 185$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys 186$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys 187file path=kernel/drv/$(ARCH64)/udp group=sys 188file path=kernel/drv/$(ARCH64)/udp6 group=sys 189file path=kernel/drv/$(ARCH64)/ufm group=sys 190$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys 191file path=kernel/drv/$(ARCH64)/vnic group=sys 192file path=kernel/drv/$(ARCH64)/wc group=sys 193$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys 194file path=kernel/drv/aggr.conf group=sys 195file path=kernel/drv/arp.conf group=sys 196file path=kernel/drv/bl.conf group=sys 197file path=kernel/drv/bridge.conf group=sys 198file path=kernel/drv/clone.conf group=sys 199file path=kernel/drv/cn.conf group=sys 200file path=kernel/drv/conskbd.conf group=sys 201file path=kernel/drv/consms.conf group=sys 202file path=kernel/drv/cpuid.conf group=sys 203file path=kernel/drv/crypto.conf group=sys 204file path=kernel/drv/cryptoadm.conf group=sys 205file path=kernel/drv/devinfo.conf group=sys 206file path=kernel/drv/dld.conf group=sys 207file path=kernel/drv/dlpistub.conf group=sys 208file path=kernel/drv/eedev.conf group=sys 209file path=kernel/drv/icmp.conf group=sys 210file path=kernel/drv/icmp6.conf group=sys 211$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys 212$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys 213$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys 214file path=kernel/drv/ip.conf group=sys 215file path=kernel/drv/ip6.conf group=sys 216file path=kernel/drv/ipnet.conf group=sys 217file path=kernel/drv/ippctl.conf group=sys 218file path=kernel/drv/ipsecah.conf group=sys 219file path=kernel/drv/ipsecesp.conf group=sys 220file path=kernel/drv/iptun.conf group=sys 221file path=kernel/drv/iwscn.conf group=sys 222file path=kernel/drv/keysock.conf group=sys 223file path=kernel/drv/kmdb.conf group=sys 224file path=kernel/drv/llc1.conf group=sys 225file path=kernel/drv/lofi.conf group=sys 226file path=kernel/drv/log.conf group=sys \ 227 original_name=SUNWckr:kernel/drv/log.conf preserve=true 228$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys 229file path=kernel/drv/mm.conf group=sys 230$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \ 231 original_name=SUNWckr:kernel/drv/mpt.conf preserve=true 232file path=kernel/drv/openeepr.conf group=sys 233file path=kernel/drv/options.conf group=sys 234file path=kernel/drv/pcieb.conf group=sys 235file path=kernel/drv/physmem.conf group=sys 236file path=kernel/drv/poll.conf group=sys 237$(i386_ONLY)file path=kernel/drv/power.conf group=sys 238file path=kernel/drv/pseudo.conf group=sys 239file path=kernel/drv/ptc.conf group=sys 240file path=kernel/drv/ptsl.conf group=sys 241file path=kernel/drv/ramdisk.conf group=sys 242file path=kernel/drv/random.conf group=sys 243file path=kernel/drv/rts.conf group=sys 244file path=kernel/drv/sad.conf group=sys 245file path=kernel/drv/scsi_vhci.conf group=sys \ 246 original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true 247$(i386_ONLY)file path=kernel/drv/sd.conf group=sys \ 248 original_name=SUNWos86r:kernel/drv/sd.conf preserve=true 249file path=kernel/drv/sgen.conf group=sys \ 250 original_name=SUNWckr:kernel/drv/sgen.conf preserve=true 251file path=kernel/drv/simnet.conf group=sys 252$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys 253file path=kernel/drv/softmac.conf group=sys 254file path=kernel/drv/spdsock.conf group=sys 255file path=kernel/drv/st.conf group=sys \ 256 original_name=SUNWckr:kernel/drv/st.conf preserve=true 257file path=kernel/drv/sy.conf group=sys 258file path=kernel/drv/sysevent.conf group=sys 259file path=kernel/drv/sysmsg.conf group=sys 260file path=kernel/drv/tcp.conf group=sys 261file path=kernel/drv/tcp6.conf group=sys 262file path=kernel/drv/tl.conf group=sys 263$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys 264$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys 265file path=kernel/drv/udp.conf group=sys 266file path=kernel/drv/udp6.conf group=sys 267file path=kernel/drv/ufm.conf group=sys 268file path=kernel/drv/vnic.conf group=sys 269file path=kernel/drv/wc.conf group=sys 270dir path=kernel/exec group=sys 271dir path=kernel/exec/$(ARCH64) group=sys 272file path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755 273file path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755 274dir path=kernel/firmware group=sys 275dir path=kernel/fs group=sys 276dir path=kernel/fs/$(ARCH64) group=sys 277file path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755 278file path=kernel/fs/$(ARCH64)/bootfs group=sys mode=0755 279file path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755 280file path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755 281file path=kernel/fs/$(ARCH64)/dev group=sys mode=0755 282file path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755 283file path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755 284file path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755 285file path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755 286file path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755 287file path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755 288file path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755 289file path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755 290file path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755 291file path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755 292file path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755 293file path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755 294file path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755 295dir path=kernel/ipp group=sys 296dir path=kernel/ipp/$(ARCH64) group=sys 297file path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755 298dir path=kernel/kiconv group=sys 299dir path=kernel/kiconv/$(ARCH64) group=sys 300file path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755 301file path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755 302file path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755 303file path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755 304file path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755 305dir path=kernel/mac group=sys 306dir path=kernel/mac/$(ARCH64) group=sys 307file path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755 308file path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755 309file path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755 310file path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755 311file path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755 312file path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755 313dir path=kernel/misc group=sys 314dir path=kernel/misc/$(ARCH64) group=sys 315$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755 316file path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755 317$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755 318file path=kernel/misc/$(ARCH64)/busra group=sys mode=0755 319file path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755 320file path=kernel/misc/$(ARCH64)/cc group=sys mode=0755 321file path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755 322file path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755 323file path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755 324link path=kernel/misc/$(ARCH64)/des target=../../../kernel/crypto/$(ARCH64)/des 325file path=kernel/misc/$(ARCH64)/dls group=sys mode=0755 326# Sadly vuid mouse support is in different packages on different platforms 327# While kstat(4D) is in SUNWcs, the structures are general 328hardlink path=kernel/misc/$(ARCH64)/edonr \ 329 target=../../../kernel/crypto/$(ARCH64)/edonr 330file path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755 331file path=kernel/misc/$(ARCH64)/gld group=sys mode=0755 332file path=kernel/misc/$(ARCH64)/hook group=sys mode=0755 333file path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755 334file path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755 335$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755 336file path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755 337file path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755 338file path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755 339$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755 340file path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755 341file path=kernel/misc/$(ARCH64)/mac group=sys mode=0755 342hardlink path=kernel/misc/$(ARCH64)/md5 \ 343 target=../../../kernel/crypto/$(ARCH64)/md5 344file path=kernel/misc/$(ARCH64)/mii group=sys mode=0755 345$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755 346file path=kernel/misc/$(ARCH64)/neti group=sys mode=0755 347$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755 348$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755 349file path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755 350file path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755 351file path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755 352file path=kernel/misc/$(ARCH64)/sata group=sys mode=0755 353file path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755 354hardlink path=kernel/misc/$(ARCH64)/sha1 \ 355 target=../../../kernel/crypto/$(ARCH64)/sha1 356hardlink path=kernel/misc/$(ARCH64)/sha2 \ 357 target=../../../kernel/crypto/$(ARCH64)/sha2 358hardlink path=kernel/misc/$(ARCH64)/skein \ 359 target=../../../kernel/crypto/$(ARCH64)/skein 360file path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755 361file path=kernel/misc/$(ARCH64)/tem group=sys mode=0755 362file path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755 363dir path=kernel/misc/scsi_vhci group=sys 364dir path=kernel/misc/scsi_vhci/$(ARCH64) group=sys 365file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \ 366 mode=0755 367file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \ 368 mode=0755 369file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755 370file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \ 371 mode=0755 372file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \ 373 mode=0755 374file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755 375file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755 376file path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \ 377 mode=0755 378dir path=kernel/sched group=sys 379dir path=kernel/sched/$(ARCH64) group=sys 380file path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755 381file path=kernel/sched/$(ARCH64)/TS group=sys mode=0755 382file path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755 383dir path=kernel/socketmod group=sys 384dir path=kernel/socketmod/$(ARCH64) group=sys 385hardlink path=kernel/socketmod/$(ARCH64)/icmp \ 386 target=../../../kernel/drv/$(ARCH64)/icmp 387hardlink path=kernel/socketmod/$(ARCH64)/rts \ 388 target=../../../kernel/drv/$(ARCH64)/rts 389file path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755 390hardlink path=kernel/socketmod/$(ARCH64)/tcp \ 391 target=../../../kernel/drv/$(ARCH64)/tcp 392file path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755 393hardlink path=kernel/socketmod/$(ARCH64)/udp \ 394 target=../../../kernel/drv/$(ARCH64)/udp 395dir path=kernel/strmod group=sys 396dir path=kernel/strmod/$(ARCH64) group=sys 397hardlink path=kernel/strmod/$(ARCH64)/arp \ 398 target=../../../kernel/drv/$(ARCH64)/arp 399file path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755 400file path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755 401file path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755 402file path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755 403hardlink path=kernel/strmod/$(ARCH64)/icmp \ 404 target=../../../kernel/drv/$(ARCH64)/icmp 405hardlink path=kernel/strmod/$(ARCH64)/ip target=../../../kernel/drv/$(ARCH64)/ip 406hardlink path=kernel/strmod/$(ARCH64)/ipsecah \ 407 target=../../../kernel/drv/$(ARCH64)/ipsecah 408hardlink path=kernel/strmod/$(ARCH64)/ipsecesp \ 409 target=../../../kernel/drv/$(ARCH64)/ipsecesp 410hardlink path=kernel/strmod/$(ARCH64)/keysock \ 411 target=../../../kernel/drv/$(ARCH64)/keysock 412file path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755 413file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755 414file path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755 415file path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755 416file path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755 417file path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755 418file path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755 419hardlink path=kernel/strmod/$(ARCH64)/tcp \ 420 target=../../../kernel/drv/$(ARCH64)/tcp 421file path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755 422file path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755 423file path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755 424hardlink path=kernel/strmod/$(ARCH64)/udp \ 425 target=../../../kernel/drv/$(ARCH64)/udp 426dir path=kernel/sys group=sys 427dir path=kernel/sys/$(ARCH64) group=sys 428hardlink path=kernel/sys/$(ARCH64)/autofs \ 429 target=../../../kernel/fs/$(ARCH64)/autofs 430file path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755 431file path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755 432file path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755 433file path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755 434file path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755 435file path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755 436file path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755 437file path=kernel/sys/$(ARCH64)/pset group=sys mode=0755 438hardlink path=kernel/sys/$(ARCH64)/rpcmod \ 439 target=../../../kernel/strmod/$(ARCH64)/rpcmod 440file path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755 441file path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755 442dir path=lib 443dir path=lib/svc 444dir path=lib/svc/manifest group=sys 445dir path=lib/svc/manifest/system group=sys 446file path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444 447file path=lib/svc/manifest/system/intrd.xml group=sys mode=0444 448file path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444 449dir path=lib/svc/method 450file path=lib/svc/method/svc-dumpadm mode=0555 451file path=lib/svc/method/svc-intrd mode=0555 452file path=lib/svc/method/svc-scheduler mode=0555 453dir path=usr/kernel group=sys 454dir path=usr/kernel/drv group=sys 455dir path=usr/kernel/drv/$(ARCH64) group=sys 456file path=usr/kernel/drv/$(ARCH64)/signalfd group=sys 457file path=usr/kernel/drv/signalfd.conf group=sys 458dir path=usr/share/man 459dir path=usr/share/man/man2 460dir path=usr/share/man/man3 461dir path=usr/share/man/man4 462dir path=usr/share/man/man4d 463$(i386_ONLY)file path=usr/share/man/man4d/smbios.4d 464dir path=usr/share/man/man4fs 465dir path=usr/share/man/man4m 466dir path=usr/share/man/man4p 467dir path=usr/share/man/man5 468dir path=usr/share/man/man8 469dir path=usr/share/man/man9 470dir path=usr/share/man/man9e 471dir path=usr/share/man/man9f 472dir path=usr/share/man/man9p 473dir path=usr/share/man/man9s 474$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys" 475driver name=aggr perms="* 0666 root sys" 476driver name=arp perms="arp 0666 root sys" 477driver name=bl perms="* 0666 root sys" 478driver name=bridge clone_perms="bridge 0666 root sys" \ 479 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 480driver name=clone 481driver name=cn perms="* 0620 root tty" 482driver name=conskbd perms="kbd 0666 root sys" 483driver name=consms perms="mouse 0666 root sys" 484driver name=cpuid perms="self 0644 root sys" 485$(i386_ONLY)driver name=cpunex alias=cpus 486driver name=crypto perms="crypto 0666 root sys" 487driver name=cryptoadm perms="cryptoadm 0644 root sys" 488driver name=devinfo perms="devinfo 0640 root sys" \ 489 perms="devinfo,ro 0444 root sys" 490driver name=dld perms="* 0666 root sys" 491driver name=dlpistub perms="* 0666 root sys" 492driver name=eedev 493$(i386_ONLY)driver name=i8042 494driver name=icmp perms="icmp 0666 root sys" \ 495 policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess" 496driver name=icmp6 perms="icmp6 0666 root sys" \ 497 policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess" 498$(i386_ONLY)driver name=intel_nb5000 \ 499 alias=pci8086,25c0 \ 500 alias=pci8086,25d0 \ 501 alias=pci8086,25d4 \ 502 alias=pci8086,25d8 \ 503 alias=pci8086,3600 \ 504 alias=pci8086,4000 \ 505 alias=pci8086,4001 \ 506 alias=pci8086,4003 \ 507 alias=pci8086,65c0 508$(i386_ONLY)driver name=intel_nhm \ 509 alias=pci8086,3423 \ 510 alias=pci8086,372a 511$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3438 512driver name=ip perms="ip 0666 root sys" \ 513 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 514driver name=ip6 perms="ip6 0666 root sys" \ 515 policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess" 516driver name=ipnet perms="lo0 0666 root sys" \ 517 policy="read_priv_set=net_observability write_priv_set=net_observability" 518driver name=ippctl 519driver name=ipsecah perms="ipsecah 0666 root sys" \ 520 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 521driver name=ipsecesp perms="ipsecesp 0666 root sys" \ 522 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 523driver name=iptun 524driver name=iwscn 525driver name=kb8042 alias=pnpPNP,303 526driver name=keysock perms="keysock 0666 root sys" \ 527 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 528driver name=kmdb 529driver name=llc1 clone_perms="llc1 0666 root sys" 530driver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys" 531driver name=log perms="conslog 0666 root sys" perms="log 0640 root sys" 532$(i386_ONLY)driver name=mc-amd \ 533 alias=pci1022,1100 \ 534 alias=pci1022,1101 \ 535 alias=pci1022,1102 536driver name=mm perms="allkmem 0600 root sys" perms="full 0666 root sys" \ 537 perms="kmem 0640 root sys" perms="mem 0640 root sys" \ 538 perms="null 0666 root sys" perms="zero 0666 root sys" \ 539 policy="allkmem read_priv_set=all write_priv_set=all" \ 540 policy="kmem read_priv_set=none write_priv_set=all" \ 541 policy="mem read_priv_set=none write_priv_set=all" 542driver name=mouse8042 alias=pnpPNP,f03 543$(i386_ONLY)driver name=mpt class=scsi \ 544 alias=pci1000,30 \ 545 alias=pci1000,50 \ 546 alias=pci1000,54 \ 547 alias=pci1000,56 \ 548 alias=pci1000,58 \ 549 alias=pci1000,62 \ 550 alias=pciex1000,56 \ 551 alias=pciex1000,58 \ 552 alias=pciex1000,62 553driver name=nulldriver \ 554 alias=scsa,nodev \ 555 alias=scsa,probe 556driver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all 557driver name=options 558$(i386_ONLY)driver name=pci_pci class=pci \ 559 alias=pci1011,1 \ 560 alias=pci1011,21 \ 561 alias=pci1014,22 \ 562 alias=pciclass,060400 \ 563 alias=pciclass,060401 564$(i386_ONLY)driver name=pcieb \ 565 alias=pciexclass,060400 \ 566 alias=pciexclass,060401 567driver name=physmem perms="* 0600 root sys" 568driver name=poll perms="* 0666 root sys" 569$(i386_ONLY)driver name=power 570driver name=pseudo alias=zconsnex 571driver name=ptc perms="* 0666 root sys" 572driver name=ptsl perms="* 0666 root sys" 573driver name=ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys" 574driver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices 575driver name=rts perms="rts 0666 root sys" 576driver name=sad perms="admin 0666 root sys" perms="user 0666 root sys" 577driver name=scsi_vhci perms="* 0666 root sys" class=scsi-self-identifying \ 578 policy="devctl write_priv_set=sys_devices" 579driver name=sd perms="* 0640 root sys" \ 580 alias=scsiclass,00 \ 581 alias=scsiclass,05 582driver name=sgen perms="* 0600 root sys" \ 583 alias=scsa,08.bfcp \ 584 alias=scsa,08.bvhci 585driver name=signalfd perms="* 0666 root sys" 586driver name=simnet perms="* 0666 root sys" clone_perms="simnet 0666 root sys" 587$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys" 588driver name=softmac 589driver name=spdsock perms="spdsock 0666 root sys" \ 590 policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config" 591driver name=st perms="* 0666 root sys" alias=scsiclass,01 592driver name=sy perms="tty 0666 root tty" 593driver name=sysevent perms="* 0600 root sys" 594driver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys" 595driver name=tcp perms="tcp 0666 root sys" 596driver name=tcp6 perms="tcp6 0666 root sys" 597driver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \ 598 clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys" 599$(i386_ONLY)driver name=tzmon 600$(i386_ONLY)driver name=ucode perms="* 0644 root sys" 601driver name=udp perms="udp 0666 root sys" 602driver name=udp6 perms="udp6 0666 root sys" 603driver name=ufm perms="ufm 0666 root sys" 604$(i386_ONLY)driver name=vgatext \ 605 alias=pciclass,000100 \ 606 alias=pciclass,030000 \ 607 alias=pciclass,030001 608driver name=vnic perms="* 0666 root sys" clone_perms="vnic 0666 root sys" 609driver name=wc perms="* 0600 root sys" 610legacy pkg=SUNWckr \ 611 desc="core kernel software for a specific instruction-set architecture" \ 612 name="Core Solaris Kernel (Root)" 613license cr_Sun license=cr_Sun 614license lic_CDDL license=lic_CDDL 615license usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \ 616 license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE 617license usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE 618license usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams \ 619 license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams 620$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \ 621 license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman 622$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \ 623 license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl 624license usr/src/common/crypto/ecc/THIRDPARTYLICENSE \ 625 license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE 626$(i386_ONLY)license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE \ 627 license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE 628license usr/src/common/crypto/skein/THIRDPARTYLICENSE \ 629 license=usr/src/common/crypto/skein/THIRDPARTYLICENSE 630license usr/src/common/mpi/THIRDPARTYLICENSE \ 631 license=usr/src/common/mpi/THIRDPARTYLICENSE 632license usr/src/common/util/THIRDPARTYLICENSE.uiuc \ 633 license=usr/src/common/util/THIRDPARTYLICENSE.uiuc 634license usr/src/uts/common/inet/cc/THIRDPARTYLICENSE \ 635 license=usr/src/uts/common/inet/cc/THIRDPARTYLICENSE 636license usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \ 637 license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts 638license usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE \ 639 license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE 640license usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr \ 641 license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr 642license usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload \ 643 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload 644license usr/src/uts/common/sys/THIRDPARTYLICENSE.icu \ 645 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu 646license usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \ 647 license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode 648$(i386_ONLY)license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE \ 649 license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE 650