summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2022-10-19 [illumos-gate merge]release-20221020Dan McDonald8-10/+160
commit f23ed011dd1990f5b6b2d755feeaa7baf5a22caa 15036 portfs wears inadequate pollcache disguise
2022-10-1915036 portfs wears inadequate pollcache disguisePatrick Mooney8-10/+160
Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-19 [illumos-gate merge]Dan McDonald11-31/+244
commit 470204d3561e07978b63600336e8d47cc75387fa 14548 snoop has strange bedfellows commit c8dbcfded5b1de68bc460772d0bcb2069476a77a 15078 bhyve should enable VM_CAP_HALT_EXIT by default commit f6cf983f623e39ff70cb2b1fb9da2bdfddee54e9 15076 smbadm join should update local administrators group membership
2022-10-1814548 snoop has strange bedfellowsJoshua M. Clulow2-2/+35
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1815078 bhyve should enable VM_CAP_HALT_EXIT by defaultPatrick Mooney8-27/+140
Reviewed by: Luqman Aden <luqman@oxide.computer> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1915076 smbadm join should update local administrators group membershipGordon Ross1-2/+69
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed-by: Jim Johnson <jjohnson@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-18 [illumos-gate merge]Dan McDonald41-339/+241
commit 4a38094c1dd4980a3761849bfbdf92ae62c568f5 15053 libc: unused parameter Conflicts: usr/src/common/crypto/chacha/chacha.c
2022-10-1815053 libc: unused parameterToomas Soome41-340/+242
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-17 [illumos-gate merge]Dan McDonald10-319/+374
commit 38864087f2024637a6b7733caa7b6fd59c9383bd 15090 bhyve needs to handle disconnecting RFB clients better commit 08f2ce59ccfd4e449c92dd87b23e756e439d4daa 15074 SMB Server should return STATUS_INVALID_DEVICE_REQUEST for unsupported FSCTLs commit b716e3d049e8cb44c4b9c72022cafffb39c2f355 15073 smb: Server returns zero credits in negotiate error response commit 6e9a4bcc02951ac192e5f37b1ed4aef36f970f39 15072 libsec: sid_to_id() and sid_to_xid() could be improved
2022-10-1715090 bhyve needs to handle disconnecting RFB clients betterAndy Fiddaman2-7/+26
Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-10-1715074 SMB Server should return STATUS_INVALID_DEVICE_REQUEST for unsupported ↵Gordon Ross5-20/+45
FSCTLs Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1715073 smb: Server returns zero credits in negotiate error responseGordon Ross2-214/+228
Reviewed by: Andy Stormont <astormont@racktopsystems.com> 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-1715072 libsec: sid_to_id() and sid_to_xid() could be improvedToomas Soome1-78/+75
Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
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>