summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2022-10-17 [illumos-gate merge]Dan McDonald8-73/+204
commit e59cb7a82e3c588904c5b7ede8cba0bf3cd17eb1 15025 hald can't anymore receive events with newer glib versions than 2.63.4 commit 8a67df42cf817fc66635eb83ffe3fc2f8216300a 15046 libc: unused variable commit 2067ad9da908e7634f4b17778a0523d3acca8102 15045 SMB should implement FSCTL_DFS_GET_REFERRALS_EX commit a44ccde211b3554142d11535037f8ef996519c3b 15044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS is not supported
2022-10-1515025 hald can't anymore receive events with newer glib versions than 2.63.4Carsten Grzemba1-6/+7
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Klaus Ziegler <klausz@haus-gisela.de> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-1415046 libc: unused variableToomas Soome6-55/+47
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1415045 SMB should implement FSCTL_DFS_GET_REFERRALS_EXGordon Ross1-10/+117
Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1415044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS ↵Gordon Ross1-2/+33
is not supported Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-14 [illumos-gate merge]Dan McDonald18-65/+406
commit 5e1bbccc35c7d7d0b6abd200b510d8d5b99ae31c 15064 vmm: unused variable 'iommu_initted' commit d9be5d44a919e9dbfe9d1e3e7a5557d9208b1de7 15050 SMB server mishandles some SIDs commit 5cfb18f0d1f59686e64a1bf142efa2bf653d86a0 15032 SMB: Can't create a file with a NULL DACL commit 34b17f87fc4c121059d3ab4102a276cbe7ed609a 15059 Update AMD microcode to 20220930 commit fab57d1b740f6df905ebda23c9345ef88a7a046a 15027 The ls command should show SIDs instead of ephemeral IDs commit 3cdfcc971afcfbc67664057ef3e59e02fb78871d 15063 vmm: cast to smaller integer type 'boolean_t' from 'void *' commit 13a19b244f4bf70feb407e14979f084b7cb47270 15077 ficl: make sure the loader emulator does set console
2022-10-1415064 vmm: unused variable 'iommu_initted'Toomas Soome1-2/+0
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-1315050 SMB server mishandles some SIDsMatt Barden5-27/+229
Portions contributed by: Prashanth Badari <prbadari@tintri.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1315032 SMB: Can't create a file with a NULL DACLMatt Barden1-2/+5
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Prashanth Badari <prbadari@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1315059 Update AMD microcode to 20220930Andy Fiddaman5-2/+2
Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Reviewed by: Keith M Wesolowski <wesolows@oxide.computer> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1315027 The ls command should show SIDs instead of ephemeral IDsGordon Ross5-31/+168
Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Sam Zaydel <szaydel@racktopsystems.com> Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Portions contributed by: Rick Mesta <rick.mesta@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1315063 vmm: cast to smaller integer type 'boolean_t' from 'void *'Toomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1315077 ficl: make sure the loader emulator does set consoleToomas Soome1-0/+1
Reviewed by: Dan Cross <cross@oxidecomputer.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-13 [illumos-gate merge]Dan McDonald8-153/+303
commit 075343cbd89929c34843ffe183e5e2e633367bd6 15039 kernel initializes early GDT commit 53312454eef37dec3667cb0a7ab5b73cdda84862 15026 libsec mistakenly assumes a SID is a group SID commit de00d88e2173bf36f19125d522e5590c0f53cff0 15043 smbadm - need ability to read credentials from stdin
2022-10-1215039 kernel initializes early GDTDan Cross3-46/+93
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Thirteen Oxide <wesolows@oxide.computer> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1215026 libsec mistakenly assumes a SID is a group SIDGordon Ross4-76/+151
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1215043 smbadm - need ability to read credentials from stdinGordon Ross1-31/+59
Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-12 [illumos-gate merge]Dan McDonald15-66/+152
commit 374973c21804baf7ee038f3b1c3ee81a3613e0b3 15065 vmm: variable set but not used commit 1261b05561db859f9c9c1418718a0a9a2930e0cb 15069 dladm_str2bw() does not reset errno which is checked after string conversion commit 670f080b72593a4a43a509cd4a020ffe8a6484a6 14690 nvmeadm should refer to namespaces by their nsid commit 2841912edb2f7c5e77ae94d2ff7fe17ad82f2fcd 15051 SMB2 signature mismatch gets wrong error commit 11fb28bc14a13f8ca7aa0e0e8dd0c259dcb79049 15042 AD join fails if hostname longer than 14 characters commit ad1760fe5da149d8b902bd879789686794f383ce 15058 vmm: comparison is always true commit 7b0b8123e6101089b9e44e31f6b14b0762845fbb 15041 smbadm join reports clock skew as bad password commit 3cc2454804c6ebaa0b2a607ad425214c1e51c4ee 15037 cp_subr.s: Invalid instruction argument
2022-10-12OS-8415 smartos-test execution should run ZFS test suite if DISKS and KEEP ↵Dan McDonald1-1/+35
are set Reviewed by: Travis Paul <Tr@visPaul.me> Approved by: Brian Bennett <brian.bennett@mnx.io>
2022-10-1215065 vmm: variable set but not usedToomas Soome2-4/+4
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115069 dladm_str2bw() does not reset errno which is checked after string ↵Dmitry Gromada1-0/+1
conversion Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Alex Deiter <alex.deiter@nexenta.com> Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1114690 nvmeadm should refer to namespaces by their nsidHans Rosenfeld5-40/+114
Reviewed by: Andrew Giles <agiles@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115051 SMB2 signature mismatch gets wrong errorGordon Ross1-3/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115042 AD join fails if hostname longer than 14 charactersGordon Ross1-4/+5
Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115058 vmm: comparison is always trueToomas Soome1-1/+1
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115041 smbadm join reports clock skew as bad passwordGordon Ross3-8/+19
Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1115037 cp_subr.s: Invalid instruction argumentToomas Soome2-6/+6
Reviewed by: Dan Cross <cross@oxidecomputer.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-11OS-8414 smartos-test configuration should set per-process coredumpsDan McDonald1-0/+2
Reviewed by: Brian Bennett <brian.bennett@mnx.io> Approved by: Brian Bennett <brian.bennett@mnx.io>
2022-10-10 [illumos-gate merge]Dan McDonald62-5990/+73
commit 564d52366b33ac17bebd5b441ac47b668dfcb6cd 15040 remove support for unused sun studio inline asm commit 6faa6645c7a15dbddad859508e1f766bf1cef639 15012 nightly should fail if tools build failed commit 3c6ef809288edc29a5dd9e0664c095967e7903dc 13313 tools build uses cw from /opt/onbld even if -t flag is specified
2022-10-1015040 remove support for unused sun studio inline asmRichard Lowe61-5961/+43
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-10-1015012 nightly should fail if tools build failedYuri Pankov1-26/+27
Reviewed by: Alexander Eremin <aeremin@tintri.com> Reviewed by: Guy Morrogh <gmorrogh@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1013313 tools build uses cw from /opt/onbld even if -t flag is specifiedYuri Pankov1-3/+3
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-10 [illumos-gate merge]Dan McDonald8-44/+84
commit d687f445dcb8e0cd6caf81ea59a259f83ac93e2d 15016 find_elf should cope with O_DIRECTORY absence commit eca0273a3d9494e12a4d82943f1b2d701cde4489 15057 i86pc: redefinition of typedef 'vmm_data_req_t' is a C11 feature commit bdf9be201fbb95afc4f1d45b03d66d6f0f96c25f 15052 libc: unused label commit 430fb0518974971393f591123b410c866df1855a 5913 audit_syslog is noisy when it discards messages commit cd918266dec8ae2553f7a0efd53c52aa90d99a39 2271 CIFS clients fail to authenticate when idmap is using IDMU
2022-10-0915016 find_elf should cope with O_DIRECTORY absenceYuri Pankov1-0/+11
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2022-10-0715057 i86pc: redefinition of typedef 'vmm_data_req_t' is a C11 featureToomas Soome1-1/+0
Reviewed by: Yuri Pankov <ypankov@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-0715052 libc: unused labelToomas Soome2-13/+6
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-065913 audit_syslog is noisy when it discards messagesAndy Giles3-17/+31
Reviewed by: Aditya Agnihotri <aagnihotri@tintri.com> Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-062271 CIFS clients fail to authenticate when idmap is using IDMUkcrowenex1-13/+36
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-06 [illumos-gate merge]Dan McDonald11-191/+310
commit dd03b475cb030673a110ddade24162f09801d116 14991 Large AMD microcode does not load at boot 14994 Panic on microcode update with UFS boot archive 14995 misleading messages on microcode update failure 14996 Restructure ucode data Makefiles 15003 Corrupt AMD microcode equivalence-table not properly handled
2022-10-0614991 Large AMD microcode does not load at bootAndy Fiddaman11-191/+310
14994 Panic on microcode update with UFS boot archive 14995 misleading messages on microcode update failure 14996 Restructure ucode data Makefiles 15003 Corrupt AMD microcode equivalence-table not properly handled Reviewed by: Keith M Wesolowski <wesolows@oxide.computer> Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-05 [illumos-gate merge]release-20221006release-20221005Dan McDonald7-94/+133
commit 857c33c4a4bcde4bcde111ad59066aff44fb3f51 15030 AD join should allow specifying container OU
2022-10-0515030 AD join should allow specifying container OUGordon Ross7-94/+133
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-04 [illumos-gate merge]Dan McDonald7-40/+279
commit f40487698292848b93d33bbc76f92ca1c063e39e 15013 smbsrv: cannot rename file whose name was CATIA-converted commit 1b38ec66a3ea040587c1b346f8c010a3b37c8080 15011 Want wrapper for rpc tests in smbsrv-tests
2022-10-0415013 smbsrv: cannot rename file whose name was CATIA-convertedMatt Barden1-4/+6
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Prashanth Badari <prbadari@tintri.com> Reviewed by: Suresh Jayaraman <sjayaraman@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-0415011 Want wrapper for rpc tests in smbsrv-testsMatt Barden6-36/+273
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Evan Layton <elayton@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-04 [illumos-gate merge]Dan McDonald10-39/+342
commit 37e2cd25d56b334a2403f2540a0b0a1e6a40bcd1 15031 event ports impacted by FDINFO accesses commit 6a23a4b8ef29200f409ef8273bc56cdc0ec24e0a 15029 AD join observability
2022-10-0415031 event ports impacted by FDINFO accessesPatrick Mooney8-4/+200
Reviewed by: Ryan Goodfellow <ryan.goodfellow@oxide.computer> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-0415029 AD join observabilityGordon Ross2-35/+142
Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Garrett D'Amore <gdamore@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed-by: Jim Johnson <jjohnson@racktopsystems.com> Approved by: Garrett D'Amore <gdamore@damore.org>
2022-10-03 [illumos-gate merge]Dan McDonald7-30/+55
commit 00bfaff92dad2fa278f0e40718333cf4864ad7d5 14519 zfs_root should cache vnode commit b93865c3d90e9b0d73e338c9abb3293c35c571a8 14985 adjtime could be more const
2022-10-0314519 zfs_root should cache vnodePatrick Mooney2-13/+49
Reviewed by: Dan McDonald <danmcd@mnx.io> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>