[Pkg-virtualbox-commits] [virtualbox] branch master updated (64964db -> 43c27fa)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Thu May 14 08:15:14 UTC 2015


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

locutusofborg-guest pushed a change to branch master
in repository virtualbox.

      from  64964db   Update changelog for Unstable
      adds  39a46e8   Imported Upstream version 5.0.0~beta1-dfsg
      adds  1db4d9e   Imported Upstream version 5.0.0~beta2-dfsg
      adds  d23b4f4   Imported Upstream version 5.0.0~beta3-dfsg
       new  c8ca839   Imported Upstream version 4.3.28-dfsg
       new  68ec0bf   Merge tag 'upstream/4.3.28-dfsg'
       new  43c27fa   new upstream release, patch refresh

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


Summary of changes:
 Config.kmk                                         |   16 +-
 Makefile.kmk                                       |   22 +-
 debian/changelog                                   |    8 +
 debian/patches/27-hide-host-cache-warning.patch    |    2 +-
 debian/patches/29-fix-ftbfs-as-needed.patch        |    2 +-
 debian/patches/36-fix-vnc-version-string.patch     |    2 +-
 debian/patches/37-diff_smap_4.patch                |  108 --
 debian/patches/series                              |    1 -
 doc/manual/en_US/user_Networking.xml               |   28 +-
 doc/manual/en_US/user_VBoxManage.xml               |   24 +-
 doc/manual/user_ChangeLogImpl.xml                  |  181 ++-
 include/VBox/HGSMI/HGSMI.h                         |   39 +-
 include/VBox/HostServices/GuestControlSvc.h        |   12 +-
 include/VBox/HostServices/Service.h                |   73 +-
 include/VBox/VBoxVideo.h                           |    9 +-
 include/VBox/VBoxVideoGuest.h                      |    1 +
 include/VBox/err.h                                 |   12 +
 include/iprt/cdefs.h                               |    8 +-
 include/iprt/err.h                                 |    3 +
 include/iprt/getopt.h                              |    9 +-
 include/iprt/nt/nt.h                               |   18 +
 include/iprt/process.h                             |    8 +-
 .../Additions/common/VBoxControl/VBoxControl.cpp   |   16 +-
 .../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp       |    2 +
 .../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp     |    2 +
 .../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp    |    2 +
 .../VBoxService/VBoxServiceControlProcess.cpp      |   70 +-
 src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp  |   25 +-
 .../Additions/common/VBoxVideo/Modesetting.cpp     |   17 +
 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
 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
 .../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/linux/Makefile.kmk              |    2 +-
 src/VBox/Additions/linux/installer/vboxadd-x11.sh  |   15 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |    4 +-
 .../Additions/solaris/Installer/postinstall.sh     |    5 +-
 src/VBox/Additions/x11/VBoxClient/clipboard.cpp    |    5 +-
 src/VBox/Additions/x11/VBoxClient/display.cpp      |   66 +-
 src/VBox/Additions/x11/VBoxClient/draganddrop.cpp  |    3 +-
 src/VBox/Additions/x11/undefined_xorg              |    7 +-
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |    5 +-
 src/VBox/Additions/x11/vboxvideo/README.testing    |   24 +-
 src/VBox/Additions/x11/vboxvideo/edid.c            |  175 ---
 src/VBox/Additions/x11/vboxvideo/getmode.c         |  392 ++---
 src/VBox/Additions/x11/vboxvideo/helpers.c         |   13 +-
 src/VBox/Additions/x11/vboxvideo/pointer.c         |    9 +-
 src/VBox/Additions/x11/vboxvideo/setmode.c         |  164 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |  553 ++++---
 src/VBox/Additions/x11/vboxvideo/vboxvideo.h       |  117 +-
 src/VBox/Additions/x11/vboxvideo/vbva.c            |  151 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |   60 +-
 src/VBox/Devices/Audio/coreaudio.c                 |   26 +
 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       |    0
 .../Source/Python/GenFds/GenFdsGlobalVariable.py   |    0
 .../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
 .../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          |   53 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |    2 -
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h    |   25 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m    |  970 +++++-------
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp    |  378 +++--
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h   |    8 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp    |  118 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.h          |    2 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   83 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |    3 +
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |   11 +-
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp      |  244 +--
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h        |   13 +-
 src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def       |    7 +-
 src/VBox/Devices/Input/PS2K.cpp                    |   32 +-
 src/VBox/Devices/Makefile.kmk                      |    4 +-
 src/VBox/Devices/Network/DevE1000.cpp              |   50 +-
 src/VBox/Devices/Network/DrvNetShaper.cpp          |    8 +-
 src/VBox/Devices/Network/SrvIntNetR0.cpp           |    1 +
 .../Devices/Network/slirp/libalias/alias_dns.c     |    1 -
 src/VBox/Devices/Network/slirp/slirp.c             |   12 -
 src/VBox/Devices/Network/slirp/slirp_state.h       |    2 -
 src/VBox/Devices/Network/slirp/socket.c            |   33 +-
 src/VBox/Devices/Network/slirp/socket.h            |    5 -
 src/VBox/Devices/Network/slirp/udp.c               |   13 +
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |    4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/PC/DrvACPI.cpp                    |    6 +-
 .../PC/ipxe/src/arch/i386/prefix/romprefix.S       |    6 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |   17 +-
 src/VBox/Devices/Storage/DevATA.cpp                |    2 +-
 src/VBox/Devices/Storage/DevFdc.cpp                |   27 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |   10 +-
 src/VBox/Devices/USB/DevOHCI.cpp                   |    6 +
 src/VBox/Devices/USB/VUSBDevice.cpp                |    3 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   24 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    1 +
 .../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   |    7 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |   48 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |   36 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |   16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |   44 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |   55 +-
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   |   24 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |   36 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |   32 +-
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |   36 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |   44 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |  427 +++---
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |   36 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |   32 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |   28 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |   42 +-
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |   44 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |   18 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |   44 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |   36 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |   44 +-
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |   18 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |   26 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |   24 +-
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |    6 +-
 .../VirtualBox/src/globals/UIShortcutPool.cpp      |    6 +-
 .../VirtualBox/src/net/UIUpdateManager.cpp         |    2 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |    8 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.h   |    2 +-
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |   36 +-
 .../VirtualBox/src/runtime/UIMachineLogic.h        |   15 +-
 .../VirtualBox/src/runtime/UIMachineMenuBar.cpp    |    2 +-
 .../VirtualBox/src/runtime/UIMouseHandler.cpp      |    9 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |   24 +-
 .../fullscreen/UIMachineLogicFullscreen.cpp        |    4 +
 .../src/runtime/normal/UIMachineLogicNormal.cpp    |    4 +
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |    4 +
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |    2 +-
 .../VirtualBox/src/widgets/UIProgressDialog.cpp    |   44 +-
 .../VirtualBox/src/widgets/UIProgressDialog.h      |    7 +-
 .../UIWizardExportAppPageExpert.cpp                |    4 +-
 src/VBox/GuestHost/HGSMI/HGSMICommon.cpp           |  208 +--
 src/VBox/GuestHost/OpenGL/error/error.py           |    0
 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py  |    0
 src/VBox/GuestHost/OpenGL/include/cr_glstate.h     |    1 +
 src/VBox/GuestHost/OpenGL/include/cr_version.h     |    3 +-
 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/debug_opcodes.py    |    0
 src/VBox/GuestHost/OpenGL/util/vboxhgcm.c          |   10 +-
 src/VBox/HostDrivers/Support/SUPLibInternal.h      |    6 +
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |   84 ++
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |    8 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |  185 ++-
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |  297 +++-
 .../Support/win/import-template-ntdll.h            |    1 +
 .../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c     |  225 +--
 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 -
 .../HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp     |   42 +-
 .../HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.cpp     |    2 -
 src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp |    4 +-
 .../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp     |   14 +-
 src/VBox/HostServices/GuestControl/gctrl.cpp       |    2 +-
 .../SharedOpenGL/crserverlib/server_dispatch.py    |    0
 .../crserverlib/server_dispatch_header.py          |    0
 .../SharedOpenGL/crserverlib/server_get.py         |    0
 .../SharedOpenGL/crserverlib/server_main.c         |  211 ++-
 .../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/renderspu_cocoa_helper.m   |  258 ++--
 .../HostServices/SharedOpenGL/unpacker/unpack.py   |    0
 .../SharedOpenGL/unpacker/unpack_extend.py         |    0
 .../SharedOpenGL/unpacker/unpack_header.py         |    0
 src/VBox/Installer/linux/vboxdrv-pardus.py         |    0
 src/VBox/Main/cbinding/VBoxCAPI.cpp                |   21 +
 src/VBox/Main/cbinding/tstCAPIGlue.c               |    5 +-
 src/VBox/Main/glue/vboxapi.py                      |    0
 src/VBox/Main/idl/VirtualBox.xidl                  |   10 +
 src/VBox/Main/include/NATNetworkServiceRunner.h    |   70 -
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |   90 +-
 src/VBox/Main/src-client/GuestProcessImpl.cpp      |    2 +-
 .../Main/src-helper-apps/VBoxExtPackHelperApp.cpp  |    2 +-
 src/VBox/Main/src-server/HostDnsService.cpp        |  172 ++-
 src/VBox/Main/src-server/HostDnsService.h          |   66 +-
 .../Main/src-server/HostDnsServiceResolvConf.cpp   |    4 +-
 src/VBox/Main/src-server/HostImpl.cpp              |    2 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |    2 +-
 src/VBox/Main/src-server/MediumImpl.cpp            |   16 +-
 .../Main/src-server/NATNetworkServiceRunner.cpp    |  149 --
 src/VBox/Main/src-server/SystemPropertiesImpl.cpp  |    4 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |    2 +
 .../src-server/darwin/HostDnsServiceDarwin.cpp     |    8 +-
 src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp |    2 +
 .../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 |   59 +-
 .../NetworkServices/DHCP/NetworkManagerDhcp.cpp    |    3 +-
 src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp      |   14 +-
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    |  138 +-
 src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp     |    2 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.cpp  |   34 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.h    |    8 +-
 .../NetLib/VBoxNetPortForwardString.cpp            |   17 +-
 src/VBox/RDP/{client => client-1.8.3}/COPYING      |    0
 src/VBox/RDP/{client => client-1.8.3}/Makefile.in  |   13 +-
 src/VBox/RDP/{client => client-1.8.3}/Makefile.kmk |   19 +-
 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 => client-1.8.3}/channels.c   |    6 +-
 src/VBox/RDP/{client => client-1.8.3}/cliprdr.c    |    2 +-
 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 => client-1.8.3}/configure    | 1409 +++++++++++++----
 src/VBox/RDP/{client => client-1.8.3}/configure.ac |  175 ++-
 src/VBox/RDP/{client => client-1.8.3}/constants.h  |  114 +-
 src/VBox/RDP/client-1.8.3/cssp.c                   |  918 +++++++++++
 src/VBox/RDP/client-1.8.3/ctrl.c                   |  528 +++++++
 src/VBox/RDP/{client => client-1.8.3}/disk.c       |   36 +-
 src/VBox/RDP/{client => client-1.8.3}/disk.h       |    0
 src/VBox/RDP/{client => client-1.8.3}/doc/AUTHORS  |    0
 .../RDP/{client => client-1.8.3}/doc/ChangeLog     |   77 +
 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
 .../RDP/{client => client-1.8.3}/doc/rdesktop.1    |   67 +-
 .../{client => client-1.8.3}/doc/redirection.txt   |    0
 src/VBox/RDP/{client => client-1.8.3}/ewmhints.c   |   38 +-
 src/VBox/RDP/{client => client-1.8.3}/install-sh   |    0
 src/VBox/RDP/{client => client-1.8.3}/iso.c        |  178 ++-
 src/VBox/RDP/{client => client-1.8.3}/keymaps/ar   |    0
 .../RDP/{client => client-1.8.3}/keymaps/common    |    0
 .../{client => client-1.8.3}/keymaps/convert-map   |    3 +-
 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 => client-1.8.3}/keymaps/it   |    6 +-
 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 => client-1.8.3}/keymaps/nl   |    2 +-
 .../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 => client-1.8.3}/licence.c    |  189 ++-
 src/VBox/RDP/{client => client-1.8.3}/lspci.c      |    0
 src/VBox/RDP/{client => client-1.8.3}/mcs.c        |   77 +-
 src/VBox/RDP/{client => client-1.8.3}/mppc.c       |    0
 src/VBox/RDP/{client => client-1.8.3}/orders.c     |    4 +-
 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 => client-1.8.3}/parse.h      |    3 +
 src/VBox/RDP/{client => client-1.8.3}/printer.c    |    2 +-
 .../RDP/{client => client-1.8.3}/printercache.c    |   29 +-
 src/VBox/RDP/{client => client-1.8.3}/proto.h      |   48 +-
 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 => client-1.8.3}/rdesktop.c   |  366 ++++-
 src/VBox/RDP/{client => client-1.8.3}/rdesktop.h   |    4 +
 .../RDP/{client => client-1.8.3}/rdesktop.spec     |    4 +-
 src/VBox/RDP/{client => client-1.8.3}/rdp.c        |  363 +++--
 src/VBox/RDP/{client => client-1.8.3}/rdp5.c       |    2 +-
 src/VBox/RDP/{client => client-1.8.3}/rdpdr.c      |  188 +--
 src/VBox/RDP/{client => client-1.8.3}/rdpsnd.c     |   22 +-
 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 => client-1.8.3}/rdpsnd_dsp.c |    2 +-
 src/VBox/RDP/{client => client-1.8.3}/rdpsnd_dsp.h |    0
 .../RDP/{client => client-1.8.3}/rdpsnd_libao.c    |    4 +-
 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 => client-1.8.3}/scard.c      |  421 ++++--
 src/VBox/RDP/{client => client-1.8.3}/scard.h      |    6 +-
 src/VBox/RDP/{client => client-1.8.3}/seamless.c   |   47 +-
 src/VBox/RDP/{client => client-1.8.3}/seamless.h   |    2 +-
 src/VBox/RDP/{client => client-1.8.3}/secure.c     |  330 ++--
 src/VBox/RDP/{client => client-1.8.3}/serial.c     |   16 +-
 src/VBox/RDP/{client => client-1.8.3}/ssl.c        |   53 +-
 src/VBox/RDP/{client => client-1.8.3}/ssl.h        |   58 +-
 src/VBox/RDP/{client => client-1.8.3}/tcp.c        |  285 +++-
 src/VBox/RDP/{client => client-1.8.3}/types.h      |   20 +
 src/VBox/RDP/client-1.8.3/utils.c                  |  233 +++
 .../RDP/{client => client-1.8.3}/vrdp/rdpusb.c     |    0
 .../RDP/{client => client-1.8.3}/vrdp/vrdpusb.h    |    0
 src/VBox/RDP/{client => client-1.8.3}/xclip.c      |    4 +-
 src/VBox/RDP/{client => client-1.8.3}/xkeymap.c    |  145 +-
 src/VBox/RDP/{client => client-1.8.3}/xproto.h     |    1 +
 src/VBox/RDP/{client => client-1.8.3}/xwin.c       |   98 +-
 src/VBox/RDP/client/keymaps/cs                     |   87 --
 src/VBox/Runtime/VBox/VBoxRTDeps.cpp               |    1 +
 .../Runtime/common/ldr/ldrELFRelocatable.cpp.h     |    3 +-
 src/VBox/Runtime/common/misc/getoptargv.cpp        |  173 ++-
 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h    |    7 +
 .../r0drv/linux/threadctxhooks-r0drv-linux.c       |   35 +-
 src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp    |    2 +-
 src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp         |    6 +-
 src/VBox/Runtime/r3/linux/fileaio-linux.cpp        |    9 +-
 .../Runtime/r3/posix/process-creation-posix.cpp    |    2 +-
 src/VBox/Runtime/r3/win/ntdll-mini-implib.def      |    3 +-
 src/VBox/Runtime/r3/win/process-win.cpp            |    8 +-
 src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp      |  502 +++++-
 src/VBox/VMM/VMMR0/HMR0.cpp                        |   13 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |   15 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |    2 +
 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                         |    4 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |    5 +
 src/VBox/VMM/include/HMInternal.h                  |    3 +
 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 +-
 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                        |    2 +-
 622 files changed, 12231 insertions(+), 6829 deletions(-)
 delete mode 100644 debian/patches/37-diff_smap_4.patch
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/DD_glc.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/DD_glh.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/NULLfuncs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/cr_gl.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/entrypoints.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback_funcs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/feedback/feedbackspu_proto.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/getprocaddress.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/pack.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_flush.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_get.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/pack/packspu_proto.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/passthrough/passthrough.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/stub_common.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/tsfuncs.py
 mode change 100755 => 100644 src/VBox/Additions/common/crOpenGL/windows_getprocaddress.py
 delete mode 100644 src/VBox/Additions/x11/vboxvideo/edid.c
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyEfiCompressor/setup.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/setup.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/AutoGen.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/BuildEngine.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/GenC.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/GenDepex.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/GenMake.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/StrGather.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/UniClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/BPDG.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/GenVpd.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/StringTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Database.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/DecClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Dictionary.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/DscClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/EdkIIWorkspace.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/EdkIIWorkspaceBuild.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/EdkLogger.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Expression.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/FdfClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/InfClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/MigrationUtilities.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Misc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/Parsing.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/String.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/TargetTxtClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ToolDefClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/ModuleClass.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/PackageClass.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/PlatformClass.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/CLexer.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/CParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Check.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/CodeFragmentCollector.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Configuration.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Database.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Ecc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Exception.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/FileProfile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaDataParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaDataTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/MetaFileTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/Xml/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/c.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/CLexer.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/CParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/CodeFragmentCollector.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/Database.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/Eot.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/EotGlobalData.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/FileProfile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/FvImage.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/InfParserLite.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/Parser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/c.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/AprioriSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Capsule.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/CapsuleData.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ComponentStatement.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/CompressSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/DataSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/DepexSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/EfiSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Fd.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/FdfParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Ffs.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/FfsFileStatement.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/FfsInfStatement.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Fv.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/FvImageSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/GenFds.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/GuidSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/OptRomFileStatement.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/OptRomInfStatement.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/OptionRom.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Region.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Rule.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/RuleComplexFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/RuleSimpleFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Section.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/UiSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/VerSection.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/Vtf.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenPatchPcdTable/GenPatchPcdTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/PatchPcdValue/PatchPcdValue.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableDataModel.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableDec.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableDsc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableEotReport.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableFdf.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableFunction.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableIdentifier.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableInf.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TablePcd.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableQuery.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Table/TableReport.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/TargetTool.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Trim/Trim.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/BuildVersion.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/DependencyRules.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/DistributionPackageClass.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/IpiDb.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/PackageFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/GenDecFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/GenInfFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/GenMetaFileMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/GenXmlFile.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/InstallPkg.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/CommentGenerating.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/CommentParsing.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/DataType.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ExpressionValidate.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/GlobalData.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Misc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ParserValidate.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Parsing.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/String.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Xml/XmlRoutines.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/Xml/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/Log.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/StringTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/MkPkg.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/CommonObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/ModuleObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/PackageObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/DecObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfBinaryObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfBuildOptionObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfDefineCommonObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfDefineObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfDepexObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfGuidObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfLibraryClassesObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfPackagesObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfPcdObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfPpiObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfProtocolObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfSoucesObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/InfUserExtensionObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/DecParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/DecParserMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfAsBuiltProcess.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfBinarySectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfBuildOptionSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfDefineSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfDepexSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfGuidPpiProtocolSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfLibrarySectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfPackageSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfParserMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfPcdSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/InfSourceSectionParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/DecPomAlignment.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignment.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/InfPomAlignmentMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/RmPkg.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UPT.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/CommentGeneratingUnitTest.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/CommentParsingUnitTest.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/DecParserTest.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/DecParserUnitTest.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/InfBinarySectionTest.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/CommonXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/GuidProtocolPpiXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/IniToXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/ModuleSurfaceAreaXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/PackageSurfaceAreaXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/PcdXml.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/XmlParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/XmlParserMisc.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/__init__.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/BuildClassObject.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/MetaDataTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/MetaFileParser.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/MetaFileTable.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/BuildReport.py
 mode change 100755 => 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/build.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/error/error.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/pack_current.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/pack_currentheader.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/pack_header.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/packer.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/dispatchheader.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/convert.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/dump_gen.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_current.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_defs.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_funcs.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_get.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/state_tracker/state_isenabled.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch_header.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_simpleget.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_extend.py
 mode change 100755 => 100644 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_header.py
 mode change 100755 => 100644 src/VBox/Installer/linux/vboxdrv-pardus.py
 mode change 100755 => 100644 src/VBox/Main/glue/vboxapi.py
 delete mode 100644 src/VBox/Main/include/NATNetworkServiceRunner.h
 delete mode 100644 src/VBox/Main/src-server/NATNetworkServiceRunner.cpp
 rename src/VBox/RDP/{client => client-1.8.3}/COPYING (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/Makefile.in (69%)
 rename src/VBox/RDP/{client => client-1.8.3}/Makefile.kmk (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/README (100%)
 create mode 100644 src/VBox/RDP/client-1.8.3/asn.c
 rename src/VBox/RDP/{client => client-1.8.3}/bitmap.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/bootstrap (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/cache.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/channels.c (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/cliprdr.c (98%)
 rename src/VBox/RDP/{client => client-1.8.3}/config.guess (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/config.sub (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/configure (88%)
 rename src/VBox/RDP/{client => client-1.8.3}/configure.ac (88%)
 rename src/VBox/RDP/{client => client-1.8.3}/constants.h (79%)
 create mode 100644 src/VBox/RDP/client-1.8.3/cssp.c
 create mode 100644 src/VBox/RDP/client-1.8.3/ctrl.c
 rename src/VBox/RDP/{client => client-1.8.3}/disk.c (98%)
 rename src/VBox/RDP/{client => client-1.8.3}/disk.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/AUTHORS (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/ChangeLog (58%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/HACKING (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/TODO (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/ipv6.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/keymap-names.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/keymapping.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/licensing.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/patches.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/rdesktop.1 (80%)
 rename src/VBox/RDP/{client => client-1.8.3}/doc/redirection.txt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/ewmhints.c (95%)
 rename src/VBox/RDP/{client => client-1.8.3}/install-sh (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/iso.c (51%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/ar (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/common (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/convert-map (96%)
 create mode 100644 src/VBox/RDP/client-1.8.3/keymaps/cs
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/da (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/de (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/de-ch (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/en-dv (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/en-gb (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/en-us (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/es (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/et (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fi (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fo (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fr (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fr-be (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fr-ca (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/fr-ch (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/he (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/hr (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/hu (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/is (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/it (95%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/ja (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/ko (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/lt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/lv (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/mk (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/modifiers (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/nl (98%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/nl-be (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/no (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/pl (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/pt (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/pt-br (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/ru (100%)
 create mode 100644 src/VBox/RDP/client-1.8.3/keymaps/sk
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/sl (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/sv (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/th (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/keymaps/tr (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/licence.c (57%)
 rename src/VBox/RDP/{client => client-1.8.3}/lspci.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/mcs.c (88%)
 rename src/VBox/RDP/{client => client-1.8.3}/mppc.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/orders.c (99%)
 rename src/VBox/RDP/{client => client-1.8.3}/orders.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/parallel.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/parse.h (96%)
 rename src/VBox/RDP/{client => client-1.8.3}/printer.c (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/printercache.c (90%)
 rename src/VBox/RDP/{client => client-1.8.3}/proto.h (88%)
 rename src/VBox/RDP/{client => client-1.8.3}/proto.head (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/proto.tail (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/pstcache.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdesktop.c (79%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdesktop.h (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdesktop.spec (92%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdp.c (82%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdp5.c (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpdr.c (89%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd.c (98%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_alsa.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_dsp.c (99%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_dsp.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_libao.c (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_oss.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_sgi.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/rdpsnd_sun.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/scancodes.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/scard.c (86%)
 rename src/VBox/RDP/{client => client-1.8.3}/scard.h (97%)
 rename src/VBox/RDP/{client => client-1.8.3}/seamless.c (91%)
 rename src/VBox/RDP/{client => client-1.8.3}/seamless.h (91%)
 rename src/VBox/RDP/{client => client-1.8.3}/secure.c (73%)
 rename src/VBox/RDP/{client => client-1.8.3}/serial.c (98%)
 rename src/VBox/RDP/{client => client-1.8.3}/ssl.c (77%)
 rename src/VBox/RDP/{client => client-1.8.3}/ssl.h (52%)
 rename src/VBox/RDP/{client => client-1.8.3}/tcp.c (61%)
 rename src/VBox/RDP/{client => client-1.8.3}/types.h (93%)
 create mode 100644 src/VBox/RDP/client-1.8.3/utils.c
 rename src/VBox/RDP/{client => client-1.8.3}/vrdp/rdpusb.c (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/vrdp/vrdpusb.h (100%)
 rename src/VBox/RDP/{client => client-1.8.3}/xclip.c (99%)
 rename src/VBox/RDP/{client => client-1.8.3}/xkeymap.c (89%)
 rename src/VBox/RDP/{client => client-1.8.3}/xproto.h (95%)
 rename src/VBox/RDP/{client => client-1.8.3}/xwin.c (98%)
 delete mode 100644 src/VBox/RDP/client/keymaps/cs
 mode change 100644 => 100755 src/libs/xpcom18a4/nsprpub/Makefile.in
 mode change 100644 => 100755 src/libs/xpcom18a4/nsprpub/config/config.mk
 mode change 100644 => 100755 src/libs/xpcom18a4/nsprpub/config/rules.mk
 mode change 100755 => 100644 src/libs/xpcom18a4/python/client/__init__.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/file.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/primitives.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/__init__.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/enumerator.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/factory.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/loader.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/module.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/server/policy.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/pyxpcom_test_tools.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_com_exceptions.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_comfile.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_component/py_test_component.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_components.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_isupports_primitives.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_misc.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_streams.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_test_component.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/test/test_weakreferences.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/tools/regxpcom.py
 mode change 100755 => 100644 src/libs/xpcom18a4/python/xpt.py

-- 
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