xref: /titanic_51/usr/src/pkg/manifests/system-kernel.mf (revision 2392ea9747d8f5b099f2621595613d9cce870c49)
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.
2445818ee1SMatthew Ahrens# Copyright 2013 Saso Kiselkov. All rights reserved.
25bd93c05dSAlexander Eremin# Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza
28ead1f93eSLiane Praza#
29ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
30ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
31ebbab6bbSDan Price# information about overriding the defaults.
32ead1f93eSLiane Praza#
33ebbab6bbSDan Price<include global_zone_only_component>
34c10c16deSRichard Lowe<include system-kernel.man1m.inc>
35c10c16deSRichard Lowe<include system-kernel.man2.inc>
36c10c16deSRichard Lowe<include system-kernel.man4.inc>
37c10c16deSRichard Lowe<include system-kernel.man5.inc>
38c10c16deSRichard Lowe<include system-kernel.man7.inc>
39c10c16deSRichard Lowe<include system-kernel.man7d.inc>
40c10c16deSRichard Lowe<include system-kernel.man7fs.inc>
41c10c16deSRichard Lowe<include system-kernel.man7m.inc>
42c10c16deSRichard Lowe<include system-kernel.man7p.inc>
43c10c16deSRichard Lowe<include system-kernel.man9.inc>
44c10c16deSRichard Lowe<include system-kernel.man9e.inc>
45c10c16deSRichard Lowe<include system-kernel.man9f.inc>
46c10c16deSRichard Lowe<include system-kernel.man9p.inc>
47c10c16deSRichard Lowe<include system-kernel.man9s.inc>
48ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/kernel@$(PKGVERS)
49ead1f93eSLiane Prazaset name=pkg.description \
50ead1f93eSLiane Praza    value="core kernel software for a specific instruction-set architecture"
51ead1f93eSLiane Prazaset name=pkg.summary value="Core Solaris Kernel"
52ead1f93eSLiane Prazaset name=info.classification value=org.opensolaris.category.2008:System/Core
53ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
54ead1f93eSLiane Prazadir path=boot group=sys
55ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi group=sys
56ead1f93eSLiane Praza$(i386_ONLY)dir path=boot/acpi/tables group=sys
57ead1f93eSLiane Prazadir path=boot/solaris group=sys
58ead1f93eSLiane Prazadir path=boot/solaris/bin group=sys
59ead1f93eSLiane Prazadir path=etc group=sys
60ead1f93eSLiane Prazadir path=etc/crypto group=sys
61d2b5b2d3SAnders Perssondir path=etc/sock2path.d group=sys
62ead1f93eSLiane Prazadir path=kernel group=sys
63ead1f93eSLiane Praza$(i386_ONLY)dir path=kernel/$(ARCH64) group=sys
64ead1f93eSLiane Prazadir path=kernel/crypto group=sys
65ead1f93eSLiane Prazadir path=kernel/crypto/$(ARCH64) group=sys
66ead1f93eSLiane Prazadir path=kernel/dacf group=sys
67ead1f93eSLiane Prazadir path=kernel/dacf/$(ARCH64) group=sys
68ead1f93eSLiane Prazadir path=kernel/drv group=sys
69ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
70ead1f93eSLiane Prazadir path=kernel/exec group=sys
71ead1f93eSLiane Prazadir path=kernel/exec/$(ARCH64) group=sys
72ead1f93eSLiane Prazadir path=kernel/fs group=sys
73ead1f93eSLiane Prazadir path=kernel/fs/$(ARCH64) group=sys
74ead1f93eSLiane Prazadir path=kernel/ipp group=sys
75ead1f93eSLiane Prazadir path=kernel/ipp/$(ARCH64) group=sys
76ead1f93eSLiane Prazadir path=kernel/kiconv group=sys
77ead1f93eSLiane Prazadir path=kernel/kiconv/$(ARCH64) group=sys
78ead1f93eSLiane Prazadir path=kernel/mac group=sys
79ead1f93eSLiane Prazadir path=kernel/mac/$(ARCH64) group=sys
80ead1f93eSLiane Prazadir path=kernel/misc group=sys
81ead1f93eSLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
82ead1f93eSLiane Prazadir path=kernel/misc/scsi_vhci group=sys
83ead1f93eSLiane Prazadir path=kernel/misc/scsi_vhci/$(ARCH64) group=sys
84ead1f93eSLiane Prazadir path=kernel/sched group=sys
85ead1f93eSLiane Prazadir path=kernel/sched/$(ARCH64) group=sys
86ead1f93eSLiane Prazadir path=kernel/socketmod group=sys
87ead1f93eSLiane Prazadir path=kernel/socketmod/$(ARCH64) group=sys
88ead1f93eSLiane Prazadir path=kernel/strmod group=sys
89ead1f93eSLiane Prazadir path=kernel/strmod/$(ARCH64) group=sys
90ead1f93eSLiane Prazadir path=kernel/sys group=sys
91ead1f93eSLiane Prazadir path=kernel/sys/$(ARCH64) group=sys
92ead1f93eSLiane Prazadir path=lib
93ead1f93eSLiane Prazadir path=lib/svc
949444c26fSTom Whittendir path=lib/svc/manifest group=sys
959444c26fSTom Whittendir path=lib/svc/manifest/system group=sys
96ebbab6bbSDan Pricedir path=lib/svc/method
97*3d729aecSJerry Jelinekdir path=usr/kernel group=sys
98*3d729aecSJerry Jelinekdir path=usr/kernel/drv group=sys
99*3d729aecSJerry Jelinekdir path=usr/kernel/drv/$(ARCH64) group=sys
100c10c16deSRichard Lowedir path=usr/share/man
101c10c16deSRichard Lowedir path=usr/share/man/man1m
102c10c16deSRichard Lowedir path=usr/share/man/man2
103c10c16deSRichard Lowedir path=usr/share/man/man3
104c10c16deSRichard Lowedir path=usr/share/man/man4
105c10c16deSRichard Lowedir path=usr/share/man/man5
106c10c16deSRichard Lowedir path=usr/share/man/man7d
107c10c16deSRichard Lowedir path=usr/share/man/man7fs
108c10c16deSRichard Lowedir path=usr/share/man/man7m
109c10c16deSRichard Lowedir path=usr/share/man/man7p
110c10c16deSRichard Lowedir path=usr/share/man/man9
111c10c16deSRichard Lowedir path=usr/share/man/man9e
112c10c16deSRichard Lowedir path=usr/share/man/man9f
113c10c16deSRichard Lowedir path=usr/share/man/man9p
114c10c16deSRichard Lowedir path=usr/share/man/man9s
115ead1f93eSLiane Praza$(i386_ONLY)driver name=acpi_drv perms="* 0666 root sys"
116ead1f93eSLiane Prazadriver name=aggr perms="* 0666 root sys"
117ead1f93eSLiane Prazadriver name=arp perms="arp 0666 root sys"
118ead1f93eSLiane Prazadriver name=bl perms="* 0666 root sys"
119ead1f93eSLiane Prazadriver name=bridge clone_perms="bridge 0666 root sys" \
120ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
121ead1f93eSLiane Praza$(sparc_ONLY)driver name=bscbus alias=SUNW,bscbus
122ead1f93eSLiane Praza$(i386_ONLY)driver name=bscbus alias=SVI0101
123ead1f93eSLiane Praza$(sparc_ONLY)driver name=bscv alias=SUNW,bscv perms="* 0644 root sys"
124ead1f93eSLiane Praza$(i386_ONLY)driver name=bscv
125ead1f93eSLiane Prazadriver name=clone
126ead1f93eSLiane Prazadriver name=cn perms="* 0620 root tty"
127ead1f93eSLiane Prazadriver name=conskbd perms="kbd 0666 root sys"
128ead1f93eSLiane Prazadriver name=consms perms="mouse 0666 root sys"
129ead1f93eSLiane Prazadriver name=cpuid perms="self 0644 root sys"
130ead1f93eSLiane Praza$(i386_ONLY)driver name=cpunex alias=cpus
131ead1f93eSLiane Prazadriver name=crypto perms="crypto 0666 root sys"
132ead1f93eSLiane Prazadriver name=cryptoadm perms="cryptoadm 0644 root sys"
133ead1f93eSLiane Praza$(sparc_ONLY)driver name=dad alias=ide-disk perms="* 0640 root sys"
134ead1f93eSLiane Prazadriver name=devinfo perms="devinfo 0640 root sys" \
135ead1f93eSLiane Praza    perms="devinfo,ro 0444 root sys"
136ead1f93eSLiane Prazadriver name=dld perms="* 0666 root sys"
137ead1f93eSLiane Prazadriver name=dlpistub perms="* 0666 root sys"
138ead1f93eSLiane Praza$(sparc_ONLY)driver name=i8042 alias=8042
139ead1f93eSLiane Praza$(i386_ONLY)driver name=i8042
140ead1f93eSLiane Prazadriver name=icmp perms="icmp 0666 root sys" \
141ead1f93eSLiane Praza    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
142ead1f93eSLiane Prazadriver name=icmp6 perms="icmp6 0666 root sys" \
143ead1f93eSLiane Praza    policy="read_priv_set=net_icmpaccess write_priv_set=net_icmpaccess"
144ead1f93eSLiane Praza$(i386_ONLY)driver name=intel_nb5000 \
145ead1f93eSLiane Praza    alias=pci8086,25c0 \
146ead1f93eSLiane Praza    alias=pci8086,25d0 \
147ead1f93eSLiane Praza    alias=pci8086,25d4 \
148ead1f93eSLiane Praza    alias=pci8086,25d8 \
149ead1f93eSLiane Praza    alias=pci8086,3600 \
150ead1f93eSLiane Praza    alias=pci8086,4000 \
151ead1f93eSLiane Praza    alias=pci8086,4001 \
152ead1f93eSLiane Praza    alias=pci8086,4003 \
153ead1f93eSLiane Praza    alias=pci8086,65c0
154ead1f93eSLiane Praza$(i386_ONLY)driver name=intel_nhm \
155ead1f93eSLiane Praza    alias=pci8086,3423 \
156ead1f93eSLiane Praza    alias=pci8086,372a
157ee0a5171SYanmin Sun$(i386_ONLY)driver name=intel_nhmex alias=pci8086,3438
158ead1f93eSLiane Prazadriver name=ip perms="ip 0666 root sys" \
159ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
160ead1f93eSLiane Prazadriver name=ip6 perms="ip6 0666 root sys" \
161ead1f93eSLiane Praza    policy="read_priv_set=net_rawaccess write_priv_set=net_rawaccess"
162ead1f93eSLiane Prazadriver name=ipnet perms="lo0 0666 root sys" \
163ead1f93eSLiane Praza    policy="read_priv_set=net_observability write_priv_set=net_observability"
164ead1f93eSLiane Prazadriver name=ippctl
165ead1f93eSLiane Prazadriver name=ipsecah perms="ipsecah 0666 root sys" \
166ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
167ead1f93eSLiane Prazadriver name=ipsecesp perms="ipsecesp 0666 root sys" \
168ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
169ead1f93eSLiane Prazadriver name=iptun
170ead1f93eSLiane Prazadriver name=iwscn
171ead1f93eSLiane Prazadriver name=kb8042 alias=pnpPNP,303
172ead1f93eSLiane Prazadriver name=keysock perms="keysock 0666 root sys" \
173ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
174ead1f93eSLiane Prazadriver name=kmdb
175ead1f93eSLiane Prazadriver name=kssl perms="* 0666 root sys"
176ead1f93eSLiane Prazadriver name=llc1 clone_perms="llc1 0666 root sys"
177ead1f93eSLiane Prazadriver name=lofi perms="* 0600 root sys" perms="ctl 0644 root sys"
178ead1f93eSLiane Prazadriver name=log perms="conslog 0666 root sys" perms="log 0640 root sys"
179ead1f93eSLiane Praza$(i386_ONLY)driver name=mc-amd \
180ead1f93eSLiane Praza    alias=pci1022,1100 \
181ead1f93eSLiane Praza    alias=pci1022,1101 \
182ead1f93eSLiane Praza    alias=pci1022,1102
183ead1f93eSLiane Prazadriver name=mm perms="allkmem 0600 root sys" perms="kmem 0640 root sys" \
184ead1f93eSLiane Praza    perms="mem 0640 root sys" perms="null 0666 root sys" \
185ead1f93eSLiane Praza    perms="zero 0666 root sys" \
186ead1f93eSLiane Praza    policy="allkmem read_priv_set=all write_priv_set=all" \
187ead1f93eSLiane Praza    policy="kmem read_priv_set=none write_priv_set=all" \
188ead1f93eSLiane Praza    policy="mem read_priv_set=none write_priv_set=all"
189ead1f93eSLiane Prazadriver name=mouse8042 alias=pnpPNP,f03
190ead1f93eSLiane Praza$(i386_ONLY)driver name=mpt class=scsi \
191ead1f93eSLiane Praza    alias=pci1000,30 \
192ead1f93eSLiane Praza    alias=pci1000,50 \
193ead1f93eSLiane Praza    alias=pci1000,54 \
194ead1f93eSLiane Praza    alias=pci1000,56 \
195ead1f93eSLiane Praza    alias=pci1000,58 \
196ead1f93eSLiane Praza    alias=pci1000,62 \
197ead1f93eSLiane Praza    alias=pciex1000,56 \
198ead1f93eSLiane Praza    alias=pciex1000,58 \
199ead1f93eSLiane Praza    alias=pciex1000,62
200ead1f93eSLiane Prazadriver name=nulldriver \
201ead1f93eSLiane Praza    alias=scsa,nodev \
202ead1f93eSLiane Praza    alias=scsa,probe
203ead1f93eSLiane Prazadriver name=openeepr perms="openprom 0640 root sys" policy=write_priv_set=all
204ead1f93eSLiane Prazadriver name=options
205ead1f93eSLiane Praza$(sparc_ONLY)driver name=pci_pci class=pci \
206ead1f93eSLiane Praza    alias=pci1011,1 \
207ead1f93eSLiane Praza    alias=pci1011,21 \
208ead1f93eSLiane Praza    alias=pci1011,24 \
209ead1f93eSLiane Praza    alias=pci1011,25 \
210ead1f93eSLiane Praza    alias=pci1011,26 \
211ead1f93eSLiane Praza    alias=pci1014,22 \
212ead1f93eSLiane Praza    alias=pciclass,060400
213ead1f93eSLiane Praza$(i386_ONLY)driver name=pci_pci class=pci \
214ead1f93eSLiane Praza    alias=pci1011,1 \
215ead1f93eSLiane Praza    alias=pci1011,21 \
216ead1f93eSLiane Praza    alias=pci1014,22 \
217ead1f93eSLiane Praza    alias=pciclass,060400 \
218ead1f93eSLiane Praza    alias=pciclass,060401
219ead1f93eSLiane Praza$(sparc_ONLY)driver name=pcieb \
220ead1f93eSLiane Praza    alias=pciex108e,9010 \
221ead1f93eSLiane Praza    alias=pciex108e,9020 \
222ead1f93eSLiane Praza    alias=pciex10b5,8114 \
223ead1f93eSLiane Praza    alias=pciex10b5,8516 \
224ead1f93eSLiane Praza    alias=pciex10b5,8517 \
225ead1f93eSLiane Praza    alias=pciex10b5,8518 \
226ead1f93eSLiane Praza    alias=pciex10b5,8532 \
227ead1f93eSLiane Praza    alias=pciex10b5,8533 \
228ead1f93eSLiane Praza    alias=pciex10b5,8548 \
229ead1f93eSLiane Praza    alias=pciexclass,060400
230ead1f93eSLiane Praza$(i386_ONLY)driver name=pcieb \
231ead1f93eSLiane Praza    alias=pciexclass,060400 \
232ead1f93eSLiane Praza    alias=pciexclass,060401
233ead1f93eSLiane Praza$(sparc_ONLY)driver name=pcieb_bcm alias=pciex1166,103
234ead1f93eSLiane Prazadriver name=physmem perms="* 0600 root sys"
235ead1f93eSLiane Prazadriver name=poll perms="* 0666 root sys"
236ead1f93eSLiane Praza$(sparc_ONLY)driver name=power alias=ali1535d+-power
237ead1f93eSLiane Praza$(i386_ONLY)driver name=power
238ead1f93eSLiane Prazadriver name=pseudo alias=zconsnex
239ead1f93eSLiane Prazadriver name=ptc perms="* 0666 root sys"
240ead1f93eSLiane Prazadriver name=ptsl perms="* 0666 root sys"
241ead1f93eSLiane Praza$(sparc_ONLY)driver name=ramdisk alias=SUNW,ramdisk perms="* 0600 root sys" \
242ead1f93eSLiane Praza    perms="ctl 0644 root sys"
243ead1f93eSLiane Praza$(i386_ONLY)driver name=ramdisk perms="* 0600 root sys" \
244ead1f93eSLiane Praza    perms="ctl 0644 root sys"
245ead1f93eSLiane Prazadriver name=random perms="* 0644 root sys" policy=write_priv_set=sys_devices
246ead1f93eSLiane Prazadriver name=rts perms="rts 0666 root sys"
247ead1f93eSLiane Prazadriver name=sad perms="admin 0666 root sys" perms="user 0666 root sys"
248ead1f93eSLiane Prazadriver name=scsi_vhci class=scsi-self-identifying perms="* 0666 root sys" \
249ead1f93eSLiane Praza    policy="devctl write_priv_set=sys_devices"
250ead1f93eSLiane Praza$(sparc_ONLY)driver name=sd perms="* 0640 root sys" \
251ead1f93eSLiane Praza    alias=ide-cdrom \
252ead1f93eSLiane Praza    alias=scsiclass,00 \
253ead1f93eSLiane Praza    alias=scsiclass,05
254ead1f93eSLiane Praza$(i386_ONLY)driver name=sd perms="* 0640 root sys" \
255ead1f93eSLiane Praza    alias=scsiclass,00 \
256ead1f93eSLiane Praza    alias=scsiclass,05
257ead1f93eSLiane Prazadriver name=sgen perms="* 0600 root sys" \
258ead1f93eSLiane Praza    alias=scsa,08.bfcp \
259ead1f93eSLiane Praza    alias=scsa,08.bvhci
260*3d729aecSJerry Jelinekdriver name=signalfd perms="* 0666 root sys"
261ead1f93eSLiane Prazadriver name=simnet clone_perms="simnet 0666 root sys" perms="* 0666 root sys"
262ead1f93eSLiane Praza$(i386_ONLY)driver name=smbios perms="smbios 0444 root sys"
263ead1f93eSLiane Prazadriver name=softmac
264ead1f93eSLiane Prazadriver name=spdsock perms="spdsock 0666 root sys" \
265ead1f93eSLiane Praza    policy="read_priv_set=sys_ip_config write_priv_set=sys_ip_config"
266ead1f93eSLiane Prazadriver name=st alias=scsiclass,01 perms="* 0666 root sys"
267ead1f93eSLiane Prazadriver name=sy perms="tty 0666 root tty"
268ead1f93eSLiane Prazadriver name=sysevent perms="* 0600 root sys"
269ead1f93eSLiane Prazadriver name=sysmsg perms="msglog 0600 root sys" perms="sysmsg 0600 root sys"
270ead1f93eSLiane Prazadriver name=tcp perms="tcp 0666 root sys"
271ead1f93eSLiane Prazadriver name=tcp6 perms="tcp6 0666 root sys"
272ead1f93eSLiane Prazadriver name=tl perms="* 0666 root sys" clone_perms="ticlts 0666 root sys" \
273ead1f93eSLiane Praza    clone_perms="ticots 0666 root sys" clone_perms="ticotsord 0666 root sys"
274ead1f93eSLiane Praza$(sparc_ONLY)driver name=ttymux alias=multiplexer
275ead1f93eSLiane Praza$(i386_ONLY)driver name=tzmon
276ead1f93eSLiane Praza$(sparc_ONLY)driver name=uata \
277ead1f93eSLiane Praza    alias=pci1095,646 \
278ead1f93eSLiane Praza    alias=pci1095,649 \
279ead1f93eSLiane Praza    alias=pci1095,680 \
280ead1f93eSLiane Praza    alias=pci10b9,5229 \
281ead1f93eSLiane Praza    alias=pci10b9,5288 class=dada class=scsi
282ead1f93eSLiane Praza$(i386_ONLY)driver name=ucode perms="* 0644 root sys"
283ead1f93eSLiane Prazadriver name=udp perms="udp 0666 root sys"
284ead1f93eSLiane Prazadriver name=udp6 perms="udp6 0666 root sys"
285ead1f93eSLiane Praza$(i386_ONLY)driver name=vgatext \
286ead1f93eSLiane Praza    alias=pciclass,000100 \
287ead1f93eSLiane Praza    alias=pciclass,030000 \
288ead1f93eSLiane Praza    alias=pciclass,030001 \
289ead1f93eSLiane Praza    alias=pnpPNP,900
290ead1f93eSLiane Prazadriver name=vnic clone_perms="vnic 0666 root sys" perms="* 0666 root sys"
291ead1f93eSLiane Prazadriver name=wc perms="* 0600 root sys"
292ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/create_diskmap group=sys mode=0555
293ead1f93eSLiane Prazafile path=boot/solaris/bin/create_ramdisk group=sys mode=0555
294ead1f93eSLiane Prazafile path=boot/solaris/bin/extract_boot_filelist group=sys mode=0555
295ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/mbr group=sys mode=0555
296ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/symdef group=sys mode=0555
297ead1f93eSLiane Praza$(i386_ONLY)file path=boot/solaris/bin/update_grub group=sys mode=0555
298ead1f93eSLiane Prazafile path=boot/solaris/filelist.ramdisk group=sys
299ead1f93eSLiane Prazafile path=boot/solaris/filelist.safe group=sys
300ead1f93eSLiane Prazafile path=etc/crypto/kcf.conf group=sys \
301ead1f93eSLiane Praza    original_name=SUNWckr:etc/crypto/kcf.conf preserve=true
3024f9a6360SGarrett D'Amore$(i386_ONLY)file path=etc/mach group=sys original_name=SUNWos86r:etc/mach \
3034f9a6360SGarrett D'Amore    preserve=true
304ebbab6bbSDan Pricefile path=etc/name_to_sysnum group=sys \
305ebbab6bbSDan Price    original_name=SUNWckr:etc/name_to_sysnum preserve=renameold
306d2b5b2d3SAnders Perssonfile path=etc/sock2path.d/system%2Fkernel group=sys
307ead1f93eSLiane Prazafile path=etc/system group=sys original_name=SUNWckr:etc/system preserve=true
308ebbab6bbSDan Price$(i386_ONLY)file path=kernel/$(ARCH64)/genunix group=sys mode=0755
309ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/aes group=sys mode=0755
310ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/arcfour group=sys mode=0755
311ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/blowfish group=sys mode=0755
312ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/des group=sys mode=0755
313ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/ecc group=sys mode=0755
31445818ee1SMatthew Ahrensfile path=kernel/crypto/$(ARCH64)/edonr group=sys mode=0755
315ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/md4 group=sys mode=0755
316ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/md5 group=sys mode=0755
317ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/rsa group=sys mode=0755
318ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/sha1 group=sys mode=0755
319ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/sha2 group=sys mode=0755
32045818ee1SMatthew Ahrensfile path=kernel/crypto/$(ARCH64)/skein group=sys mode=0755
321ebbab6bbSDan Pricefile path=kernel/crypto/$(ARCH64)/swrand group=sys mode=0755
322ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/dacf/$(ARCH64)/consconfig_dacf group=sys \
323ebbab6bbSDan Price    mode=0755
324ebbab6bbSDan Pricefile path=kernel/dacf/$(ARCH64)/net_dacf group=sys mode=0755
325ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_drv group=sys
326ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/acpi_toshiba group=sys
327ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/aggr group=sys
328ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/arp group=sys
329ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bl group=sys
330ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/bridge group=sys
331ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscbus group=sys
332ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/bscv group=sys
333ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/clone group=sys
334ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cn group=sys
335ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/conskbd group=sys
336ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/consms group=sys
337ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cpuid group=sys
338ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/cpunex group=sys
339ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/crypto group=sys
340ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/cryptoadm group=sys
341ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/dad group=sys
342ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/devinfo group=sys
343ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dld group=sys
344ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/dlpistub group=sys
345ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/i8042 group=sys
346ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp group=sys
347ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/icmp6 group=sys
348ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nb5000 group=sys
349ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhm group=sys
350ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/intel_nhmex group=sys
351ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip group=sys
352ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ip6 group=sys
353ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipnet group=sys
354ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ippctl group=sys
355ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecah group=sys
356ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ipsecesp group=sys
357ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iptun group=sys
358ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/iwscn group=sys
359ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kb8042 group=sys
360ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/keysock group=sys
361ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kmdb group=sys
362ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/kssl group=sys
363ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/llc1 group=sys
364ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/lofi group=sys
365ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/log group=sys
366ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mc-amd group=sys
367ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mm group=sys
368ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/mouse8042 group=sys
369ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/mpt group=sys
370ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/nulldriver group=sys
371ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/openeepr group=sys
372ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/options group=sys
373ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pci_pci group=sys
374ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pcieb group=sys
375ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/pcieb_bcm group=sys
376ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/physmem group=sys
377ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/poll group=sys
378ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/power group=sys
379ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/pseudo group=sys
380ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptc group=sys
381ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ptsl group=sys
382ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/ramdisk group=sys
383ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/random group=sys
384ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/rts group=sys
385ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sad group=sys
386ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/scsi_vhci group=sys
387ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sd group=sys
388ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sgen group=sys
389ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/simnet group=sys
390ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/smbios group=sys
391ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/softmac group=sys
392ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/spdsock group=sys
393ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/st group=sys
394ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sy group=sys
395ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysevent group=sys
396ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/sysmsg group=sys
397ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp group=sys
398ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tcp6 group=sys
399ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/tl group=sys
400ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/ttymux group=sys
401ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/tzmon group=sys
402ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/uata group=sys
403ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/ucode group=sys
404ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp group=sys
405ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/udp6 group=sys
406ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/$(ARCH64)/vgatext group=sys
407ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/vnic group=sys
408ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/wc group=sys
409ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/acpi_drv.conf group=sys
410ebbab6bbSDan Pricefile path=kernel/drv/aggr.conf group=sys
411ebbab6bbSDan Pricefile path=kernel/drv/arp.conf group=sys
412ebbab6bbSDan Pricefile path=kernel/drv/bl.conf group=sys
413ebbab6bbSDan Pricefile path=kernel/drv/bridge.conf group=sys
414ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/bscbus.conf group=sys
415ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/bscv.conf group=sys
416ebbab6bbSDan Pricefile path=kernel/drv/clone.conf group=sys
417ebbab6bbSDan Pricefile path=kernel/drv/cn.conf group=sys
418ebbab6bbSDan Pricefile path=kernel/drv/conskbd.conf group=sys
419ebbab6bbSDan Pricefile path=kernel/drv/consms.conf group=sys
420ebbab6bbSDan Pricefile path=kernel/drv/cpuid.conf group=sys
421ebbab6bbSDan Pricefile path=kernel/drv/crypto.conf group=sys
422ebbab6bbSDan Pricefile path=kernel/drv/cryptoadm.conf group=sys
423ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/drv/dad.conf group=sys
424ebbab6bbSDan Pricefile path=kernel/drv/devinfo.conf group=sys
425ebbab6bbSDan Pricefile path=kernel/drv/dld.conf group=sys
426ebbab6bbSDan Pricefile path=kernel/drv/dlpistub.conf group=sys
427ebbab6bbSDan Pricefile path=kernel/drv/icmp.conf group=sys
428ebbab6bbSDan Pricefile path=kernel/drv/icmp6.conf group=sys
429ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nb5000.conf group=sys
430ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nhm.conf group=sys
431ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/intel_nhmex.conf group=sys
432ebbab6bbSDan Pricefile path=kernel/drv/ip.conf group=sys
433ebbab6bbSDan Pricefile path=kernel/drv/ip6.conf group=sys
434ebbab6bbSDan Pricefile path=kernel/drv/ipnet.conf group=sys
435ebbab6bbSDan Pricefile path=kernel/drv/ippctl.conf group=sys
436ebbab6bbSDan Pricefile path=kernel/drv/ipsecah.conf group=sys
437ebbab6bbSDan Pricefile path=kernel/drv/ipsecesp.conf group=sys
438ebbab6bbSDan Pricefile path=kernel/drv/iptun.conf group=sys
439ebbab6bbSDan Pricefile path=kernel/drv/iwscn.conf group=sys
440ebbab6bbSDan Pricefile path=kernel/drv/keysock.conf group=sys
441ebbab6bbSDan Pricefile path=kernel/drv/kmdb.conf group=sys
442ebbab6bbSDan Pricefile path=kernel/drv/kssl.conf group=sys
443ebbab6bbSDan Pricefile path=kernel/drv/llc1.conf group=sys
444ebbab6bbSDan Pricefile path=kernel/drv/lofi.conf group=sys
445ead1f93eSLiane Prazafile path=kernel/drv/log.conf group=sys \
446ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/log.conf preserve=true
447ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/mc-amd.conf group=sys
448ebbab6bbSDan Pricefile path=kernel/drv/mm.conf group=sys
449ead1f93eSLiane Praza$(i386_ONLY)file path=kernel/drv/mpt.conf group=sys \
450ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/mpt.conf preserve=true
451ebbab6bbSDan Pricefile path=kernel/drv/openeepr.conf group=sys
452ebbab6bbSDan Pricefile path=kernel/drv/options.conf group=sys
453ebbab6bbSDan Pricefile path=kernel/drv/pcieb.conf group=sys
454ebbab6bbSDan Pricefile path=kernel/drv/physmem.conf group=sys
455ebbab6bbSDan Pricefile path=kernel/drv/poll.conf group=sys
456ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/power.conf group=sys
457ebbab6bbSDan Pricefile path=kernel/drv/pseudo.conf group=sys
458ebbab6bbSDan Pricefile path=kernel/drv/ptc.conf group=sys
459ebbab6bbSDan Pricefile path=kernel/drv/ptsl.conf group=sys
460ebbab6bbSDan Pricefile path=kernel/drv/ramdisk.conf group=sys
461ebbab6bbSDan Pricefile path=kernel/drv/random.conf group=sys
462ebbab6bbSDan Pricefile path=kernel/drv/rts.conf group=sys
463ebbab6bbSDan Pricefile path=kernel/drv/sad.conf group=sys
464ead1f93eSLiane Prazafile path=kernel/drv/scsi_vhci.conf group=sys \
465ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/scsi_vhci.conf preserve=true
466ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/sd.conf group=sys \
467ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/sd.conf preserve=true
4684f9a6360SGarrett D'Amore$(i386_ONLY)file path=kernel/drv/sd.conf group=sys \
4694f9a6360SGarrett D'Amore    original_name=SUNWos86r:kernel/drv/sd.conf preserve=true
470ead1f93eSLiane Prazafile path=kernel/drv/sgen.conf group=sys \
471ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/sgen.conf preserve=true
472ebbab6bbSDan Pricefile path=kernel/drv/simnet.conf group=sys
473ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/smbios.conf group=sys
474ebbab6bbSDan Pricefile path=kernel/drv/softmac.conf group=sys
475ebbab6bbSDan Pricefile path=kernel/drv/spdsock.conf group=sys
476ebbab6bbSDan Pricefile path=kernel/drv/st.conf group=sys \
477ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/st.conf preserve=true
478ebbab6bbSDan Pricefile path=kernel/drv/sy.conf group=sys
479ebbab6bbSDan Pricefile path=kernel/drv/sysevent.conf group=sys
480ebbab6bbSDan Pricefile path=kernel/drv/sysmsg.conf group=sys
481ebbab6bbSDan Pricefile path=kernel/drv/tcp.conf group=sys
482ebbab6bbSDan Pricefile path=kernel/drv/tcp6.conf group=sys
483ebbab6bbSDan Pricefile path=kernel/drv/tl.conf group=sys
484ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/tzmon.conf group=sys
485ead1f93eSLiane Praza$(sparc_ONLY)file path=kernel/drv/uata.conf group=sys \
486ebbab6bbSDan Price    original_name=SUNWckr:kernel/drv/uata.conf preserve=true
487ebbab6bbSDan Price$(i386_ONLY)file path=kernel/drv/ucode.conf group=sys
488ebbab6bbSDan Pricefile path=kernel/drv/udp.conf group=sys
489ebbab6bbSDan Pricefile path=kernel/drv/udp6.conf group=sys
490ebbab6bbSDan Pricefile path=kernel/drv/vnic.conf group=sys
491ebbab6bbSDan Pricefile path=kernel/drv/wc.conf group=sys
492ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/exec/$(ARCH64)/aoutexec group=sys mode=0755
493ebbab6bbSDan Pricefile path=kernel/exec/$(ARCH64)/elfexec group=sys mode=0755
494ebbab6bbSDan Pricefile path=kernel/exec/$(ARCH64)/intpexec group=sys mode=0755
495ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/autofs group=sys mode=0755
49676ca3cb0SRobert Mustacchifile path=kernel/fs/$(ARCH64)/bootfs group=sys mode=0755
497ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/ctfs group=sys mode=0755
498ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/dcfs group=sys mode=0755
499ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/dev group=sys mode=0755
500ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/devfs group=sys mode=0755
501ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/fifofs group=sys mode=0755
502ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/hsfs group=sys mode=0755
503ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/lofs group=sys mode=0755
504ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/mntfs group=sys mode=0755
505ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/namefs group=sys mode=0755
506ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/objfs group=sys mode=0755
507ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/procfs group=sys mode=0755
508ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/sharefs group=sys mode=0755
509ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/sockfs group=sys mode=0755
510ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/specfs group=sys mode=0755
511ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/tmpfs group=sys mode=0755
512ebbab6bbSDan Pricefile path=kernel/fs/$(ARCH64)/ufs group=sys mode=0755
513ebbab6bbSDan Pricefile path=kernel/ipp/$(ARCH64)/ipgpc group=sys mode=0755
514ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_emea group=sys mode=0755
515ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_ja group=sys mode=0755
516ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_ko group=sys mode=0755
517ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_sc group=sys mode=0755
518ebbab6bbSDan Pricefile path=kernel/kiconv/$(ARCH64)/kiconv_tc group=sys mode=0755
519ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_6to4 group=sys mode=0755
520ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ether group=sys mode=0755
521ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ib group=sys mode=0755
522ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ipv4 group=sys mode=0755
523ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_ipv6 group=sys mode=0755
524ebbab6bbSDan Pricefile path=kernel/mac/$(ARCH64)/mac_wifi group=sys mode=0755
525ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/acpica group=sys mode=0755
526ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/bignum group=sys mode=0755
527ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/bootdev group=sys mode=0755
528ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/busra group=sys mode=0755
529ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/cardbus group=sys mode=0755
530ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/cmlb group=sys mode=0755
531ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/consconfig group=sys mode=0755
532ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ctf group=sys mode=0755
533ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/dada group=sys mode=0755
534ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/dls group=sys mode=0755
535ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/fssnap_if group=sys mode=0755
536ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/gld group=sys mode=0755
537ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hook group=sys mode=0755
538ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/hpcsvc group=sys mode=0755
539ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/idmap group=sys mode=0755
540ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/iommulib group=sys mode=0755
541ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ipc group=sys mode=0755
542ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/kbtrans group=sys mode=0755
543ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/kcf group=sys mode=0755
544ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/kmdbmod group=sys mode=0755
545ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/ksocket group=sys mode=0755
546ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/mac group=sys mode=0755
547ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/mii group=sys mode=0755
548ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/net80211 group=sys mode=0755
549ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/neti group=sys mode=0755
550ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pci_autoconfig group=sys mode=0755
551ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcicfg group=sys mode=0755
552ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/pcie group=sys mode=0755
553ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/pcihp group=sys mode=0755
554ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/pcmcia group=sys mode=0755
555ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/rpcsec group=sys mode=0755
556ebbab6bbSDan Price$(i386_ONLY)file path=kernel/misc/$(ARCH64)/sata group=sys mode=0755
557ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/scsi group=sys mode=0755
558ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/strplumb group=sys mode=0755
559ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/misc/$(ARCH64)/swapgeneric group=sys mode=0755
560ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/tem group=sys mode=0755
561ebbab6bbSDan Pricefile path=kernel/misc/$(ARCH64)/tlimod group=sys mode=0755
562ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_emc group=sys \
563ebbab6bbSDan Price    mode=0755
564ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_lsi group=sys \
565ebbab6bbSDan Price    mode=0755
566ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_asym_sun group=sys \
567ebbab6bbSDan Price    mode=0755
568ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym group=sys mode=0755
569ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_emc group=sys \
570ebbab6bbSDan Price    mode=0755
571ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_sym_hds group=sys \
572ebbab6bbSDan Price    mode=0755
573ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tape group=sys mode=0755
574ebbab6bbSDan Pricefile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs group=sys mode=0755
575ead1f93eSLiane Prazafile path=kernel/misc/scsi_vhci/$(ARCH64)/scsi_vhci_f_tpgs_tape group=sys \
576ebbab6bbSDan Price    mode=0755
577ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/SDC group=sys mode=0755
578ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/TS group=sys mode=0755
579ebbab6bbSDan Pricefile path=kernel/sched/$(ARCH64)/TS_DPTBL group=sys mode=0755
580dd49f125SAnders Perssonfile path=kernel/socketmod/$(ARCH64)/ksslf group=sys mode=0755
581ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/socksctp group=sys mode=0755
582ebbab6bbSDan Pricefile path=kernel/socketmod/$(ARCH64)/trill group=sys mode=0755
583ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/bufmod group=sys mode=0755
584ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/connld group=sys mode=0755
585ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/dedump group=sys mode=0755
586ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/drcompat group=sys mode=0755
587ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ldterm group=sys mode=0755
588ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/ms group=sys mode=0755
589ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
590ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pfmod group=sys mode=0755
591ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/pipemod group=sys mode=0755
592ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ptem group=sys mode=0755
593ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/redirmod group=sys mode=0755
594ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/rpcmod group=sys mode=0755
595ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/timod group=sys mode=0755
596ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/tirdwr group=sys mode=0755
597ebbab6bbSDan Pricefile path=kernel/strmod/$(ARCH64)/ttcompat group=sys mode=0755
598ebbab6bbSDan Price$(sparc_ONLY)file path=kernel/strmod/$(ARCH64)/vuid3ps2 group=sys mode=0755
599ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/c2audit group=sys mode=0755
600ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/doorfs group=sys mode=0755
601ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/inst_sync group=sys mode=0755
602ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/kaio group=sys mode=0755
603ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/msgsys group=sys mode=0755
604ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/pipe group=sys mode=0755
605ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/portfs group=sys mode=0755
606ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/pset group=sys mode=0755
607ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/semsys group=sys mode=0755
608ebbab6bbSDan Pricefile path=kernel/sys/$(ARCH64)/shmsys group=sys mode=0755
6099444c26fSTom Whittenfile path=lib/svc/manifest/system/dumpadm.xml group=sys mode=0444
6109444c26fSTom Whittenfile path=lib/svc/manifest/system/intrd.xml group=sys mode=0444
6119444c26fSTom Whittenfile path=lib/svc/manifest/system/scheduler.xml group=sys mode=0444
612ebbab6bbSDan Pricefile path=lib/svc/method/svc-dumpadm mode=0555
613ebbab6bbSDan Pricefile path=lib/svc/method/svc-intrd mode=0555
614ebbab6bbSDan Pricefile path=lib/svc/method/svc-scheduler mode=0555
615*3d729aecSJerry Jelinekfile path=usr/kernel/drv/$(ARCH64)/signalfd group=sys
616*3d729aecSJerry Jelinekfile path=usr/kernel/drv/signalfd.conf group=sys
617c10c16deSRichard Lowe$(sparc_ONLY)file path=usr/share/man/man1m/monitor.1m
618c10c16deSRichard Lowe$(sparc_ONLY)file path=usr/share/man/man1m/obpsym.1m
619c10c16deSRichard Lowe# On SPARC driver/bscv is Serverblade1 specific, and in system/kernel/platform
620c10c16deSRichard Lowe# We keep the manual page generic
621c10c16deSRichard Lowe$(sparc_ONLY)file path=usr/share/man/man7d/dad.7d
622c10c16deSRichard Lowe$(i386_ONLY)file path=usr/share/man/man7d/smbios.7d
623c10c16deSRichard Lowe# Sadly vuid mouse support is in different packages on different platforms
624c10c16deSRichard Lowe# While kstat(7D) is in SUNWcs, the structures are general
62545818ee1SMatthew Ahrenshardlink path=kernel/misc/$(ARCH64)/edonr \
62645818ee1SMatthew Ahrens    target=../../../kernel/crypto/$(ARCH64)/edonr
627ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/md5 \
628ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/md5
629ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/sha1 \
630ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/sha1
631ead1f93eSLiane Prazahardlink path=kernel/misc/$(ARCH64)/sha2 \
632ead1f93eSLiane Praza    target=../../../kernel/crypto/$(ARCH64)/sha2
63345818ee1SMatthew Ahrenshardlink path=kernel/misc/$(ARCH64)/skein \
63445818ee1SMatthew Ahrens    target=../../../kernel/crypto/$(ARCH64)/skein
635ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/icmp \
636ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/icmp
637ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/rts \
638ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/rts
639ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/tcp \
640ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/tcp
641ead1f93eSLiane Prazahardlink path=kernel/socketmod/$(ARCH64)/udp \
642ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/udp
643ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/arp \
644ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/arp
645ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/icmp \
646ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/icmp
647ebbab6bbSDan Pricehardlink path=kernel/strmod/$(ARCH64)/ip \
648ebbab6bbSDan Price    target=../../../kernel/drv/$(ARCH64)/ip
649ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/ipsecah \
650ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/ipsecah
651ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/ipsecesp \
652ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/ipsecesp
653ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/keysock \
654ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/keysock
655ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/tcp \
656ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/tcp
657ead1f93eSLiane Prazahardlink path=kernel/strmod/$(ARCH64)/udp \
658ead1f93eSLiane Praza    target=../../../kernel/drv/$(ARCH64)/udp
659ead1f93eSLiane Prazahardlink path=kernel/sys/$(ARCH64)/autofs \
660ead1f93eSLiane Praza    target=../../../kernel/fs/$(ARCH64)/autofs
661ead1f93eSLiane Prazahardlink path=kernel/sys/$(ARCH64)/rpcmod \
662ead1f93eSLiane Praza    target=../../../kernel/strmod/$(ARCH64)/rpcmod
66371e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWckr \
664ead1f93eSLiane Praza    desc="core kernel software for a specific instruction-set architecture" \
66571e464e5SPeter Dennis - Sustaining Engineer    name="Core Solaris Kernel (Root)"
666ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
667ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
6685084e753SMark J. Nelsonlicense usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE \
6695084e753SMark J. Nelson    license=usr/src/cmd/mdb/common/libstand/THIRDPARTYLICENSE
6705084e753SMark J. Nelsonlicense usr/src/common/bzip2/LICENSE license=usr/src/common/bzip2/LICENSE
6715084e753SMark J. Nelsonlicense usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams \
6725084e753SMark J. Nelson    license=usr/src/common/crypto/THIRDPARTYLICENSE.cryptogams
6735084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman \
6745084e753SMark J. Nelson    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.gladman
6755084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl \
6765084e753SMark J. Nelson    license=usr/src/common/crypto/aes/amd64/THIRDPARTYLICENSE.openssl
6775084e753SMark J. Nelsonlicense usr/src/common/crypto/ecc/THIRDPARTYLICENSE \
6785084e753SMark J. Nelson    license=usr/src/common/crypto/ecc/THIRDPARTYLICENSE
6795084e753SMark J. Nelson$(i386_ONLY)license usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE \
6805084e753SMark J. Nelson    license=usr/src/common/crypto/md5/amd64/THIRDPARTYLICENSE
6815084e753SMark J. Nelsonlicense usr/src/common/mpi/THIRDPARTYLICENSE \
6825084e753SMark J. Nelson    license=usr/src/common/mpi/THIRDPARTYLICENSE
6835084e753SMark J. Nelsonlicense usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts \
6845084e753SMark J. Nelson    license=usr/src/uts/common/inet/ip/THIRDPARTYLICENSE.rts
6855084e753SMark J. Nelsonlicense usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE \
6865084e753SMark J. Nelson    license=usr/src/uts/common/inet/tcp/THIRDPARTYLICENSE
6875084e753SMark J. Nelsonlicense usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr \
6885084e753SMark J. Nelson    license=usr/src/uts/common/io/THIRDPARTYLICENSE.etheraddr
6895084e753SMark J. Nelsonlicense usr/src/uts/common/sys/THIRDPARTYLICENSE.icu \
6905084e753SMark J. Nelson    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.icu
6915084e753SMark J. Nelsonlicense usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode \
6925084e753SMark J. Nelson    license=usr/src/uts/common/sys/THIRDPARTYLICENSE.unicode
6935084e753SMark J. Nelson$(i386_ONLY)license usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE \
6945084e753SMark J. Nelson    license=usr/src/uts/intel/io/acpica/THIRDPARTYLICENSE
695ead1f93eSLiane Praza$(i386_ONLY)link path=boot/solaris/bin/root_archive \
696ead1f93eSLiane Praza    target=../../../usr/sbin/root_archive
697ead1f93eSLiane Prazalink path=dev/dld target=../devices/pseudo/dld@0:ctl
698ebbab6bbSDan Pricelink path=kernel/misc/$(ARCH64)/des \
699ebbab6bbSDan Price    target=../../../kernel/crypto/$(ARCH64)/des
700