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