summaryrefslogtreecommitdiff
path: root/usr/src/lib
AgeCommit message (Collapse)AuthorFilesLines
2022-11-01 [illumos-gate merge]Dan McDonald1-1/+1
commit 9ef4124554445942a71f4cd7e4228ea9b576bfd4 15066 pcie: unused functions commit 78a707fc31d439235af1e35322a24644770753e9 15131 libctf depends on libavl
2022-10-3115131 libctf depends on libavlAndy Fiddaman1-1/+1
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Yuri Pankov <yuri@aetern.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2022-10-25 [illumos-gate merge]Dan McDonald20-154/+236
commit a77feb921f890fb76d76c760a138d0c8e73ee4a0 15118 bhyve too strict over vmm_data lengths commit 18c03fba8ec8cbe862149ac69dcb650b430bd6ef 15068 diskinfo crash in nvlist_free() commit 268cac54f3b029bc35167d895c6d82ded041d24b 15093 SMB error after Win10 tries FSCTL_PIPE_WAIT commit db8a370dba45fa238d7ad5ac85e2fffef8713c75 15005 Tests for btree implementation used by range trees commit 00ae59338e3e57fe8bfe8118360a47a69bfd8b98 15054 libc: using the result of an assignment as a condition without parentheses
2022-10-2415093 SMB error after Win10 tries FSCTL_PIPE_WAITGordon Ross1-1/+87
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-2415054 libc: using the result of an assignment as a condition without parenthesesToomas Soome19-153/+149
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-18 [illumos-gate merge]Dan McDonald40-337/+239
commit 4a38094c1dd4980a3761849bfbdf92ae62c568f5 15053 libc: unused parameter Conflicts: usr/src/common/crypto/chacha/chacha.c
2022-10-1815053 libc: unused parameterToomas Soome40-337/+239
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 McDonald1-78/+75
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-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 McDonald6-55/+47
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-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-14 [illumos-gate merge]Dan McDonald3-11/+44
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-1315027 The ls command should show SIDs instead of ephemeral IDsGordon Ross3-11/+44
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-13 [illumos-gate merge]Dan McDonald4-76/+151
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-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-12 [illumos-gate merge]Dan McDonald6-18/+31
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-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-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-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-10 [illumos-gate merge]Dan McDonald36-5593/+23
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 Lowe36-5593/+23
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-10-10 [illumos-gate merge]Dan McDonald5-34/+55
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-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 Giles2-8/+13
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-05 [illumos-gate merge]release-20221006release-20221005Dan McDonald5-87/+97
commit 857c33c4a4bcde4bcde111ad59066aff44fb3f51 15030 AD join should allow specifying container OU
2022-10-0515030 AD join should allow specifying container OUGordon Ross5-87/+97
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 McDonald2-35/+142
commit 37e2cd25d56b334a2403f2540a0b0a1e6a40bcd1 15031 event ports impacted by FDINFO accesses commit 6a23a4b8ef29200f409ef8273bc56cdc0ec24e0a 15029 AD join observability
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 McDonald1-1/+1
commit 00bfaff92dad2fa278f0e40718333cf4864ad7d5 14519 zfs_root should cache vnode commit b93865c3d90e9b0d73e338c9abb3293c35c571a8 14985 adjtime could be more const
2022-10-0314985 adjtime could be more constPatrick Mooney1-1/+1
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-03 [illumos-gate merge]Dan McDonald2-5/+128
commit 3f6fd99d844f7d4b62e4e1ddb0c29a4c2f7eca15 14952 bhyve should expose PAGING exits to userspace commit 17c4dadf772c2bfb28130f501dc6e1f46f8b1250 15020 HBA_LoadLibrary needs to close config file when done commit 609febc9a48c79a089214cb5d882759a72a38513 13923 zpool list -v output is misaligned commit e472a1cd85bffae230f8546d46fa757bade533e9 15006 Implement pre-auth integrity for fksmbd commit 17e9e0ae7132604963fd5a20e8ece5f2630e7fdf 15008 expose bhyve kernel interface version wider
2022-09-2915020 HBA_LoadLibrary needs to close config file when doneRick McNeal1-0/+2
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com> Reviewed by: Evan Layton <evan.layton@nexenta.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Rob Gittins <rob.gittins@nexenta.com> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Marco van Wieringen <mvw@planets.elm.net> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-09-2915006 Implement pre-auth integrity for fksmbdGordon Ross1-5/+126
Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-09-28 [illumos-gate merge]Dan McDonald1-3/+10
commit 48e2dbe9fb92ee91dbf11fbf095e75288ece7e40 14988 smb: panic in smb_common_open after pool export commit b78b1474704201201beac8045bbedb34d2361aae 14998 smbd domain cache broken commit 430c9d1e782015aefcb7cc52c7bc34674735c9c8 15010 September 2022 hwdata update commit fff4a95698f012e39591174e3bcfcbb5d83f7034 15009 Update tzdata to 2022d Conflicts: manifest
2022-09-2814998 smbd domain cache brokenGordon Ross1-3/+10
Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-26 [illumos-gate merge]Dan McDonald1-6/+2
commit 42640e499ab380f595753ffb5c3607d030e5cff3 14963 bhyve destroy should be more robust 14968 bhyve needs self-destroy ioctl Conflicts: usr/src/pkg/manifests/system-bhyve-tests.p5m
2022-09-2614963 bhyve destroy should be more robustPatrick Mooney1-6/+2
14968 bhyve needs self-destroy ioctl Reviewed by: Andy Fiddaman <illumos@fiddaman.net> Reviewed by: Michael Zeller <mike@mikezeller.net> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-26 [illumos-gate merge]Dan McDonald4-204/+108
commit 1b6debbb96f2c66931b6ec520e8dd07ece57d2dd 15007 zfs-tests: bootfs_006_pos is failing commit 46a7047cf9615f69c4e19c75c66b808b68695bbe 14999 SMB server mis-handles very long file names commit 76b0ca5a9552055cbe0fc7faabd3269bf63c4060 15001 Unable to set smb property max_protocol to 3.1.1 or empty
2022-09-2615001 Unable to set smb property max_protocol to 3.1.1 or emptyGordon Ross4-204/+108
Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed-by: Jim Johnson <jjohnson@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-23 [illumos-gate merge]Dan McDonald2-5/+14
commit bbcfe1fdf407bba4db5c2e62a69b67be0c4cb443 14987 smb: DsFreeDcInfo leaks commit 589f9b6223af8482576c4b68c4acc0626246eb32 14958 fakekernel: avoid LWP <defunc> threads commit a3eabe598a0af8378581201cb0d027e3589fd3f7 14863 Makefile.syshdrs: machine specific headers appear to be quite common
2022-09-2314987 smb: DsFreeDcInfo leaksGordon Ross1-4/+4
Reviewed-by: Toomas Soome <tsoome@me.com> Reviewed-by: Garrett D'Amore <gdamore@racktopsystems.com> Reviewed-by: Jim Johnson <jjohnson@racktopsystems.com> Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-09-2314958 fakekernel: avoid LWP <defunc> threadsVitaliy Gusev1-1/+10
Reviewed by: Toomas Soome <tsoome@racktopsystems.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-09-21 [illumos-gate merge]release-20220922Dan McDonald1-2/+8
commit e98897e3ff64095f1d7afa3f16c8c3dcbd805e3e 14972 some diskinfo error messages run into the next line commit bf2b3a2a0b16c017abff41fdb4f8c82e2aef82fd 14961 validate_pkg crashes with bad manifest commit 663b59f48c396b41650fffe9e2f20a85e9710c85 14986 SMB Shares appear to be rename-able from Clients
2022-09-2014986 SMB Shares appear to be rename-able from ClientsAlexander Stetsenko1-2/+8
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-19 [illumos-gate merge]Dan McDonald3-18/+48
commit c585f97b10d318e825698eb51d4671fef5b4d21f 14870 Netlogon client stops using SecureRPC after RPC call error commit ba55de6b420021ddc0b5990dd680795ee33d4f94 14869 ODX copy between shares fails commit 35a075c30369bda7caecc8d23aaabe61768b4440 14970 Restrict NFS mountd MOUNTPROC_DUMP to local transports
2022-09-1814870 Netlogon client stops using SecureRPC after RPC call errorMatt Barden2-16/+41
Reviewed by: Prashanth Badari <prbadari@tintri.com> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-09-1614970 Restrict NFS mountd MOUNTPROC_DUMP to local transportsToomas Soome1-2/+7
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-09-15OS-8407 varpd/svp multicast confusion (#422)Brian Bennett1-1/+2
Reviewed by: Dan McDonald <danmcd@mnx.io> Approved by: Dan McDonald <danmcd@mnx.io>