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