diff options
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/developer-build-make.p5m | 10 | ||||
-rw-r--r-- | usr/src/pkg/manifests/driver-crypto-nfp.p5m | 32 | ||||
-rw-r--r-- | usr/src/pkg/manifests/service-fault-management.p5m | 54 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-bhyve-tests.p5m | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-dtrace-tests.p5m | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-header.p5m | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-kernel.man9f.inc | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-library-bhyve.p5m | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-libctest.p5m | 2 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-nettest.p5m | 1 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-ostest.p5m | 8 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-smartostest.p5m | 50 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-utiltest.p5m | 12 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-vndtest.p5m | 82 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-test-zfstest.p5m | 9 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-zones-brand-joyent.p5m | 54 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-zones-brand-lx.p5m | 101 |
17 files changed, 413 insertions, 13 deletions
diff --git a/usr/src/pkg/manifests/developer-build-make.p5m b/usr/src/pkg/manifests/developer-build-make.p5m index fe293ebe4b..2524715e66 100644 --- a/usr/src/pkg/manifests/developer-build-make.p5m +++ b/usr/src/pkg/manifests/developer-build-make.p5m @@ -10,6 +10,7 @@ # # Copyright 2015, Richard Lowe. +# Copyright 2019 Joyent, Inc. set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS) set name=pkg.summary value="Parallel make(1) build tool" @@ -19,14 +20,21 @@ set name=info.classification \ set name=variant.arch value=$(ARCH) link path=usr/bin/dmake target=make file path=usr/bin/make mode=0555 +dir path=usr/ccs +dir path=usr/ccs/bin link path=usr/ccs/bin/make target=../../bin/make +dir path=usr/ccs/lib link path=usr/ccs/lib/svr4.make target=../../bin/make +dir path=usr/lib/$(ARCH64) file path=usr/lib/$(ARCH64)/libmakestate.so.1 file path=usr/lib/libmakestate.so.1 link path=usr/lib/svr4.make target=../bin/make +dir path=usr/share +dir path=usr/share/lib dir path=usr/share/lib/make file path=usr/share/lib/make/make.rules file path=usr/share/lib/make/svr4.make.rules +dir path=usr/share/man dir path=usr/share/man/man1 link path=usr/share/man/man1/dmake.1 target=make.1 file path=usr/share/man/man1/make.1 @@ -34,4 +42,6 @@ file path=usr/share/man/man1/sysV-make.1 dir path=usr/share/man/man1s link path=usr/share/man/man1s/dmake.1s target=../man1/make.1 link path=usr/share/man/man1s/make.1s target=../man1/make.1 +dir path=usr/xpg4 +dir path=usr/xpg4/bin link path=usr/xpg4/bin/make target=../../bin/make diff --git a/usr/src/pkg/manifests/driver-crypto-nfp.p5m b/usr/src/pkg/manifests/driver-crypto-nfp.p5m new file mode 100644 index 0000000000..5db2c3d1b3 --- /dev/null +++ b/usr/src/pkg/manifests/driver-crypto-nfp.p5m @@ -0,0 +1,32 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2014 <contributor> +# + +set name=pkg.fmri value=pkg:/driver/crypto/nfp@$(PKGVERS) +set name=pkg.summary value="nfast Crypto Accelerator" +set name=pkg.description value="nfast Crypto Accelerator Driver" +set name=info.classification value=org.opensolaris.category.2008:System/Hardware +set name=variant.arch value=i386 +dir path=kernel group=sys +dir path=kernel/drv group=sys +dir path=kernel/drv/$(ARCH64) group=sys +file path=kernel/drv/$(ARCH64)/nfp group=sys +$(i386_ONLY)file path=kernel/drv/nfp group=sys +driver name=nfp \ + alias=pci1011,1065.100.100 \ + alias=pci8086,b555.100.100 \ + alias=pciex1011,1065.100.100 \ + alias=pciex8086,b555.100.100 +license usr/src/uts/common/io/nfp/THIRDPARTYLICENSE \ + license=usr/src/uts/common/io/nfp/THIRDPARTYLICENSE diff --git a/usr/src/pkg/manifests/service-fault-management.p5m b/usr/src/pkg/manifests/service-fault-management.p5m index 0e094d88ea..3cc7595610 100644 --- a/usr/src/pkg/manifests/service-fault-management.p5m +++ b/usr/src/pkg/manifests/service-fault-management.p5m @@ -484,9 +484,9 @@ $(i386_ONLY)file path=usr/platform/i86pc/lib/fm/eft/gcpu_amd.eft mode=0444 $(i386_ONLY)file path=usr/platform/i86pc/lib/fm/eft/intel.eft mode=0444 $(i386_ONLY)dir path=usr/platform/i86pc/lib/fm/topo $(i386_ONLY)dir path=usr/platform/i86pc/lib/fm/topo/maps -$(i386_ONLY)file \ - path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-1101-disk-hc-topology.xml \ - mode=0444 +$(i386_ONLY)link \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3101-hc-topology.xml \ + target=./SSG-2028R-ACR24L-hc-topology.xml $(i386_ONLY)link \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3101-hc-topology.xml \ target=SSG-2028R-ACR24L-hc-topology.xml @@ -499,6 +499,9 @@ $(i386_ONLY)link \ target=SSG-2028R-ACR24L-usb.usbtopo $(i386_ONLY)link \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3102-hc-topology.xml \ + target=./SSG-2028R-ACR24L-hc-topology.xml +$(i386_ONLY)link \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3102-hc-topology.xml \ target=SSG-2028R-ACR24L-hc-topology.xml $(i386_ONLY)link \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3102-usb.usbtopo \ @@ -506,6 +509,12 @@ $(i386_ONLY)link \ $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3301-hc-topology.xml \ mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3301-hc-topology.xml \ + mode=0444 +$(i386_ONLY)link \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3302-hc-topology.xml \ + target=./Joyent-Compute-Platform-3301-hc-topology.xml $(i386_ONLY)link \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-3302-hc-topology.xml \ target=Joyent-Compute-Platform-3301-hc-topology.xml @@ -513,6 +522,12 @@ $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-330x-chassis-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-330x-chassis-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-330x-fan-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Compute-Platform-330x-fan-hc-topology.xml \ mode=0444 $(i386_ONLY)link \ @@ -531,24 +546,45 @@ $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-chassis-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-chassis-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-slot-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/Joyent-Storage-Platform-7001-slot-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/Netra-X4200-M2-disk-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-chassis-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-chassis-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-disk-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-disk-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-slot-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2028R-ACR24L-slot-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ @@ -558,12 +594,24 @@ $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-chassis-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-chassis-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-disk-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-disk-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ + path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-slot-hc-topology.xml \ + mode=0444 +$(i386_ONLY)file \ path=usr/platform/i86pc/lib/fm/topo/maps/SSG-2029P-ACR24L-slot-hc-topology.xml \ mode=0444 $(i386_ONLY)file \ diff --git a/usr/src/pkg/manifests/system-bhyve-tests.p5m b/usr/src/pkg/manifests/system-bhyve-tests.p5m index 92985ee1cb..fe3225dd14 100644 --- a/usr/src/pkg/manifests/system-bhyve-tests.p5m +++ b/usr/src/pkg/manifests/system-bhyve-tests.p5m @@ -70,12 +70,12 @@ file path=opt/bhyve-tests/tests/vmm/mem_partial mode=0555 file path=opt/bhyve-tests/tests/vmm/mem_seg_map mode=0555 file path=opt/bhyve-tests/tests/vmm/pause_resume mode=0555 file path=opt/bhyve-tests/tests/vmm/self_destruct mode=0555 +file path=opt/bhyve-tests/tests/vmm/vmm_drv_test_fini mode=0555 +file path=opt/bhyve-tests/tests/vmm/vmm_drv_test_init mode=0555 dir path=usr/kernel/drv group=sys dir path=usr/kernel/drv/$(ARCH64) group=sys file path=usr/kernel/drv/$(ARCH64)/vmm_drv_test file path=usr/kernel/drv/vmm_drv_test.conf -driver name=vmm_drv_test perms="* 0666 root sys" \ - policy="read_priv_set=sys_devices write_priv_set=sys_devices" license lic_CDDL license=lic_CDDL depend type=require fmri=system/bhyve depend type=require fmri=system/test/testrunner diff --git a/usr/src/pkg/manifests/system-dtrace-tests.p5m b/usr/src/pkg/manifests/system-dtrace-tests.p5m index 9185e36a0a..3edfb242dc 100644 --- a/usr/src/pkg/manifests/system-dtrace-tests.p5m +++ b/usr/src/pkg/manifests/system-dtrace-tests.p5m @@ -22,7 +22,7 @@ # # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. # Copyright (c) 2012, 2016 by Delphix. All rights reserved. -# Copyright 2018 Joyent, Inc. +# Copyright 2019 Joyent, Inc. # set name=pkg.fmri value=pkg:/system/dtrace/tests@$(PKGVERS) diff --git a/usr/src/pkg/manifests/system-header.p5m b/usr/src/pkg/manifests/system-header.p5m index 8410cf4a52..c49aba97b4 100644 --- a/usr/src/pkg/manifests/system-header.p5m +++ b/usr/src/pkg/manifests/system-header.p5m @@ -757,6 +757,7 @@ file path=usr/include/sys/cpc_pcbe.h file path=usr/include/sys/cpr.h file path=usr/include/sys/cpu.h file path=usr/include/sys/cpu_uarray.h +file path=usr/include/sys/cpu_uarray.h file path=usr/include/sys/cpucaps.h file path=usr/include/sys/cpucaps_impl.h file path=usr/include/sys/cpupart.h diff --git a/usr/src/pkg/manifests/system-kernel.man9f.inc b/usr/src/pkg/manifests/system-kernel.man9f.inc index 607c139131..62a8927bae 100644 --- a/usr/src/pkg/manifests/system-kernel.man9f.inc +++ b/usr/src/pkg/manifests/system-kernel.man9f.inc @@ -403,7 +403,9 @@ file path=usr/share/man/man9f/ddi_driver_name.9f file path=usr/share/man/man9f/ddi_enter_critical.9f link path=usr/share/man/man9f/ddi_exit_critical.9f target=ddi_enter_critical.9f file path=usr/share/man/man9f/ddi_ffs.9f +link path=usr/share/man/man9f/ddi_ffsll.9f target=ddi_ffs.9f link path=usr/share/man/man9f/ddi_fls.9f target=ddi_ffs.9f +link path=usr/share/man/man9f/ddi_flsll.9f target=ddi_ffs.9f file path=usr/share/man/man9f/ddi_fm_acc_err_clear.9f file path=usr/share/man/man9f/ddi_fm_acc_err_get.9f link path=usr/share/man/man9f/ddi_fm_capable.9f target=ddi_fm_init.9f diff --git a/usr/src/pkg/manifests/system-library-bhyve.p5m b/usr/src/pkg/manifests/system-library-bhyve.p5m index 254d3da975..f8a972d112 100644 --- a/usr/src/pkg/manifests/system-library-bhyve.p5m +++ b/usr/src/pkg/manifests/system-library-bhyve.p5m @@ -20,8 +20,6 @@ set name=pkg.fmri value=pkg:/system/library/bhyve@$(PKGVERS) set name=pkg.summary value="BSD hypervisor (libraries)" set name=pkg.description value="BSD hypervisor (libraries)" -set name=info.classification \ - value=org.opensolaris.category.2008:System/Virtualization set name=variant.arch value=i386 dir path=lib group=bin dir path=lib/$(ARCH64) group=bin diff --git a/usr/src/pkg/manifests/system-test-libctest.p5m b/usr/src/pkg/manifests/system-test-libctest.p5m index 10f847a18b..763ae9b093 100644 --- a/usr/src/pkg/manifests/system-test-libctest.p5m +++ b/usr/src/pkg/manifests/system-test-libctest.p5m @@ -77,6 +77,8 @@ file path=opt/libc-tests/tests/endian.32 mode=0555 file path=opt/libc-tests/tests/endian.64 mode=0555 file path=opt/libc-tests/tests/env-7076.32 mode=0555 file path=opt/libc-tests/tests/env-7076.64 mode=0555 +file path=opt/libc-tests/tests/env-OS-4089.32 mode=0555 +file path=opt/libc-tests/tests/env-OS-4089.64 mode=0555 dir path=opt/libc-tests/tests/err dir path=opt/libc-tests/tests/err/data file path=opt/libc-tests/tests/err/data/E.0.3.4 mode=0444 diff --git a/usr/src/pkg/manifests/system-test-nettest.p5m b/usr/src/pkg/manifests/system-test-nettest.p5m index 1e2579073e..8c6f71a111 100644 --- a/usr/src/pkg/manifests/system-test-nettest.p5m +++ b/usr/src/pkg/manifests/system-test-nettest.p5m @@ -10,6 +10,7 @@ # # +# Copyright 2019 Joyent, Inc. # Copyright 2020 Oxide Computer Company # diff --git a/usr/src/pkg/manifests/system-test-ostest.p5m b/usr/src/pkg/manifests/system-test-ostest.p5m index 9ee06d5fbc..f0c61d7872 100644 --- a/usr/src/pkg/manifests/system-test-ostest.p5m +++ b/usr/src/pkg/manifests/system-test-ostest.p5m @@ -36,6 +36,8 @@ file path=opt/os-tests/bin/ostest mode=0555 dir path=opt/os-tests/runfiles file path=opt/os-tests/runfiles/default.run mode=0444 dir path=opt/os-tests/tests +file path=opt/os-tests/tests/OS-6097.32 mode=0555 +file path=opt/os-tests/tests/OS-6097.64 mode=0555 file path=opt/os-tests/tests/clock_gettime.32 mode=0555 file path=opt/os-tests/tests/clock_gettime.64 mode=0555 dir path=opt/os-tests/tests/cores @@ -57,7 +59,6 @@ file path=opt/os-tests/tests/definit/definit_test.32 mode=0555 file path=opt/os-tests/tests/definit/definit_test.64 mode=0555 file path=opt/os-tests/tests/definit/init.data mode=0444 file path=opt/os-tests/tests/definit/init.expected mode=0444 -file path=opt/os-tests/tests/epoll_test mode=0555 file path=opt/os-tests/tests/eventfd.32 mode=0555 file path=opt/os-tests/tests/eventfd.64 mode=0555 dir path=opt/os-tests/tests/file-locking @@ -69,6 +70,7 @@ $(i386_ONLY)dir path=opt/os-tests/tests/i386 $(i386_ONLY)file path=opt/os-tests/tests/i386/badseg mode=0555 $(i386_ONLY)file path=opt/os-tests/tests/i386/badseg_exec mode=0555 $(i386_ONLY)file path=opt/os-tests/tests/i386/ldt mode=0555 +file path=opt/os-tests/tests/imc_test mode=0555 $(i386_ONLY)file path=opt/os-tests/tests/imc_test mode=0555 dir path=opt/os-tests/tests/ksensor file path=opt/os-tests/tests/ksensor/ksensor_basic.32 mode=0555 @@ -97,7 +99,9 @@ file path=opt/os-tests/tests/pf_key/acquire-spray mode=0555 file path=opt/os-tests/tests/pf_key/eacq-enabler mode=0555 file path=opt/os-tests/tests/pf_key/kmc-update mode=0555 file path=opt/os-tests/tests/pf_key/kmc-updater mode=0555 -file path=opt/os-tests/tests/poll_test mode=0555 +dir path=opt/os-tests/tests/poll +file path=opt/os-tests/tests/poll/epoll_test mode=0555 +file path=opt/os-tests/tests/poll/poll_test mode=0555 dir path=opt/os-tests/tests/portfs file path=opt/os-tests/tests/portfs/file_assoc.32 mode=0555 file path=opt/os-tests/tests/portfs/file_assoc.64 mode=0555 diff --git a/usr/src/pkg/manifests/system-test-smartostest.p5m b/usr/src/pkg/manifests/system-test-smartostest.p5m new file mode 100644 index 0000000000..c9472f52fe --- /dev/null +++ b/usr/src/pkg/manifests/system-test-smartostest.p5m @@ -0,0 +1,50 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2019 Joyent, Inc. +# + +# +# The SmartOS test package is expressly intended *not* to be +# installable on other distributions, and should not be +# up-streamed to the illumos-gate. It redelivers isaexec, +# ctfconvert and ctfmerge, which violates IPS requirements +# that only a single package deliver a given file, +# unless IPS variants are used. +# +# This package is used as part of the generation of the +# test archive .tgz during the smartos-live build in +# order to ensure files not normally delivered by SmartOS +# will appear in /usr when the smartos-test script has +# configured the system for testing. +# +set name=pkg.fmri value=pkg:/system/test/smartostest@$(PKGVERS) +set name=pkg.summary value="SmartOS test execution" +set name=pkg.description value="SmartOS test setup and execution" +set name=info.classification \ + value=org.opensolaris.category.2008:Development/System +set name=variant.arch value=$(ARCH) +dir path=opt owner=root group=sys +dir path=opt/smartos-test +file path=opt/smartos-test/README mode=0444 +dir path=opt/smartos-test/bin +file path=opt/smartos-test/bin/smartos-test mode=0555 +# Needed by the /opt/utils-test suite +file path=usr/bin/ctfconvert mode=0555 +file path=usr/bin/ctfmerge mode=0555 +# The libc-tests attempt to forge a hardlink to isaexec +# so we need to redeliver isaexec in order to create the +# proto area correctly. +file path=usr/lib/isaexec mode=0555 +license cr_Sun license=cr_Sun +license lic_CDDL license=lic_CDDL +depend type=require fmri=system/test/testrunner diff --git a/usr/src/pkg/manifests/system-test-utiltest.p5m b/usr/src/pkg/manifests/system-test-utiltest.p5m index 9c779d6e3d..0d9a3bab21 100644 --- a/usr/src/pkg/manifests/system-test-utiltest.p5m +++ b/usr/src/pkg/manifests/system-test-utiltest.p5m @@ -28,6 +28,7 @@ set name=variant.arch value=$(ARCH) dir path=opt/util-tests file path=opt/util-tests/README mode=0444 dir path=opt/util-tests/bin +file path=opt/util-tests/bin/btest mode=0555 file path=opt/util-tests/bin/print_json mode=0555 file path=opt/util-tests/bin/utiltest mode=0555 dir path=opt/util-tests/runfiles @@ -39,6 +40,7 @@ file path=opt/util-tests/tests/ar/ar_test0.o mode=0444 file path=opt/util-tests/tests/ar/ar_test1.o mode=0444 file path=opt/util-tests/tests/ar/artest mode=0555 dir path=opt/util-tests/tests/awk +dir path=opt/util-tests/tests/awk dir path=opt/util-tests/tests/awk/bugs-fixed file path=opt/util-tests/tests/awk/bugs-fixed/a-format.awk mode=0444 file path=opt/util-tests/tests/awk/bugs-fixed/a-format.ok mode=0444 @@ -75,9 +77,12 @@ file path=opt/util-tests/tests/awk/bugs-fixed/system-status.ok mode=0444 file path=opt/util-tests/tests/awk/bugs-fixed/unary-plus.awk mode=0444 file path=opt/util-tests/tests/awk/bugs-fixed/unary-plus.ok mode=0444 dir path=opt/util-tests/tests/awk/data +dir path=opt/util-tests/tests/awk/data file path=opt/util-tests/tests/awk/data/test.countries mode=0444 file path=opt/util-tests/tests/awk/data/test.data mode=0444 dir path=opt/util-tests/tests/awk/examples +dir path=opt/util-tests/tests/awk/examples +dir path=opt/util-tests/tests/awk/examples/awk dir path=opt/util-tests/tests/awk/examples/awk file path=opt/util-tests/tests/awk/examples/awk/p.1 mode=0444 file path=opt/util-tests/tests/awk/examples/awk/p.10 mode=0444 @@ -304,6 +309,7 @@ file path=opt/util-tests/tests/awk/examples/awk/t.vf2 mode=0444 file path=opt/util-tests/tests/awk/examples/awk/t.vf3 mode=0444 file path=opt/util-tests/tests/awk/examples/awk/t.x mode=0444 dir path=opt/util-tests/tests/awk/examples/out +dir path=opt/util-tests/tests/awk/examples/out file path=opt/util-tests/tests/awk/examples/out/p.1 mode=0444 file path=opt/util-tests/tests/awk/examples/out/p.10 mode=0444 file path=opt/util-tests/tests/awk/examples/out/p.11 mode=0444 @@ -529,6 +535,7 @@ file path=opt/util-tests/tests/awk/examples/out/t.vf2 mode=0444 file path=opt/util-tests/tests/awk/examples/out/t.vf3 mode=0444 file path=opt/util-tests/tests/awk/examples/out/t.x mode=0444 dir path=opt/util-tests/tests/awk/gnu +dir path=opt/util-tests/tests/awk/gnu file path=opt/util-tests/tests/awk/gnu/anchgsub.awk mode=0444 file path=opt/util-tests/tests/awk/gnu/anchgsub.in mode=0444 file path=opt/util-tests/tests/awk/gnu/anchgsub.ok mode=0444 @@ -960,6 +967,7 @@ file path=opt/util-tests/tests/awk/gnu/zeroflag.awk mode=0444 file path=opt/util-tests/tests/awk/gnu/zeroflag.ok mode=0444 file path=opt/util-tests/tests/awk/runtests.sh mode=0555 dir path=opt/util-tests/tests/awk/syn +dir path=opt/util-tests/tests/awk/syn file path=opt/util-tests/tests/awk/syn/arrayparm.awk mode=0444 file path=opt/util-tests/tests/awk/syn/arrayparm.ok mode=0444 file path=opt/util-tests/tests/awk/syn/arryref3.awk mode=0444 @@ -1027,6 +1035,7 @@ file path=opt/util-tests/tests/awk/syn/tradanch1.ok mode=0444 file path=opt/util-tests/tests/awk/syn/unterm.awk mode=0444 file path=opt/util-tests/tests/awk/syn/unterm.ok mode=0444 dir path=opt/util-tests/tests/awk/tests +dir path=opt/util-tests/tests/awk/tests file path=opt/util-tests/tests/awk/tests/T.-f-f mode=0555 file path=opt/util-tests/tests/awk/tests/T.argv mode=0555 file path=opt/util-tests/tests/awk/tests/T.builtin mode=0555 @@ -1064,6 +1073,8 @@ file path=opt/util-tests/tests/awk/tests/penicil.ok mode=0444 file path=opt/util-tests/tests/awk/tests/penicil.p mode=0444 file path=opt/util-tests/tests/awk/tests/res.ok mode=0444 file path=opt/util-tests/tests/awk/tests/res.p mode=0444 +dir path=opt/util-tests/tests/bunyan +file path=opt/util-tests/tests/bunyan/bunyan mode=0555 file path=opt/util-tests/tests/chown_test mode=0555 dir path=opt/util-tests/tests/ctf file path=opt/util-tests/tests/ctf/Makefile.ctftest.com mode=0555 @@ -1847,6 +1858,7 @@ file path=opt/util-tests/tests/sleep/sleep.d mode=0444 file path=opt/util-tests/tests/sleep/sleeptest mode=0555 file path=opt/util-tests/tests/smbios mode=0555 file path=opt/util-tests/tests/svr4pkg_test mode=0555 +file path=opt/util-tests/tests/vnic-mtu mode=0555 file path=opt/util-tests/tests/xargs_test mode=0555 license lic_CDDL license=lic_CDDL license usr/src/lib/libdemangle/THIRDPARTYLICENSE \ diff --git a/usr/src/pkg/manifests/system-test-vndtest.p5m b/usr/src/pkg/manifests/system-test-vndtest.p5m new file mode 100644 index 0000000000..fc5284e47e --- /dev/null +++ b/usr/src/pkg/manifests/system-test-vndtest.p5m @@ -0,0 +1,82 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2019 Joyent, Inc. +# + +set name=pkg.fmri value=pkg:/system/test/vndtest@$(PKGVERS) +set name=pkg.summary value="vndtest execution" +set name=pkg.description value=vndtest +set name=info.classification \ + value=org.opensolaris.category.2008:Development/System +set name=variant.arch value=$(ARCH) +dir path=opt/vndtest +dir path=opt/vndtest/bin +file path=opt/vndtest/bin/vndtest mode=0555 +dir path=opt/vndtest/tst +dir path=opt/vndtest/tst/cmd +file path=opt/vndtest/tst/cmd/cmd.common.ksh mode=0555 +file path=opt/vndtest/tst/cmd/create.list.ksh mode=0555 +file path=opt/vndtest/tst/cmd/create.list.ksh.out mode=0555 +file path=opt/vndtest/tst/cmd/create.sdev.ksh mode=0555 +file path=opt/vndtest/tst/cmd/create.setbuf.ksh mode=0555 +file path=opt/vndtest/tst/cmd/ecreate.destroy.ksh mode=0555 +file path=opt/vndtest/tst/cmd/ecreate.setbadprop.ksh mode=0555 +file path=opt/vndtest/tst/cmd/ecreate.setbadvalue.ksh mode=0555 +file path=opt/vndtest/tst/cmd/ecreate.setbuftoobig.ksh mode=0555 +file path=opt/vndtest/tst/cmd/ecreate.setrdonlyprop.ksh mode=0555 +dir path=opt/vndtest/tst/dld +file path=opt/vndtest/tst/dld/create.reuse.ksh mode=0555 +file path=opt/vndtest/tst/dld/dld.common.ksh mode=0555 +file path=opt/vndtest/tst/dld/ecreate.ipfirst.ksh mode=0555 +file path=opt/vndtest/tst/dld/ecreate.vndfirst.ksh mode=0555 +dir path=opt/vndtest/tst/ioctl +file path=opt/vndtest/tst/ioctl/create.attach.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.attachnolink.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.badlinkname.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.doublelink.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.gioctlattach.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.link.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.linkexists.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.ngioctlfault.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.nopriv1.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.nopriv2.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.nopriv3.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.nopriv4.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.olink.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.olinknopriv.exe mode=0555 +file path=opt/vndtest/tst/ioctl/create.rmenolink.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.attachrdonly.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.badioctl.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.basicopenctl.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.gioctlfault.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.gioctlnattach.exe mode=0555 +file path=opt/vndtest/tst/ioctl/tst.iocsize.ksh mode=0555 +file path=opt/vndtest/tst/ioctl/tst.openctlbadflags.exe mode=0555 +dir path=opt/vndtest/tst/lib +file path=opt/vndtest/tst/lib/create.badlink.exe mode=0555 +file path=opt/vndtest/tst/lib/create.badpropid.exe mode=0555 +file path=opt/vndtest/tst/lib/create.badpropsize.exe mode=0555 +file path=opt/vndtest/tst/lib/create.badzone.exe mode=0555 +file path=opt/vndtest/tst/lib/create.basic.exe mode=0555 +file path=opt/vndtest/tst/lib/create.enomem.exe mode=0555 +file path=opt/vndtest/tst/lib/create.frameioeagain.exe mode=0555 +file path=opt/vndtest/tst/lib/create.open.exe mode=0555 +file path=opt/vndtest/tst/lib/create.propiter.exe mode=0555 +file path=opt/vndtest/tst/lib/create.proprdonly.exe mode=0555 +file path=opt/vndtest/tst/lib/err.badclose.exe mode=0555 +file path=opt/vndtest/tst/lib/tst.badopen.exe mode=0555 +file path=opt/vndtest/tst/lib/tst.strerror.exe mode=0555 +file path=opt/vndtest/tst/lib/tst.strerror.exe.out mode=0555 +file path=opt/vndtest/tst/lib/tst.strsyserror.exe mode=0555 +license cr_Sun license=cr_Sun +license lic_CDDL license=lic_CDDL diff --git a/usr/src/pkg/manifests/system-test-zfstest.p5m b/usr/src/pkg/manifests/system-test-zfstest.p5m index 372a2a1a3a..d7d3830215 100644 --- a/usr/src/pkg/manifests/system-test-zfstest.p5m +++ b/usr/src/pkg/manifests/system-test-zfstest.p5m @@ -50,6 +50,7 @@ file path=opt/zfs-tests/bin/randwritecomp mode=0555 file path=opt/zfs-tests/bin/readmmap mode=0555 file path=opt/zfs-tests/bin/rename_dir mode=0555 file path=opt/zfs-tests/bin/rm_lnkcnt_zero_file mode=0555 +file path=opt/zfs-tests/bin/watch_dir mode=0555 file path=opt/zfs-tests/bin/zfstest mode=0555 dir path=opt/zfs-tests/callbacks file path=opt/zfs-tests/callbacks/zfs_dbgmsg mode=0555 @@ -722,6 +723,8 @@ file \ file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_crypt_combos \ mode=0555 +file path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_dryrun \ + mode=0555 file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_create/zfs_create_encrypted \ mode=0555 @@ -904,6 +907,12 @@ file \ file \ path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_encrypted \ mode=0555 +file \ + path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_watched_inotify \ + mode=0555 +file \ + path=opt/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_watched_portfs \ + mode=0555 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_program file path=opt/zfs-tests/tests/functional/cli_root/zfs_program/cleanup mode=0555 file path=opt/zfs-tests/tests/functional/cli_root/zfs_program/setup mode=0555 diff --git a/usr/src/pkg/manifests/system-zones-brand-joyent.p5m b/usr/src/pkg/manifests/system-zones-brand-joyent.p5m new file mode 100644 index 0000000000..398980ddde --- /dev/null +++ b/usr/src/pkg/manifests/system-zones-brand-joyent.p5m @@ -0,0 +1,54 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright 2010 Joyent, Inc. All rights reserved. +# Use is subject to license terms. +# + +set name=pkg.fmri value=pkg:/system/zones/brand/joyent@$(PKGVERS) +set name=pkg.summary value="Joyent Containers: joyent brand support" +set name=pkg.description value="Support for the 'joyent' Brand" +set name=info.classification \ + value=org.opensolaris.category.2008:System/Virtualization +set name=variant.arch value=$(ARCH) +dir path=etc group=sys +dir path=etc/zones group=sys +file path=etc/zones/Joyent.xml mode=0444 +dir path=lib variant.opensolaris.zone=global +dir path=lib/svc variant.opensolaris.zone=global +dir path=lib/svc/manifest group=sys variant.opensolaris.zone=global +dir path=lib/svc/manifest/system group=sys variant.opensolaris.zone=global +file path=lib/svc/manifest/system/joyinit.xml group=sys mode=0444 \ + variant.opensolaris.zone=global +dir path=lib/svc/method variant.opensolaris.zone=global +file path=lib/svc/method/svc-joyinit mode=0555 variant.opensolaris.zone=global +dir path=usr group=sys +dir path=usr/lib +dir path=usr/lib/brand +dir path=usr/lib/brand/joyent group=sys +file path=usr/lib/brand/joyent/config.xml mode=0444 +file path=usr/lib/brand/joyent/jinstall mode=0755 +file path=usr/lib/brand/joyent/juninstall mode=0755 +file path=usr/lib/brand/joyent/pinstall mode=0755 +file path=usr/lib/brand/joyent/platform.xml mode=0444 +file path=usr/lib/brand/joyent/prestate mode=0755 +license lic_CDDL license=lic_CDDL diff --git a/usr/src/pkg/manifests/system-zones-brand-lx.p5m b/usr/src/pkg/manifests/system-zones-brand-lx.p5m index ca3a8cc541..58a016fa9c 100644 --- a/usr/src/pkg/manifests/system-zones-brand-lx.p5m +++ b/usr/src/pkg/manifests/system-zones-brand-lx.p5m @@ -20,9 +20,104 @@ # # -# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2010 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# Copyright 2015 Joyent, Inc. # -set name=pkg.fmri value=pkg:/system/zones/brand/lx@0.5.11,5.11-0.143 -set name=pkg.obsolete value=true +# +# This package will install successfully into any zone, global or +# non-global. The files, directories, links, and hardlinks, however, +# will only be installed into the global zone. +# +<include global_zone_only_component> +set name=pkg.fmri value=pkg:/system/zones/brand/lx@$(PKGVERS) +set name=pkg.description value="Support for the 'lx' Brand" +set name=pkg.summary value="lx Brand" +set name=info.classification \ + value="org.opensolaris.category.2008:Applications/System Utilities" set name=variant.arch value=i386 +dir path=etc group=sys +dir path=etc/zones group=sys +dir path=usr group=sys +dir path=usr/kernel group=sys +dir path=usr/kernel/brand group=sys +dir path=usr/kernel/brand/$(ARCH64) group=sys +dir path=usr/kernel/drv group=sys +dir path=usr/kernel/drv/$(ARCH64) group=sys +dir path=usr/kernel/dtrace group=sys +dir path=usr/kernel/dtrace/$(ARCH64) group=sys +dir path=usr/kernel/fs group=sys +dir path=usr/kernel/fs/$(ARCH64) group=sys +dir path=usr/kernel/strmod group=sys +dir path=usr/kernel/strmod/$(ARCH64) group=sys +dir path=usr/lib +dir path=usr/lib/brand +dir path=usr/lib/brand/lx +dir path=usr/lib/brand/lx/$(ARCH64) +dir path=usr/lib/brand/lx/distros +dir path=usr/lib/devfsadm group=sys +dir path=usr/lib/devfsadm/linkmod group=sys +driver name=lx_audio +driver name=lx_ptm perms="lx_ptmajor 0666 root sys" +driver name=lx_systrace perms="* 0644 root sys" +file path=etc/zones/SUNWlx.xml mode=0444 +file path=etc/zones/SUNWlx26.xml mode=0444 +file path=usr/kernel/brand/$(ARCH64)/lx_brand group=sys mode=0755 +file path=usr/kernel/brand/lx_brand group=sys mode=0755 +file path=usr/kernel/drv/$(ARCH64)/lx_audio group=sys +file path=usr/kernel/drv/$(ARCH64)/lx_ptm group=sys +file path=usr/kernel/drv/$(ARCH64)/lx_systrace group=sys +file path=usr/kernel/drv/lx_audio group=sys +file path=usr/kernel/drv/lx_audio.conf group=sys +file path=usr/kernel/drv/lx_ptm group=sys +file path=usr/kernel/drv/lx_ptm.conf group=sys +file path=usr/kernel/drv/lx_systrace group=sys +file path=usr/kernel/drv/lx_systrace.conf group=sys +file path=usr/kernel/fs/$(ARCH64)/lx_afs group=sys mode=0755 +file path=usr/kernel/fs/$(ARCH64)/lx_proc group=sys mode=0755 +file path=usr/kernel/fs/lx_afs group=sys mode=0755 +file path=usr/kernel/fs/lx_proc group=sys mode=0755 +file path=usr/kernel/strmod/$(ARCH64)/ldlinux group=sys mode=0755 +file path=usr/kernel/strmod/ldlinux group=sys mode=0755 +file path=usr/lib/brand/lx/$(ARCH64)/lx_librtld_db.so.1 +file path=usr/lib/brand/lx/config.xml mode=0444 +file path=usr/lib/brand/lx/distros/centos35.distro mode=0444 +file path=usr/lib/brand/lx/distros/centos36.distro mode=0444 +file path=usr/lib/brand/lx/distros/centos37.distro mode=0444 +file path=usr/lib/brand/lx/distros/centos38.distro mode=0444 +file path=usr/lib/brand/lx/distros/rhel35.distro mode=0444 +file path=usr/lib/brand/lx/distros/rhel36.distro mode=0444 +file path=usr/lib/brand/lx/distros/rhel37.distro mode=0444 +file path=usr/lib/brand/lx/distros/rhel38.distro mode=0444 +file path=usr/lib/brand/lx/distros/rhel_centos_common mode=0444 +file path=usr/lib/brand/lx/etc_default_nfs group=sys mode=0444 +file path=usr/lib/brand/lx/lx_distro_install mode=0755 +file path=usr/lib/brand/lx/lxinit mode=0755 +file path=usr/lib/brand/lx/lx_init_zone mode=0755 +file path=usr/lib/brand/lx/lx_init_zone_debian mode=0755 +file path=usr/lib/brand/lx/lx_init_zone_redhat mode=0755 +file path=usr/lib/brand/lx/lx_install mode=0755 +file path=usr/lib/brand/lx/lx_librtld_db.so.1 +file path=usr/lib/brand/lx/lx_native mode=0755 +file path=usr/lib/brand/lx/lx_support mode=0755 +file path=usr/lib/brand/lx/platform.xml mode=0444 +file path=usr/lib/devfsadm/linkmod/SUNW_lx_link_$(ARCH).so group=sys +file path=usr/lib/lx_brand.so.1 +hardlink path=usr/kernel/dtrace/$(ARCH64)/lx_systrace \ + target=../../../kernel/drv/$(ARCH64)/lx_systrace +hardlink path=usr/kernel/dtrace/lx_systrace \ + target=../../kernel/drv/lx_systrace +legacy pkg=SUNWlxr arch=$(ARCH) category=system \ + desc="Support for the 'lx' Brand" \ + hotline="Please contact your local service provider" \ + name="lx Brand (Root)" vendor="Sun Microsystems, Inc." \ + version=11.11,REV=2009.11.11 +legacy pkg=SUNWlxu arch=$(ARCH) category=system \ + desc="Support for the 'lx' Brand" \ + hotline="Please contact your local service provider" \ + name="lx Brand (Usr)" vendor="Sun Microsystems, Inc." \ + version=11.11,REV=2009.11.11 +license cr_Sun license=cr_Sun +license lic_CDDL license=lic_CDDL +link path=usr/lib/brand/lx/64 target=$(ARCH64) |