diff options
author | Dan McDonald <danmcd@joyent.com> | 2021-05-10 14:34:28 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-05-10 14:34:30 -0400 |
commit | ef91a17a6ebaa4665ea40b866772359daad463c6 (patch) | |
tree | 6fa31041aff843b53e782cc6ae2ebde56ca96f64 /usr/src/pkg/manifests/system-library-processor.mf | |
parent | 12bad196f1094a80f75f7004b6d17522f833ca15 (diff) | |
parent | eee96f107560ac00d5cc32e4aa8a02376aaf19d4 (diff) | |
download | illumos-joyent-ef91a17a6ebaa4665ea40b866772359daad463c6.tar.gz |
[illumos-gate merge]
commit eee96f107560ac00d5cc32e4aa8a02376aaf19d4
13747 udfs: variable may be used uninitialized
commit 920f538e9d81325e0e046cbc740f5c127eaee05a
13748 ypcmd: variable may be used uninitialized
commit c6c850bf6e55f15fd8f56fb2e2c696a02b87948d
13746 statd: variable may be used uninitialized
commit 826703e5ab8201460531b75273c9fa3814413cd9
13760 luxadm: variable may be used uninitialized
commit a16c2dd277fe07b088b1a5da5b953f5415ce55ec
13717 kernel fpu use can still lead to panic
commit 55dca7cbc3def8d68188566c201eb08bfa439fde
13709 sparc: we should be able to read boot_archive in cpio format
commit e476cc14bc84d0f0ee2be4b969d558ef54fd2d8f
13779 su: cast between incompatible function types
commit 2696d28bdff8fd7efcfc04100ee084df09358c52
13773 zs: cast between incompatible function types
commit e3d11eee533a61e848d8b250c8db63f7cb855904
13629 nxge: build errors with gcc 10
commit 1ba081ee9f36cc673e86a7218c97c558c5b193e1
13782 Add missing capabilities for SPARC T4
commit aec0cbfb50629fbd4e80cf64ed4d22f1bb36a1f0
13771 util-tests: create svr4pkg tests
commit 2663b0582183d1cc1437bc1462ecd94eca977da2
13411 zfs_mount_all_mountpoints.ksh: cleanup_all should leave pool root mounted
commit 8459c777fc1aaabb2f7dad05de1313aa169417cd
11245 zfstest rename_dirs_001_pos RENAME_DIRS is undefined
commit c778cbeb4bc8b9609f43b41183c6c774f574a9c2
13745 Make SMBsrv compatible with Modern Cups/ OpenPrinting Cups
commit 9facd51aead02cdbd00e66663a6c34c9254ed0e7
13766 Restore ARC MFU/MRU pressure
Conflicts:
usr/src/pkg/manifests/system-test-utiltest.mf
usr/src/test/util-tests/tests/Makefile
Diffstat (limited to 'usr/src/pkg/manifests/system-library-processor.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-library-processor.mf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-library-processor.mf b/usr/src/pkg/manifests/system-library-processor.mf index 5afd21c33c..c9809ef8e1 100644 --- a/usr/src/pkg/manifests/system-library-processor.mf +++ b/usr/src/pkg/manifests/system-library-processor.mf @@ -59,6 +59,7 @@ $(sparc_ONLY)dir path=platform/sun4u group=sys $(sparc_ONLY)dir path=platform/sun4u/lib $(sparc_ONLY)dir path=platform/sun4u/lib/$(ARCH64) $(sparc_ONLY)dir path=platform/sun4u/lib/fs +$(sparc_ONLY)dir path=platform/sun4u/lib/fs/cpio $(sparc_ONLY)dir path=platform/sun4u/lib/fs/hsfs $(sparc_ONLY)dir path=platform/sun4u/lib/fs/ufs $(sparc_ONLY)dir path=platform/sun4u/lib/fs/zfs @@ -66,6 +67,7 @@ $(sparc_ONLY)dir path=platform/sun4v group=sys $(sparc_ONLY)dir path=platform/sun4v/lib $(sparc_ONLY)dir path=platform/sun4v/lib/$(ARCH64) $(sparc_ONLY)dir path=platform/sun4v/lib/fs +$(sparc_ONLY)dir path=platform/sun4v/lib/fs/cpio $(sparc_ONLY)dir path=platform/sun4v/lib/fs/hsfs $(sparc_ONLY)dir path=platform/sun4v/lib/fs/ufs $(sparc_ONLY)dir path=platform/sun4v/lib/fs/zfs @@ -80,6 +82,8 @@ $(sparc_ONLY)file \ # We force bootblks into a new BE because we want to make sure # the user can recover from a pre-existing copy of the bootblk # in the event that something goes horribly wrong. +$(sparc_ONLY)file path=platform/sun4u/lib/fs/cpio/bootblk group=sys mode=0444 \ + reboot-needed=true $(sparc_ONLY)file path=platform/sun4u/lib/fs/hsfs/bootblk group=sys mode=0444 \ reboot-needed=true $(sparc_ONLY)file path=platform/sun4u/lib/fs/ufs/bootblk group=sys mode=0444 \ @@ -89,6 +93,8 @@ $(sparc_ONLY)file path=platform/sun4u/lib/fs/zfs/bootblk group=sys mode=0444 \ # We force bootblks into a new BE because we want to make sure # the user can recover from a pre-existing copy of the bootblk # in the event that something goes horribly wrong. +$(sparc_ONLY)file path=platform/sun4v/lib/fs/cpio/bootblk group=sys mode=0444 \ + reboot-needed=true $(sparc_ONLY)file path=platform/sun4v/lib/fs/hsfs/bootblk group=sys mode=0444 \ reboot-needed=true $(sparc_ONLY)file path=platform/sun4v/lib/fs/ufs/bootblk group=sys mode=0444 \ |