1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
233f7d54a6SGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2445a4b79dSSebastien Roy# Copyright (c) 2014, 2017 by Delphix. All rights reserved.
2545818ee1SMatthew Ahrens# Copyright 2013 Saso Kiselkov. All rights reserved.
26bd93c05dSAlexander Eremin# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
27f73e0305SHans Rosenfeld# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
28b1c760bdSJames Blachly# Copyright 2017 James S Blachly, MD <james.blachly@gmail.com>
29c4ccc1f9SPeter Tribble# Copyright 2019 Peter Tribble.
3084bdd7feSGarrett D'Amore# Copyright 2019 RackTop Systems
31508a0e8cSRob Johnston# Copyright 2019 Joyent, Inc.
32ead1f93eSLiane Praza#
33ead1f93eSLiane Praza
34ead1f93eSLiane Praza#
35ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
36ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
37ebbab6bbSDan Price# information about overriding the defaults.
38ead1f93eSLiane Praza#
39ebbab6bbSDan Price<include global_zone_only_component>
40c10c16deSRichard Lowe<include system-kernel.man2.inc>
41c10c16deSRichard Lowe<include system-kernel.man4.inc>
42bbf21555SRichard Lowe<include system-kernel.man4d.inc>
43bbf21555SRichard Lowe<include system-kernel.man4fs.inc>
44bbf21555SRichard Lowe<include system-kernel.man4m.inc>
45bbf21555SRichard Lowe<include system-kernel.man4p.inc>
46c10c16deSRichard Lowe<include system-kernel.man5.inc>
47c10c16deSRichard Lowe<include system-kernel.man7.inc>
48bbf21555SRichard Lowe<include system-kernel.man8.inc>
49c10c16deSRichard Lowe<include system-kernel.man9.inc>
50c10c16deSRichard Lowe<include system-kernel.man9e.inc>
51c10c16deSRichard Lowe<include system-kernel.man9f.inc>
52c10c16deSRichard Lowe<include system-kernel.man9p.inc>
53c10c16deSRichard Lowe<include system-kernel.man9s.inc>
54ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/kernel@$(PKGVERS)
5586d41711SAndy Fiddamanset name=pkg.summary value="Core Solaris Kernel"
56ead1f93eSLiane Prazaset name=pkg.description \
57ead1f93eSLiane Praza    value="core kernel software for a specific instruction-set architecture"
58ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
59ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
6086d41711SAndy Fiddamandir  path=boot group=sys
61ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi group=sys
62ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi/tables group=sys
6386d41711SAndy Fiddamandir  path=boot/solaris group=sys
6486d41711SAndy Fiddamandir  path=boot/solaris/bin group=sys
65ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/create_diskmap group=sys mode=0555
66ead1f93eSLiane Prazafile path=boot/solaris/bin/create_ramdisk group=sys mode=0555
67ead1f93eSLiane Prazafile path=boot/solaris/bin/extract_boot_filelist group=sys mode=0555
6886d41711SAndy Fiddaman$(i386_ONLY)link path=boot/solaris/bin/root_archive \
6986d41711SAndy Fiddaman    target=../../../usr/sbin/root_archive
70ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/symdef group=sys mode=0555
71ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/update_grub group=sys mode=0555
72ead1f93eSLiane Prazafile path=boot/solaris/filelist.ramdisk group=sys
73ead1f93eSLiane Prazafile path=boot/solaris/filelist.safe group=sys
7486d41711SAndy Fiddamanlink path=dev/dld target=../devices/pseudo/dld@0:ctl
7586d41711SAndy Fiddamandir  path=etc group=sys
7686d41711SAndy Fiddamandir  path=etc/crypto group=sys
77ead1f93eSLiane Prazafile path=etc/crypto/kcf.conf group=sys \
78ead1f93eSLiane Praza    original_name=SUNWckr:etc/crypto/kcf.conf preserve=true
794f9a6360SGarrett D'Amore$(i386_ONLY)file path=etc/mach group=sys original_name=SUNWos86r:etc/mach \
804f9a6360SGarrett D'Amore    preserve=true
81ebbab6bbSDan Pricefile path=etc/name_to_sysnum group=sys \
82ebbab6bbSDan Price    original_name=SUNWckr:etc/name_to_sysnum preserve=renameold
8386d41711SAndy Fiddamandir  path=etc/sock2path.d group=sys
84d2b5b2d3SAnders Perssonfile path=etc/sock2path.d/system%2Fkernel group=sys
85ead1f93eSLiane Prazafile path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true
8686d41711SAndy Fiddamandir  path=kernel group=sys
8786d41711SAndy Fiddaman$(i386_ONLY)dir path=kernel/$(ARCH64) group=sys
88ebbab6bbSDan Price$(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755
8986d41711SAndy Fiddamandir  path=kernel/cc group=sys
9086d41711SAndy Fiddamandir  path=kernel/cc/$(ARCH64) group=sys
9145a4b79dSSebastien Royfile path=kernel/cc/$(ARCH64)/cc_cubic group=sys mode=0755
9245a4b79dSSebastien Royfile path=kernel/cc/$(ARCH64)/cc_newreno group=sys mode=0755
9345a4b79dSSebastien Royfile path=kernel/cc/$(ARCH64)/cc_sunreno group=sys mode=0755
9486d41711SAndy Fiddamandir  path=kernel/crypto group=sys
9586d41711SAndy Fiddamandir  path=kernel/crypto/$(ARCH64) group=sys
96ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755
97ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755
98ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755
99ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/des group=sys mode=0755
100ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
10145818ee1SMatthew Ahrensfile path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755
102ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755
103ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755
104ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755
105ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755
106ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755
10745818ee1SMatthew Ahrensfile path=kernel/crypto/$(ARCH64)/skein group=sys mode=0755
108ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755
10986d41711SAndy Fiddamandir  path=kernel/dacf group=sys
11086d41711SAndy Fiddamandir  path=kernel/dacf/$(ARCH64) group=sys
111ebbab6bbSDan Pricefile path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755
11286d41711SAndy Fiddamandir  path=kernel/drv group=sys
11386d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
114ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys
115ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys
116ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/aggr group=sys
117ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/arp group=sys
118ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bl group=sys
119ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bridge group=sys
120ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/clone group=sys
121ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cn group=sys
122ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/conskbd group=sys
123ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/consms group=sys
124ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cpuid group=sys
125ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/cpunex group=sys
126ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/crypto group=sys
127ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cryptoadm group=sys
128ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/devinfo group=sys
129ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dld group=sys
130ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dlpistub group=sys
131ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/i8042 group=sys
132ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp group=sys
133ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp6 group=sys
134ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys
135ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys
136ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys
137ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip group=sys
138ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip6 group=sys
139ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipnet group=sys
140ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ippctl group=sys
141ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecah group=sys
142ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecesp group=sys
143ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iptun group=sys
144ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iwscn group=sys
145ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kb8042 group=sys
146ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/keysock group=sys
147ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kmdb group=sys
148ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/llc1 group=sys
149ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/lofi group=sys
150ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/log group=sys
151ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys
152ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mm group=sys
153ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mouse8042 group=sys
154ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys
155ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/nulldriver group=sys
156ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/openeepr group=sys
157ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/options group=sys
158ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pci_pci group=sys
159ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pcieb group=sys
160ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/physmem group=sys
161ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/poll group=sys
162ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys
163ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pseudo group=sys
164ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptc group=sys
165ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptsl group=sys
166ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ramdisk group=sys
167ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/random group=sys
168ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/rts group=sys
169ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sad group=sys
170ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsi_vhci group=sys
171ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sd group=sys
172ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sgen group=sys
173ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/simnet group=sys
174ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys
175ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/softmac group=sys
176ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/spdsock group=sys
177ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/st group=sys
178ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sy group=sys
179ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysevent group=sys
180ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysmsg group=sys
181ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp group=sys
182ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp6 group=sys
183ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tl group=sys
184ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys
185ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys
186ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp group=sys
187ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp6 group=sys
188508a0e8cSRob Johnstonfile path=kernel/drv/$(ARCH64)/ufm group=sys
189ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys
190ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/vnic group=sys
191ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/wc group=sys
192ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys
193ebbab6bbSDan Pricefile path=kernel/drv/aggr.conf group=sys
194ebbab6bbSDan Pricefile path=kernel/drv/arp.conf group=sys
195ebbab6bbSDan Pricefile path=kernel/drv/bl.conf group=sys
196ebbab6bbSDan Pricefile path=kernel/drv/bridge.conf group=sys
197ebbab6bbSDan Pricefile path=kernel/drv/clone.conf group=sys
198ebbab6bbSDan Pricefile path=kernel/drv/cn.conf group=sys
199ebbab6bbSDan Pricefile path=kernel/drv/conskbd.conf group=sys
200ebbab6bbSDan Pricefile path=kernel/drv/consms.conf group=sys
201ebbab6bbSDan Pricefile path=kernel/drv/cpuid.conf group=sys
202ebbab6bbSDan Pricefile path=kernel/drv/crypto.conf group=sys
203ebbab6bbSDan Pricefile path=kernel/drv/cryptoadm.conf group=sys
204ebbab6bbSDan Pricefile path=kernel/drv/devinfo.conf group=sys
205ebbab6bbSDan Pricefile path=kernel/drv/dld.conf group=sys
206ebbab6bbSDan Pricefile path=kernel/drv/dlpistub.conf group=sys
207ebbab6bbSDan Pricefile path=kernel/drv/icmp.conf group=sys
208ebbab6bbSDan Pricefile path=kernel/drv/icmp6.conf group=sys
209ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys
210ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys
211ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys
212ebbab6bbSDan Pricefile path=kernel/drv/ip.conf group=sys
213ebbab6bbSDan Pricefile path=kernel/drv/ip6.conf group=sys
214ebbab6bbSDan Pricefile path=kernel/drv/ipnet.conf group=sys
215ebbab6bbSDan Pricefile path=kernel/drv/ippctl.conf group=sys
216ebbab6bbSDan Pricefile path=kernel/drv/ipsecah.conf group=sys
217ebbab6bbSDan Pricefile path=kernel/drv/ipsecesp.conf group=sys
218ebbab6bbSDan Pricefile path=kernel/drv/iptun.conf group=sys
219ebbab6bbSDan Pricefile path=kernel/drv/iwscn.conf group=sys
220ebbab6bbSDan Pricefile path=kernel/drv/keysock.conf group=sys
221ebbab6bbSDan Pricefile path=kernel/drv/kmdb.conf group=sys
222ebbab6bbSDan Pricefile path=kernel/drv/llc1.conf group=sys
223ebbab6bbSDan Pricefile path=kernel/drv/lofi.conf group=sys
224ead1f93eSLiane Prazafile path=kernel/drv/log.conf group=sys \
225ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/log.conf preserve=true
226ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys
227ebbab6bbSDan Pricefile path=kernel/drv/mm.conf group=sys
228ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \
229ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/mpt.conf preserve=true
230ebbab6bbSDan Pricefile path=kernel/drv/openeepr.conf group=sys
231ebbab6bbSDan Pricefile path=kernel/drv/options.conf group=sys
232ebbab6bbSDan Pricefile path=kernel/drv/pcieb.conf group=sys
233ebbab6bbSDan Pricefile path=kernel/drv/physmem.conf group=sys
234ebbab6bbSDan Pricefile path=kernel/drv/poll.conf group=sys
235ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/power.conf group=sys
236ebbab6bbSDan Pricefile path=kernel/drv/pseudo.conf group=sys
237ebbab6bbSDan Pricefile path=kernel/drv/ptc.conf group=sys
238ebbab6bbSDan Pricefile path=kernel/drv/ptsl.conf group=sys
239ebbab6bbSDan Pricefile path=kernel/drv/ramdisk.conf group=sys
240ebbab6bbSDan Pricefile path=kernel/drv/random.conf group=sys
241ebbab6bbSDan Pricefile path=kernel/drv/rts.conf group=sys
242ebbab6bbSDan Pricefile path=kernel/drv/sad.conf group=sys
243ead1f93eSLiane Prazafile path=kernel/drv/scsi_vhci.conf group=sys \
244ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true
2454f9a6360SGarrett D'Amore$(i386_ONLY)file path=kernel/drv/sd.conf group=sys \
2464f9a6360SGarrett D'Amore    original_name=SUNWos86r:kernel/drv/sd.conf preserve=true
247ead1f93eSLiane Prazafile path=kernel/drv/sgen.conf group=sys \
248ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/sgen.conf preserve=true
249ebbab6bbSDan Pricefile path=kernel/drv/simnet.conf group=sys
250ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys
251ebbab6bbSDan Pricefile path=kernel/drv/softmac.conf group=sys
252ebbab6bbSDan Pricefile path=kernel/drv/spdsock.conf group=sys
253ebbab6bbSDan Pricefile path=kernel/drv/st.conf group=sys \
254ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/st.conf preserve=true
255ebbab6bbSDan Pricefile path=kernel/drv/sy.conf group=sys
256ebbab6bbSDan Pricefile path=kernel/drv/sysevent.conf group=sys
257ebbab6bbSDan Pricefile path=kernel/drv/sysmsg.conf group=sys
258ebbab6bbSDan Pricefile path=kernel/drv/tcp.conf group=sys
259ebbab6bbSDan Pricefile path=kernel/drv/tcp6.conf group=sys
260ebbab6bbSDan Pricefile path=kernel/drv/tl.conf group=sys
261ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys
262ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys
263ebbab6bbSDan Pricefile path=kernel/drv/udp.conf group=sys
264ebbab6bbSDan Pricefile path=kernel/drv/udp6.conf group=sys
265508a0e8cSRob Johnstonfile path=kernel/drv/ufm.conf group=sys
266ebbab6bbSDan Pricefile path=kernel/drv/vnic.conf group=sys
267ebbab6bbSDan Pricefile path=kernel/drv/wc.conf group=sys
26886d41711SAndy Fiddamandir  path=kernel/exec group=sys
26986d41711SAndy Fiddamandir  path=kernel/exec/$(ARCH64) group=sys
270ebbab6bbSDan Pricefile path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755
271ebbab6bbSDan Pricefile path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755
27286d41711SAndy Fiddamandir  path=kernel/firmware group=sys
27386d41711SAndy Fiddamandir  path=kernel/fs group=sys
27486d41711SAndy Fiddamandir  path=kernel/fs/$(ARCH64) group=sys
275ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755
27676ca3cb0SRobert Mustacchifile path=kernel/fs/$(ARCH64)/bootfs group=sys mode=0755
277ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755
278ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755
279ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/dev group=sys mode=0755
280ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755
281ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755
282ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755
283ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755
284ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755
285ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755
286ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755
287ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755
288ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755
289ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755
290ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755
291ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755
292ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755
29386d41711SAndy Fiddamandir  path=kernel/ipp group=sys
29486d41711SAndy Fiddamandir  path=kernel/ipp/$(ARCH64) group=sys
295ebbab6bbSDan Pricefile path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755
29686d41711SAndy Fiddamandir  path=kernel/kiconv group=sys
29786d41711SAndy Fiddamandir  path=kernel/kiconv/$(ARCH64) group=sys
298ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755
299ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755
300ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755
301ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755
302ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755
30386d41711SAndy Fiddamandir  path=kernel/mac group=sys
30486d41711SAndy Fiddamandir  path=kernel/mac/$(ARCH64) group=sys
305ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755
306ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755
307ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755
308ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755
309ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755
310ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755
31186d41711SAndy Fiddamandir  path=kernel/misc group=sys
31286d41711SAndy Fiddamandir  path=kernel/misc/$(ARCH64) group=sys
313ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755
314ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755
315ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755
316ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/busra group=sys mode=0755
317ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755
31845a4b79dSSebastien Royfile path=kernel/misc/$(ARCH64)/cc group=sys mode=0755
319ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755
320ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755
321ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755
32286d41711SAndy Fiddamanlink path=kernel/misc/$(ARCH64)/des target=../../../kernel/crypto/$(ARCH64)/des
323ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/dls group=sys mode=0755
32486d41711SAndy Fiddaman# Sadly vuid mouse support is in different packages on different platforms
325bbf21555SRichard Lowe# While kstat(4D) is in SUNWcs, the structures are general
32686d41711SAndy Fiddamanhardlink path=kernel/misc/$(ARCH64)/edonr \
32786d41711SAndy Fiddaman    target=../../../kernel/crypto/$(ARCH64)/edonr
328ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755
329ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/gld group=sys mode=0755
330ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hook group=sys mode=0755
331ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755
332ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755
333ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755
334ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755
335ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755
336ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755
337ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755
338ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755
339ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/mac group=sys mode=0755
34086d41711SAndy Fiddamanhardlink path=kernel/misc/$(ARCH64)/md5 \
34186d41711SAndy Fiddaman    target=../../../kernel/crypto/$(ARCH64)/md5
342ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/mii group=sys mode=0755
343ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755
344ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/neti group=sys mode=0755
345ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755
346ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755
347ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755
348ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755
349ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755
3507106859bSPeter Tribblefile path=kernel/misc/$(ARCH64)/sata group=sys mode=0755
351ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755
35286d41711SAndy Fiddamanhardlink path=kernel/misc/$(ARCH64)/sha1 \
35386d41711SAndy Fiddaman    target=../../../kernel/crypto/$(ARCH64)/sha1
35486d41711SAndy Fiddamanhardlink path=kernel/misc/$(ARCH64)/sha2 \
35586d41711SAndy Fiddaman    target=../../../kernel/crypto/$(ARCH64)/sha2
35686d41711SAndy Fiddamanhardlink path=kernel/misc/$(ARCH64)/skein \
35786d41711SAndy Fiddaman    target=../../../kernel/crypto/$(ARCH64)/skein
358ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755
359ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/tem group=sys mode=0755
360ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755
36186d41711SAndy Fiddamandir  path=kernel/misc/scsi_vhci group=sys
36286d41711SAndy Fiddamandir  path=kernel/misc/scsi_vhci/$(ARCH64) group=sys
363ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \
364ebbab6bbSDan Price    mode=0755
365ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \
366ebbab6bbSDan Price    mode=0755
367ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755
368ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \
369ebbab6bbSDan Price    mode=0755
370ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \
371ebbab6bbSDan Price    mode=0755
372ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755
373ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755
374ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \
375ebbab6bbSDan Price    mode=0755
37686d41711SAndy Fiddamandir  path=kernel/sched group=sys
37786d41711SAndy Fiddamandir  path=kernel/sched/$(ARCH64) group=sys
378ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
379ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
380ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
38186d41711SAndy Fiddamandir  path=kernel/socketmod group=sys
38286d41711SAndy Fiddamandir  path=kernel/socketmod/$(ARCH64) group=sys
38386d41711SAndy Fiddamanhardlink path=kernel/socketmod/$(ARCH64)/icmp \
38486d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/icmp
38586d41711SAndy Fiddamanhardlink path=kernel/socketmod/$(ARCH64)/rts \
38686d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/rts
387ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
38886d41711SAndy Fiddamanhardlink path=kernel/socketmod/$(ARCH64)/tcp \
38986d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/tcp
390ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755
39186d41711SAndy Fiddamanhardlink path=kernel/socketmod/$(ARCH64)/udp \
39286d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/udp
39386d41711SAndy Fiddamandir  path=kernel/strmod group=sys
39486d41711SAndy Fiddamandir  path=kernel/strmod/$(ARCH64) group=sys
39586d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/arp \
39686d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/arp
397ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
398ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
399ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
400ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
40186d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/icmp \
40286d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/icmp
40386d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/ip target=../../../kernel/drv/$(ARCH64)/ip
40486d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/ipsecah \
40586d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/ipsecah
40686d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/ipsecesp \
40786d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/ipsecesp
40886d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/keysock \
40986d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/keysock
410ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
411ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
412ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755
413ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755
414ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
415ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755
416ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755
41786d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/tcp \
41886d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/tcp
419ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755
420ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755
421ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755
42286d41711SAndy Fiddamanhardlink path=kernel/strmod/$(ARCH64)/udp \
42386d41711SAndy Fiddaman    target=../../../kernel/drv/$(ARCH64)/udp
42486d41711SAndy Fiddamandir  path=kernel/sys group=sys
42586d41711SAndy Fiddamandir  path=kernel/sys/$(ARCH64) group=sys
42686d41711SAndy Fiddamanhardlink path=kernel/sys/$(ARCH64)/autofs \
42786d41711SAndy Fiddaman    target=../../../kernel/fs/$(ARCH64)/autofs
428ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755
429ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755
430ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755
431ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755
432ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755
433ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755
434ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755
435ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/pset group=sys mode=0755
43686d41711SAndy Fiddamanhardlink path=kernel/sys/$(ARCH64)/rpcmod \
43786d41711SAndy Fiddaman    target=../../../kernel/strmod/$(ARCH64)/rpcmod
438ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755
439ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755
44086d41711SAndy Fiddamandir  path=lib
44186d41711SAndy Fiddamandir  path=lib/svc
44286d41711SAndy Fiddamandir  path=lib/svc/manifest group=sys
44386d41711SAndy Fiddamandir  path=lib/svc/manifest/system group=sys
4449444c26fSTom Whittenfile path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444
4459444c26fSTom Whittenfile path=lib/svc/manifest/system/intrd.xml group=sys mode=0444
4469444c26fSTom Whittenfile path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444
44786d41711SAndy Fiddamandir  path=lib/svc/method
448ebbab6bbSDan Pricefile path=lib/svc/method/svc-dumpadm mode=0555
449ebbab6bbSDan Pricefile path=lib/svc/method/svc-intrd mode=0555
450ebbab6bbSDan Pricefile path=lib/svc/method/svc-scheduler mode=0555
45186d41711SAndy Fiddamandir  path=usr/kernel group=sys
45286d41711SAndy Fiddamandir  path=usr/kernel/drv group=sys
45386d41711SAndy Fiddamandir  path=usr/kernel/drv/$(ARCH64) group=sys
4543d729aecSJerry Jelinekfile path=usr/kernel/drv/$(ARCH64)/signalfd group=sys
4553d729aecSJerry Jelinekfile path=usr/kernel/drv/signalfd.conf group=sys
45686d41711SAndy Fiddamandir  path=usr/share/man
45786d41711SAndy Fiddamandir  path=usr/share/man/man2
45886d41711SAndy Fiddamandir  path=usr/share/man/man3
45986d41711SAndy Fiddamandir  path=usr/share/man/man4
460bbf21555SRichard Lowedir  path=usr/share/man/man4d
461bbf21555SRichard Lowe$(i386_ONLY)file path=usr/share/man/man4d/smbios.4d
462bbf21555SRichard Lowedir  path=usr/share/man/man4fs
463bbf21555SRichard Lowedir  path=usr/share/man/man4m
464bbf21555SRichard Lowedir  path=usr/share/man/man4p
46586d41711SAndy Fiddamandir  path=usr/share/man/man5
466bbf21555SRichard Lowedir  path=usr/share/man/man8
46786d41711SAndy Fiddamandir  path=usr/share/man/man9
46886d41711SAndy Fiddamandir  path=usr/share/man/man9e
46986d41711SAndy Fiddamandir  path=usr/share/man/man9f
47086d41711SAndy Fiddamandir  path=usr/share/man/man9p
47186d41711SAndy Fiddamandir  path=usr/share/man/man9s
47286d41711SAndy Fiddaman$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys"
47386d41711SAndy Fiddamandriver name=aggr perms="* 0666 root sys"
47486d41711SAndy Fiddamandriver name=arp perms="arp 0666 root sys"
47586d41711SAndy Fiddamandriver name=bl perms="* 0666 root sys"
47686d41711SAndy Fiddamandriver name=bridge clone_perms="bridge 0666 root sys" \
47786d41711SAndy Fiddaman    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
47886d41711SAndy Fiddamandriver name=clone
47986d41711SAndy Fiddamandriver name=cn perms="* 0620 root tty"
48086d41711SAndy Fiddamandriver name=conskbd perms="kbd 0666 root sys"
48186d41711SAndy Fiddamandriver name=consms perms="mouse 0666 root sys"
48286d41711SAndy Fiddamandriver name=cpuid perms="self 0644 root sys"
48386d41711SAndy Fiddaman$(i386_ONLY)driver name=cpunex alias=cpus
48486d41711SAndy Fiddamandriver name=crypto perms="crypto 0666 root sys"
48586d41711SAndy Fiddamandriver name=cryptoadm perms="cryptoadm 0644 root sys"
48686d41711SAndy Fiddamandriver name=devinfo perms="devinfo 0640 root sys" \
48786d41711SAndy Fiddaman    perms="devinfo,ro 0444 root sys"
48886d41711SAndy Fiddamandriver name=dld perms="* 0666 root sys"
48986d41711SAndy Fiddamandriver name=dlpistub perms="* 0666 root sys"
49086d41711SAndy Fiddaman$(i386_ONLY)driver name=i8042
49186d41711SAndy Fiddamandriver name=icmp perms="icmp 0666 root sys" \
49286d41711SAndy Fiddaman    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
49386d41711SAndy Fiddamandriver name=icmp6 perms="icmp6 0666 root sys" \
49486d41711SAndy Fiddaman    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
49586d41711SAndy Fiddaman$(i386_ONLY)driver name=intel_nb5000 \
49686d41711SAndy Fiddaman    alias=pci8086,25c0 \
49786d41711SAndy Fiddaman    alias=pci8086,25d0 \
49886d41711SAndy Fiddaman    alias=pci8086,25d4 \
49986d41711SAndy Fiddaman    alias=pci8086,25d8 \
50086d41711SAndy Fiddaman    alias=pci8086,3600 \
50186d41711SAndy Fiddaman    alias=pci8086,4000 \
50286d41711SAndy Fiddaman    alias=pci8086,4001 \
50386d41711SAndy Fiddaman    alias=pci8086,4003 \
50486d41711SAndy Fiddaman    alias=pci8086,65c0
50586d41711SAndy Fiddaman$(i386_ONLY)driver name=intel_nhm \
50686d41711SAndy Fiddaman    alias=pci8086,3423 \
50786d41711SAndy Fiddaman    alias=pci8086,372a
50886d41711SAndy Fiddaman$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3438
50986d41711SAndy Fiddamandriver name=ip perms="ip 0666 root sys" \
51086d41711SAndy Fiddaman    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
51186d41711SAndy Fiddamandriver name=ip6 perms="ip6 0666 root sys" \
51286d41711SAndy Fiddaman    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
51386d41711SAndy Fiddamandriver name=ipnet perms="lo0 0666 root sys" \
51486d41711SAndy Fiddaman    policy="read_priv_set=net_observability write_priv_set=net_observability"
51586d41711SAndy Fiddamandriver name=ippctl
51686d41711SAndy Fiddamandriver name=ipsecah perms="ipsecah 0666 root sys" \
51786d41711SAndy Fiddaman    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
51886d41711SAndy Fiddamandriver name=ipsecesp perms="ipsecesp 0666 root sys" \
51986d41711SAndy Fiddaman    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
52086d41711SAndy Fiddamandriver name=iptun
52186d41711SAndy Fiddamandriver name=iwscn
52286d41711SAndy Fiddamandriver name=kb8042 alias=pnpPNP,303
52386d41711SAndy Fiddamandriver name=keysock perms="keysock 0666 root sys" \
52486d41711SAndy Fiddaman    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
52586d41711SAndy Fiddamandriver name=kmdb
52686d41711SAndy Fiddamandriver name=llc1 clone_perms="llc1 0666 root sys"
52786d41711SAndy Fiddamandriver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
52886d41711SAndy Fiddamandriver name=log perms="conslog 0666 root sys" perms="log 0640 root sys"
52986d41711SAndy Fiddaman$(i386_ONLY)driver name=mc-amd \
53086d41711SAndy Fiddaman    alias=pci1022,1100 \
53186d41711SAndy Fiddaman    alias=pci1022,1101 \
53286d41711SAndy Fiddaman    alias=pci1022,1102
53386d41711SAndy Fiddamandriver name=mm perms="allkmem 0600 root sys" perms="full 0666 root sys" \
53486d41711SAndy Fiddaman    perms="kmem 0640 root sys" perms="mem 0640 root sys" \
53586d41711SAndy Fiddaman    perms="null 0666 root sys" perms="zero 0666 root sys" \
53686d41711SAndy Fiddaman    policy="allkmem read_priv_set=all write_priv_set=all" \
53786d41711SAndy Fiddaman    policy="kmem read_priv_set=none write_priv_set=all" \
53886d41711SAndy Fiddaman    policy="mem read_priv_set=none write_priv_set=all"
53986d41711SAndy Fiddamandriver name=mouse8042 alias=pnpPNP,f03
54086d41711SAndy Fiddaman$(i386_ONLY)driver name=mpt class=scsi \
54186d41711SAndy Fiddaman    alias=pci1000,30 \
54286d41711SAndy Fiddaman    alias=pci1000,50 \
54386d41711SAndy Fiddaman    alias=pci1000,54 \
54486d41711SAndy Fiddaman    alias=pci1000,56 \
54586d41711SAndy Fiddaman    alias=pci1000,58 \
54686d41711SAndy Fiddaman    alias=pci1000,62 \
54786d41711SAndy Fiddaman    alias=pciex1000,56 \
54886d41711SAndy Fiddaman    alias=pciex1000,58 \
54986d41711SAndy Fiddaman    alias=pciex1000,62
55086d41711SAndy Fiddamandriver name=nulldriver \
55186d41711SAndy Fiddaman    alias=scsa,nodev \
55286d41711SAndy Fiddaman    alias=scsa,probe
55386d41711SAndy Fiddamandriver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all
55486d41711SAndy Fiddamandriver name=options
55586d41711SAndy Fiddaman$(i386_ONLY)driver name=pci_pci class=pci \
55686d41711SAndy Fiddaman    alias=pci1011,1 \
55786d41711SAndy Fiddaman    alias=pci1011,21 \
55886d41711SAndy Fiddaman    alias=pci1014,22 \
55986d41711SAndy Fiddaman    alias=pciclass,060400 \
56086d41711SAndy Fiddaman    alias=pciclass,060401
56186d41711SAndy Fiddaman$(i386_ONLY)driver name=pcieb \
56286d41711SAndy Fiddaman    alias=pciexclass,060400 \
56386d41711SAndy Fiddaman    alias=pciexclass,060401
56486d41711SAndy Fiddamandriver name=physmem perms="* 0600 root sys"
56586d41711SAndy Fiddamandriver name=poll perms="* 0666 root sys"
56686d41711SAndy Fiddaman$(i386_ONLY)driver name=power
56786d41711SAndy Fiddamandriver name=pseudo alias=zconsnex
56886d41711SAndy Fiddamandriver name=ptc perms="* 0666 root sys"
56986d41711SAndy Fiddamandriver name=ptsl perms="* 0666 root sys"
570*708bde8cSGarrett D'Amoredriver name=ramdisk perms="* 0600 root sys" perms="ctl 0644 root sys"
57186d41711SAndy Fiddamandriver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices
57286d41711SAndy Fiddamandriver name=rts perms="rts 0666 root sys"
57386d41711SAndy Fiddamandriver name=sad perms="admin 0666 root sys" perms="user 0666 root sys"
57486d41711SAndy Fiddamandriver name=scsi_vhci perms="* 0666 root sys" class=scsi-self-identifying \
57586d41711SAndy Fiddaman    policy="devctl write_priv_set=sys_devices"
576*708bde8cSGarrett D'Amoredriver name=sd perms="* 0640 root sys" \
57786d41711SAndy Fiddaman    alias=scsiclass,00 \
57886d41711SAndy Fiddaman    alias=scsiclass,05
57986d41711SAndy Fiddamandriver name=sgen perms="* 0600 root sys" \
58086d41711SAndy Fiddaman    alias=scsa,08.bfcp \
58186d41711SAndy Fiddaman    alias=scsa,08.bvhci
58286d41711SAndy Fiddamandriver name=signalfd perms="* 0666 root sys"
58386d41711SAndy Fiddamandriver name=simnet perms="* 0666 root sys" clone_perms="simnet 0666 root sys"
58486d41711SAndy Fiddaman$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys"
58586d41711SAndy Fiddamandriver name=softmac
58686d41711SAndy Fiddamandriver name=spdsock perms="spdsock 0666 root sys" \
58786d41711SAndy Fiddaman    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
58886d41711SAndy Fiddamandriver name=st perms="* 0666 root sys" alias=scsiclass,01
58986d41711SAndy Fiddamandriver name=sy perms="tty 0666 root tty"
59086d41711SAndy Fiddamandriver name=sysevent perms="* 0600 root sys"
59186d41711SAndy Fiddamandriver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys"
59286d41711SAndy Fiddamandriver name=tcp perms="tcp 0666 root sys"
59386d41711SAndy Fiddamandriver name=tcp6 perms="tcp6 0666 root sys"
59486d41711SAndy Fiddamandriver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \
59586d41711SAndy Fiddaman    clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys"
59686d41711SAndy Fiddaman$(i386_ONLY)driver name=tzmon
59786d41711SAndy Fiddaman$(i386_ONLY)driver name=ucode perms="* 0644 root sys"
59886d41711SAndy Fiddamandriver name=udp perms="udp 0666 root sys"
59986d41711SAndy Fiddamandriver name=udp6 perms="udp6 0666 root sys"
60086d41711SAndy Fiddamandriver name=ufm perms="ufm 0666 root sys"
60186d41711SAndy Fiddaman$(i386_ONLY)driver name=vgatext \
60286d41711SAndy Fiddaman    alias=pciclass,000100 \
60386d41711SAndy Fiddaman    alias=pciclass,030000 \
604d4039345SRichard Lowe    alias=pciclass,030001
60586d41711SAndy Fiddamandriver name=vnic perms="* 0666 root sys" clone_perms="vnic 0666 root sys"
60686d41711SAndy Fiddamandriver name=wc perms="* 0600 root sys"
60771e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWckr \
608ead1f93eSLiane Praza    desc="core kernel software for a specific instruction-set architecture" \
60971e464e5SPeter Dennis - Sustaining Engineer    name="Core Solaris Kernel (Root)"
610ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
611ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
6125084e753SMark J. Nelsonlicense usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \
6135084e753SMark J. Nelson    license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE
6145084e753SMark J. Nelsonlicense usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE
6155084e753SMark J. Nelsonlicense usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams \
6165084e753SMark J. Nelson    license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams
6175084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \
6185084e753SMark J. Nelson    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman
6195084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \
6205084e753SMark J. Nelson    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl
6215084e753SMark J. Nelsonlicense usr/src/common/crypto/ecc/THIRDPARTYLICENSE \
6225084e753SMark J. Nelson    license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE
6235084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE \
6245084e753SMark J. Nelson    license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE
62551787717SRichard Lowelicense usr/src/common/crypto/skein/THIRDPARTYLICENSE \
62651787717SRichard Lowe    license=usr/src/common/crypto/skein/THIRDPARTYLICENSE
6275084e753SMark J. Nelsonlicense usr/src/common/mpi/THIRDPARTYLICENSE \
6285084e753SMark J. Nelson    license=usr/src/common/mpi/THIRDPARTYLICENSE
62951787717SRichard Lowelicense usr/src/uts/common/inet/cc/THIRDPARTYLICENSE \
63051787717SRichard Lowe    license=usr/src/uts/common/inet/cc/THIRDPARTYLICENSE
6315084e753SMark J. Nelsonlicense usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \
6325084e753SMark J. Nelson    license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts
6335084e753SMark J. Nelsonlicense usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE \
6345084e753SMark J. Nelson    license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE
6355084e753SMark J. Nelsonlicense usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr \
6365084e753SMark J. Nelson    license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr
637f73e0305SHans Rosenfeldlicense usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload \
638f73e0305SHans Rosenfeld    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.firmload
6395084e753SMark J. Nelsonlicense usr/src/uts/common/sys/THIRDPARTYLICENSE.icu \
6405084e753SMark J. Nelson    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu
6415084e753SMark J. Nelsonlicense usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \
6425084e753SMark J. Nelson    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
6435084e753SMark J. Nelson$(i386_ONLY)license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE \
6445084e753SMark J. Nelson    license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE
645