summaryrefslogtreecommitdiff
path: root/usr/src
AgeCommit message (Collapse)AuthorFilesLines
2020-08-0412694 race between write() and shutdown() for unix socketsJohn Levon3-157/+140
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0412984 devo_power misset in sensor driversRobert Mustacchi4-4/+0
Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0412954 Rewrite coretemp to use the ksensor frameworkRobert Mustacchi1-410/+168
12955 coretemp had the wrong granularity Reviewed by: Ryan Zezeski <ryan@zinascii.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0412405 audioens: variable may be used uninitializedToomas Soome1-0/+2
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Rob Johnston <rob.johnston@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-03 [illumos-gate merge]Jerry Jelinek6-1/+46
commit 425a83377a83720d1e9907ec3641a499a5eed18f 12998 OpenBSD needs DE_CFG MSR on AMD bhyve commit ec82ad7502f4abb881c6b3012833e59fd3c24594 13000 bhyve sources should reflect license details
2020-08-0112998 OpenBSD needs DE_CFG MSR on AMD bhyvePatrick Mooney2-1/+26
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-3113000 bhyve sources should reflect license detailsPatrick Mooney4-0/+20
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-31 [illumos-gate merge]Jerry Jelinek4-26/+95
commit 40f72ea90006954fb73dcb696e7fede2435c4cb9 12228 libctf could handle gcc dwarf4 commit 11551c95ce2b1db0e052ae7a25787421afdef4da 12226 libctf needs to handle DW_AT_count based array sizing commit da2b26b186539432c4bee88ce2f08f41574e009f 12999 MSR_AMD_DE_CFG is twice defined
2020-07-3012228 libctf could handle gcc dwarf4Robert Mustacchi1-3/+57
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-3012226 libctf needs to handle DW_AT_count based array sizingRobert Mustacchi1-8/+24
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Jason King <jason.king@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-3012999 MSR_AMD_DE_CFG is twice definedPatrick Mooney3-15/+14
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-30 [illumos-gate merge]Jerry Jelinek26-3078/+17957
commit 84b52440bb17285d25cdba822f4ed46754e76f37 12997 clean up stale vdev driver in bhyve commit e2c85a726855856e110e09116d4f188c31949528 12995 update console fonts to terminus-4.48 commit 731058ff81c06fefc6b8786de93f31bd2e8d9986 12993 build default bold and vga fonts commit 2590fb56d329661927485eb826679e9f44e9c3dc 12985 fix wpi ddi_dma_nextcookie misuse
2020-07-2912997 clean up stale vdev driver in bhyvePatrick Mooney3-379/+0
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-2912995 update console fonts to terminus-4.48Toomas Soome20-2694/+17870
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2912993 build default bold and vga fontsToomas Soome2-0/+80
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-2912985 fix wpi ddi_dma_nextcookie misuseRobert Mustacchi1-5/+7
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-29 [illumos-gate merge]release-20200730Jerry Jelinek18-532/+204
commit 5c1597bcad8dabd41c0a919fb8acfabd8054e924 12992 loader: logo-illumos.4th needs to have mode resets commit abe1e6b305e672d0eedeb6b52003acac658c8371 12982 ambiguous instructions require an explicit suffix commit c3ae3afa3e57b39e29577c4b791adbe511bb7e3f 12916 bhyve should be able to limit vmx capabilities 12917 bhyve should always use Unrestricted Guest commit 22e68029451fec16a660c22ed1304b05ed67f43d 12973 add support for PCI-E rge cards
2020-07-2912992 loader: logo-illumos.4th needs to have mode resetsToomas Soome1-19/+19
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-2812982 ambiguous instructions require an explicit suffixAndy Fiddaman8-13/+20
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2812916 bhyve should be able to limit vmx capabilitiesPatrick Mooney7-499/+160
12917 bhyve should always use Unrestricted Guest Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2812973 add support for PCI-E rge cardsRick V1-1/+3
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-28 [illumos-gate merge]Jerry Jelinek1-2/+2
commit c65bd18728f347251dbeb256af17dbac88a50e8c 12981 vdev_hold prone to NULL dereference
2020-07-2712981 vdev_hold prone to NULL dereferencePatrick Mooney1-2/+2
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-27 [illumos-gate merge]Jerry Jelinek1-2/+25
commit dde7ba523f4198e0f5b40039179233749a87f105 12932 Some SMB2 oplock break cases fail in the Windows Protocol Test Suite
2020-07-2412932 Some SMB2 oplock break cases fail in the Windows Protocol Test SuiteGordon Ross1-2/+25
Portions contributed by: Andrew Stormont <astormont@racktopsystems.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-24 [illumos-gate merge]Jerry Jelinek4-18/+12
commit 9e2a4eaf6fee551c027291466c695e4414145b39 12978 usr/dict/words has CoC violations commit 8fa80b6906806016ca3449e9e20ce5f6b49653dc 12712 xnf calls ddi_dma_nextcookie too many times and panics the system
2020-07-2412978 usr/dict/words has CoC violationsDan McDonald3-7/+0
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-07-2312712 xnf calls ddi_dma_nextcookie too many times and panics the systemAndrew Stormont1-11/+12
Reviewed by: Paul Winder <pwinder@racktopsystems.com> Reviewed by: Garrett D'Amore <gdamore@racktopsystems.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-23 [illumos-gate merge]Jerry Jelinek7-361/+520
commit aa2a44afcbfb9d08096ea5af01f0bb30d4b7f9a6 12957 Some ipadm and dladm commands are slow on i40e 12958 i40e allocates large amounts of DMA 12972 Remove reference to deprecated ddi_power from i40e commit 6937e379563aa5fe8a003acdcd316b89044dd8dd 12952 ms: this statement may fall through
2020-07-2312957 Some ipadm and dladm commands are slow on i40ePaul Winder6-357/+518
12958 i40e allocates large amounts of DMA 12972 Remove reference to deprecated ddi_power from i40e Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2212952 ms: this statement may fall throughToomas Soome1-4/+2
Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-22 [illumos-gate merge]Jerry Jelinek19-35/+303
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
2020-07-2112966 imc driver blew up on missing channelRobert Mustacchi2-2/+42
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2111911 Inconsistent case handling for properties in dladmGarrett D'Amore1-5/+26
Reviewed by: Andrew Stormont <astormont@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Paul Winder <paul@winder.uk.net> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-2112947 stand: this statement may fall throughToomas Soome2-13/+14
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2112948 dr_cpu: this statement may fall throughToomas Soome1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2112747 sigsetjmp should allow for 8 byte aligned buffer on amd64Vitaliy Gusev4-7/+26
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-07-2112950 pcicmu: this statement may fall throughToomas Soome2-6/+6
Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2112946 want ability to dump smbios data from crash dumpRobert Mustacchi5-0/+186
Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Reviewed by: Toomas Some <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2112951 serengeti: this statement may fall throughToomas Soome1-0/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-2112949 drctl: this statement may fall throughToomas Soome1-1/+1
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-21 [illumos-gate merge]Jerry Jelinek1-4/+5
commit 948cceb01d0173f5a732ef880dddcadff2204c12 12968 curthread swtch-ing while the kernel is using the FPU
2020-07-2012968 curthread swtch-ing while the kernel is using the FPUJerry Jelinek1-4/+5
Reviewed by: Jason King <jason.king@joyent.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2020-07-20 [illumos-gate merge]Jerry Jelinek25-846/+3351
commit fa42722764b7b54c64cf742fc1d5d4ab0f02511a 12515 vfalls: array subscript is above array bounds commit 790596015610f2e87846342a497f6ee558379163 12105 libsmbns: passing argument 1 to restrict-qualified parameter aliases with argument 4 commit 93f1cac532b220b8db1e7715dbb2ae7ec5fe8fe7 12933 Update i40e core code to support NVM v1.7
2020-07-1912515 vfalls: array subscript is above array boundsToomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-1912105 libsmbns: passing argument 1 to restrict-qualified parameter aliases ↵Toomas Soome2-10/+12
with argument 4 Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-07-1712933 Update i40e core code to support NVM v1.7Paul Winder22-835/+3338
Portions contributed by: Krzysztof Galazka <krzysztof.galazka@intel.com> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Garrett D'Amore <garrett@damore.org>
2020-07-16 [illumos-gate merge]Jerry Jelinek9-22/+3845
commit 2ba19bafbe44c6a57d09e79cc5e11875088875bf 12940 Add DKIOCFREE support to NVMe devices commit f91a454727d8e1cd4bbbe2d4efd2754590298697 12794 ZFS support for vectorized algorithms on x86 (HW support)
2020-07-1512830 Want centralized ksensor framework [fix name_to_major] (#320)Jason King1-0/+1
2020-07-1512940 Add DKIOCFREE support to NVMe devicesJason King2-6/+124
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Some <tsoome@me.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>