summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Collapse)AuthorFilesLines
2022-06-1514741 Update Intel Microcode to 20220510release-20220616Dan McDonald42-3/+50
Reviewed by: Toomas Soome <tsoome@me.com> (Early pull into SmartOS, also includes manifest updates)
2022-06-15 [illumos-gate merge]Dan McDonald25-479/+549
commit 5c22bad5dcbd030d95aca36e1c2fb0f77b505e17 14680 tem: add support for window manipulation functions commit e760f15095bdc9fa107e7c20ed2a5e4fb5865c1d 14732 split vtd out of vmm kernel module Conflicts: manifest
2022-06-1414680 tem: add support for window manipulation functionsToomas Soome6-4/+72
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org> Change-Id: I6268ce2e74bc2686ddc70792cdf699bbabc479d5
2022-06-1514732 split vtd out of vmm kernel modulePatrick Mooney19-475/+477
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Jorge Schrauwen <sjorge@blackdot.be> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-06-10 [illumos-gate merge]Brian Bennett40-661/+241
commit 8130f8e19e97c2d371c7b8894112a375409fe34a 14731 clean malloc/free shims from bhyve commit d4f59ae5164748e530cad42bd54b9b909d0c1ee8 14703 clean KTR from bhyve commit 61b20185b3a9f12c5f69672abe47b79dfb002cab 14142 kernel SMB spams log when it hits max_connections commit 2514b110a74b7a0ce021feff362fe3c4c2352b43 14724 failed delete of IP address made it undeletable commit 7a15b0ec33c685e4e6b096454b077a52604acf9b 14713 tools ld should be 64bit
2022-06-1014731 clean malloc/free shims from bhyvePatrick Mooney19-225/+125
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-06-0914703 clean KTR from bhyvePatrick Mooney18-398/+34
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-06-0914142 kernel SMB spams log when it hits max_connectionsGordon Ross2-7/+41
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2022-06-0914724 failed delete of IP address made it undeletableRyan Goodfellow3-3/+10
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2022-06-08 [illumos-gate merge]Brian Bennett13-322/+337
commit baf9a8500e8914f180ede682c95a37266e1a4e37 14550 nvme_is_ignored_ns() needs less confusion 14709 nvmeadm list should be able to distinguish between inactive and ignored namespaces commit 0a4ff7c07705facb2cf0991453d0a3e20cdc50ce 14728 priv_set(3c) man page typo commit 38aced4fb3d60e34a44207b22d0b0dd4909bf4d1 14710 remove long obsolete/unused pyzfs helper script commit 22e991d5bb9d07bf7dd2a65bc080922753a3100b 14720 fac_prov_ipmi: missing thresholds should not be considered error
2022-06-0814713 tools ld should be 64bitRichard Lowe9-28/+31
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Garrett D'Amore <garrett@damore.org>
2022-06-0814550 nvme_is_ignored_ns() needs less confusionHans Rosenfeld6-38/+164
14709 nvmeadm list should be able to distinguish between inactive and ignored namespaces Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-06-0714728 priv_set(3c) man page typoAndy Fiddaman1-130/+158
Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-06-0314710 remove long obsolete/unused pyzfs helper scriptRichard Lowe6-155/+5
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-06-0314720 fac_prov_ipmi: missing thresholds should not be considered errorYuri Pankov1-1/+10
Reviewed by: Alexander Eremin <aeremin@tintri.com> Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Ben Jameson <bjameson@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-06-02 [illumos-gate merge]Dan McDonald1-18/+2
commit feea3b2dd6c0c3b59dfb1ab0f992b01906567d90 14721 getopt(1) erroneously says scheduled for removal.
2022-06-0214721 getopt(1) erroneously says scheduled for removal.Dan Cross1-18/+2
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-06-0114683 remove SUNWonld vestiges from sgs (fix mismerge)release-20220602Dan McDonald1-2/+0
2022-06-01 [illumos-gate merge]Brian Bennett8-10/+353
commit 3281964baf91e4061898a5490ee91e126e81116c 14684 want nvme-config-list property commit e309284527479df5fbac1270f2abd4a739f1ab72 14041 Dell R650 Xeon Gold 5318Y not booting
2022-06-0114684 want nvme-config-list propertyHans Rosenfeld4-7/+324
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-3114041 Dell R650 Xeon Gold 5318Y not bootingStuart Maybee4-3/+29
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-27 [illumos-gate merge]Dan McDonald3-3/+4
commit b0d58672df8644288a5fdce6ae229eaaa0db2de7 14711 wsdiff should display SHT_REL symbolically commit 43075873f664db76209f1fdf87cb3961a113bfaf 14715 libsa: Fix a bug in nvlist creation
2022-05-2714711 wsdiff should display SHT_REL symbolicallyRichard Lowe1-2/+2
Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-05-2714715 libsa: Fix a bug in nvlist creationMark Johnston2-1/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-26 [illumos-gate merge]Dan McDonald10-360/+353
commit 3d097f7d985318f4f57189c9c47f3b19f1721f89 14692 consolidate bhyve exception injection commit 662993c9b2fd7e3e0a5c2e535902c2360206095a 14581 ipadm could not create address after delete-addr for addrconf
2022-05-2614692 consolidate bhyve exception injectionPatrick Mooney9-360/+349
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Jordan Paige Hendricks <jordan@oxidecomputer.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-05-2514581 ipadm could not create address after delete-addr for addrconfRyan Goodfellow1-0/+4
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Ryan Zezeski <ryan@oxide.computer> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-05-25 [illumos-gate merge]Dan McDonald135-663/+208
commit d8e10381a0083d7717710b0db7e64707bc0f3ff8 14683 remove SUNWonld vestiges from sgs commit e9db39cef1f968a982994f50c05903cc988a3dd3 14682 remove prior-release portability from cmd/sgs Conflicts: usr/src/cmd/sgs/elfdump/Makefile.targ
2022-05-2414683 remove SUNWonld vestiges from sgsRichard Lowe90-227/+63
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-2414682 remove prior-release portability from cmd/sgsRichard Lowe108-450/+159
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-24 [illumos-gate merge]Dan McDonald3-16/+48
commit a3bac573c955fec12942b4bfa5d10b68931210cb 14670 nvmeadm refactor for option parsing
2022-05-2314670 nvmeadm refactor for option parsingHans Rosenfeld3-16/+48
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Ben Jameson <bjameson@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-23 [illumos-gate merge]Dan McDonald19-199/+115
commit 29219719c034367724cbf77434175b3c4e681e43 14687 need in-kernel strtok_r() commit 5b0d53307d70a828ad7aef4dc6d8a3ad7d5c231b 14704 Duplicate full stops in the manual commit ceb17889bb64b964be7a5439344cc243f0498512 14702 Some cases of he in the manual should be the
2022-05-2314687 need in-kernel strtok_r()Enyew Tan5-90/+79
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-2314704 Duplicate full stops in the manualPeter Tribble11-80/+30
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-2314702 Some cases of he in the manual should be thePeter Tribble3-29/+6
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-20 [illumos-gate merge]Dan McDonald3-53/+578
commit b6704f3c9c8f092e937a1a2b6d65aeb51ea280a4 14698 May 2022 hwdata update
2022-05-20 [illumos-gate merge]Dan McDonald7-37/+358
commit 3ee592424ed4bb7b850d9adccb9f3c493ce7534b 3729 getifaddrs must learn to stop worrying and love the other address families
2022-05-2014698 May 2022 hwdata updateRobert Mustacchi3-53/+578
Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-203729 getifaddrs must learn to stop worrying and love the other address familiesSebastian Wiedenroth7-37/+358
Portions contributed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-05-18 [illumos-gate merge]release-20220519Dan McDonald11-84/+160
commit ca0df52a1ec24f9498f363369c65d0e408d579b1 14689 blkdev GUID support commit ecc39deb3ff51afe175edd847dcffb926c47a239 14695 format: input() feedback should be more verbose commit 6328d71e9dd97ed4dfdf9425b5dc7b9deb6f579a 14454 sys/debug.h: CTASSERT should use _Static_assert commit b602cbcd64fbbebf696bd7c8e03367bdfa19805d 14696 nvmeadm command dumps core when libumem.so is used commit 9f7719e79a5c2ccdc9ee6a14147ba723fb8c0e36 14643 ::dtrace dcmd can truncate output
2022-05-1814689 blkdev GUID supportHans Rosenfeld3-37/+52
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1814695 format: input() feedback should be more verboseToomas Soome2-22/+40
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1814454 sys/debug.h: CTASSERT should use _Static_assertToomas Soome4-19/+10
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1814696 nvmeadm command dumps core when libumem.so is usedManjith Gambhir1-5/+12
Reviewed by: Andy Giles <agiles@tintri.com> Reviewed by: Ben Jameson <bjameson@tintri.com> Reviewed by: Pete Shephard <pete.shephard@tegile.com> Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1814643 ::dtrace dcmd can truncate outputJason King1-1/+46
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-18 [illumos-gate merge]Dan McDonald15-1033/+234
commit d4039345c8fe6e54a31d17d91e86e393fdcf401b 14628 ancient devicedb should be removed commit 68c72dd193abdcff98b7e21c4f9d7a4ba41d284b 14672 Add cxgbe alias for T62100-KR
2022-05-1714628 ancient devicedb should be removedRichard Lowe13-1031/+232
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1714672 Add cxgbe alias for T62100-KRRobert Mustacchi1-1/+2
Reviewed by: Andy Fiddaman <andy@omnios.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-05-1714672 Add cxgbe alias for T62100-KR (early merge)Dan McDonald1-0/+1