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