diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-07-22 11:45:15 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2020-07-22 11:45:15 +0000 |
commit | 11314710586b6f738a39dd0bf242b53b11c8c189 (patch) | |
tree | e285ade755d7088039aece5b4c0e3329039e8f16 /usr/src/pkg | |
parent | b8ab5a60510415920db8a1d8d4e22249b00314c7 (diff) | |
parent | 7d91603476b740ff8f4c917d71ee5884ab39cb60 (diff) | |
download | illumos-joyent-11314710586b6f738a39dd0bf242b53b11c8c189.tar.gz |
[illumos-gate merge]
commit 7d91603476b740ff8f4c917d71ee5884ab39cb60
12966 imc driver blew up on missing channel
commit 777a71cfc7f5d1d0c739d58698fe598f2cdb6f2d
11911 Inconsistent case handling for properties in dladm
commit a963a5aa3ca3777616e2475ae05969f48439c694
12947 stand: this statement may fall through
commit acdc433c352771bfb6a3cf85e6bc74782da919af
12948 dr_cpu: this statement may fall through
commit 6a8fa7ea16d9870b21c82af67a2053cb47ed1fb4
12747 sigsetjmp should allow for 8 byte aligned buffer on amd64
commit 9b65801e8bd9a9007efed89ac479e99b9dab83d1
12950 pcicmu: this statement may fall through
commit 6edddafdeaa7f4e95b88c106b4825057c934d52c
12946 want ability to dump smbios data from crash dump
commit e98a9323520af2d37dd05c47dd174826c71b0c3a
12951 serengeti: this statement may fall through
commit 88b620a7b440907cc75f1955c584204c6b79b6fd
12949 drctl: this statement may fall through
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/developer-debug-mdb.mf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/developer-debug-mdb.mf b/usr/src/pkg/manifests/developer-debug-mdb.mf index df8ea7b2b0..af99982b2c 100644 --- a/usr/src/pkg/manifests/developer-debug-mdb.mf +++ b/usr/src/pkg/manifests/developer-debug-mdb.mf @@ -200,6 +200,7 @@ $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/sata.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/scsi_vhci.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/sctp.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/sd.so group=sys mode=0555 +$(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/smbios.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/sockfs.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/specfs.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/sppp.so group=sys mode=0555 |