[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (10f9063 -> 9d24cdb)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Apr 19 06:30:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a change to branch upstream
in repository virtualbox.

      from  10f9063   Imported Upstream version 5.1.18-dfsg
       new  9d24cdb   Imported Upstream version 5.1.20-dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Config.kmk                                         |  111 +-
 doc/manual/en_US/user_BasicConcepts.xml            |    6 +-
 doc/manual/user_ChangeLogImpl.xml                  |   51 +
 include/VBox/err.h                                 |    9 +
 include/VBox/ostypes.h                             |    1 +
 include/VBox/vmm/pdmdev.h                          |    2 +
 include/iprt/avl.h                                 |    2 +-
 include/iprt/formats/pecoff.h                      |   74 +
 include/iprt/ldr.h                                 |    5 +
 include/iprt/mangling.h                            |    1 +
 include/iprt/string.h                              |   20 +
 src/VBox/Additions/common/VBoxGuest/Makefile.kmk   |    6 +-
 .../Additions/common/VBoxGuest/freebsd/Makefile    |    1 +
 .../common/VBoxGuest/freebsd/files_vboxguest       |    1 +
 src/VBox/Additions/common/VBoxGuest/linux/Makefile |   17 +-
 .../common/VBoxGuest/linux/files_vboxguest         |    1 +
 .../VBoxService/VBoxServiceControlProcess.cpp      |    2 +-
 src/VBox/Additions/freebsd/Makefile                |    4 +-
 src/VBox/Additions/linux/Makefile                  |    6 +-
 src/VBox/Additions/linux/Makefile.kmk              |   31 +
 src/VBox/Additions/linux/drm/Makefile.kmk          |   38 -
 src/VBox/Additions/linux/drm/Makefile.module.kms   |    2 +-
 src/VBox/Additions/linux/drm/files_vboxvideo_drv   |    1 +
 src/VBox/Additions/linux/drm/vbox_drv.c            |   13 +-
 src/VBox/Additions/linux/drm/vbox_drv.h            |   17 +
 src/VBox/Additions/linux/drm/vbox_prime.c          |   89 +
 src/VBox/Additions/linux/installer/install.sh.in   |   51 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |  195 +-
 .../Additions/linux/sharedfolders/Makefile.kmk     |   40 -
 src/VBox/Devices/Audio/DevIchAc97.cpp              |   23 +-
 src/VBox/Devices/Bus/MsiCommon.cpp                 |   55 +-
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd      |  Bin 2097152 -> 2097152 bytes
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd      |  Bin 2097152 -> 2097152 bytes
 .../Graphics/BIOS/VBoxVgaBiosAlternative286.asm    |    6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum |    2 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative386.asm    |    6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum |    2 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm   |    6 +-
 .../BIOS/VBoxVgaBiosAlternative8086.md5sum         |    2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp        |   49 +-
 src/VBox/Devices/Network/DevVirtioNet.cpp          |   21 +-
 src/VBox/Devices/Network/slirp/ip_input.c          |   78 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative286.asm     | 3729 +++++++++----------
 .../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum  |    2 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative386.asm     | 3581 +++++++++----------
 .../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum  |    2 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative8086.asm    | 3733 ++++++++++----------
 .../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum |    2 +-
 src/VBox/Devices/PC/BIOS/eltorito.c                |    2 +-
 src/VBox/Devices/PC/DevACPI.cpp                    |   15 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |    1 +
 src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp |    4 +-
 .../Frontends/VBoxBugReport/VBoxBugReportWin.cpp   |    5 +-
 src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp   |   45 +-
 src/VBox/Frontends/VirtualBox/VirtualBox2.qrc      |    1 +
 .../Frontends/VirtualBox/VirtualBox2_hidpi.qrc     |    1 +
 .../images/hidpi/os_win2k16_64_hidpi.png           |  Bin 0 -> 7712 bytes
 .../Frontends/VirtualBox/images/os_win2k16_64.png  |  Bin 0 -> 2791 bytes
 .../VirtualBox/src/globals/UIIconPool.cpp          |    1 +
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |    1 +
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |    8 +
 .../VirtualBox/src/net/UIUpdateManager.cpp         |    7 +
 .../VirtualBox/src/platform/x11/VBoxX11Helper.cpp  |    3 +
 .../VirtualBox/src/platform/x11/VBoxX11Helper.h    |    1 +
 .../VirtualBox/src/runtime/UIKeyboardHandler.cpp   |   27 +-
 .../VirtualBox/src/runtime/UIKeyboardHandler.h     |   11 +-
 .../VirtualBox/src/runtime/UIMachineView.cpp       |   35 +-
 .../VirtualBox/src/runtime/UIMachineView.h         |    4 +-
 .../VirtualBox/src/runtime/UIMouseHandler.cpp      |   17 +
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |    6 +-
 .../fullscreen/UIMachineWindowFullscreen.cpp       |   45 +-
 .../runtime/fullscreen/UIMachineWindowFullscreen.h |   22 +-
 .../runtime/seamless/UIMachineWindowSeamless.cpp   |   56 +-
 .../src/runtime/seamless/UIMachineWindowSeamless.h |   22 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |    5 +
 .../src/widgets/UIApplianceEditorWidget.cpp        |    4 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.cpp       |  303 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.h         |   17 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |    1 +
 src/VBox/HostDrivers/Makefile.kmk                  |   34 +
 src/VBox/HostDrivers/Support/Makefile.kmk          |   49 +-
 src/VBox/HostDrivers/Support/SUPDrv.cpp            |    7 +-
 src/VBox/HostDrivers/Support/SUPLibInternal.h      |    8 +-
 src/VBox/HostDrivers/Support/SUPLibLdr.cpp         |   12 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |  253 +-
 .../HostDrivers/Support/SUPR3HardenedVerify.cpp    |  246 +-
 .../HostDrivers/Support/darwin/SUPLib-darwin.cpp   |    8 +-
 src/VBox/HostDrivers/Support/freebsd/Makefile      |    1 +
 .../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp |    4 +-
 src/VBox/HostDrivers/Support/freebsd/files_vboxdrv |    1 +
 src/VBox/HostDrivers/Support/linux/Makefile        |    1 +
 .../HostDrivers/Support/linux/SUPLib-linux.cpp     |    8 +-
 src/VBox/HostDrivers/Support/linux/files_vboxdrv   |    2 +
 src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp    |    4 +-
 .../HostDrivers/Support/solaris/SUPLib-solaris.cpp |    8 +-
 .../Support/win/SUPHardenedVerify-win.h            |    3 +
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |   49 +
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |    6 +-
 src/VBox/HostDrivers/Support/win/SUPLib-win.cpp    |    5 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |  442 ++-
 src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk       |   10 +-
 src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk       |   10 +-
 src/VBox/HostDrivers/VBoxPci/Makefile.kmk          |    7 -
 src/VBox/HostDrivers/freebsd/Makefile              |    6 +-
 src/VBox/HostDrivers/linux/Makefile                |    8 +-
 src/VBox/HostServices/SharedFolders/vbsf.cpp       |    3 +
 src/VBox/HostServices/SharedFolders/vbsfpath.cpp   |    2 +-
 src/VBox/Installer/linux/Makefile.include.footer   |    1 +
 src/VBox/Installer/linux/Makefile.include.header   |   19 +-
 src/VBox/Installer/linux/distributions_deb         |    2 +
 .../win/InstallHelper/VBoxInstallHelper.cpp        |   49 +-
 src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi     |   15 +-
 src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi      |   15 +-
 src/VBox/Installer/win/VBoxMergeUSB.wxi            |    4 +-
 src/VBox/Main/include/DisplayImpl.h                |   11 +
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |   23 +-
 src/VBox/Main/src-all/Global.cpp                   |   11 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |    3 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |  397 +++
 src/VBox/Main/src-client/DisplayImplLegacy.cpp     |    9 +
 src/VBox/Main/src-server/usb.ids                   |  997 +++++-
 src/VBox/Main/src-server/win/svcmain.cpp           |   27 +-
 src/VBox/Runtime/Makefile.kmk                      |   13 +-
 src/VBox/Runtime/common/crypto/x509-core.cpp       |   29 +-
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |    3 +
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |  150 +-
 src/VBox/Runtime/common/ldr/ldrkStuff.cpp          |   14 +
 .../{RTUtf16ICmpAscii.cpp => RTStrICmpAscii.cpp}   |   46 +-
 src/VBox/Runtime/common/string/strformatrt.cpp     |   14 +
 src/VBox/Runtime/common/table/avl_Base.cpp.h       |    2 +-
 src/VBox/Runtime/common/table/avl_Destroy.cpp.h    |    2 +-
 src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h  |    2 +-
 src/VBox/Runtime/common/table/avl_Get.cpp.h        |    2 +-
 src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h |    2 +-
 src/VBox/Runtime/common/table/avl_Range.cpp.h      |    2 +-
 .../Runtime/common/table/avl_RemoveBestFit.cpp.h   |    2 +-
 src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h |    2 +-
 src/VBox/Runtime/common/table/avlgcphys.cpp        |    2 +-
 src/VBox/Runtime/common/table/avlgcptr.cpp         |    2 +-
 src/VBox/Runtime/common/table/avlhcphys.cpp        |    2 +-
 src/VBox/Runtime/common/table/avllu32.cpp          |    2 +-
 src/VBox/Runtime/common/table/avlogcphys.cpp       |    2 +-
 src/VBox/Runtime/common/table/avlogcptr.cpp        |    2 +-
 src/VBox/Runtime/common/table/avlohcphys.cpp       |    2 +-
 src/VBox/Runtime/common/table/avloioport.cpp       |    2 +-
 src/VBox/Runtime/common/table/avlou32.cpp          |    2 +-
 src/VBox/Runtime/common/table/avlpv.cpp            |    2 +-
 src/VBox/Runtime/common/table/avlrfoff.cpp         |    2 +-
 src/VBox/Runtime/common/table/avlrgcptr.cpp        |    2 +-
 src/VBox/Runtime/common/table/avlrogcphys.cpp      |    2 +-
 src/VBox/Runtime/common/table/avlrogcptr.cpp       |    2 +-
 src/VBox/Runtime/common/table/avlroioport.cpp      |    2 +-
 src/VBox/Runtime/common/table/avlroogcptr.cpp      |    2 +-
 src/VBox/Runtime/common/table/avlrpv.cpp           |    2 +-
 src/VBox/Runtime/common/table/avlru64.cpp          |    2 +-
 src/VBox/Runtime/common/table/avlruintptr.cpp      |    2 +-
 src/VBox/Runtime/common/table/avlu32.cpp           |    2 +-
 src/VBox/Runtime/common/table/avluintptr.cpp       |    2 +-
 src/VBox/Runtime/common/table/avlul.cpp            |    2 +-
 src/VBox/Runtime/common/table/table.cpp            |    8 +-
 ...ic.cpp => rtStrFormatKernelAddress-generic.cpp} |   55 +-
 src/VBox/Runtime/include/internal/string.h         |   14 +
 .../linux/rtStrFormatKernelAddress-r0drv-linux.c}  |   41 +-
 src/VBox/Runtime/r3/win/init-win.cpp               |    2 +-
 src/VBox/Runtime/testcase/tstLdr-4.cpp             |   17 +-
 src/VBox/Runtime/testcase/tstUtf8.cpp              |   19 +
 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp     |    5 +
 src/VBox/Storage/DMG.cpp                           |    5 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |    2 +
 src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h       |   42 +
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |   10 +-
 src/VBox/VMM/VMMR0/GVMMR0.cpp                      |    4 +-
 src/VBox/VMM/VMMR3/PDMUsb.cpp                      |    2 +-
 src/VBox/VMM/VMMR3/VMEmt.cpp                       |   26 +-
 src/VBox/VMM/VMMR3/VMMSwitcher.cpp                 |    4 +-
 src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp                 |    2 +-
 src/VBox/VMM/testcase/tstIEMCheckMc.cpp            |    1 +
 177 files changed, 9515 insertions(+), 6619 deletions(-)
 create mode 100644 src/VBox/Additions/linux/drm/vbox_prime.c
 create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/os_win2k16_64_hidpi.png
 create mode 100644 src/VBox/Frontends/VirtualBox/images/os_win2k16_64.png
 copy src/VBox/Runtime/common/string/{RTUtf16ICmpAscii.cpp => RTStrICmpAscii.cpp} (62%)
 copy src/VBox/Runtime/generic/{RTFileSetAllocationSize-generic.cpp => rtStrFormatKernelAddress-generic.cpp} (56%)
 copy src/VBox/Runtime/{generic/RTFileSetAllocationSize-generic.cpp => r0drv/linux/rtStrFormatKernelAddress-r0drv-linux.c} (62%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git



More information about the Pkg-virtualbox-commits mailing list