summaryrefslogtreecommitdiff
path: root/usr/src/uts
AgeCommit message (Collapse)AuthorFilesLines
2020-08-2012989 improve interface boundary for bhyve MMIOPatrick Mooney22-952/+1471
12990 improve interface boundary for bhyve ins/outs 12991 bhyve vlapic should SIPI more carefully Reviewed by: Mike Zeller <mike.zeller@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2020-08-1913041 i40e_get_available_resources() broken again for X722 partJohn Levon1-9/+32
Reviewed by: Randy Fishel <randyf@sibernet.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-18 [illumos-gate merge]Jerry Jelinek1-0/+17
commit 0d54f452f42b98b9da0e75b9401795c3a0560297 13048 Fix format issue in regex(5) man page commit b445c7c6f2f09c2296534b5ccda2c05321c474b1 12755 Double fault when booting under Amazon EC2
2020-08-1712755 Double fault when booting under Amazon EC2Andrew Stormont1-0/+17
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-17 [illumos-gate merge]Jerry Jelinek5-43/+45
commit 06260e34c28df0a3a191e42e1b51c9de745b3510 12505 Answer KEBE question about cred in unexport() commit 4e81fcfe0bcce62e29d80c1e391d9a241c0ee3b1 13027 sed loses count of relative line offset 13028 system/test/utiltest package is missing licence metadata commit 4d3fdeb14779bb6b0838521971d9ac99d65b0572 13029 AMD bhyve should reload TSS ASAP Conflicts: usr/src/test/util-tests/tests/Makefile
2020-08-1412505 Answer KEBE question about cred in unexport()Dan McDonald2-12/+16
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Evan Layton <elayton@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-1413029 AMD bhyve should reload TSS ASAPPatrick Mooney3-31/+29
Reviewed by: John Levon <john.levon@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-11OS-8200 LX: serialise parallel vfork()/clone(LX_CLONE_VFORK) invocations (#321)Andy Fiddaman1-6/+19
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2020-08-11 [illumos-gate merge]Jerry Jelinek3-17/+30
commit f7eeebb7a51b880fb7920f443b9774532d3efea6 13019 loader.efi: cursor and pixel draw should use Blt() if possible commit c3d209cab1511045e9bb1a521f1bd85995d4fd7e 13008 bhyve devmem could match better 13009 mdb-bhyve mishandles memseg offsets 13010 bhyve should not exit when VM debugged commit 40ae3b8f7394f061252c31a21b854ae328f6f269 13024 Add omitted word in sed man page
2020-08-1013008 bhyve devmem could match betterPatrick Mooney3-17/+30
13009 mdb-bhyve mishandles memseg offsets 13010 bhyve should not exit when VM debugged Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-06 [illumos-gate merge]Jerry Jelinek7-6/+64
commit be235d17490f6a5ad01c6a5319530fce66d88389 12801 libdiskmgt leaks PROM device information handles like a sieve commit bd05d33960c9701232eaa8bdb6a5ce585912ffc6 13016 bhyve cannot emulate MMIO from bootrom commit 2c834067bf731e663c6269489bf5dc0a9b4c6299 12977 smb3 server encryption leak in smb2_send_reply commit fe417ad0efdf365d5438ae46904118fa27ae38b8 12853 bhyve manifests should include BSD license commit 1a10a9077a9effc574b7f797a4d321dd0cea4197 12419 intel_nb5000: variable may be used uninitialized
2020-08-0513016 bhyve cannot emulate MMIO from bootromPatrick Mooney1-2/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0512977 smb3 server encryption leak in smb2_send_replySpencer Berger1-4/+3
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-0512853 bhyve manifests should include BSD licenseAndy Fiddaman4-0/+54
Reviewed by: Patrick Mooney <pmooney@pfmooney.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-0512419 intel_nb5000: variable may be used uninitializedToomas Soome1-0/+3
Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-05 [illumos-gate merge]Jerry Jelinek8-571/+310
commit b8ffbd3111b44e6c578236149ddc6140effd3dc2 12694 race between write() and shutdown() for unix sockets commit 64c2d2f3dba85d007642204d91961a84db9360cd 12984 devo_power misset in sensor drivers commit 01c0c40b21ae5d91e9c44377d6b19c9326e8e94f 12954 Rewrite coretemp to use the ksensor framework 12955 coretemp had the wrong granularity commit 001481f6cda9064930e4caee83ed1a8f0c801b8b 12405 audioens: variable may be used uninitialized
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 Jelinek2-1/+30
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 Mooney1-1/+25
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 Mooney1-0/+5
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-07-31 [illumos-gate merge]Jerry Jelinek3-15/+14
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-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 Jelinek4-384/+7
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-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 Jelinek12-508/+149
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-2812982 ambiguous instructions require an explicit suffixAndy Fiddaman7-9/+16
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 Mooney4-499/+131
12917 bhyve should always use Unrestricted Guest Reviewed by: Mike Zeller <mike.zeller@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
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 Jelinek1-11/+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-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 Jelinek7-10/+51
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-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-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-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 Jelinek23-836/+3339
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>