summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-12 [illumos-gate merge]release-20200813Jerry Jelinek35-1466/+262
commit 0ac8993002ee179cc3289243a0fc956ee0db04da 13013 Port OpenZFS zpool label clear improvements 13012 zpool_read_label semantics should match OpenZFS commit 0904e7ecf266ebe6844dfc4b178441dc8d81296b 12944 remove long obsolete libsys
2020-08-11OS-8200 LX: serialise parallel vfork()/clone(LX_CLONE_VFORK) invocations (#321)Andy Fiddaman2-7/+32
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-1113013 Port OpenZFS zpool label clear improvementsBrian Behlendorf15-64/+260
13012 zpool_read_label semantics should match OpenZFS Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Tim Chase <tim@chase2k.com> Reviewed by: Tony Hutter <hutter2@llnl.gov> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-1112944 remove long obsolete libsysRichard Lowe19-1399/+2
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-11 [illumos-gate merge]Jerry Jelinek10-40/+232
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-1113019 loader.efi: cursor and pixel draw should use Blt() if possibleToomas Soome2-16/+124
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-1013008 bhyve devmem could match betterPatrick Mooney7-22/+106
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-1013024 Add omitted word in sed man pageNan Xiao1-2/+2
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2020-08-10 [illumos-gate merge]Jerry Jelinek2-0/+3
commit b018085dfc5b5d4dc24cf2784f322e76bc3e91c0 13014 ksensor tests are a bit environment dependent
2020-08-0713014 ksensor tests are a bit environment dependentRobert Mustacchi2-0/+3
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-08-07 [illumos-gate merge]Jerry Jelinek11-73/+500
commit 0caa75193db78d20398498ff9eca8f1c173ec99c 13017 Dump unique configurations and Uberblocks in zdb -lu
2020-08-0613017 Dump unique configurations and Uberblocks in zdb -luOlaf Faaland11-73/+500
Portions contributed by: Ryan Moeller <ryan@iXsystems.com> Portions contributed by: Jason King <jason.king@joyent.com> Reviewed by: Tim Chase <tim@chase2k.com> Reviewed by: Don Brady <don.brady@intel.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2020-08-06 [illumos-gate merge]Jerry Jelinek19-10/+212
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-0512801 libdiskmgt leaks PROM device information handles like a sieveJoshua M. Clulow1-4/+26
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Yuri Pankov <yuripv@yuripv.dev> Approved by: Richard Lowe <richlowe@richlowe.net>
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 Fiddaman15-0/+176
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 Jelinek7-1/+50
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 Mooney5-0/+24
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 Jelinek27-3078/+17968
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>