[Pkg-virtualbox-commits] [virtualbox] 01/01: Merge tag 'debian/4.3.30-dfsg-1' into jessie
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Aug 28 15:11:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch jessie
in repository virtualbox.
commit 0b55e1f16a194aad93c8688e0617fac6a158729f
Merge: 8718e39 6d013e7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Aug 28 13:42:01 2015 +0200
Merge tag 'debian/4.3.30-dfsg-1' into jessie
Conflicts:
debian/changelog
.gitignore | 1 -
.scm-settings | 139 +-
Config.kmk | 58 +-
Makefile.kmk | 35 +-
configure | 5 +-
debian/changelog | 107 +
debian/control | 18 +-
debian/copyright | 4 +-
debian/gbp.conf | 3 +-
debian/get-orig-source.sh | 1 +
debian/patches/02-gsoap-build-fix.patch | 2 +-
debian/patches/06-xsession.patch | 6 +-
debian/patches/16-no-update.patch | 4 +-
debian/patches/27-hide-host-cache-warning.patch | 2 +-
debian/patches/28-no-selinux-fedora.patch | 2 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/patches/30-usb-warning-filters.patch | 16 -
.../patches/32-disable-guest-version-check.patch | 13 +-
debian/patches/36-fix-vnc-version-string.patch | 2 +-
debian/patches/37-disable-smap.patch | 58 -
debian/patches/37-linux-3.11.patch | 89 -
debian/patches/38-linux-3.11-vboxnet.patch | 17 -
debian/patches/39-crash-raw-mode.patch | 10 -
debian/patches/CVE-2015-3456.patch | 74 -
debian/patches/rrs-build-fix.patch | 13 -
debian/patches/series | 3 -
debian/rules | 1 +
debian/source.lintian-overrides | 4 +-
debian/source/local-options | 3 -
debian/virtualbox-guest-source.files/rules | 3 +-
debian/virtualbox-source.files/rules | 3 +-
debian/virtualbox.lintian-overrides | 12 +-
doc/manual/docbook2latex.xsl | 92 +-
doc/manual/en_US/SDKRef.xml | 22 +
doc/manual/en_US/images/clone-vm.png | Bin 100972 -> 29989 bytes
doc/manual/en_US/images/create-vdi-1.png | Bin 81293 -> 33067 bytes
doc/manual/en_US/images/create-vm-1.png | Bin 78820 -> 30882 bytes
doc/manual/en_US/images/create-vm-2.png | Bin 94345 -> 36180 bytes
doc/manual/en_US/images/ovf-import.png | Bin 111985 -> 41683 bytes
doc/manual/en_US/images/seamless.png | Bin 874877 -> 846281 bytes
doc/manual/en_US/images/snapshots-1.png | Bin 152166 -> 50267 bytes
doc/manual/en_US/images/vbox-components.png | Bin 183580 -> 61668 bytes
doc/manual/en_US/images/vbox-sdl.png | Bin 955880 -> 287450 bytes
doc/manual/en_US/images/vboxlogo.png | Bin 206625 -> 57874 bytes
doc/manual/en_US/images/virtual-disk-manager.png | Bin 100098 -> 33124 bytes
doc/manual/en_US/images/virtual-disk-manager2.png | Bin 115239 -> 36552 bytes
doc/manual/en_US/images/virtualbox-main-empty.png | Bin 81467 -> 29346 bytes
doc/manual/en_US/images/virtualbox-main.png | Bin 656931 -> 236759 bytes
doc/manual/en_US/images/vm-close.png | Bin 24522 -> 9543 bytes
doc/manual/en_US/images/vm-groups.png | Bin 593012 -> 171438 bytes
doc/manual/en_US/images/vm-hostkey.png | Bin 33065 -> 15368 bytes
doc/manual/en_US/images/vm-settings-harddisk.png | Bin 55406 -> 21836 bytes
doc/manual/en_US/images/vm-vista-running.png | Bin 336122 -> 166128 bytes
doc/manual/en_US/user_BasicConcepts.xml | 8 +
doc/manual/en_US/user_Installation.xml | 9 +-
doc/manual/en_US/user_Introduction.xml | 17 +-
doc/manual/en_US/user_Networking.xml | 30 +-
doc/manual/en_US/user_Storage.xml | 6 +
doc/manual/en_US/user_Troubleshooting.xml | 105 +-
doc/manual/en_US/user_VBoxManage.xml | 27 +-
doc/manual/user_ChangeLogImpl.xml | 739 +-
include/VBox/HGSMI/HGSMI.h | 39 +-
include/VBox/HGSMI/HGSMIChSetup.h | 5 +
include/VBox/HostServices/GuestControlSvc.h | 12 +-
include/VBox/HostServices/Service.h | 73 +-
include/VBox/VBoxGuest.h | 47 +-
include/VBox/VBoxGuestLib.h | 39 +-
include/VBox/VBoxNetCfg-win.h | 2 +
include/VBox/VBoxVideo.h | 85 +-
include/VBox/VBoxVideoGuest.h | 12 +-
include/VBox/VMMDev.h | 2 +
include/VBox/VMMDevTesting.h | 10 +-
include/VBox/VMMDevTesting.mac | 3 +-
include/VBox/apic.h | 1 +
include/VBox/apic.mac | 1 +
include/VBox/dbus.h | 2 +-
include/VBox/err.h | 25 +-
include/VBox/err.mac | 16 +
include/VBox/intnet.h | 39 +-
include/VBox/settings.h | 23 +-
include/VBox/shflsvc.h | 20 +-
include/VBox/sup.h | 13 +
include/VBox/vd-ifs.h | 7 +-
include/VBox/vmm/cpum.h | 2 +-
include/VBox/vmm/hm_vmx.h | 10 +-
include/VBox/vmm/pdmifs.h | 123 +-
include/VBox/vmm/pdmnetifs.h | 8 +-
include/VBox/vmm/tm.h | 2 +-
include/VBox/vmm/vm.h | 8 +-
include/VBox/vmm/vmapi.h | 2 +
include/VBox/vmm/vmcpuset.h | 6 +-
include/VBox/vusb.h | 4 +
include/iprt/asm-amd64-x86.h | 43 +
include/iprt/asn1-generator-pass.h | 27 +-
include/iprt/assert.h | 10 +-
include/iprt/cdefs.h | 20 +-
include/iprt/crypto/x509.h | 28 +-
include/iprt/err.h | 3 +
include/iprt/err.mac | 1 +
include/iprt/getopt.h | 9 +-
include/iprt/initterm.h | 7 +
include/iprt/ldr.h | 10 +-
include/iprt/list.h | 4 +
include/iprt/log.h | 199 +-
include/iprt/mangling.h | 8 +
include/iprt/nt/nt.h | 75 +
include/iprt/process.h | 8 +-
include/iprt/socket.h | 3 +
include/iprt/tcp.h | 6 +-
include/iprt/types.h | 8 +-
include/iprt/x86.h | 68 +-
include/iprt/x86.mac | 27 +
.../Additions/common/VBoxControl/VBoxControl.cpp | 40 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 1 +
.../common/VBoxGuest/VBoxGuest-darwin.cpp | 13 +-
.../common/VBoxGuest/VBoxGuest-haiku-stubs.c | 6 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.c | 3 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.h | 3 +-
.../Additions/common/VBoxGuest/VBoxGuest-linux.c | 56 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.cpp | 12 +-
.../Additions/common/VBoxGuest/VBoxGuest-solaris.c | 35 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 258 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 785 +-
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 60 +-
.../Additions/common/VBoxGuest/freebsd/Makefile | 1 +
.../common/VBoxGuest/freebsd/files_vboxguest | 1 +
src/VBox/Additions/common/VBoxGuest/linux/Makefile | 3 +-
.../common/VBoxGuest/linux/files_vboxguest | 1 +
src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp | 25 +-
.../Additions/common/VBoxGuestLib/HGCMInternal.cpp | 6 +-
src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp | 8 +-
.../Additions/common/VBoxGuestLib/VBGLR3Internal.h | 4 +
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c | 8 +-
.../common/VBoxGuestLib/VBoxGuestR3Lib.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp | 2 +
.../VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp | 39 +-
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 2 +
.../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp | 38 +-
.../common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp | 18 +-
.../VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp | 74 +-
.../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp | 9 +-
.../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp | 300 +-
.../Additions/common/VBoxService/VBoxService.cpp | 45 +-
.../common/VBoxService/VBoxServiceAutoMount.cpp | 25 +-
.../common/VBoxService/VBoxServiceBalloon.cpp | 33 +-
.../VBoxService/VBoxServiceControlProcess.cpp | 72 +-
.../common/VBoxService/VBoxServiceCpuHotPlug.cpp | 43 +-
.../common/VBoxService/VBoxServiceInternal.h | 7 +
.../common/VBoxService/VBoxServicePageSharing.cpp | 32 +-
.../common/VBoxService/VBoxServiceStats.cpp | 33 +-
.../common/VBoxService/VBoxServiceVMInfo-win.cpp | 78 +-
.../common/VBoxService/VBoxServiceVMInfo.cpp | 96 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 94 +-
.../Additions/common/VBoxVideo/Modesetting.cpp | 104 +
src/VBox/Additions/common/crOpenGL/DD_glc.py | 0
src/VBox/Additions/common/crOpenGL/DD_glh.py | 0
src/VBox/Additions/common/crOpenGL/NULLfuncs.py | 0
.../Additions/common/crOpenGL/array/arrayspu.rc | 2 +-
src/VBox/Additions/common/crOpenGL/context.c | 2 +-
src/VBox/Additions/common/crOpenGL/cr_gl.py | 0
src/VBox/Additions/common/crOpenGL/entrypoints.py | 0
.../Additions/common/crOpenGL/feedback/feedback.py | 0
.../common/crOpenGL/feedback/feedback_funcs.py | 0
.../common/crOpenGL/feedback/feedback_state.py | 0
.../common/crOpenGL/feedback/feedbackspu_proto.py | 0
.../Additions/common/crOpenGL/getprocaddress.py | 0
src/VBox/Additions/common/crOpenGL/pack/pack.py | 0
src/VBox/Additions/common/crOpenGL/pack/packspu.rc | 4 +-
.../common/crOpenGL/pack/packspu_beginend.py | 0
.../common/crOpenGL/pack/packspu_flush.py | 0
.../Additions/common/crOpenGL/pack/packspu_get.py | 0
.../common/crOpenGL/pack/packspu_proto.py | 0
.../common/crOpenGL/passthrough/passthrough.py | 0
src/VBox/Additions/common/crOpenGL/stub_common.py | 0
src/VBox/Additions/common/crOpenGL/tsfuncs.py | 0
.../common/crOpenGL/windows_getprocaddress.py | 0
src/VBox/Additions/freebsd/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.cpp | 2 +-
src/VBox/Additions/linux/Makefile.kmk | 14 +-
src/VBox/Additions/linux/drm/vboxvideo_drm.c | 11 +
src/VBox/Additions/linux/export_modules | 10 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 34 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 4 +-
src/VBox/Additions/linux/sharedfolders/dirops.c | 8 +-
.../Additions/linux/sharedfolders/mount.vboxsf.c | 11 +-
src/VBox/Additions/linux/sharedfolders/regops.c | 10 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 9 +-
src/VBox/Additions/linux/sharedfolders/vbsfmount.h | 1 +
src/VBox/Additions/linux/sharedfolders/vfsmod.h | 8 +-
.../Additions/solaris/Installer/postinstall.sh | 23 +-
.../Additions/solaris/SharedFolders/vboxfs_prov.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vfs.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vnode.c | 2 +-
src/VBox/Additions/x11/Installer/98vboxadd-xclient | 20 +-
src/VBox/Additions/x11/Installer/x11config.sh | 5 +-
src/VBox/Additions/x11/Installer/x11config15sol.pl | 30 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 7 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 77 +-
src/VBox/Additions/x11/VBoxClient/clipboard.cpp | 74 +-
src/VBox/Additions/x11/VBoxClient/display.cpp | 557 +-
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 80 +-
src/VBox/Additions/x11/VBoxClient/hostversion.cpp | 291 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 309 +-
src/VBox/Additions/x11/VBoxClient/seamless-glue.h | 29 -
src/VBox/Additions/x11/VBoxClient/seamless-guest.h | 52 -
.../Additions/x11/VBoxClient/seamless-host.cpp | 195 -
src/VBox/Additions/x11/VBoxClient/seamless-host.h | 173 -
src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 52 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.h | 50 +-
src/VBox/Additions/x11/VBoxClient/seamless.cpp | 426 +-
src/VBox/Additions/x11/VBoxClient/seamless.h | 242 +-
.../VBoxClient/testcase/tstSeamlessX11-auto.cpp | 62 +-
.../x11/VBoxClient/testcase/tstSeamlessX11.cpp | 47 +-
src/VBox/Additions/x11/VBoxClient/thread.cpp | 99 -
src/VBox/Additions/x11/VBoxClient/thread.h | 131 -
src/VBox/Additions/x11/undefined_xorg | 18 +-
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 18 +-
src/VBox/Additions/x11/vboxmouse/vboxmouse.c | 7 +-
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 77 +-
src/VBox/Additions/x11/vboxvideo/README.testing | 34 +
src/VBox/Additions/x11/vboxvideo/edid.c | 175 -
src/VBox/Additions/x11/vboxvideo/getmode.c | 379 +
src/VBox/Additions/x11/vboxvideo/helpers.c | 100 +
src/VBox/Additions/x11/vboxvideo/pointer.c | 155 +-
src/VBox/Additions/x11/vboxvideo/setmode.c | 159 +-
.../Additions/x11/vboxvideo/testcase/Makefile.kmk | 48 -
.../x11/vboxvideo/testcase/tstSetModeXOrg.c | 141 -
src/VBox/Additions/x11/vboxvideo/undefined | 8 +
src/VBox/Additions/x11/vboxvideo/vboxutils.c | 504 -
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 820 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 237 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c | 2 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c | 3 +-
src/VBox/Additions/x11/vboxvideo/vbva.c | 179 +-
src/VBox/Debugger/DBGCPlugInDiggers.rc | 50 +
src/VBox/Debugger/DBGPlugInLinux.cpp | 38 +-
src/VBox/Debugger/Makefile.kmk | 4 +
src/VBox/Debugger/VBoxDbg.rc | 50 +
src/VBox/Debugger/VBoxDbgConsole.cpp | 141 +-
src/VBox/Debugger/VBoxDbgConsole.h | 43 +
src/VBox/Devices/Audio/DevIchHdaCodec.cpp | 82 +-
src/VBox/Devices/Audio/DevSB16.cpp | 4 +-
src/VBox/Devices/Audio/audio.c | 2 +
src/VBox/Devices/Audio/audio_int.h | 2 +-
src/VBox/Devices/Audio/coreaudio.c | 96 +-
src/VBox/Devices/Audio/dsound_template.h | 67 +-
src/VBox/Devices/Audio/dsoundaudio.c | 409 +-
src/VBox/Devices/EFI/DevEFI.cpp | 24 +-
src/VBox/Devices/EFI/DevSmc.cpp | 93 +-
.../BaseTools/Source/C/PyEfiCompressor/setup.py | 0
.../Firmware/BaseTools/Source/C/PyUtility/setup.py | 0
.../BaseTools/Source/Python/AutoGen/AutoGen.py | 0
.../BaseTools/Source/Python/AutoGen/BuildEngine.py | 0
.../BaseTools/Source/Python/AutoGen/GenC.py | 0
.../BaseTools/Source/Python/AutoGen/GenDepex.py | 0
.../BaseTools/Source/Python/AutoGen/GenMake.py | 0
.../BaseTools/Source/Python/AutoGen/StrGather.py | 0
.../Source/Python/AutoGen/UniClassObject.py | 0
.../Firmware/BaseTools/Source/Python/BPDG/BPDG.py | 0
.../BaseTools/Source/Python/BPDG/GenVpd.py | 0
.../BaseTools/Source/Python/BPDG/StringTable.py | 0
.../BaseTools/Source/Python/Common/Database.py | 0
.../Source/Python/Common/DecClassObject.py | 0
.../BaseTools/Source/Python/Common/Dictionary.py | 0
.../Source/Python/Common/DscClassObject.py | 0
.../Source/Python/Common/EdkIIWorkspace.py | 0
.../Source/Python/Common/EdkIIWorkspaceBuild.py | 0
.../BaseTools/Source/Python/Common/EdkLogger.py | 0
.../BaseTools/Source/Python/Common/Expression.py | 0
.../Source/Python/Common/FdfClassObject.py | 0
.../Source/Python/Common/InfClassObject.py | 0
.../Source/Python/Common/MigrationUtilities.py | 0
.../BaseTools/Source/Python/Common/Misc.py | 0
.../BaseTools/Source/Python/Common/Parsing.py | 0
.../BaseTools/Source/Python/Common/String.py | 0
.../Source/Python/Common/TargetTxtClassObject.py | 0
.../Source/Python/Common/ToolDefClassObject.py | 0
.../Source/Python/CommonDataClass/ModuleClass.py | 0
.../Source/Python/CommonDataClass/PackageClass.py | 0
.../Source/Python/CommonDataClass/PlatformClass.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/CLexer.py | 0
.../BaseTools/Source/Python/Ecc/CParser.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/Check.py | 0
.../Source/Python/Ecc/CodeFragmentCollector.py | 0
.../BaseTools/Source/Python/Ecc/Configuration.py | 0
.../BaseTools/Source/Python/Ecc/Database.py | 0
.../Firmware/BaseTools/Source/Python/Ecc/Ecc.py | 0
.../BaseTools/Source/Python/Ecc/Exception.py | 0
.../BaseTools/Source/Python/Ecc/FileProfile.py | 0
.../BaseTools/Source/Python/Ecc/MetaDataParser.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaDataTable.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaFileParser.py | 0
.../Python/Ecc/MetaFileWorkspace/MetaFileTable.py | 0
.../BaseTools/Source/Python/Ecc/Xml/__init__.py | 0
.../EFI/Firmware/BaseTools/Source/Python/Ecc/c.py | 0
.../Firmware/BaseTools/Source/Python/Eot/CLexer.py | 0
.../BaseTools/Source/Python/Eot/CParser.py | 0
.../Source/Python/Eot/CodeFragmentCollector.py | 0
.../BaseTools/Source/Python/Eot/Database.py | 0
.../Firmware/BaseTools/Source/Python/Eot/Eot.py | 0
.../BaseTools/Source/Python/Eot/EotGlobalData.py | 0
.../BaseTools/Source/Python/Eot/FileProfile.py | 0
.../BaseTools/Source/Python/Eot/FvImage.py | 0
.../BaseTools/Source/Python/Eot/InfParserLite.py | 0
.../Firmware/BaseTools/Source/Python/Eot/Parser.py | 0
.../EFI/Firmware/BaseTools/Source/Python/Eot/c.py | 0
.../Source/Python/GenFds/AprioriSection.py | 0
.../BaseTools/Source/Python/GenFds/Capsule.py | 0
.../BaseTools/Source/Python/GenFds/CapsuleData.py | 0
.../Source/Python/GenFds/ComponentStatement.py | 0
.../Source/Python/GenFds/CompressSection.py | 0
.../BaseTools/Source/Python/GenFds/DataSection.py | 0
.../BaseTools/Source/Python/GenFds/DepexSection.py | 0
.../BaseTools/Source/Python/GenFds/EfiSection.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Fd.py | 0
.../BaseTools/Source/Python/GenFds/FdfParser.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Ffs.py | 0
.../Source/Python/GenFds/FfsFileStatement.py | 0
.../Source/Python/GenFds/FfsInfStatement.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Fv.py | 0
.../Source/Python/GenFds/FvImageSection.py | 0
.../BaseTools/Source/Python/GenFds/GenFds.py | 6 +-
.../Source/Python/GenFds/GenFdsGlobalVariable.py | 4 +
.../BaseTools/Source/Python/GenFds/GuidSection.py | 0
.../Source/Python/GenFds/OptRomFileStatement.py | 0
.../Source/Python/GenFds/OptRomInfStatement.py | 0
.../BaseTools/Source/Python/GenFds/OptionRom.py | 0
.../BaseTools/Source/Python/GenFds/Region.py | 0
.../BaseTools/Source/Python/GenFds/Rule.py | 0
.../Source/Python/GenFds/RuleComplexFile.py | 0
.../Source/Python/GenFds/RuleSimpleFile.py | 0
.../BaseTools/Source/Python/GenFds/Section.py | 0
.../BaseTools/Source/Python/GenFds/UiSection.py | 0
.../BaseTools/Source/Python/GenFds/VerSection.py | 0
.../Firmware/BaseTools/Source/Python/GenFds/Vtf.py | 0
.../Python/GenPatchPcdTable/GenPatchPcdTable.py | 0
.../Source/Python/PatchPcdValue/PatchPcdValue.py | 0
.../Source/Python/Table/TableDataModel.py | 0
.../BaseTools/Source/Python/Table/TableDec.py | 0
.../BaseTools/Source/Python/Table/TableDsc.py | 0
.../Source/Python/Table/TableEotReport.py | 0
.../BaseTools/Source/Python/Table/TableFdf.py | 0
.../BaseTools/Source/Python/Table/TableFile.py | 0
.../BaseTools/Source/Python/Table/TableFunction.py | 0
.../Source/Python/Table/TableIdentifier.py | 0
.../BaseTools/Source/Python/Table/TableInf.py | 0
.../BaseTools/Source/Python/Table/TablePcd.py | 0
.../BaseTools/Source/Python/Table/TableQuery.py | 0
.../BaseTools/Source/Python/Table/TableReport.py | 0
.../Source/Python/TargetTool/TargetTool.py | 0
.../Firmware/BaseTools/Source/Python/Trim/Trim.py | 0
.../BaseTools/Source/Python/UPT/BuildVersion.py | 0
.../Source/Python/UPT/Core/DependencyRules.py | 0
.../Python/UPT/Core/DistributionPackageClass.py | 0
.../BaseTools/Source/Python/UPT/Core/IpiDb.py | 0
.../Source/Python/UPT/Core/PackageFile.py | 0
.../BaseTools/Source/Python/UPT/Core/__init__.py | 0
.../Source/Python/UPT/GenMetaFile/GenDecFile.py | 0
.../Source/Python/UPT/GenMetaFile/GenInfFile.py | 0
.../Python/UPT/GenMetaFile/GenMetaFileMisc.py | 0
.../Source/Python/UPT/GenMetaFile/GenXmlFile.py | 0
.../Source/Python/UPT/GenMetaFile/__init__.py | 0
.../BaseTools/Source/Python/UPT/InstallPkg.py | 0
.../Source/Python/UPT/Library/CommentGenerating.py | 0
.../Source/Python/UPT/Library/CommentParsing.py | 0
.../Source/Python/UPT/Library/DataType.py | 0
.../Python/UPT/Library/ExpressionValidate.py | 0
.../Source/Python/UPT/Library/GlobalData.py | 0
.../BaseTools/Source/Python/UPT/Library/Misc.py | 0
.../Source/Python/UPT/Library/ParserValidate.py | 0
.../BaseTools/Source/Python/UPT/Library/Parsing.py | 0
.../BaseTools/Source/Python/UPT/Library/String.py | 0
.../Source/Python/UPT/Library/Xml/XmlRoutines.py | 0
.../Source/Python/UPT/Library/Xml/__init__.py | 0
.../Source/Python/UPT/Library/__init__.py | 0
.../BaseTools/Source/Python/UPT/Logger/Log.py | 0
.../Source/Python/UPT/Logger/StringTable.py | 0
.../BaseTools/Source/Python/UPT/Logger/__init__.py | 0
.../Firmware/BaseTools/Source/Python/UPT/MkPkg.py | 0
.../Source/Python/UPT/Object/POM/CommonObject.py | 0
.../Source/Python/UPT/Object/POM/ModuleObject.py | 0
.../Source/Python/UPT/Object/POM/PackageObject.py | 0
.../Source/Python/UPT/Object/POM/__init__.py | 0
.../Source/Python/UPT/Object/Parser/DecObject.py | 0
.../Python/UPT/Object/Parser/InfBinaryObject.py | 0
.../UPT/Object/Parser/InfBuildOptionObject.py | 0
.../UPT/Object/Parser/InfDefineCommonObject.py | 0
.../Python/UPT/Object/Parser/InfDefineObject.py | 0
.../Python/UPT/Object/Parser/InfDepexObject.py | 0
.../Python/UPT/Object/Parser/InfGuidObject.py | 0
.../UPT/Object/Parser/InfLibraryClassesObject.py | 0
.../Source/Python/UPT/Object/Parser/InfMisc.py | 0
.../Python/UPT/Object/Parser/InfPackagesObject.py | 0
.../Python/UPT/Object/Parser/InfPcdObject.py | 0
.../Python/UPT/Object/Parser/InfPpiObject.py | 0
.../Python/UPT/Object/Parser/InfProtocolObject.py | 0
.../Python/UPT/Object/Parser/InfSoucesObject.py | 0
.../UPT/Object/Parser/InfUserExtensionObject.py | 0
.../Source/Python/UPT/Object/Parser/__init__.py | 0
.../BaseTools/Source/Python/UPT/Object/__init__.py | 0
.../Source/Python/UPT/Parser/DecParser.py | 0
.../Source/Python/UPT/Parser/DecParserMisc.py | 0
.../Source/Python/UPT/Parser/InfAsBuiltProcess.py | 0
.../Python/UPT/Parser/InfBinarySectionParser.py | 0
.../UPT/Parser/InfBuildOptionSectionParser.py | 0
.../Python/UPT/Parser/InfDefineSectionParser.py | 0
.../Python/UPT/Parser/InfDepexSectionParser.py | 0
.../UPT/Parser/InfGuidPpiProtocolSectionParser.py | 0
.../Python/UPT/Parser/InfLibrarySectionParser.py | 0
.../Python/UPT/Parser/InfPackageSectionParser.py | 0
.../Source/Python/UPT/Parser/InfParser.py | 0
.../Source/Python/UPT/Parser/InfParserMisc.py | 0
.../Python/UPT/Parser/InfPcdSectionParser.py | 0
.../Source/Python/UPT/Parser/InfSectionParser.py | 0
.../Python/UPT/Parser/InfSourceSectionParser.py | 0
.../BaseTools/Source/Python/UPT/Parser/__init__.py | 0
.../Python/UPT/PomAdapter/DecPomAlignment.py | 0
.../Python/UPT/PomAdapter/InfPomAlignment.py | 0
.../Python/UPT/PomAdapter/InfPomAlignmentMisc.py | 0
.../Source/Python/UPT/PomAdapter/__init__.py | 0
.../Firmware/BaseTools/Source/Python/UPT/RmPkg.py | 0
.../Firmware/BaseTools/Source/Python/UPT/UPT.py | 0
.../UPT/UnitTest/CommentGeneratingUnitTest.py | 0
.../Python/UPT/UnitTest/CommentParsingUnitTest.py | 0
.../Source/Python/UPT/UnitTest/DecParserTest.py | 0
.../Python/UPT/UnitTest/DecParserUnitTest.py | 0
.../Python/UPT/UnitTest/InfBinarySectionTest.py | 0
.../BaseTools/Source/Python/UPT/Xml/CommonXml.py | 0
.../Source/Python/UPT/Xml/GuidProtocolPpiXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/IniToXml.py | 0
.../Source/Python/UPT/Xml/ModuleSurfaceAreaXml.py | 0
.../Source/Python/UPT/Xml/PackageSurfaceAreaXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/PcdXml.py | 0
.../BaseTools/Source/Python/UPT/Xml/XmlParser.py | 0
.../Source/Python/UPT/Xml/XmlParserMisc.py | 0
.../BaseTools/Source/Python/UPT/Xml/__init__.py | 0
.../Source/Python/Workspace/BuildClassObject.py | 0
.../Source/Python/Workspace/MetaDataTable.py | 0
.../Source/Python/Workspace/MetaFileParser.py | 0
.../Source/Python/Workspace/MetaFileTable.py | 0
.../Source/Python/Workspace/WorkspaceDatabase.py | 0
.../BaseTools/Source/Python/build/BuildReport.py | 0
.../BaseTools/Source/Python/build/build.py | 0
src/VBox/Devices/EFI/Firmware/Makefile.kmk | 4 +-
.../PciHostBridgeDxe/PciRootBridgeIo.c | 36 +
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/Ata.c | 2822 ---
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/Atapi.c | 1976 --
.../Firmware/VBoxPkg/VBoxIdeBusDxe/ComponentName.c | 304 -
.../Firmware/VBoxPkg/VBoxIdeBusDxe/ComponentName.h | 192 -
.../VBoxPkg/VBoxIdeBusDxe/DriverConfiguration.c | 318 -
.../VBoxPkg/VBoxIdeBusDxe/DriverDiagnostics.c | 271 -
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/Ide.c | 1400 --
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/Ide.h | 861 -
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/IdeBus.c | 1558 --
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/IdeBus.h | 566 -
.../EFI/Firmware/VBoxPkg/VBoxIdeBusDxe/IdeData.h | 337 -
.../VBoxPkg/VBoxIdeBusDxe/VBoxIdeBusDxe.inf | 112 -
.../VBoxPkg/VBoxIdeControllerDxe/ComponentName.c | 213 -
.../VBoxPkg/VBoxIdeControllerDxe/IdeController.c | 566 -
.../VBoxPkg/VBoxIdeControllerDxe/IdeController.h | 445 -
.../VBoxIdeControllerDxe/VBoxIdeControllerDxe.inf | 82 -
.../VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c | 3 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 18 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/BIOS/vberom.asm | 1 -
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 1881 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 13 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h | 49 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 605 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 7838 ++++++++
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 1123 ++
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h | 811 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 6339 +++++++
src/VBox/Devices/Graphics/DevVGA-SVGA3d.h | 112 +
src/VBox/Devices/Graphics/DevVGA.cpp | 164 +-
src/VBox/Devices/Graphics/DevVGA.h | 199 +-
src/VBox/Devices/Graphics/DevVGASavedState.h | 4 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 193 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 244 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 13 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.def | 38 +
src/VBox/Devices/Graphics/VBoxSVGA3D.rc | 50 +
src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def | 27 +
src/VBox/Devices/Graphics/shaderlib/Makefile.kup | 0
src/VBox/Devices/Graphics/shaderlib/directx.c | 2660 +++
src/VBox/Devices/Graphics/shaderlib/glsl_shader.c | 5496 ++++++
.../Devices/Graphics/shaderlib/libWineStub/debug.c | 512 +
.../shaderlib/libWineStub/include/config.h | 1275 ++
.../Graphics/shaderlib/libWineStub/include/d3d8.h | 1154 ++
.../Graphics/shaderlib/libWineStub/include/d3d9.h | 2047 ++
.../shaderlib/libWineStub/include/wine/debug.h | 381 +
.../shaderlib/libWineStub/include/wine/guiddef.h | 131 +
.../shaderlib/libWineStub/include/wine/initguid.h | 35 +
.../shaderlib/libWineStub/include/wine/list.h | 246 +
.../shaderlib/libWineStub/include/wine/port.h | 489 +
.../shaderlib/libWineStub/include/wine/rbtree.h | 357 +
.../shaderlib/libWineStub/include/wine/unicode.h | 355 +
.../shaderlib/libWineStub/include/wine/wined3d.h | 9725 ++++++++++
src/VBox/Devices/Graphics/shaderlib/shader.c | 2471 +++
src/VBox/Devices/Graphics/shaderlib/shader_sm1.c | 696 +
src/VBox/Devices/Graphics/shaderlib/shader_sm4.c | 441 +
src/VBox/Devices/Graphics/shaderlib/shaderapi.c | 735 +
src/VBox/Devices/Graphics/shaderlib/shaderlib.h | 96 +
src/VBox/Devices/Graphics/shaderlib/stateblock.c | 99 +
src/VBox/Devices/Graphics/shaderlib/utils.c | 138 +
src/VBox/Devices/Graphics/shaderlib/vboxext.h | 157 +
.../Graphics/shaderlib/wine/include/Makefile.in | 669 +
.../Graphics/shaderlib/wine/include/accctrl.h | 460 +
.../Graphics/shaderlib/wine/include/access.idl | 88 +
.../Graphics/shaderlib/wine/include/aclapi.h | 92 +
.../Graphics/shaderlib/wine/include/aclui.h | 247 +
.../Graphics/shaderlib/wine/include/activaut.idl | 38 +
.../Graphics/shaderlib/wine/include/activdbg.idl | 590 +
.../Graphics/shaderlib/wine/include/activscp.idl | 558 +
.../Graphics/shaderlib/wine/include/adshlp.h | 45 +
.../Graphics/shaderlib/wine/include/advpub.h | 290 +
.../Graphics/shaderlib/wine/include/af_irda.h | 110 +
.../Graphics/shaderlib/wine/include/amaudio.h | 56 +
.../Graphics/shaderlib/wine/include/amstream.idl | 327 +
.../Graphics/shaderlib/wine/include/amvideo.idl | 250 +
.../Graphics/shaderlib/wine/include/appcompatapi.h | 41 +
.../Graphics/shaderlib/wine/include/appmgmt.h | 63 +
.../Graphics/shaderlib/wine/include/asptlb.idl | 142 +
.../Graphics/shaderlib/wine/include/asynot.idl | 68 +
.../Graphics/shaderlib/wine/include/asysta.idl | 60 +
.../Graphics/shaderlib/wine/include/atlbase.h | 275 +
.../Graphics/shaderlib/wine/include/atliface.idl | 96 +
.../Graphics/shaderlib/wine/include/atlwin.h | 62 +
.../Graphics/shaderlib/wine/include/audevcod.h | 53 +
.../shaderlib/wine/include/audioclient.idl | 336 +
.../shaderlib/wine/include/audiopolicy.idl | 249 +
.../shaderlib/wine/include/audiosessiontypes.h | 57 +
.../Graphics/shaderlib/wine/include/austream.idl | 117 +
.../Graphics/shaderlib/wine/include/aviriff.h | 333 +
.../Devices/Graphics/shaderlib/wine/include/avrt.h | 83 +
.../Graphics/shaderlib/wine/include/axcore.idl | 666 +
.../Graphics/shaderlib/wine/include/axextend.idl | 1074 ++
.../Graphics/shaderlib/wine/include/basetsd.h | 333 +
.../Graphics/shaderlib/wine/include/basetyps.h | 92 +
.../Graphics/shaderlib/wine/include/bcrypt.h | 59 +
.../Graphics/shaderlib/wine/include/binres.idl | 58 +
.../Graphics/shaderlib/wine/include/bits.idl | 426 +
.../Graphics/shaderlib/wine/include/bits1_5.idl | 97 +
.../Graphics/shaderlib/wine/include/bitsmsg.h | 90 +
.../Graphics/shaderlib/wine/include/cderr.h | 80 +
.../Graphics/shaderlib/wine/include/cfgmgr32.h | 214 +
.../Graphics/shaderlib/wine/include/cguid.h | 118 +
.../Graphics/shaderlib/wine/include/chprst.idl | 52 +
.../Graphics/shaderlib/wine/include/cierror.h | 53 +
.../Graphics/shaderlib/wine/include/clusapi.h | 66 +
.../Graphics/shaderlib/wine/include/cmdbas.idl | 71 +
.../Graphics/shaderlib/wine/include/cmdtxt.idl | 53 +
.../Graphics/shaderlib/wine/include/comcat.idl | 241 +
.../Graphics/shaderlib/wine/include/commctrl.h | 5183 ++++++
.../Graphics/shaderlib/wine/include/commctrl.rh | 211 +
.../Graphics/shaderlib/wine/include/commdlg.h | 851 +
.../shaderlib/wine/include/commoncontrols.idl | 223 +
.../Graphics/shaderlib/wine/include/compobj.h | 34 +
.../Graphics/shaderlib/wine/include/config.h | 1273 ++
.../Graphics/shaderlib/wine/include/config.h.in | 1412 ++
.../Graphics/shaderlib/wine/include/config_linux.h | 1275 ++
.../Graphics/shaderlib/wine/include/control.idl | 257 +
.../Graphics/shaderlib/wine/include/cor.idl | 117 +
.../Graphics/shaderlib/wine/include/cordebug.idl | 1050 ++
.../Graphics/shaderlib/wine/include/corerror.h | 139 +
.../Graphics/shaderlib/wine/include/corhdr.h | 139 +
.../Devices/Graphics/shaderlib/wine/include/cpl.h | 98 +
.../Graphics/shaderlib/wine/include/crtrow.idl | 60 +
.../Graphics/shaderlib/wine/include/cryptdlg.h | 323 +
.../Graphics/shaderlib/wine/include/cryptuiapi.h | 447 +
.../Graphics/shaderlib/wine/include/ctfutb.idl | 82 +
.../Graphics/shaderlib/wine/include/ctxtcall.idl | 58 +
.../Graphics/shaderlib/wine/include/custcntl.h | 137 +
.../Graphics/shaderlib/wine/include/cvconst.h | 719 +
.../Devices/Graphics/shaderlib/wine/include/d3d.h | 1577 ++
.../Graphics/shaderlib/wine/include/d3d10.idl | 1611 ++
.../Graphics/shaderlib/wine/include/d3d10_1.idl | 135 +
.../shaderlib/wine/include/d3d10_1shader.h | 61 +
.../Graphics/shaderlib/wine/include/d3d10effect.h | 866 +
.../Graphics/shaderlib/wine/include/d3d10misc.h | 57 +
.../Graphics/shaderlib/wine/include/d3d10shader.h | 242 +
.../Graphics/shaderlib/wine/include/d3d11.idl | 2010 ++
.../shaderlib/wine/include/d3d11sdklayers.idl | 1268 ++
.../Graphics/shaderlib/wine/include/d3d11shader.h | 217 +
.../Devices/Graphics/shaderlib/wine/include/d3d8.h | 1162 ++
.../Graphics/shaderlib/wine/include/d3d8caps.h | 295 +
.../Graphics/shaderlib/wine/include/d3d8types.h | 1222 ++
.../Devices/Graphics/shaderlib/wine/include/d3d9.h | 2134 +++
.../Graphics/shaderlib/wine/include/d3d9caps.h | 404 +
.../Graphics/shaderlib/wine/include/d3d9types.h | 1595 ++
.../Graphics/shaderlib/wine/include/d3dcaps.h | 442 +
.../Graphics/shaderlib/wine/include/d3dcommon.idl | 648 +
.../Graphics/shaderlib/wine/include/d3dcompiler.h | 132 +
.../Graphics/shaderlib/wine/include/d3dhal.h | 529 +
.../Graphics/shaderlib/wine/include/d3drm.h | 533 +
.../Graphics/shaderlib/wine/include/d3drmdef.h | 475 +
.../Graphics/shaderlib/wine/include/d3drmobj.h | 4711 +++++
.../Graphics/shaderlib/wine/include/d3drmwin.h | 112 +
.../Graphics/shaderlib/wine/include/d3dtypes.h | 1368 ++
.../Graphics/shaderlib/wine/include/d3dvec.inl | 143 +
.../Graphics/shaderlib/wine/include/d3dx9.h | 65 +
.../Graphics/shaderlib/wine/include/d3dx9anim.h | 417 +
.../Graphics/shaderlib/wine/include/d3dx9core.h | 514 +
.../Graphics/shaderlib/wine/include/d3dx9effect.h | 441 +
.../Graphics/shaderlib/wine/include/d3dx9math.h | 483 +
.../Graphics/shaderlib/wine/include/d3dx9math.inl | 1298 ++
.../Graphics/shaderlib/wine/include/d3dx9mesh.h | 1066 ++
.../Graphics/shaderlib/wine/include/d3dx9shader.h | 381 +
.../Graphics/shaderlib/wine/include/d3dx9shape.h | 55 +
.../Graphics/shaderlib/wine/include/d3dx9tex.h | 358 +
.../Graphics/shaderlib/wine/include/d3dx9xof.h | 195 +
.../Graphics/shaderlib/wine/include/dbccmd.idl | 45 +
.../Graphics/shaderlib/wine/include/dbcses.idl | 45 +
.../Graphics/shaderlib/wine/include/dbdsad.idl | 84 +
.../Graphics/shaderlib/wine/include/dbghelp.h | 1543 ++
.../Graphics/shaderlib/wine/include/dbinit.idl | 38 +
.../Graphics/shaderlib/wine/include/dbprop.idl | 75 +
.../Graphics/shaderlib/wine/include/dbs.idl | 740 +
.../Devices/Graphics/shaderlib/wine/include/dbt.h | 160 +
.../Graphics/shaderlib/wine/include/dciddi.h | 92 +
.../Graphics/shaderlib/wine/include/dciman.h | 47 +
.../Graphics/shaderlib/wine/include/dcommon.h | 38 +
.../Devices/Graphics/shaderlib/wine/include/dde.h | 88 +
.../Devices/Graphics/shaderlib/wine/include/dde.rh | 32 +
.../Graphics/shaderlib/wine/include/ddeml.h | 392 +
.../Graphics/shaderlib/wine/include/ddk/compstui.h | 80 +
.../Graphics/shaderlib/wine/include/ddk/hidsdi.h | 44 +
.../Graphics/shaderlib/wine/include/ddk/imm.h | 182 +
.../Graphics/shaderlib/wine/include/ddk/mountmgr.h | 151 +
.../Graphics/shaderlib/wine/include/ddk/ntddcdvd.h | 207 +
.../Graphics/shaderlib/wine/include/ddk/ntddk.h | 155 +
.../Graphics/shaderlib/wine/include/ddk/ntddser.h | 407 +
.../Graphics/shaderlib/wine/include/ddk/ntddtape.h | 59 +
.../Graphics/shaderlib/wine/include/ddk/usb.h | 415 +
.../Graphics/shaderlib/wine/include/ddk/usb100.h | 127 +
.../Graphics/shaderlib/wine/include/ddk/usb200.h | 33 +
.../Graphics/shaderlib/wine/include/ddk/usbdlib.h | 46 +
.../Graphics/shaderlib/wine/include/ddk/usbioctl.h | 34 +
.../Graphics/shaderlib/wine/include/ddk/usbiodef.h | 35 +
.../Graphics/shaderlib/wine/include/ddk/wdm.h | 1361 ++
.../Graphics/shaderlib/wine/include/ddk/winddiui.h | 59 +
.../Graphics/shaderlib/wine/include/ddk/winsplp.h | 436 +
.../Graphics/shaderlib/wine/include/ddraw.h | 2740 +++
.../Graphics/shaderlib/wine/include/ddrawgdi.h | 45 +
.../Graphics/shaderlib/wine/include/ddrawi.h | 1079 ++
.../Graphics/shaderlib/wine/include/ddstream.idl | 97 +
.../shaderlib/wine/include/delayloadhandler.h | 64 +
.../Graphics/shaderlib/wine/include/devenum.idl | 46 +
.../Graphics/shaderlib/wine/include/devguid.h | 115 +
.../shaderlib/wine/include/devicetopology.idl | 745 +
.../Graphics/shaderlib/wine/include/devpkey.h | 71 +
.../Graphics/shaderlib/wine/include/devpropdef.h | 114 +
.../Graphics/shaderlib/wine/include/difxapi.h | 79 +
.../Graphics/shaderlib/wine/include/digitalv.h | 875 +
.../Graphics/shaderlib/wine/include/dimm.idl | 599 +
.../Graphics/shaderlib/wine/include/dinput.h | 2511 +++
.../Graphics/shaderlib/wine/include/dinputd.h | 254 +
.../Graphics/shaderlib/wine/include/dispdib.h | 53 +
.../Graphics/shaderlib/wine/include/dispex.idl | 214 +
.../Devices/Graphics/shaderlib/wine/include/dlgs.h | 233 +
.../Devices/Graphics/shaderlib/wine/include/dls1.h | 212 +
.../Devices/Graphics/shaderlib/wine/include/dls2.h | 116 +
.../Graphics/shaderlib/wine/include/dmdls.h | 219 +
.../Graphics/shaderlib/wine/include/dmerror.h | 173 +
.../Graphics/shaderlib/wine/include/dmksctrl.h | 119 +
.../Devices/Graphics/shaderlib/wine/include/dmo.h | 43 +
.../Graphics/shaderlib/wine/include/dmoreg.h | 87 +
.../Graphics/shaderlib/wine/include/dmort.h | 38 +
.../Graphics/shaderlib/wine/include/dmplugin.h | 308 +
.../Graphics/shaderlib/wine/include/dmusbuff.h | 61 +
.../Graphics/shaderlib/wine/include/dmusicc.h | 775 +
.../Graphics/shaderlib/wine/include/dmusicf.h | 918 +
.../Graphics/shaderlib/wine/include/dmusici.h | 1743 ++
.../Graphics/shaderlib/wine/include/dmusics.h | 246 +
.../Graphics/shaderlib/wine/include/docobj.idl | 420 +
.../shaderlib/wine/include/docobjectservice.idl | 76 +
.../shaderlib/wine/include/downloadmgr.idl | 52 +
.../Graphics/shaderlib/wine/include/dpaddr.h | 367 +
.../Graphics/shaderlib/wine/include/dplay.h | 1282 ++
.../Graphics/shaderlib/wine/include/dplay8.h | 1010 +
.../Graphics/shaderlib/wine/include/dplobby.h | 518 +
.../Graphics/shaderlib/wine/include/dplobby8.h | 268 +
.../Graphics/shaderlib/wine/include/dpnathlp.h | 201 +
.../Graphics/shaderlib/wine/include/dsconf.h | 176 +
.../Graphics/shaderlib/wine/include/dsgetdc.h | 112 +
.../Graphics/shaderlib/wine/include/dshow.h | 69 +
.../Graphics/shaderlib/wine/include/dsound.h | 1211 ++
.../Graphics/shaderlib/wine/include/dsrole.h | 101 +
.../Graphics/shaderlib/wine/include/dvdmedia.h | 63 +
.../Graphics/shaderlib/wine/include/dwmapi.h | 137 +
.../Graphics/shaderlib/wine/include/dwrite.idl | 1420 ++
.../Graphics/shaderlib/wine/include/dwrite_1.idl | 833 +
.../Graphics/shaderlib/wine/include/dxdiag.h | 164 +
.../Graphics/shaderlib/wine/include/dxerr8.h | 61 +
.../Graphics/shaderlib/wine/include/dxerr9.h | 61 +
.../Graphics/shaderlib/wine/include/dxfile.h | 308 +
.../Graphics/shaderlib/wine/include/dxgi.idl | 465 +
.../Graphics/shaderlib/wine/include/dxgiformat.h | 153 +
.../Graphics/shaderlib/wine/include/dxgitype.h | 93 +
.../Graphics/shaderlib/wine/include/dyngraph.idl | 159 +
.../shaderlib/wine/include/endpointvolume.idl | 157 +
.../Graphics/shaderlib/wine/include/errorrep.h | 52 +
.../Graphics/shaderlib/wine/include/errors.h | 54 +
.../Graphics/shaderlib/wine/include/errrec.idl | 87 +
.../Graphics/shaderlib/wine/include/evcode.h | 103 +
.../Graphics/shaderlib/wine/include/evntprov.h | 80 +
.../Graphics/shaderlib/wine/include/evntrace.h | 251 +
.../Graphics/shaderlib/wine/include/excpt.h | 60 +
.../Graphics/shaderlib/wine/include/exdisp.idl | 1055 ++
.../Graphics/shaderlib/wine/include/exdispid.h | 181 +
.../Devices/Graphics/shaderlib/wine/include/fci.h | 272 +
.../Devices/Graphics/shaderlib/wine/include/fdi.h | 310 +
.../Graphics/shaderlib/wine/include/fileapi.h | 50 +
.../Graphics/shaderlib/wine/include/fltdefs.h | 142 +
.../Graphics/shaderlib/wine/include/fusion.idl | 365 +
.../Graphics/shaderlib/wine/include/gameux.idl | 210 +
.../Graphics/shaderlib/wine/include/gdiplus.h | 74 +
.../Graphics/shaderlib/wine/include/gdipluscolor.h | 60 +
.../shaderlib/wine/include/gdipluscolormatrix.h | 69 +
.../Graphics/shaderlib/wine/include/gdiplusenums.h | 767 +
.../Graphics/shaderlib/wine/include/gdiplusflat.h | 753 +
.../shaderlib/wine/include/gdiplusgpstubs.h | 108 +
.../shaderlib/wine/include/gdiplusimaging.h | 462 +
.../Graphics/shaderlib/wine/include/gdiplusinit.h | 78 +
.../Graphics/shaderlib/wine/include/gdiplusmem.h | 44 +
.../shaderlib/wine/include/gdiplusmetaheader.h | 176 +
.../shaderlib/wine/include/gdipluspixelformats.h | 114 +
.../Graphics/shaderlib/wine/include/gdiplustypes.h | 285 +
.../Graphics/shaderlib/wine/include/guiddef.h | 169 +
.../Graphics/shaderlib/wine/include/hlguids.h | 40 +
.../Graphics/shaderlib/wine/include/hlink.idl | 450 +
.../Graphics/shaderlib/wine/include/htiface.idl | 137 +
.../Graphics/shaderlib/wine/include/htiframe.idl | 143 +
.../Graphics/shaderlib/wine/include/htmlhelp.h | 461 +
.../Devices/Graphics/shaderlib/wine/include/http.h | 75 +
.../shaderlib/wine/include/httprequest.idl | 201 +
.../shaderlib/wine/include/httprequestid.h | 51 +
.../shaderlib/wine/include/i_cryptasn1tls.h | 50 +
.../Graphics/shaderlib/wine/include/iads.idl | 788 +
.../Graphics/shaderlib/wine/include/icftypes.idl | 78 +
.../Devices/Graphics/shaderlib/wine/include/icm.h | 445 +
.../Graphics/shaderlib/wine/include/icmpapi.h | 62 +
.../Graphics/shaderlib/wine/include/idispids.h | 42 +
.../Graphics/shaderlib/wine/include/iextag.idl | 129 +
.../Graphics/shaderlib/wine/include/ifdef.h | 239 +
.../Graphics/shaderlib/wine/include/ifmib.h | 80 +
.../Graphics/shaderlib/wine/include/imagehlp.h | 1409 ++
.../Devices/Graphics/shaderlib/wine/include/imm.h | 587 +
.../Graphics/shaderlib/wine/include/imnact.idl | 308 +
.../Graphics/shaderlib/wine/include/imnxport.idl | 1123 ++
.../Graphics/shaderlib/wine/include/in6addr.h | 61 +
.../Graphics/shaderlib/wine/include/inaddr.h | 69 +
.../Graphics/shaderlib/wine/include/indexsrv.idl | 133 +
.../Graphics/shaderlib/wine/include/initguid.h | 35 +
.../Graphics/shaderlib/wine/include/inputscope.idl | 93 +
.../Graphics/shaderlib/wine/include/intshcut.h | 123 +
.../Graphics/shaderlib/wine/include/ipexport.h | 128 +
.../Graphics/shaderlib/wine/include/iphlpapi.h | 171 +
.../Graphics/shaderlib/wine/include/ipifcons.h | 254 +
.../Graphics/shaderlib/wine/include/ipmib.h | 254 +
.../Graphics/shaderlib/wine/include/iprtrmib.h | 58 +
.../Graphics/shaderlib/wine/include/iptypes.h | 269 +
.../Graphics/shaderlib/wine/include/isguids.h | 37 +
.../Graphics/shaderlib/wine/include/knownfolders.h | 151 +
.../Devices/Graphics/shaderlib/wine/include/ks.h | 75 +
.../Graphics/shaderlib/wine/include/ksguid.h | 29 +
.../Graphics/shaderlib/wine/include/ksmedia.h | 153 +
.../Devices/Graphics/shaderlib/wine/include/lm.h | 55 +
.../Graphics/shaderlib/wine/include/lmaccess.h | 487 +
.../Graphics/shaderlib/wine/include/lmapibuf.h | 49 +
.../Devices/Graphics/shaderlib/wine/include/lmat.h | 44 +
.../Graphics/shaderlib/wine/include/lmbrowsr.h | 56 +
.../Graphics/shaderlib/wine/include/lmcons.h | 79 +
.../Graphics/shaderlib/wine/include/lmerr.h | 327 +
.../Graphics/shaderlib/wine/include/lmjoin.h | 52 +
.../Graphics/shaderlib/wine/include/lmmsg.h | 61 +
.../Graphics/shaderlib/wine/include/lmserver.h | 91 +
.../Graphics/shaderlib/wine/include/lmshare.h | 71 +
.../Graphics/shaderlib/wine/include/lmstats.h | 107 +
.../Graphics/shaderlib/wine/include/lmuse.h | 93 +
.../Graphics/shaderlib/wine/include/lmuseflg.h | 35 +
.../Graphics/shaderlib/wine/include/lmwksta.h | 102 +
.../Graphics/shaderlib/wine/include/loadperf.h | 51 +
.../Graphics/shaderlib/wine/include/lzexpand.h | 64 +
.../Devices/Graphics/shaderlib/wine/include/mapi.h | 254 +
.../Graphics/shaderlib/wine/include/mapicode.h | 123 +
.../Graphics/shaderlib/wine/include/mapidefs.h | 1332 ++
.../Graphics/shaderlib/wine/include/mapiform.h | 56 +
.../Graphics/shaderlib/wine/include/mapiguid.h | 90 +
.../Graphics/shaderlib/wine/include/mapitags.h | 824 +
.../Graphics/shaderlib/wine/include/mapiutil.h | 286 +
.../Graphics/shaderlib/wine/include/mapival.h | 130 +
.../Graphics/shaderlib/wine/include/mapix.h | 196 +
.../Graphics/shaderlib/wine/include/mciavi.h | 52 +
.../Devices/Graphics/shaderlib/wine/include/mcx.h | 69 +
.../Graphics/shaderlib/wine/include/mediaerr.h | 38 +
.../Graphics/shaderlib/wine/include/mediaobj.idl | 78 +
.../Graphics/shaderlib/wine/include/metahost.idl | 215 +
.../Graphics/shaderlib/wine/include/midles.h | 142 +
.../Graphics/shaderlib/wine/include/mimeinfo.idl | 45 +
.../Graphics/shaderlib/wine/include/mimeole.idl | 1346 ++
.../Graphics/shaderlib/wine/include/minmax.h | 40 +
.../Graphics/shaderlib/wine/include/mlang.idl | 766 +
.../Graphics/shaderlib/wine/include/mmc.idl | 67 +
.../Graphics/shaderlib/wine/include/mmddk.h | 480 +
.../shaderlib/wine/include/mmdeviceapi.idl | 259 +
.../Graphics/shaderlib/wine/include/mmreg.h | 508 +
.../Graphics/shaderlib/wine/include/mmstream.idl | 193 +
.../Graphics/shaderlib/wine/include/mmsystem.h | 2531 +++
.../Graphics/shaderlib/wine/include/mprapi.h | 55 +
.../Graphics/shaderlib/wine/include/mprerror.h | 74 +
.../Graphics/shaderlib/wine/include/msacm.h | 801 +
.../Graphics/shaderlib/wine/include/msacmdlg.h | 45 +
.../Graphics/shaderlib/wine/include/msacmdrv.h | 168 +
.../Graphics/shaderlib/wine/include/mscat.h | 143 +
.../Graphics/shaderlib/wine/include/mscoree.idl | 249 +
.../Graphics/shaderlib/wine/include/msctf.idl | 1533 ++
.../Graphics/shaderlib/wine/include/msdadc.idl | 101 +
.../Graphics/shaderlib/wine/include/msdaguid.h | 36 +
.../Graphics/shaderlib/wine/include/msdasc.idl | 147 +
.../Graphics/shaderlib/wine/include/mshtmcid.h | 434 +
.../Graphics/shaderlib/wine/include/mshtmdid.h | 3105 ++++
.../Graphics/shaderlib/wine/include/mshtmhst.idl | 311 +
.../Graphics/shaderlib/wine/include/mshtml.idl | 18564 +++++++++++++++++++
.../Devices/Graphics/shaderlib/wine/include/msi.h | 719 +
.../Graphics/shaderlib/wine/include/msidefs.h | 290 +
.../Graphics/shaderlib/wine/include/msident.idl | 103 +
.../Graphics/shaderlib/wine/include/msinkaut.idl | 1018 +
.../Graphics/shaderlib/wine/include/msiquery.h | 335 +
.../Graphics/shaderlib/wine/include/mssip.h | 189 +
.../Graphics/shaderlib/wine/include/mstask.idl | 402 +
.../Graphics/shaderlib/wine/include/mstcpip.h | 78 +
.../shaderlib/wine/include/msvcrt/assert.h | 46 +
.../Graphics/shaderlib/wine/include/msvcrt/conio.h | 63 +
.../shaderlib/wine/include/msvcrt/crtdbg.h | 140 +
.../shaderlib/wine/include/msvcrt/crtdefs.h | 248 +
.../Graphics/shaderlib/wine/include/msvcrt/ctype.h | 85 +
.../shaderlib/wine/include/msvcrt/direct.h | 59 +
.../shaderlib/wine/include/msvcrt/dirent.h | 1 +
.../Graphics/shaderlib/wine/include/msvcrt/dos.h | 50 +
.../Graphics/shaderlib/wine/include/msvcrt/eh.h | 58 +
.../Graphics/shaderlib/wine/include/msvcrt/errno.h | 87 +
.../Graphics/shaderlib/wine/include/msvcrt/fcntl.h | 50 +
.../Graphics/shaderlib/wine/include/msvcrt/float.h | 158 +
.../Graphics/shaderlib/wine/include/msvcrt/io.h | 184 +
.../shaderlib/wine/include/msvcrt/limits.h | 49 +
.../shaderlib/wine/include/msvcrt/locale.h | 90 +
.../shaderlib/wine/include/msvcrt/malloc.h | 99 +
.../Graphics/shaderlib/wine/include/msvcrt/math.h | 174 +
.../shaderlib/wine/include/msvcrt/mbctype.h | 90 +
.../shaderlib/wine/include/msvcrt/mbstring.h | 132 +
.../shaderlib/wine/include/msvcrt/memory.h | 37 +
.../shaderlib/wine/include/msvcrt/process.h | 126 +
.../shaderlib/wine/include/msvcrt/search.h | 52 +
.../shaderlib/wine/include/msvcrt/setjmp.h | 140 +
.../Graphics/shaderlib/wine/include/msvcrt/share.h | 42 +
.../shaderlib/wine/include/msvcrt/signal.h | 63 +
.../shaderlib/wine/include/msvcrt/stddef.h | 60 +
.../Graphics/shaderlib/wine/include/msvcrt/stdio.h | 272 +
.../shaderlib/wine/include/msvcrt/stdlib.h | 301 +
.../shaderlib/wine/include/msvcrt/string.h | 156 +
.../shaderlib/wine/include/msvcrt/sys/locking.h | 42 +
.../shaderlib/wine/include/msvcrt/sys/stat.h | 201 +
.../shaderlib/wine/include/msvcrt/sys/timeb.h | 86 +
.../shaderlib/wine/include/msvcrt/sys/types.h | 82 +
.../shaderlib/wine/include/msvcrt/sys/unistd.h | 1 +
.../shaderlib/wine/include/msvcrt/sys/utime.h | 88 +
.../Graphics/shaderlib/wine/include/msvcrt/time.h | 162 +
.../shaderlib/wine/include/msvcrt/unistd.h | 2 +
.../Graphics/shaderlib/wine/include/msvcrt/wchar.h | 478 +
.../shaderlib/wine/include/msvcrt/wctype.h | 92 +
.../Graphics/shaderlib/wine/include/mswsock.h | 197 +
.../Graphics/shaderlib/wine/include/msxml.h | 1773 ++
.../Graphics/shaderlib/wine/include/msxml.idl | 366 +
.../Graphics/shaderlib/wine/include/msxml2.idl | 3576 ++++
.../Graphics/shaderlib/wine/include/msxml2did.h | 563 +
.../Graphics/shaderlib/wine/include/msxml6.idl | 3431 ++++
.../Graphics/shaderlib/wine/include/msxml6did.h | 33 +
.../Graphics/shaderlib/wine/include/msxmldid.h | 76 +
.../Devices/Graphics/shaderlib/wine/include/nb30.h | 231 +
.../Graphics/shaderlib/wine/include/ndrtypes.h | 190 +
.../Graphics/shaderlib/wine/include/netcon.idl | 421 +
.../Graphics/shaderlib/wine/include/netfw.idl | 479 +
.../Graphics/shaderlib/wine/include/nldef.h | 89 +
.../Graphics/shaderlib/wine/include/npapi.h | 229 +
.../Graphics/shaderlib/wine/include/nspapi.h | 214 +
.../Graphics/shaderlib/wine/include/ntddcdrm.h | 194 +
.../Graphics/shaderlib/wine/include/ntddndis.h | 181 +
.../Graphics/shaderlib/wine/include/ntddscsi.h | 133 +
.../Graphics/shaderlib/wine/include/ntddstor.h | 288 +
.../Graphics/shaderlib/wine/include/ntdsapi.h | 66 +
.../Graphics/shaderlib/wine/include/ntquery.h | 92 +
.../Graphics/shaderlib/wine/include/ntsecapi.h | 403 +
.../Graphics/shaderlib/wine/include/ntsecpkg.h | 480 +
.../Graphics/shaderlib/wine/include/ntstatus.h | 1229 ++
.../Graphics/shaderlib/wine/include/oaidl.h | 5205 ++++++
.../Graphics/shaderlib/wine/include/oaidl.idl | 1651 ++
.../Graphics/shaderlib/wine/include/objbase.h | 511 +
.../shaderlib/wine/include/objectarray.idl | 56 +
.../Graphics/shaderlib/wine/include/objidl.h | 10438 +++++++++++
.../Graphics/shaderlib/wine/include/objidl.idl | 2531 +++
.../Graphics/shaderlib/wine/include/objsafe.idl | 54 +
.../Graphics/shaderlib/wine/include/objsel.h | 169 +
.../Graphics/shaderlib/wine/include/ocidl.idl | 1343 ++
.../Graphics/shaderlib/wine/include/ocmm.idl | 83 +
.../Graphics/shaderlib/wine/include/odbcinst.h | 141 +
.../Devices/Graphics/shaderlib/wine/include/ole2.h | 179 +
.../Graphics/shaderlib/wine/include/ole2ver.h | 53 +
.../Graphics/shaderlib/wine/include/oleacc.idl | 305 +
.../Graphics/shaderlib/wine/include/oleauto.h | 772 +
.../Graphics/shaderlib/wine/include/olectl.h | 458 +
.../Graphics/shaderlib/wine/include/oledb.idl | 85 +
.../Graphics/shaderlib/wine/include/oledberr.h | 83 +
.../Graphics/shaderlib/wine/include/oledlg.h | 988 +
.../Graphics/shaderlib/wine/include/oleidl.h | 3645 ++++
.../Graphics/shaderlib/wine/include/oleidl.idl | 967 +
.../Graphics/shaderlib/wine/include/opnrst.idl | 56 +
.../Graphics/shaderlib/wine/include/optary.idl | 74 +
.../Graphics/shaderlib/wine/include/patchapi.h | 61 +
.../Devices/Graphics/shaderlib/wine/include/pdh.h | 255 +
.../Graphics/shaderlib/wine/include/pdhmsg.h | 120 +
.../Graphics/shaderlib/wine/include/perhist.idl | 47 +
.../Graphics/shaderlib/wine/include/pktdef.h | 257 +
.../Graphics/shaderlib/wine/include/poppack.h | 272 +
.../Graphics/shaderlib/wine/include/powrprof.h | 153 +
.../Graphics/shaderlib/wine/include/profinfo.h | 56 +
.../Graphics/shaderlib/wine/include/propidl.h | 1027 +
.../Graphics/shaderlib/wine/include/propidl.idl | 464 +
.../Graphics/shaderlib/wine/include/propkey.h | 55 +
.../Graphics/shaderlib/wine/include/propkeydef.h | 82 +
.../Graphics/shaderlib/wine/include/propsys.idl | 832 +
.../Graphics/shaderlib/wine/include/propvarutil.h | 127 +
.../Graphics/shaderlib/wine/include/prsht.h | 547 +
.../Graphics/shaderlib/wine/include/psapi.h | 128 +
.../Graphics/shaderlib/wine/include/pshpack1.h | 116 +
.../Graphics/shaderlib/wine/include/pshpack2.h | 116 +
.../Graphics/shaderlib/wine/include/pshpack4.h | 116 +
.../Graphics/shaderlib/wine/include/pshpack8.h | 116 +
.../Graphics/shaderlib/wine/include/pstore.idl | 285 +
.../Graphics/shaderlib/wine/include/qedit.idl | 187 +
.../Devices/Graphics/shaderlib/wine/include/ras.h | 526 +
.../Graphics/shaderlib/wine/include/rasdlg.h | 41 +
.../Graphics/shaderlib/wine/include/raserror.h | 38 +
.../Graphics/shaderlib/wine/include/reason.h | 84 +
.../Graphics/shaderlib/wine/include/regstr.h | 42 +
.../shaderlib/wine/include/restartmanager.h | 67 +
.../Graphics/shaderlib/wine/include/richedit.h | 1088 ++
.../Graphics/shaderlib/wine/include/richole.idl | 142 +
.../Graphics/shaderlib/wine/include/rmxfguid.h | 139 +
.../Graphics/shaderlib/wine/include/rmxftmpl.x | 268 +
.../Graphics/shaderlib/wine/include/row.idl | 51 +
.../Graphics/shaderlib/wine/include/rowchg.idl | 39 +
.../Graphics/shaderlib/wine/include/rowpos.idl | 86 +
.../Graphics/shaderlib/wine/include/rowpsc.idl | 45 +
.../Devices/Graphics/shaderlib/wine/include/rpc.h | 93 +
.../Graphics/shaderlib/wine/include/rpcasync.h | 211 +
.../Graphics/shaderlib/wine/include/rpcdce.h | 635 +
.../Graphics/shaderlib/wine/include/rpcdcep.h | 241 +
.../Graphics/shaderlib/wine/include/rpcndr.h | 786 +
.../Graphics/shaderlib/wine/include/rpcnterr.h | 53 +
.../Graphics/shaderlib/wine/include/rpcproxy.h | 394 +
.../Graphics/shaderlib/wine/include/rpcsal.h | 175 +
.../Graphics/shaderlib/wine/include/rstbas.idl | 60 +
.../Graphics/shaderlib/wine/include/rstinf.idl | 67 +
.../Graphics/shaderlib/wine/include/rstloc.idl | 76 +
.../Graphics/shaderlib/wine/include/rstnot.idl | 83 +
.../Graphics/shaderlib/wine/include/rtutils.h | 58 +
.../Graphics/shaderlib/wine/include/scarderr.h | 105 +
.../Graphics/shaderlib/wine/include/schannel.h | 249 +
.../Graphics/shaderlib/wine/include/schemadef.h | 54 +
.../Graphics/shaderlib/wine/include/schnlsp.h | 33 +
.../Devices/Graphics/shaderlib/wine/include/sddl.h | 130 +
.../Graphics/shaderlib/wine/include/secext.h | 67 +
.../Graphics/shaderlib/wine/include/security.h | 35 +
.../Graphics/shaderlib/wine/include/sensapi.h | 56 +
.../Graphics/shaderlib/wine/include/sensevts.idl | 136 +
.../Graphics/shaderlib/wine/include/servprov.h | 114 +
.../Graphics/shaderlib/wine/include/servprov.idl | 55 +
.../Graphics/shaderlib/wine/include/sesprp.idl | 60 +
.../Graphics/shaderlib/wine/include/setupapi.h | 1873 ++
.../Devices/Graphics/shaderlib/wine/include/sfc.h | 55 +
.../shaderlib/wine/include/shdeprecated.idl | 613 +
.../Graphics/shaderlib/wine/include/shdispid.h | 39 +
.../Graphics/shaderlib/wine/include/shellapi.h | 670 +
.../Graphics/shaderlib/wine/include/shldisp.idl | 573 +
.../Graphics/shaderlib/wine/include/shlguid.h | 248 +
.../Graphics/shaderlib/wine/include/shlobj.h | 1775 ++
.../Graphics/shaderlib/wine/include/shlwapi.h | 1135 ++
.../Graphics/shaderlib/wine/include/shobjidl.idl | 3408 ++++
.../Graphics/shaderlib/wine/include/shtypes.idl | 171 +
.../Graphics/shaderlib/wine/include/sipbase.h | 33 +
.../Graphics/shaderlib/wine/include/slerror.h | 35 +
.../Graphics/shaderlib/wine/include/slpublic.h | 49 +
.../Devices/Graphics/shaderlib/wine/include/snmp.h | 304 +
.../Graphics/shaderlib/wine/include/softpub.h | 254 +
.../Devices/Graphics/shaderlib/wine/include/sql.h | 755 +
.../Graphics/shaderlib/wine/include/sqlext.h | 1682 ++
.../Graphics/shaderlib/wine/include/sqltypes.h | 258 +
.../Graphics/shaderlib/wine/include/srcrst.idl | 62 +
.../shaderlib/wine/include/srrestoreptapi.h | 67 +
.../Devices/Graphics/shaderlib/wine/include/sspi.h | 842 +
.../Graphics/shaderlib/wine/include/stamp-h.in | 1 +
.../Graphics/shaderlib/wine/include/stdole2.idl | 440 +
.../Devices/Graphics/shaderlib/wine/include/sti.h | 190 +
.../Graphics/shaderlib/wine/include/storage.h | 35 +
.../Graphics/shaderlib/wine/include/strmif.idl | 40 +
.../Graphics/shaderlib/wine/include/strsafe.h | 42 +
.../wine/include/structuredquerycondition.idl | 61 +
.../Graphics/shaderlib/wine/include/svrapi.h | 55 +
.../Graphics/shaderlib/wine/include/t2embapi.h | 85 +
.../Devices/Graphics/shaderlib/wine/include/tapi.h | 1077 ++
.../Graphics/shaderlib/wine/include/tchar.h | 277 +
.../Graphics/shaderlib/wine/include/tcpmib.h | 202 +
.../Graphics/shaderlib/wine/include/textserv.h | 378 +
.../Graphics/shaderlib/wine/include/textstor.idl | 320 +
.../Graphics/shaderlib/wine/include/tlhelp32.h | 193 +
.../Graphics/shaderlib/wine/include/tlogstg.idl | 61 +
.../Graphics/shaderlib/wine/include/tmschema.h | 1279 ++
.../Graphics/shaderlib/wine/include/tom.idl | 444 +
.../Graphics/shaderlib/wine/include/traffic.h | 57 +
.../Graphics/shaderlib/wine/include/transact.idl | 235 +
.../Graphics/shaderlib/wine/include/twain.h | 1849 ++
.../Graphics/shaderlib/wine/include/txcoord.idl | 190 +
.../Graphics/shaderlib/wine/include/txdtc.idl | 524 +
.../Graphics/shaderlib/wine/include/udpmib.h | 95 +
.../Graphics/shaderlib/wine/include/uiautomation.h | 30 +
.../shaderlib/wine/include/uiautomationclient.idl | 158 +
.../shaderlib/wine/include/uiautomationcore.idl | 100 +
.../shaderlib/wine/include/uiautomationcoreapi.h | 58 +
.../Graphics/shaderlib/wine/include/unknwn.h | 221 +
.../Graphics/shaderlib/wine/include/unknwn.idl | 89 +
.../Graphics/shaderlib/wine/include/urlhist.idl | 155 +
.../Graphics/shaderlib/wine/include/urlmon.h | 5449 ++++++
.../Graphics/shaderlib/wine/include/urlmon.idl | 2172 +++
.../Graphics/shaderlib/wine/include/userenv.h | 116 +
.../Graphics/shaderlib/wine/include/usp10.h | 304 +
.../Graphics/shaderlib/wine/include/uuids.h | 289 +
.../Graphics/shaderlib/wine/include/uxtheme.h | 217 +
.../Graphics/shaderlib/wine/include/vdmdbg.h | 49 +
.../Devices/Graphics/shaderlib/wine/include/ver.h | 37 +
.../Graphics/shaderlib/wine/include/verrsrc.h | 182 +
.../Devices/Graphics/shaderlib/wine/include/vfw.h | 1953 ++
.../Graphics/shaderlib/wine/include/vfwmsgs.h | 175 +
.../Graphics/shaderlib/wine/include/vmr9.idl | 533 +
.../Graphics/shaderlib/wine/include/vmrender.idl | 490 +
.../Graphics/shaderlib/wine/include/vsstyle.h | 1748 ++
.../Graphics/shaderlib/wine/include/vssym32.h | 687 +
.../Graphics/shaderlib/wine/include/wbemcli.idl | 671 +
.../Graphics/shaderlib/wine/include/wbemdisp.idl | 1130 ++
.../Graphics/shaderlib/wine/include/wbemprov.idl | 37 +
.../Graphics/shaderlib/wine/include/werapi.h | 199 +
.../Graphics/shaderlib/wine/include/wfext.h | 42 +
.../Devices/Graphics/shaderlib/wine/include/wia.h | 36 +
.../Graphics/shaderlib/wine/include/wia_lh.idl | 137 +
.../Graphics/shaderlib/wine/include/wia_xp.idl | 137 +
.../Graphics/shaderlib/wine/include/winbase.h | 2825 +++
.../Graphics/shaderlib/wine/include/wincodec.idl | 1041 ++
.../shaderlib/wine/include/wincodecsdk.idl | 330 +
.../Graphics/shaderlib/wine/include/wincon.h | 416 +
.../Graphics/shaderlib/wine/include/wincred.h | 303 +
.../Graphics/shaderlib/wine/include/wincrypt.h | 4589 +++++
.../Graphics/shaderlib/wine/include/windef.h | 425 +
.../Graphics/shaderlib/wine/include/windns.h | 666 +
.../Graphics/shaderlib/wine/include/windows.h | 116 +
.../Graphics/shaderlib/wine/include/windowsx.h | 1448 ++
.../shaderlib/wine/include/wine/dcetypes.idl | 97 +
.../Graphics/shaderlib/wine/include/wine/debug.h | 297 +
.../Graphics/shaderlib/wine/include/wine/dplaysp.h | 375 +
.../Graphics/shaderlib/wine/include/wine/epm.idl | 131 +
.../shaderlib/wine/include/wine/exception.h | 282 +
.../shaderlib/wine/include/wine/gdi_driver.h | 291 +
.../Graphics/shaderlib/wine/include/wine/irot.idl | 106 +
.../Graphics/shaderlib/wine/include/wine/itss.idl | 104 +
.../Graphics/shaderlib/wine/include/wine/library.h | 208 +
.../Graphics/shaderlib/wine/include/wine/list.h | 243 +
.../shaderlib/wine/include/wine/mmsystem16.h | 822 +
.../Graphics/shaderlib/wine/include/wine/mscvpdb.h | 2197 +++
.../Graphics/shaderlib/wine/include/wine/port.h | 484 +
.../Graphics/shaderlib/wine/include/wine/rbtree.h | 351 +
.../Graphics/shaderlib/wine/include/wine/rpcfc.h | 205 +
.../Graphics/shaderlib/wine/include/wine/server.h | 151 +
.../shaderlib/wine/include/wine/server_protocol.h | 5828 ++++++
.../shaderlib/wine/include/wine/strmbase.h | 669 +
.../shaderlib/wine/include/wine/svcctl.idl | 380 +
.../Graphics/shaderlib/wine/include/wine/test.h | 654 +
.../Graphics/shaderlib/wine/include/wine/unicode.h | 320 +
.../Graphics/shaderlib/wine/include/wine/wgl.h | 5081 +++++
.../shaderlib/wine/include/wine/wgl_driver.h | 2862 +++
.../Graphics/shaderlib/wine/include/wine/wglext.h | 943 +
.../Graphics/shaderlib/wine/include/wine/winaspi.h | 152 +
.../shaderlib/wine/include/wine/winbase16.h | 572 +
.../shaderlib/wine/include/wine/windef16.h | 178 +
.../shaderlib/wine/include/wine/wine_common_ver.rc | 129 +
.../Graphics/shaderlib/wine/include/wine/wined3d.h | 9726 ++++++++++
.../shaderlib/wine/include/wine/winedxgi.idl | 79 +
.../shaderlib/wine/include/wine/wingdi16.h | 629 +
.../shaderlib/wine/include/wine/winnet16.h | 297 +
.../shaderlib/wine/include/wine/winuser16.h | 966 +
.../Graphics/shaderlib/wine/include/wine/wpp.h | 71 +
.../Graphics/shaderlib/wine/include/winerror.h | 2952 +++
.../Graphics/shaderlib/wine/include/winevt.h | 141 +
.../Graphics/shaderlib/wine/include/wingdi.h | 3809 ++++
.../Graphics/shaderlib/wine/include/winhttp.h | 593 +
.../Graphics/shaderlib/wine/include/wininet.h | 1739 ++
.../Graphics/shaderlib/wine/include/winineti.h | 143 +
.../Graphics/shaderlib/wine/include/winioctl.h | 480 +
.../Graphics/shaderlib/wine/include/winldap.h | 653 +
.../Graphics/shaderlib/wine/include/winnetwk.h | 416 +
.../Graphics/shaderlib/wine/include/winnls.h | 896 +
.../Graphics/shaderlib/wine/include/winnls32.h | 43 +
.../Graphics/shaderlib/wine/include/winnt.h | 5525 ++++++
.../Graphics/shaderlib/wine/include/winnt.rh | 450 +
.../Graphics/shaderlib/wine/include/winperf.h | 79 +
.../Graphics/shaderlib/wine/include/winreg.h | 195 +
.../Graphics/shaderlib/wine/include/winresrc.h | 54 +
.../Graphics/shaderlib/wine/include/winsafer.h | 89 +
.../Graphics/shaderlib/wine/include/winscard.h | 164 +
.../Graphics/shaderlib/wine/include/winsmcrd.h | 46 +
.../Graphics/shaderlib/wine/include/winsnmp.h | 64 +
.../Graphics/shaderlib/wine/include/winsock.h | 1057 ++
.../Graphics/shaderlib/wine/include/winsock2.h | 768 +
.../Graphics/shaderlib/wine/include/winspool.h | 1822 ++
.../Graphics/shaderlib/wine/include/winsvc.h | 425 +
.../Graphics/shaderlib/wine/include/winsxs.idl | 207 +
.../Graphics/shaderlib/wine/include/wintab.h | 797 +
.../Graphics/shaderlib/wine/include/wintabx.h | 139 +
.../Graphics/shaderlib/wine/include/winternl.h | 2708 +++
.../Graphics/shaderlib/wine/include/wintrust.h | 633 +
.../Graphics/shaderlib/wine/include/winuser.h | 4043 ++++
.../Graphics/shaderlib/wine/include/winuser.rh | 1342 ++
.../Graphics/shaderlib/wine/include/winver.h | 74 +
.../Graphics/shaderlib/wine/include/wmistr.h | 69 +
.../Graphics/shaderlib/wine/include/wmiutils.idl | 245 +
.../Graphics/shaderlib/wine/include/wmsbuffer.idl | 52 +
.../Graphics/shaderlib/wine/include/wmsdkidl.idl | 395 +
.../Graphics/shaderlib/wine/include/wnaspi32.h | 250 +
.../Graphics/shaderlib/wine/include/wownt32.h | 167 +
.../Graphics/shaderlib/wine/include/wpcapi.idl | 116 +
.../Graphics/shaderlib/wine/include/ws2def.h | 122 +
.../Graphics/shaderlib/wine/include/ws2ipdef.h | 293 +
.../Graphics/shaderlib/wine/include/ws2spi.h | 63 +
.../Graphics/shaderlib/wine/include/ws2tcpip.h | 217 +
.../Graphics/shaderlib/wine/include/wshisotp.h | 39 +
.../Graphics/shaderlib/wine/include/wsipx.h | 53 +
.../Graphics/shaderlib/wine/include/wsnwlink.h | 58 +
.../Graphics/shaderlib/wine/include/wtsapi32.h | 187 +
.../Graphics/shaderlib/wine/include/wtypes.h | 767 +
.../Graphics/shaderlib/wine/include/wtypes.idl | 848 +
.../Graphics/shaderlib/wine/include/wuapi.idl | 1359 ++
.../Devices/Graphics/shaderlib/wine/include/xcmc.h | 359 +
.../Graphics/shaderlib/wine/include/xinput.h | 248 +
.../Graphics/shaderlib/wine/include/xmldom.h | 29 +
.../Graphics/shaderlib/wine/include/xmldom.idl | 847 +
.../Graphics/shaderlib/wine/include/xmldomdid.h | 214 +
.../Graphics/shaderlib/wine/include/xmldso.idl | 77 +
.../Graphics/shaderlib/wine/include/xmldsodid.h | 39 +
.../Graphics/shaderlib/wine/include/xmllite.idl | 304 +
.../Graphics/shaderlib/wine/include/zmouse.h | 55 +
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.c | 357 +
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.h | 43 +
.../Graphics/shaderlib/wine/vbox/VBoxWineEx.h | 147 +
.../shaderlib/wine/vbox/libWineStub/debug.c | 498 +
.../wine/vbox/libWineStub/include/config.h | 1275 ++
.../shaderlib/wine/vbox/libWineStub/include/d3d8.h | 1154 ++
.../shaderlib/wine/vbox/libWineStub/include/d3d9.h | 2047 ++
.../wine/vbox/libWineStub/include/wine/debug.h | 381 +
.../wine/vbox/libWineStub/include/wine/list.h | 246 +
.../wine/vbox/libWineStub/include/wine/port.h | 489 +
.../wine/vbox/libWineStub/include/wine/rbtree.h | 357 +
.../wine/vbox/libWineStub/include/wine/unicode.h | 355 +
.../wine/vbox/libWineStub/include/wine/wined3d.h | 9725 ++++++++++
src/VBox/Devices/Graphics/shaderlib/wined3d_gl.h | 4573 +++++
.../Devices/Graphics/shaderlib/wined3d_private.h | 3471 ++++
src/VBox/Devices/Graphics/shaderlib/winoverride.h | 33 +
src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c | 629 +
src/VBox/Devices/Graphics/vmsvga/backdoor_def.h | 126 +
src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h | 132 +-
src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h | 1861 +-
.../Devices/Graphics/vmsvga/svga3d_shaderdefs.h | 522 +
src/VBox/Devices/Graphics/vmsvga/svga_escape.h | 80 +-
src/VBox/Devices/Graphics/vmsvga/svga_overlay.h | 189 +-
src/VBox/Devices/Graphics/vmsvga/svga_reg.h | 1597 +-
src/VBox/Devices/Graphics/vmsvga/vmmouse_defs.h | 71 +
src/VBox/Devices/Graphics/vmsvga_glext/glext.h | 13146 +++++++++++++
src/VBox/Devices/Graphics/vmsvga_glext/glxext.h | 1028 +
src/VBox/Devices/Graphics/vmsvga_glext/wglext.h | 950 +
src/VBox/Devices/Input/DevPS2.cpp | 2 +-
src/VBox/Devices/Input/PS2K.cpp | 38 +-
src/VBox/Devices/Input/PS2M.cpp | 6 +-
src/VBox/Devices/Makefile.kmk | 255 +-
src/VBox/Devices/Network/DevE1000.cpp | 50 +-
src/VBox/Devices/Network/DevPCNet.cpp | 33 +-
src/VBox/Devices/Network/DrvNAT.cpp | 111 +-
src/VBox/Devices/Network/DrvNetShaper.cpp | 8 +-
src/VBox/Devices/Network/DrvNetSniffer.cpp | 10 +
src/VBox/Devices/Network/SrvIntNetR0.cpp | 309 +-
.../Devices/Network/lwip-new/src/core/ipv4/icmp.c | 2 +-
.../Devices/Network/lwip-new/src/core/ipv4/ip4.c | 4 +-
src/VBox/Devices/Network/lwipopts.h | 6 +-
src/VBox/Devices/Network/slirp/bootp.c | 35 +-
.../Devices/Network/slirp/bsd/kern/uipc_mbuf.c | 2 +-
src/VBox/Devices/Network/slirp/bsd/sys/mbuf.h | 2 +-
src/VBox/Devices/Network/slirp/debug.c | 68 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c | 54 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.h | 5 +
src/VBox/Devices/Network/slirp/ip_icmp.c | 407 +-
src/VBox/Devices/Network/slirp/ip_icmp.h | 13 +-
src/VBox/Devices/Network/slirp/ip_icmpwin.c | 538 +
src/VBox/Devices/Network/slirp/ip_input.c | 14 +-
src/VBox/Devices/Network/slirp/ip_output.c | 13 +-
src/VBox/Devices/Network/slirp/libalias/alias.c | 4 +-
src/VBox/Devices/Network/slirp/libalias/alias_db.c | 198 +-
.../Devices/Network/slirp/libalias/alias_dns.c | 1 -
.../Devices/Network/slirp/libalias/alias_ftp.c | 9 +-
.../Devices/Network/slirp/libalias/alias_local.h | 2 +-
.../Devices/Network/slirp/libalias/alias_mod.c | 2 +-
.../Devices/Network/slirp/libalias/alias_mod.h | 2 +-
.../Devices/Network/slirp/libalias/alias_nbt.c | 16 +-
.../Devices/Network/slirp/libalias/alias_util.c | 2 +-
src/VBox/Devices/Network/slirp/libslirp.h | 33 +-
src/VBox/Devices/Network/slirp/misc.c | 5 +-
.../Devices/Network/slirp/resolv_conf_parser.c | 50 +-
.../Devices/Network/slirp/resolv_conf_parser.h | 16 +-
src/VBox/Devices/Network/slirp/sbuf.c | 113 +-
src/VBox/Devices/Network/slirp/sbuf.h | 10 -
src/VBox/Devices/Network/slirp/slirp.c | 225 +-
src/VBox/Devices/Network/slirp/slirp.h | 7 +
src/VBox/Devices/Network/slirp/slirp_dns.c | 222 +-
src/VBox/Devices/Network/slirp/slirp_state.h | 42 +-
src/VBox/Devices/Network/slirp/socket.c | 359 +-
src/VBox/Devices/Network/slirp/socket.h | 13 +-
src/VBox/Devices/Network/slirp/tcp_input.c | 148 +-
src/VBox/Devices/Network/slirp/tcp_output.c | 4 -
src/VBox/Devices/Network/slirp/tcp_subr.c | 14 +-
src/VBox/Devices/Network/slirp/udp.c | 27 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 10 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/boot.c | 4 +
src/VBox/Devices/PC/DevACPI.cpp | 20 +
src/VBox/Devices/PC/DevRTC.cpp | 2 +
src/VBox/Devices/PC/DrvACPI.cpp | 6 +-
src/VBox/Devices/PC/ipxe/Makefile.kmk | 2 +
src/VBox/Devices/PC/ipxe/iPxeBiosBin.rom | Bin 53248 -> 54272 bytes
.../PC/ipxe/src/arch/i386/prefix/romprefix.S | 6 +-
src/VBox/Devices/PC/ipxe/src/config/general.h | 2 +-
src/VBox/Devices/PC/vbox.dsl | 35 +
src/VBox/Devices/Storage/DevAHCI.cpp | 132 +-
src/VBox/Devices/Storage/DevATA.cpp | 17 +-
src/VBox/Devices/Storage/DevBusLogic.cpp | 3 +-
src/VBox/Devices/Storage/DevFdc.cpp | 27 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 43 +-
src/VBox/Devices/Storage/DrvVD.cpp | 94 +-
src/VBox/Devices/USB/DevOHCI.cpp | 240 +-
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 33 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 6 +-
src/VBox/Devices/USB/VUSBInternal.h | 9 +-
src/VBox/Devices/USB/VUSBSniffer.cpp | 746 +
src/VBox/Devices/USB/VUSBSniffer.h | 87 +
src/VBox/Devices/USB/VUSBUrb.cpp | 53 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 87 +-
src/VBox/Devices/VMMDev/VMMDevTesting.cpp | 63 +-
src/VBox/Devices/build/VBoxDD.rc | 50 +
src/VBox/Devices/build/VBoxDD2.rc | 50 +
src/VBox/Devices/build/VBoxDDU.rc | 50 +
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 5 +-
src/VBox/ExtPacks/VNC/VBoxVNC.cpp | 30 +-
.../Common/VBoxKeyboard/keyboard-layouts.h | 9 +
.../Frontends/Common/VBoxKeyboard/keyboard-list.h | 1 +
src/VBox/Frontends/VBoxBalloonCtrl/Makefile.kmk | 2 +
.../Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.rc | 50 +
src/VBox/Frontends/VBoxHeadless/Makefile.kmk | 8 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.rc | 68 +
src/VBox/Frontends/VBoxManage/Makefile.kmk | 2 +
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManage.rc | 50 +
.../Frontends/VBoxManage/VBoxManageControlVM.cpp | 37 +-
.../Frontends/VBoxManage/VBoxManageDHCPServer.cpp | 21 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 9 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 1 +
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 4 +-
src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp | 16 +-
src/VBox/Frontends/VBoxSDL/Makefile.kmk | 6 +
src/VBox/Frontends/VBoxSDL/VBoxSDL.rc | 68 +
src/VBox/Frontends/VirtualBox/VirtualBox2.qrc | 4 +
src/VBox/Frontends/VirtualBox/images/os_win10.png | Bin 0 -> 2676 bytes
.../Frontends/VirtualBox/images/os_win10_64.png | Bin 0 -> 2673 bytes
src/VBox/Frontends/VirtualBox/images/os_win81.png | Bin 0 -> 2698 bytes
.../Frontends/VirtualBox/images/os_win81_64.png | Bin 0 -> 2692 bytes
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 44 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 52 +-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 52 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 52 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 40 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 36 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts | 12 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 483 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 67 +-
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 28 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 38 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 36 +-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 38 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 48 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 44 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 42 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 447 +-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 38 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 44 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 34 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 32 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 50 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 44 +-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 52 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 46 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 44 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 42 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 48 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 40 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 48 +-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 30 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 28 +-
.../VirtualBox/src/globals/COMWrappers.xsl | 1 +
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 3 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 3 +
.../VirtualBox/src/globals/UIMessageCenter.cpp | 8 +-
.../VirtualBox/src/globals/UIShortcutPool.cpp | 6 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 35 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 8 +-
.../VirtualBox/src/net/UIDownloaderAdditions.cpp | 2 +-
.../src/net/UIDownloaderExtensionPack.cpp | 2 +-
.../VirtualBox/src/net/UIDownloaderUserManual.cpp | 2 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 4 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 2 +-
.../src/platform/darwin/DarwinKeyboard.cpp | 5 +-
.../VirtualBox/src/platform/win/VirtualBox.rc | 24 +-
.../src/platform/win/VirtualBoxHardened.rc | 20 +-
.../VirtualBox/src/platform/win/WinKeyboard.cpp | 116 +
.../VirtualBox/src/platform/win/WinKeyboard.h | 54 +
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 8 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 2 +-
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 11 +
.../VirtualBox/src/runtime/UIFrameBufferQImage.cpp | 4 +-
.../src/runtime/UIFrameBufferQuartz2D.cpp | 4 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 179 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 13 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 38 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 15 +-
.../VirtualBox/src/runtime/UIMachineMenuBar.cpp | 2 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 25 +
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 12 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 10 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 39 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 9 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 9 +-
.../runtime/fullscreen/UIMachineViewFullscreen.cpp | 2 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 10 +
.../src/runtime/normal/UIMachineViewNormal.cpp | 2 +-
.../runtime/seamless/UIMachineLogicSeamless.cpp | 9 +-
.../src/runtime/seamless/UIMachineViewSeamless.cpp | 2 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 7 +-
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 22 +-
.../graphics/details/UIGDetailsElements.cpp | 2 +-
.../settings/global/UIGlobalSettingsDisplay.cpp | 15 +-
.../src/settings/global/UIGlobalSettingsDisplay.h | 1 +
.../src/settings/global/UIGlobalSettingsDisplay.ui | 28 +-
.../settings/global/UIGlobalSettingsGeneral.cpp | 4 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 123 +-
.../VirtualBox/src/widgets/UIHostComboEditor.h | 16 +-
.../VirtualBox/src/widgets/UIProgressDialog.cpp | 44 +-
.../VirtualBox/src/widgets/UIProgressDialog.h | 7 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.cpp | 3 +
.../UIWizardExportAppPageExpert.cpp | 4 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 2 +
src/VBox/GuestHost/HGSMI/HGSMICommon.cpp | 208 +-
src/VBox/GuestHost/OpenGL/Makefile.kmk | 12 +-
src/VBox/GuestHost/OpenGL/error/VBoxOGLerrorspu.rc | 81 +
src/VBox/GuestHost/OpenGL/error/error.py | 0
src/VBox/GuestHost/OpenGL/error/errorspu.rc | 40 +-
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py | 0
src/VBox/GuestHost/OpenGL/include/cr_blitter.h | 205 +-
src/VBox/GuestHost/OpenGL/include/cr_compositor.h | 140 +-
src/VBox/GuestHost/OpenGL/include/cr_glstate.h | 1 +
src/VBox/GuestHost/OpenGL/include/cr_protocol.h | 4 +-
src/VBox/GuestHost/OpenGL/include/cr_version.h | 3 +-
src/VBox/GuestHost/OpenGL/include/cr_vreg.h | 207 +-
src/VBox/GuestHost/OpenGL/packer/pack_current.py | 0
.../GuestHost/OpenGL/packer/pack_currentheader.py | 0
src/VBox/GuestHost/OpenGL/packer/pack_header.py | 0
src/VBox/GuestHost/OpenGL/packer/packer.py | 0
src/VBox/GuestHost/OpenGL/packer/packer_bbox.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py | 0
.../GuestHost/OpenGL/spu_loader/dispatchheader.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/glloader.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py | 0
src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py | 0
src/VBox/GuestHost/OpenGL/state_tracker/convert.py | 0
.../GuestHost/OpenGL/state_tracker/dump_gen.py | 0
.../OpenGL/state_tracker/state_current.py | 0
.../GuestHost/OpenGL/state_tracker/state_defs.py | 0
.../GuestHost/OpenGL/state_tracker/state_diff.c | 9 +
.../GuestHost/OpenGL/state_tracker/state_funcs.py | 0
.../GuestHost/OpenGL/state_tracker/state_get.py | 0
.../OpenGL/state_tracker/state_isenabled.py | 0
src/VBox/GuestHost/OpenGL/util/VBoxOGLcrutil.rc | 81 +
src/VBox/GuestHost/OpenGL/util/blitter.cpp | 221 +-
src/VBox/GuestHost/OpenGL/util/compositor.cpp | 234 +-
src/VBox/GuestHost/OpenGL/util/debug_opcodes.py | 0
src/VBox/GuestHost/OpenGL/util/error.c | 147 +
src/VBox/GuestHost/OpenGL/util/net.c | 3 -
src/VBox/GuestHost/OpenGL/util/util.def | 1 -
src/VBox/GuestHost/OpenGL/util/util.rc | 54 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 12 +-
src/VBox/GuestHost/OpenGL/util/vreg.cpp | 372 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 7 +-
src/VBox/HostDrivers/Support/SUPDrv.c | 313 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 15 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 4 +
src/VBox/HostDrivers/Support/SUPLib.cpp | 31 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 6 +
src/VBox/HostDrivers/Support/SUPR0-def-lx.sed | 9 +
src/VBox/HostDrivers/Support/SUPR0-def-pe.sed | 8 +
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 86 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 190 +-
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 35 +-
src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp | 92 +-
...hority2014-078f0a9d03df119e434e4fec1bf0235a.taf | Bin 0 -> 730 bytes
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 69 +-
.../Support/win/SUPHardenedVerify-win.h | 8 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 198 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 523 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 367 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.rc | 56 +-
src/VBox/HostDrivers/Support/win/VBoxSupLib.rc | 59 +
.../Support/win/import-template-kernel32.h | 1 +
.../Support/win/import-template-ntdll.h | 2 +
src/VBox/HostDrivers/Support/win/winstub.com | Bin 128 -> 0 bytes
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 7 +-
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc | 52 +
.../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h | 6 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 317 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 255 +-
.../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c | 225 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 31 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFlt-win.rc | 56 +-
.../VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h | 9 +
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp | 209 +
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.rc | 25 +-
src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 3 +-
.../HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp | 12 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h | 12 -
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.rc | 52 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp | 42 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.cpp | 2 -
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | 7 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp | 14 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.rc | 52 +-
src/VBox/HostDrivers/linux/export_modules | 10 +-
src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 49 +-
src/VBox/HostDrivers/win/load.sh | 20 +-
src/VBox/HostDrivers/win/loadall.sh | 22 +-
src/VBox/HostServices/DragAndDrop/Makefile.kmk | 3 +
.../HostServices/DragAndDrop/VBoxDragAndDropSvc.rc | 50 +
src/VBox/HostServices/GuestControl/Makefile.kmk | 3 +
.../GuestControl/VBoxGuestControlSvc.rc | 50 +
src/VBox/HostServices/GuestControl/gctrl.cpp | 2 +-
src/VBox/HostServices/GuestProperties/Makefile.kmk | 3 +
.../GuestProperties/VBoxGuestPropSvc.rc | 50 +
src/VBox/HostServices/HostChannel/Makefile.kmk | 3 +
.../HostServices/HostChannel/VBoxHostChannel.rc | 50 +
src/VBox/HostServices/SharedClipboard/Makefile.kmk | 3 +-
.../SharedClipboard/VBoxSharedClipboard.rc | 50 +
src/VBox/HostServices/SharedFolders/Makefile.kmk | 2 +
.../SharedFolders/VBoxSharedFolders.rc | 50 +
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 8 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 27 +-
.../SharedOpenGL/OpenGLTest/VBoxTestOGL.rc | 50 +
.../SharedOpenGL/crserver/VBoxSharedCrOpenGL.rc | 50 +
.../SharedOpenGL/crserverlib/server_config.c | 36 +
.../SharedOpenGL/crserverlib/server_dispatch.py | 0
.../crserverlib/server_dispatch_header.py | 0
.../SharedOpenGL/crserverlib/server_get.py | 0
.../SharedOpenGL/crserverlib/server_main.c | 214 +-
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 16 +-
.../SharedOpenGL/crserverlib/server_presenter.cpp | 13 +-
.../SharedOpenGL/crserverlib/server_retval.py | 0
.../SharedOpenGL/crserverlib/server_simpleget.py | 0
.../SharedOpenGL/render/VBoxOGLrenderspu.rc | 50 +
.../SharedOpenGL/render/renderspu_cocoa_helper.h | 9 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 1925 +-
.../HostServices/SharedOpenGL/unpacker/unpack.py | 0
.../SharedOpenGL/unpacker/unpack_extend.py | 0
.../SharedOpenGL/unpacker/unpack_header.py | 0
src/VBox/HostServices/auth/Makefile.kmk | 3 +-
.../HostServices/auth/simple/VBoxAuthSimple.rc | 50 +
src/VBox/HostServices/auth/winlogon/VBoxAuth.rc | 50 +
.../darwin/DiskImage/VirtualBox_Uninstall.tool | 10 +
src/VBox/Installer/darwin/Makefile.kmk | 27 +-
src/VBox/Installer/linux/Makefile.kmk | 17 +-
src/VBox/Installer/linux/distributions_rpm | 6 +
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 2 +-
src/VBox/Installer/linux/rpm/rules | 12 +-
src/VBox/Installer/linux/run-inst.sh | 4 +-
src/VBox/Installer/linux/vboxdrv-pardus.py | 0
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 1 +
.../win/InstallHelper/VBoxInstallHelper.cpp | 73 +-
.../win/InstallHelper/VBoxInstallHelper.def | 1 +
.../win/InstallHelper/VBoxInstallHelper.rc | 50 +
src/VBox/Installer/win/VBoxMergeApp.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi | 3 +-
src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi | 10 +-
src/VBox/Installer/win/VirtualBox.wxs | 13 +-
src/VBox/Main/Makefile.kmk | 15 +-
src/VBox/Main/cbinding/Makefile.kmk | 2 +
src/VBox/Main/cbinding/VBoxCAPI.cpp | 190 +-
src/VBox/Main/cbinding/VBoxCAPI.rc | 50 +
src/VBox/Main/cbinding/VBoxCAPIGlue.c | 82 +-
src/VBox/Main/cbinding/capiidl.xsl | 34 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 5 +-
src/VBox/Main/glue/com.cpp | 3 +-
src/VBox/Main/glue/glue-java.xsl | 187 +-
src/VBox/Main/glue/tests/TestVBox.java | 7 +
src/VBox/Main/glue/vboxapi.py | 74 +-
src/VBox/Main/idl/VirtualBox.xidl | 10 +
src/VBox/Main/include/ConsoleImpl.h | 13 +
src/VBox/Main/include/DHCPServerImpl.h | 30 +-
src/VBox/Main/include/DisplayImpl.h | 35 +
src/VBox/Main/include/DisplayUtils.h | 2 +
src/VBox/Main/include/MediumImpl.h | 3 +-
src/VBox/Main/include/MouseImpl.h | 5 +-
src/VBox/Main/include/NATNetworkServiceRunner.h | 70 -
src/VBox/Main/include/NetworkServiceRunner.h | 5 +-
src/VBox/Main/src-all/DisplayUtils.cpp | 6 +-
src/VBox/Main/src-all/Global.cpp | 136 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 345 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 307 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 314 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestImpl.cpp | 3 -
src/VBox/Main/src-client/GuestProcessImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 8 +-
src/VBox/Main/src-client/MouseImpl.cpp | 54 +-
src/VBox/Main/src-client/README.testing | 16 +
src/VBox/Main/src-client/VMMDevInterface.cpp | 9 +
src/VBox/Main/src-client/win/VBoxC.rc | 25 +-
src/VBox/Main/src-client/win/VBoxClient-x86.rc | 25 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.cpp | 11 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.rc | 50 +
src/VBox/Main/src-server/DHCPServerImpl.cpp | 189 +-
src/VBox/Main/src-server/HostDnsService.cpp | 199 +-
src/VBox/Main/src-server/HostDnsService.h | 67 +-
.../Main/src-server/HostDnsServiceResolvConf.cpp | 27 +-
src/VBox/Main/src-server/HostImpl.cpp | 2 +-
src/VBox/Main/src-server/MachineImpl.cpp | 39 +-
src/VBox/Main/src-server/MachineImplCloneVM.cpp | 71 +-
src/VBox/Main/src-server/MediumImpl.cpp | 33 +-
src/VBox/Main/src-server/NATNetworkImpl.cpp | 8 +-
.../Main/src-server/NATNetworkServiceRunner.cpp | 149 -
src/VBox/Main/src-server/NetworkServiceRunner.cpp | 62 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 1 +
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 4 +-
src/VBox/Main/src-server/VRDEServerImpl.cpp | 8 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 2 +
.../src-server/darwin/HostDnsServiceDarwin.cpp | 13 +-
src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp | 2 +
.../Main/src-server/linux/HostDnsServiceLinux.cpp | 7 +-
.../Main/src-server/solaris/DynLoadLibSolaris.cpp | 41 +-
.../Main/src-server/solaris/DynLoadLibSolaris.h | 4 +-
src/VBox/Main/src-server/solaris/NetIf-solaris.cpp | 48 +-
src/VBox/Main/src-server/win/HostDnsServiceWin.cpp | 406 +-
src/VBox/Main/src-server/win/VBoxSVC.rc | 25 +-
src/VBox/Main/testcase/Makefile.kmk | 29 +-
src/VBox/Main/testcase/tstMouseImpl.cpp | 459 -
src/VBox/Main/webservice/Makefile.kmk | 2 +
src/VBox/Main/webservice/VBoxWebSrv.rc | 50 +
src/VBox/Main/webservice/vboxweb.cpp | 4 +-
src/VBox/Main/webservice/webtest.cpp | 4 +-
src/VBox/Main/xml/Settings.cpp | 23 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 243 +-
src/VBox/NetworkServices/DHCP/Config.h | 8 +-
src/VBox/NetworkServices/DHCP/Makefile.kmk | 22 +-
.../NetworkServices/DHCP/NetworkManagerDhcp.cpp | 3 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 56 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.rc | 54 +
src/VBox/NetworkServices/NAT/Makefile.kmk | 27 +-
src/VBox/NetworkServices/NAT/RTWinPoll.cpp | 17 +-
src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | 17 +
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 149 +-
src/VBox/NetworkServices/NAT/VBoxNetNAT.rc | 54 +
src/VBox/NetworkServices/NAT/dhcp6.h | 18 +-
src/VBox/NetworkServices/NAT/fwtcp.c | 18 +-
src/VBox/NetworkServices/NAT/fwudp.c | 18 +-
src/VBox/NetworkServices/NAT/lwipopts.h | 31 +-
src/VBox/NetworkServices/NAT/portfwd.c | 22 +-
src/VBox/NetworkServices/NAT/portfwd.h | 18 +-
src/VBox/NetworkServices/NAT/proxy.c | 65 +-
src/VBox/NetworkServices/NAT/proxy.h | 17 +
src/VBox/NetworkServices/NAT/proxy_dhcp6ds.c | 19 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.c | 18 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.h | 18 +-
src/VBox/NetworkServices/NAT/proxy_rtadvd.c | 18 +-
src/VBox/NetworkServices/NAT/proxy_tftpd.c | 18 +-
src/VBox/NetworkServices/NAT/pxdns.c | 9 +-
src/VBox/NetworkServices/NAT/pxping.c | 20 +-
src/VBox/NetworkServices/NAT/pxping_win.c | 41 +-
src/VBox/NetworkServices/NAT/pxremap.c | 18 +-
src/VBox/NetworkServices/NAT/pxremap.h | 18 +-
src/VBox/NetworkServices/NAT/pxtcp.c | 89 +-
src/VBox/NetworkServices/NAT/pxtcp.h | 18 +-
src/VBox/NetworkServices/NAT/pxudp.c | 18 +-
src/VBox/NetworkServices/NAT/rtmon_bsd.c | 19 +-
src/VBox/NetworkServices/NAT/rtmon_linux.c | 19 +-
src/VBox/NetworkServices/NAT/rtmon_win.c | 17 +
src/VBox/NetworkServices/NAT/tftp.h | 18 +-
src/VBox/NetworkServices/NAT/winpoll.h | 17 +
src/VBox/NetworkServices/NAT/winutils.h | 29 +-
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 4 +-
src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 100 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 9 +-
.../NetLib/VBoxNetPortForwardString.cpp | 17 +-
src/VBox/NetworkServices/NetLib/shared_ptr.h | 17 +
src/VBox/NetworkServices/NetLib/utils.h | 2 +-
src/VBox/RDP/{client => client-1.8.3}/COPYING | 0
src/VBox/RDP/client-1.8.3/Makefile.in | 166 +
src/VBox/RDP/client-1.8.3/Makefile.kmk | 409 +
src/VBox/RDP/{client => client-1.8.3}/README | 0
src/VBox/RDP/client-1.8.3/asn.c | 118 +
src/VBox/RDP/{client => client-1.8.3}/bitmap.c | 0
src/VBox/RDP/{client => client-1.8.3}/bootstrap | 0
src/VBox/RDP/{client => client-1.8.3}/cache.c | 0
src/VBox/RDP/client-1.8.3/channels.c | 197 +
src/VBox/RDP/client-1.8.3/cliprdr.c | 195 +
src/VBox/RDP/{client => client-1.8.3}/config.guess | 0
src/VBox/RDP/{client => client-1.8.3}/config.sub | 0
src/VBox/RDP/client-1.8.3/configure | 9040 +++++++++
src/VBox/RDP/client-1.8.3/configure.ac | 985 +
src/VBox/RDP/client-1.8.3/constants.h | 555 +
src/VBox/RDP/client-1.8.3/cssp.c | 918 +
src/VBox/RDP/client-1.8.3/ctrl.c | 528 +
src/VBox/RDP/client-1.8.3/disk.c | 1426 ++
src/VBox/RDP/{client => client-1.8.3}/disk.h | 0
src/VBox/RDP/{client => client-1.8.3}/doc/AUTHORS | 0
src/VBox/RDP/client-1.8.3/doc/ChangeLog | 204 +
src/VBox/RDP/{client => client-1.8.3}/doc/HACKING | 0
src/VBox/RDP/{client => client-1.8.3}/doc/TODO | 0
src/VBox/RDP/{client => client-1.8.3}/doc/ipv6.txt | 0
.../{client => client-1.8.3}/doc/keymap-names.txt | 0
.../{client => client-1.8.3}/doc/keymapping.txt | 0
.../RDP/{client => client-1.8.3}/doc/licensing.txt | 0
.../RDP/{client => client-1.8.3}/doc/patches.txt | 0
src/VBox/RDP/client-1.8.3/doc/rdesktop.1 | 338 +
.../{client => client-1.8.3}/doc/redirection.txt | 0
src/VBox/RDP/client-1.8.3/ewmhints.c | 620 +
src/VBox/RDP/{client => client-1.8.3}/install-sh | 0
src/VBox/RDP/client-1.8.3/iso.c | 378 +
src/VBox/RDP/{client => client-1.8.3}/keymaps/ar | 0
.../RDP/{client => client-1.8.3}/keymaps/common | 0
src/VBox/RDP/client-1.8.3/keymaps/convert-map | 62 +
src/VBox/RDP/client-1.8.3/keymaps/cs | 187 +
src/VBox/RDP/{client => client-1.8.3}/keymaps/da | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/de | 0
.../RDP/{client => client-1.8.3}/keymaps/de-ch | 0
.../RDP/{client => client-1.8.3}/keymaps/en-dv | 0
.../RDP/{client => client-1.8.3}/keymaps/en-gb | 0
.../RDP/{client => client-1.8.3}/keymaps/en-us | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/es | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/et | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/fi | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/fo | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/fr | 0
.../RDP/{client => client-1.8.3}/keymaps/fr-be | 0
.../RDP/{client => client-1.8.3}/keymaps/fr-ca | 0
.../RDP/{client => client-1.8.3}/keymaps/fr-ch | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/he | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/hr | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/hu | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/is | 0
src/VBox/RDP/client-1.8.3/keymaps/it | 113 +
src/VBox/RDP/{client => client-1.8.3}/keymaps/ja | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/ko | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/lt | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/lv | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/mk | 0
.../RDP/{client => client-1.8.3}/keymaps/modifiers | 0
src/VBox/RDP/client-1.8.3/keymaps/nl | 60 +
.../RDP/{client => client-1.8.3}/keymaps/nl-be | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/no | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/pl | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/pt | 0
.../RDP/{client => client-1.8.3}/keymaps/pt-br | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/ru | 0
src/VBox/RDP/client-1.8.3/keymaps/sk | 189 +
src/VBox/RDP/{client => client-1.8.3}/keymaps/sl | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/sv | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/th | 0
src/VBox/RDP/{client => client-1.8.3}/keymaps/tr | 0
src/VBox/RDP/client-1.8.3/licence.c | 396 +
src/VBox/RDP/{client => client-1.8.3}/lspci.c | 0
src/VBox/RDP/client-1.8.3/mcs.c | 376 +
src/VBox/RDP/{client => client-1.8.3}/mppc.c | 0
src/VBox/RDP/client-1.8.3/orders.c | 1465 ++
src/VBox/RDP/{client => client-1.8.3}/orders.h | 0
src/VBox/RDP/{client => client-1.8.3}/parallel.c | 0
src/VBox/RDP/client-1.8.3/parse.h | 106 +
src/VBox/RDP/client-1.8.3/printer.c | 176 +
src/VBox/RDP/client-1.8.3/printercache.c | 320 +
src/VBox/RDP/client-1.8.3/proto.h | 378 +
src/VBox/RDP/{client => client-1.8.3}/proto.head | 0
src/VBox/RDP/{client => client-1.8.3}/proto.tail | 0
src/VBox/RDP/{client => client-1.8.3}/pstcache.c | 0
src/VBox/RDP/client-1.8.3/rdesktop.c | 1966 ++
src/VBox/RDP/client-1.8.3/rdesktop.h | 231 +
src/VBox/RDP/client-1.8.3/rdesktop.spec | 36 +
src/VBox/RDP/client-1.8.3/rdp.c | 1812 ++
src/VBox/RDP/client-1.8.3/rdp5.c | 132 +
src/VBox/RDP/client-1.8.3/rdpdr.c | 1249 ++
src/VBox/RDP/client-1.8.3/rdpsnd.c | 992 +
src/VBox/RDP/{client => client-1.8.3}/rdpsnd.h | 0
.../RDP/{client => client-1.8.3}/rdpsnd_alsa.c | 0
src/VBox/RDP/client-1.8.3/rdpsnd_dsp.c | 433 +
src/VBox/RDP/{client => client-1.8.3}/rdpsnd_dsp.h | 0
src/VBox/RDP/client-1.8.3/rdpsnd_libao.c | 235 +
src/VBox/RDP/{client => client-1.8.3}/rdpsnd_oss.c | 0
src/VBox/RDP/{client => client-1.8.3}/rdpsnd_sgi.c | 0
src/VBox/RDP/{client => client-1.8.3}/rdpsnd_sun.c | 0
src/VBox/RDP/{client => client-1.8.3}/scancodes.h | 0
src/VBox/RDP/client-1.8.3/scard.c | 2701 +++
src/VBox/RDP/client-1.8.3/scard.h | 182 +
src/VBox/RDP/client-1.8.3/seamless.c | 565 +
src/VBox/RDP/client-1.8.3/seamless.h | 18 +
src/VBox/RDP/client-1.8.3/secure.c | 945 +
src/VBox/RDP/client-1.8.3/serial.c | 1084 ++
src/VBox/RDP/client-1.8.3/ssl.c | 245 +
src/VBox/RDP/client-1.8.3/ssl.h | 76 +
src/VBox/RDP/client-1.8.3/tcp.c | 623 +
src/VBox/RDP/client-1.8.3/types.h | 305 +
src/VBox/RDP/client-1.8.3/utils.c | 233 +
src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c | 955 +
.../RDP/{client => client-1.8.3}/vrdp/vrdpusb.h | 0
src/VBox/RDP/client-1.8.3/xclip.c | 1223 ++
src/VBox/RDP/client-1.8.3/xkeymap.c | 1221 ++
src/VBox/RDP/client-1.8.3/xproto.h | 17 +
src/VBox/RDP/client-1.8.3/xwin.c | 4427 +++++
src/VBox/RDP/client/Makefile.in | 165 -
src/VBox/RDP/client/Makefile.kmk | 399 -
src/VBox/RDP/client/channels.c | 197 -
src/VBox/RDP/client/cliprdr.c | 195 -
src/VBox/RDP/client/configure | 8271 ---------
src/VBox/RDP/client/configure.ac | 936 -
src/VBox/RDP/client/constants.h | 485 -
src/VBox/RDP/client/disk.c | 1416 --
src/VBox/RDP/client/doc/ChangeLog | 127 -
src/VBox/RDP/client/doc/rdesktop.1 | 291 -
src/VBox/RDP/client/ewmhints.c | 592 -
src/VBox/RDP/client/iso.c | 228 -
src/VBox/RDP/client/keymaps/convert-map | 63 -
src/VBox/RDP/client/keymaps/cs | 87 -
src/VBox/RDP/client/keymaps/it | 115 -
src/VBox/RDP/client/keymaps/nl | 60 -
src/VBox/RDP/client/licence.c | 333 -
src/VBox/RDP/client/mcs.c | 437 -
src/VBox/RDP/client/orders.c | 1465 --
src/VBox/RDP/client/parse.h | 103 -
src/VBox/RDP/client/printer.c | 176 -
src/VBox/RDP/client/printercache.c | 307 -
src/VBox/RDP/client/proto.h | 340 -
src/VBox/RDP/client/rdesktop.c | 1754 --
src/VBox/RDP/client/rdesktop.h | 227 -
src/VBox/RDP/client/rdesktop.spec | 36 -
src/VBox/RDP/client/rdp.c | 1693 --
src/VBox/RDP/client/rdp5.c | 132 -
src/VBox/RDP/client/rdpdr.c | 1229 --
src/VBox/RDP/client/rdpsnd.c | 974 -
src/VBox/RDP/client/rdpsnd_dsp.c | 433 -
src/VBox/RDP/client/rdpsnd_libao.c | 233 -
src/VBox/RDP/client/scard.c | 2606 ---
src/VBox/RDP/client/scard.h | 182 -
src/VBox/RDP/client/seamless.c | 526 -
src/VBox/RDP/client/seamless.h | 18 -
src/VBox/RDP/client/secure.c | 885 -
src/VBox/RDP/client/serial.c | 1084 --
src/VBox/RDP/client/ssl.c | 244 -
src/VBox/RDP/client/ssl.h | 76 -
src/VBox/RDP/client/tcp.c | 386 -
src/VBox/RDP/client/types.h | 285 -
src/VBox/RDP/client/vrdp/rdpusb.c | 933 -
src/VBox/RDP/client/xclip.c | 1223 --
src/VBox/RDP/client/xkeymap.c | 1122 --
src/VBox/RDP/client/xproto.h | 16 -
src/VBox/RDP/client/xwin.c | 4369 -----
src/VBox/Runtime/Makefile.kmk | 1 +
src/VBox/Runtime/VBox/VBoxRTDeps.cpp | 1 +
src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-octetstring.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-template.h | 19 +-
.../Runtime/common/ldr/ldrELFRelocatable.cpp.h | 3 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 52 +-
src/VBox/Runtime/common/misc/getoptargv.cpp | 173 +-
src/VBox/Runtime/common/misc/http.cpp | 3 +
src/VBox/Runtime/common/misc/s3.cpp | 1 +
src/VBox/Runtime/common/string/strformatrt.cpp | 1 +
src/VBox/Runtime/common/zip/tarvfs.cpp | 2 +-
src/VBox/Runtime/include/internal/ldrPE.h | 92 +-
src/VBox/Runtime/include/internal/socket.h | 2 +-
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 6 +-
.../r0drv/darwin/threadpreempt-r0drv-darwin.cpp | 2 +-
.../r0drv/linux/memuserkernel-r0drv-linux.c | 19 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 29 +
src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c | 2 +
.../r0drv/linux/threadctxhooks-r0drv-linux.c | 35 +-
src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp | 54 +-
src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 35 +-
src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp | 53 +-
src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 125 +-
.../r0drv/solaris/semeventwait-r0drv-solaris.h | 10 +-
.../Runtime/r0drv/solaris/thread2-r0drv-solaris.c | 4 +-
src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp | 2 +-
src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp | 6 +-
src/VBox/Runtime/r3/init.cpp | 8 +
src/VBox/Runtime/r3/linux/fileaio-linux.cpp | 9 +-
src/VBox/Runtime/r3/linux/sched-linux.cpp | 43 +-
.../Runtime/r3/posix/process-creation-posix.cpp | 2 +-
src/VBox/Runtime/r3/socket.cpp | 77 +-
src/VBox/Runtime/r3/tcp.cpp | 8 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl.def | 1 -
src/VBox/Runtime/r3/win/VBoxRT.rc | 59 +
src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 18 +-
src/VBox/Runtime/r3/win/path-win.cpp | 34 +-
src/VBox/Runtime/r3/win/process-win.cpp | 8 +-
src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp | 502 +-
src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp | 12 +-
src/VBox/Storage/ISCSI.cpp | 2 +-
src/VBox/Storage/Makefile.kmk | 1 +
src/VBox/Storage/VD.cpp | 1 +
src/VBox/Storage/testcase/Makefile.kmk | 4 +-
src/VBox/Storage/testcase/vbox-img.cpp | 81 +-
src/VBox/Storage/testcase/vbox-img.rc | 50 +
src/VBox/VMM/Makefile.kmk | 2 +
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 2 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 6 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 4 +-
src/VBox/VMM/VMMAll/IOMAll.cpp | 24 +-
src/VBox/VMM/VMMAll/TMAllVirtual.cpp | 2 +-
src/VBox/VMM/VMMR0/CPUMR0.cpp | 3 -
src/VBox/VMM/VMMR0/HMR0.cpp | 35 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 7 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 155 +-
src/VBox/VMM/VMMR0/VMMR0.def | 1 +
src/VBox/VMM/VMMR3/CPUM.cpp | 9 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 18 +-
src/VBox/VMM/VMMR3/HM.cpp | 5 +-
src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp | 73 +-
.../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp | 4 +-
src/VBox/VMM/VMMR3/PDMBlkCache.cpp | 4 +-
src/VBox/VMM/VMMR3/PDMDriver.cpp | 6 +-
src/VBox/VMM/VMMR3/PDMNetShaper.cpp | 2 +-
src/VBox/VMM/VMMR3/PGM.cpp | 9 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMSharedPage.cpp | 9 +-
src/VBox/VMM/VMMR3/VMEmt.cpp | 60 +-
src/VBox/VMM/VMMR3/VMM.cpp | 5 +
src/VBox/VMM/VMMR3/VMMR3.def | 1 +
src/VBox/VMM/VMMR3/VMMR3.rc | 50 +
src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp | 3 +-
src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac | 41 +-
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 40 +-
src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac | 41 +-
src/VBox/VMM/include/HMInternal.h | 3 +
src/VBox/VMM/include/PGMInternal.h | 8 +-
src/VBox/VMM/tools/VBoxVMMPreload.cpp | 22 +-
src/bldprogs/VBoxDef2LazyLoad.cpp | 394 +-
src/bldprogs/scm.cpp | 4 +-
src/libs/Makefile.kmk | 6 +-
src/libs/kStuff/kStuff/include/k/kErrors.h | 12 +-
src/libs/kStuff/kStuff/include/k/kLdr.h | 11 +-
src/libs/kStuff/kStuff/include/k/kLdrFmts/mach-o.h | 50 +-
src/libs/kStuff/kStuff/kLdr/kLdrModLX.c | 3 +-
src/libs/kStuff/kStuff/kLdr/kLdrModMachO.c | 1594 +-
src/libs/kStuff/kStuff/kLdr/kLdrModNative.c | 3 +-
src/libs/kStuff/kStuff/kLdr/kLdrModPE.c | 3 +-
.../xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp | 8 +-
.../extensions/dconnect/src/ipcDConnectService.cpp | 4 +-
src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcList.h | 13 +
src/libs/xpcom18a4/java/src/nsJavaInterfaces.cpp | 4 +-
src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp | 5 +-
.../xpcom18a4/java/src/nsJavaXPCOMBindingUtils.cpp | 7 +
src/libs/xpcom18a4/java/src/nsJavaXPCOMGlue.cpp | 7 +
src/libs/xpcom18a4/nsprpub/Makefile.in | 0
src/libs/xpcom18a4/nsprpub/config/config.mk | 0
src/libs/xpcom18a4/nsprpub/config/rules.mk | 0
src/libs/xpcom18a4/python/client/__init__.py | 0
src/libs/xpcom18a4/python/file.py | 0
src/libs/xpcom18a4/python/primitives.py | 0
src/libs/xpcom18a4/python/server/__init__.py | 0
src/libs/xpcom18a4/python/server/enumerator.py | 0
src/libs/xpcom18a4/python/server/factory.py | 0
src/libs/xpcom18a4/python/server/loader.py | 0
src/libs/xpcom18a4/python/server/module.py | 0
src/libs/xpcom18a4/python/server/policy.py | 0
.../xpcom18a4/python/test/pyxpcom_test_tools.py | 0
.../xpcom18a4/python/test/test_com_exceptions.py | 0
src/libs/xpcom18a4/python/test/test_comfile.py | 0
.../test/test_component/py_test_component.py | 0
src/libs/xpcom18a4/python/test/test_components.py | 0
.../python/test/test_isupports_primitives.py | 0
src/libs/xpcom18a4/python/test/test_misc.py | 0
src/libs/xpcom18a4/python/test/test_streams.py | 0
.../xpcom18a4/python/test/test_test_component.py | 0
.../xpcom18a4/python/test/test_weakreferences.py | 0
src/libs/xpcom18a4/python/tools/regxpcom.py | 0
src/libs/xpcom18a4/python/xpt.py | 0
src/recompiler/Makefile.kmk | 10 +
src/recompiler/VBoxREM.rc | 54 +
1917 files changed, 493466 insertions(+), 64630 deletions(-)
diff --cc .scm-settings
index 489e991,489e991..08dca97
--- a/.scm-settings
+++ b/.scm-settings
@@@ -1,134 -1,134 +1,7 @@@
--# $Id: .scm-settings $
--## @file
--# Top level source code massager settings.
--#
--# This will be loaded when scm is pointed to any file or directory in the
--# VirtualBox source tree. It will recursively load all .scm-settings files
--# it find in or above directories or files it's told to work on. So,
--# .scm-settings files can be placed in sub-directories in the tree to provide
--# additional settins specific to that sub-tree.
--#
--
--#
--# Copyright (C) 2010-2011 Oracle Corporation
--#
--# This file is part of VirtualBox Open Source Edition (OSE), as
--# available from http://www.virtualbox.org. This file is free software;
--# you can redistribute it and/or modify it under the terms of the GNU
--# General Public License (GPL) as published by the Free Software
--# Foundation, in version 2 as it comes in the "COPYING" file of the
--# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
--# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
--#
--
--
--#
--# Global settings.
--#
--# Only consider directories and files that are part of a SVN working set.
--#
----only-svn-dirs
----only-svn-files
----set-svn-eol
----set-svn-executable
----set-svn-keywords
--
--#
--# Directories to ignore.
--#
--# These are simple string patterns (see iprt/string.h) and we'll match both the
--# base name as well as the absolute path of each directory we consider for
--# recursion against these patterns.
--#
----filter-out-dirs ".svn"
----filter-out-dirs "*/*out*/."
----filter-out-dirs "*/tools/."
----filter-out-dirs "*/webtools/."
----filter-out-dirs "*/kBuild/."
----filter-out-dirs "*/debian/."
----filter-out-dirs "*/SlickEdit/."
----filter-out-dirs "*/src/libs/*/."
----filter-out-dirs "*/src/apps/kchmviewer*/."
----filter-out-dirs "*/src/VBox/Additions/x11/x11include/."
----filter-out-dirs "*/src/VBox/Additions/WINNT/Graphics/Wine/."
----filter-out-dirs "*/src/VBox/Additions/WINNT/Network/freebsd/."
----filter-out-dirs "*/src/VBox/Additions/WINNT/i8042prt/include/."
----filter-out-dirs "*/src/VBox/Additions/common/crOpenGL/."
----filter-out-dirs "*/src/VBox/Additions/solaris/DRM/include/."
----filter-out-dirs "*/src/VBox/Additions/solaris/SharedFolders/solaris10/sys/."
----filter-out-dirs "*/src/VBox/HostServices/SharedOpenGL/."
----filter-out-dirs "*/src/VBox/HostDrivers/VBoxNetFlt/solaris/include/."
----filter-out-dirs "*/src/VBox/HostDrivers/VBoxUSB/solaris/include/."
----filter-out-dirs "*/src/VBox/GuestHost/OpenGL/*/."
----filter-out-dirs "*/src/VBox/Devices/PC/Etherboot-src/*/."
----filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/*/."
----filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/."
----filter-out-dirs "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/."
----filter-out-dirs "*/src/VBox/Devices/Network/lwip/."
----filter-out-dirs "*/src/VBox/Storage/VDFormats/StorageCraft/*/."
----filter-out-dirs "*/src/VBox/RDP/client/."
----filter-out-dirs "*/src/recompiler/tests/."
--
--
--#
--# Files to ignore.
--#
--# Same format as for the directories, except that we'll also apply them to
--# files specified directly on the command line.
--#
----filter-out-files "*/include/VBox/HostServices/glext.h"
----filter-out-files "*/include/VBox/HostServices/glxext.h"
----filter-out-files "*/include/VBox/HostServices/wglext.h"
----filter-out-files "*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_strfunc.h"
----filter-out-files "*/src/VBox/Devices/Audio/sys-queue.h"
----filter-out-files "*/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.h"
----filter-out-files "*/src/VBox/RDP/x11server/Init*.c"
----filter-out-files "*/vslick.h"
--
--
--#
--# Files and sub-trees where we don't convert tabs.
--#
--*/src/VBox/Additions/solaris/SharedFolders/*: --no-convert-tabs
--*/src/VBox/Additions/x11/vboxmouse/*mouse*: --no-convert-tabs
--*/src/VBox/Additions/x11/vboxmouse/*pnp.c: --no-convert-tabs
--*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --no-convert-tabs
--*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --no-convert-tabs
--*/src/VBox/Devices/Network/slirp/*: --no-convert-tabs
--*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --no-convert-tabs
--*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --no-convert-tabs
--*/src/apps/tunctl/tunctl.c: --no-convert-tabs
--*/src/VBox/Main/src-all/DisplayResampleImage.cpp: --no-convert-tabs
--vboxvideo_drm.c: --no-convert-tabs
--*linux.mod.c: --no-convert-tabs
--*/src/VBox/Main/DisplayResampleImage.cpp: --no-convert-tabs
--*/src/recompiler/*: --no-convert-tabs
--*/src/recompiler/VBox*: --convert-tabs
--
--
--#
--# Files and sub-trees where we don't set forcibly set svn:keywords.
--#
--*/src/VBox/Additions/x11/vboxmouse/*mouse*: --dont-set-svn-keywords
--*/src/VBox/Additions/x11/vboxmouse/*pnp.c: --dont-set-svn-keywords
--*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.c: --dont-set-svn-keywords
--*/src/VBox/Additions/x11/vboxvideo/vboxvideo*.h: --dont-set-svn-keywords
--*/src/VBox/Devices/Network/slirp/*: --dont-set-svn-keywords
--*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/Edid.c: --dont-set-svn-keywords
--*/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/*.*: --dont-set-svn-keywords
--*/src/VBox/Devices/PC/BIOS/rombios.c: --dont-set-svn-keywords
--*/src/recompiler/*: --dont-set-svn-keywords
--*/src/recompiler/VBox*: --set-svn-keywords
--
--
--#
--# Temporary exclusions, awaiting cleanup.
--#
----filter-out-dirs "*/src/VBox/Additions/os2/VBoxGradd/."
----filter-out-dirs "*/src/VBox/Additions/os2/VBoxGrext/."
----filter-out-dirs "*/src/VBox/Additions/os2/VBoxMouse/."
----filter-out-dirs "*/src/VBox/Devices/PC/PXE/."
--*/src/VBox/Additions/solaris/Installer/postinstall.sh: --no-convert-tabs
--*/src/VBox/HostDrivers/Support/solaris/mod.sh: --no-convert-tabs
--*/src/VBox/Installer/solaris/vboxconfig.sh: --no-convert-tabs
++;;; Directory Local Variables
++;;; See Info node `(emacs) Directory Variables' for more information.
++((c++-mode
++ (indent-tabs-mode))
++ (c-mode
++ (indent-tabs-mode)))
diff --cc debian/changelog
index a9c3059,b67174a..3da9c65
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,26 -1,109 +1,133 @@@
-virtualbox (4.3.30-dfsg-1) unstable; urgency=medium
++virtualbox (4.3.30-dfsg-1+deb8u1) jessie-security; urgency=medium
+
+ [ Ritesh Raj Sarraf ]
+ * Imported upstream release.
+
+ [ Gianfranco Costamagna ]
+ * Readd again some removed lintian overrides.
+ * virtualbox 4.3.30 builds fine with gcc 5.1, removing the
+ gcc-4.9 workaround (d/{rules,control})
+ * Update copyright file.
+ * Patch refresh.
+ * Remove some more windows prebuilt files.
+ * Add libnotify-bin as runtime-dependency for the x11 package
+ (used for notify-send command) (Closes: #792292)
+ - Thanks Torquil Macdonald Sørensen for the useful and complete
+ bug report.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Tue, 14 Jul 2015 15:29:23 +0200
+
+ virtualbox (4.3.28-dfsg-1) unstable; urgency=medium
+
+ * New upstream release (Closes: #785655).
+ - fix for CVE-2015-3456 a.k.a. VENOM (Closes: #785424)
+ - patch refresh.
+ - remove d/p/37-diff_smap_4.patch.
+ * Remove MAKE=kmk on virtualbox{,-guest}-source.files/rules
+ (Closes: #785161).
+ Upstream doesn't recommend using kmk to build kernel modules.
+ this reverts 63fa6b7b86035b53e8d053b894814eccac9ce595
+ * Add gbp.conf file.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Thu, 14 May 2015 09:36:52 +0200
+
+ virtualbox (4.3.26-dfsg-3) unstable; urgency=medium
+
+ [ Adam Conrad ]
+ * Re-work the packaging to account for the kernel modules being shipped in
+ the master kernel packages, removing the need for dkms (LP: #1434579):
+ - Make the dkms package provide a virtual package matching what the
+ kernel packages provide to indicate that they ship the dkms modules.
+ - Add an alternate dep from the utils package to the virtual driver.
+ - Make the x11 driver package associate with the VGA controller PCI ID.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Wed, 22 Apr 2015 16:16:23 +0200
+
+ virtualbox (4.3.26-dfsg-2) experimental; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * remove obsolete lintian overrides.
+ * d/p/37-diff_smap_4.patch, cherry-pick upstream patch to fix a kernel
+ paging issue (LP: #1437845).
+
+ [ Ritesh Raj Sarraf ]
+ * Remove Michael Meskes from uploaders.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Fri, 20 Mar 2015 12:02:04 +0100
+
+ virtualbox (4.3.26-dfsg-1) experimental; urgency=medium
+
+ * Imported upstream release.
+ * Conflict with upstream proprietary packages 4.3 series.
+ (LP: #1371287, LP: #1375018, LP: #1385931, LP: #1386328, LP: #1421926)
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Tue, 17 Mar 2015 08:36:06 +0100
+
+ virtualbox (4.3.24-dfsg-1) experimental; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Imported upstream release (Closes: #779025).
+ * Remove d/p/38-remove-hardcoded-gcc.patch, use --with-gcc and
+ --with-g++ configure flags.
+ * Remove d/p/37-fix-build.patch, merged upstream.
+
+ [ Ritesh Raj Sarraf ]
+ * [3bf4cdd] Add back versioned dependency on gcc multilib
+
+ -- Ritesh Raj Sarraf <rrs at debian.org> Wed, 04 Mar 2015 17:35:40 +0530
+
+ virtualbox (4.3.22-dfsg-1) experimental; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Imported Upstream release.
+ * Update copyright year.
+ * d/p/37-fix-build.patch fix build, following upstream change in
+ xorg driver build (thanks to Michael Thayer for the hint and
+ the help).
+ * Remove old patches.
+ * d/p/38-remove-hardcoded-gcc.patch use CC and CXX from d/rules
+ until virtualbox is gcc-5 ready.
+
+ [ Ritesh Raj Sarraf ]
+ * [1413631] Build with gcc 4 only
+ * [f34c886] Add versioned dependency on g++-multilib
+
+ -- Ritesh Raj Sarraf <rrs at debian.org> Sun, 15 Feb 2015 16:56:09 +0530
+
+ virtualbox (4.3.20-dfsg-1) experimental; urgency=medium
+
+ [ Gianfranco Costamagna ]
+ * Imported Upstream release.
+
+ [ Ritesh Raj Sarraf ]
+ * Flip build dependency to libcurl4-gnutls-dev
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Wed, 03 Dec 2014 09:37:08 +0100
+
+virtualbox (4.3.18-dfsg-3+deb8u3) jessie; urgency=medium
+
+ * d/p/39-crash-raw-mode.patch fix crash in raw mode.
+ (Closes: #785689) from upstream changeset 53083
+ thanks Frank for the hint!
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Tue, 19 May 2015 10:22:10 +0200
+
+virtualbox (4.3.18-dfsg-3+deb8u2) jessie-security; urgency=high
+
+ * d/p/CVE-2015-3456.patch fix for CVE-2015-3456 a.k.a. VENOM
+ (Closes: #785424)
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Mon, 18 May 2015 18:21:08 +0200
+
+virtualbox (4.3.18-dfsg-3+deb8u1) jessie; urgency=medium
+
+ [ Moritz Mühlenhoff ]
+ * d/p/37-disable-smap.patch, cherry-pick upstream patch to fix a kernel
+ paging issue (LP: #1437845, Closes: #783142).
+
+ -- Ritesh Raj Sarraf <rrs at debian.org> Wed, 13 May 2015 13:53:36 +0530
+
++
virtualbox (4.3.18-dfsg-3) unstable; urgency=medium
* Conflict with upstream proprietary packages 4.3 series.
--
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