[Pkg-virtualbox-commits] [virtualbox] branch wheezy updated (d3f89d6 -> 9d80864)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Aug 28 15:10:06 UTC 2015


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

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

      from  d3f89d6   Refresh patch
       new  e7f4833   Initial upstream branch.
       new  eb14903   Imported Upstream version 4.1.40-dfsg
       new  c87f48c   Merge tag 'upstream/4.1.40-dfsg' into wheezy
       new  9d80864   Prepare wheezy

The 4 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                                         |   754 +-
 Makefile.kmk                                       |   432 +-
 configure                                          |    10 +-
 configure.vbs                                      |    20 +-
 debian/changelog                                   |     7 +
 debian/patches/01-build-arch.patch                 |     2 +-
 debian/patches/04-vboxdrv-references.patch         |    13 +-
 debian/patches/06-xsession.patch                   |     2 +-
 debian/patches/07-vboxnetflt-reference.patch       |     2 +-
 debian/patches/13-module-mismatch.patch            |     2 +-
 debian/patches/16-no-update.patch                  |    48 +-
 debian/patches/18-system-xorg.patch                |   109 +-
 debian/patches/23-remove-invalid-chars-check.patch |     2 +-
 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        |    14 +-
 debian/patches/30-usb-warning-filters.patch        |     2 +-
 .../patches/32-disable-guest-version-check.patch   |     2 +-
 debian/patches/36-fix-ftbfs-xserver-112.patch      |     6 +-
 debian/patches/37-wheezy-kernel-drm.patch          |    35 +-
 debian/patches/38-find-xorg.patch                  |    14 +
 debian/patches/38-security-fixes-2014-01.patch     |   471 -
 debian/patches/CVE-2013-0420.patch                 |    15 -
 debian/patches/CVE-2014-0981.patch                 |    53 -
 debian/patches/CVE-2014-0983.patch                 |    62 -
 debian/patches/CVE-2015-0377.patch                 |    20 -
 debian/patches/CVE-2015-0418.patch                 |    32 -
 debian/patches/CVE-2015-3456.patch                 |    74 -
 debian/patches/cve-2012-3221.patch                 |    18 -
 debian/patches/series                              |     9 +-
 doc/manual/en_US/user_BasicConcepts.xml            |     3 +
 doc/manual/en_US/user_GuestAdditions.xml           |    11 +-
 doc/manual/en_US/user_KnownIssues.xml              |     6 +
 doc/manual/en_US/user_Networking.xml               |    12 +
 doc/manual/en_US/user_Security.xml                 |    28 +-
 doc/manual/en_US/user_Storage.xml                  |     2 +-
 doc/manual/en_US/user_ThirdParty.xml               |   110 +
 doc/manual/en_US/user_VBoxManage.xml               |     2 +-
 doc/manual/user_ChangeLogImpl.xml                  |   695 +-
 include/Makefile.kmk                               |     1 +
 include/VBox/VBoxGuest.h                           |     4 +
 include/VBox/VMMDev.h                              |     4 +
 include/VBox/apic.h                                |    12 +
 include/VBox/apic.mac                              |     2 +
 include/VBox/com/EventQueue.h                      |   113 +-
 .../VBox/com/{EventQueue.h => NativeEventQueue.h}  |    24 +-
 include/VBox/dbus-calls.h                          |    12 +-
 include/VBox/dbus.h                                |    14 +-
 include/VBox/err.h                                 |   262 +-
 include/VBox/err.mac                               |   106 +-
 include/VBox/intnet.h                              |    58 +-
 include/VBox/intnetinline.h                        |    61 +-
 include/VBox/shflsvc.h                             |    50 +-
 include/VBox/sup.h                                 |    89 +-
 include/VBox/vd.h                                  |     9 +-
 include/VBox/vmm/cpum.h                            |     3 +-
 include/VBox/vmm/hwacc_vmx.h                       |     6 +
 include/VBox/vmm/pdmdev.h                          |     3 +
 include/VBox/vmm/pgm.h                             |     5 +-
 include/VBox/vmm/vmm.h                             |     2 +
 include/iprt/asm-amd64-x86.h                       |    88 +-
 include/iprt/asm-math.h                            |    81 +-
 include/iprt/asm.h                                 |   119 +
 include/iprt/asmdefs.mac                           |   115 +-
 .../iprt/asn1-generator-asn1-decoder.h             |    29 +-
 .../iprt/asn1-generator-core.h                     |    37 +-
 .../iprt/asn1-generator-init.h                     |    35 +-
 .../iprt/asn1-generator-internal-header.h          |    28 +-
 include/iprt/asn1-generator-pass.h                 |  1412 +
 .../iprt/asn1-generator-sanity.h                   |    28 +-
 include/iprt/asn1.h                                |  2055 +
 include/iprt/base64.h                              |    50 +-
 include/iprt/bignum.h                              |   185 +
 include/iprt/cdefs.h                               |    48 +-
 include/iprt/cpp/xml.h                             |     1 +
 include/iprt/critsect.h                            |    12 +-
 .../en_US => include/iprt/crypto}/Makefile.kup     |     0
 include/iprt/crypto/digest.h                       |   189 +
 include/iprt/crypto/pem.h                          |   133 +
 include/iprt/crypto/pkcs7.h                        |   521 +
 include/iprt/crypto/pkix.h                         |   391 +
 include/iprt/crypto/rsa.h                          |   148 +
 include/iprt/crypto/spc.h                          |   490 +
 include/iprt/crypto/store.h                        |   132 +
 include/iprt/crypto/taf.h                          |   189 +
 include/iprt/crypto/tsp.h                          |   136 +
 include/iprt/crypto/x509.h                         |  1069 +
 include/iprt/ctype.h                               |     4 +-
 include/iprt/dbg.h                                 |     3 +-
 include/iprt/env.h                                 |    10 +-
 include/iprt/err.h                                 |   543 +-
 include/iprt/err.mac                               |   213 +
 .../en_US => include/iprt/formats}/Makefile.kup    |     0
 include/iprt/formats/asn1.h                        |    94 +
 include/iprt/formats/codeview.h                    |    82 +
 include/iprt/formats/hfs.h                         |   677 +
 include/iprt/formats/mach-o.h                      |   626 +
 .../SUPDrvA-win.asm => include/iprt/formats/mz.mac |    46 +-
 include/iprt/formats/pe.mac                        |   722 +
 include/iprt/formats/xar.h                         |    68 +
 include/iprt/ldr.h                                 |   499 +-
 include/iprt/list.h                                |    55 +
 include/iprt/log.h                                 |    10 +
 include/iprt/mangling.h                            |  1035 +-
 include/iprt/{md5.h => md2.h}                      |    88 +-
 include/iprt/md5.h                                 |    19 +-
 include/iprt/mem.h                                 |    17 -
 include/iprt/memsafer.h                            |   226 +
 {doc/manual/en_US => include/iprt/nt}/Makefile.kup |     0
 include/iprt/nt/nt-and-windows.h                   |    78 +
 include/iprt/nt/nt.h                               |  2734 +
 include/iprt/once.h                                |    78 +-
 include/iprt/path.h                                |    26 +
 include/iprt/process.h                             |     9 +
 include/iprt/runtime-loader.h                      |     6 +-
 include/iprt/sha.h                                 |   185 +-
 include/iprt/stream.h                              |     9 +
 include/iprt/string.h                              |   327 +-
 include/iprt/thread.h                              |     6 +
 include/iprt/time.h                                |    17 +
 include/iprt/types.h                               |   360 +-
 include/iprt/uint128.h                             |   722 +-
 include/iprt/uni.h                                 |    83 +-
 include/iprt/x86.h                                 |    17 +-
 include/iprt/x86.mac                               |    12 +-
 .../testcase/SUPInstall.cpp => include/iprt/zero.h |    53 +-
 src/VBox/Additions/Makefile.kmk                    |     8 +-
 src/VBox/Additions/common/VBoxControl/Makefile.kmk |     2 +
 .../Additions/common/VBoxControl/VBoxControl.cpp   |   287 +-
 src/VBox/Additions/common/VBoxGuest/Makefile.kmk   |     3 +-
 .../Additions/common/VBoxGuest/VBoxGuest-linux.c   |    13 +-
 .../Additions/common/VBoxGuest/VBoxGuest-win.cpp   |   212 +-
 src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp  |    56 +-
 .../Additions/common/VBoxGuest/VBoxGuestInternal.h |     3 -
 .../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp    |    15 +-
 src/VBox/Additions/common/VBoxService/Makefile.kmk |     9 +
 .../common/VBoxService/VBoxService-win.cpp         |    31 +-
 .../common/VBoxService/VBoxServiceAutoMount.cpp    |     4 +-
 .../common/VBoxService/VBoxServiceCpuHotPlug.cpp   |    52 +-
 .../common/VBoxService/VBoxServicePageSharing.cpp  |    22 +-
 .../common/VBoxService/VBoxServicePropCache.cpp    |    64 +-
 .../common/VBoxService/VBoxServiceStats.cpp        |    54 +-
 .../common/VBoxService/VBoxServiceUtils.cpp        |    75 +-
 .../common/VBoxService/VBoxServiceUtils.h          |     3 +-
 .../common/VBoxService/VBoxServiceVMInfo-win.cpp   |   319 +-
 .../common/VBoxService/VBoxServiceVMInfo.cpp       |   586 +-
 src/VBox/Additions/common/crOpenGL/DD_glc.py       |     0
 src/VBox/Additions/common/crOpenGL/DD_glh.py       |     0
 src/VBox/Additions/common/crOpenGL/Makefile.kmk    |     4 +-
 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
 src/VBox/Additions/common/crOpenGL/fakedri_drv.c   |    15 +-
 .../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/load.c          |    22 +-
 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/linux/Makefile.kmk              |    21 +-
 src/VBox/Additions/linux/drm/vboxvideo_drm.c       |    52 +-
 .../Additions/linux/installer/vboxadd-service.sh   |     6 +-
 src/VBox/Additions/linux/installer/vboxadd-x11.sh  |    35 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |     4 +-
 src/VBox/Additions/linux/sharedfolders/dirops.c    |    48 +-
 src/VBox/Additions/linux/sharedfolders/utils.c     |    27 +-
 src/VBox/Additions/linux/sharedfolders/vfsmod.c    |    37 +-
 .../Additions/solaris/SharedFolders/Makefile.kmk   |     6 +-
 .../Additions/solaris/SharedFolders/vboxfs_vnode.c |     8 +
 src/VBox/Additions/x11/VBoxClient/main.cpp         |     2 +
 src/VBox/Additions/x11/VBoxClient/seamless.cpp     |     6 -
 src/VBox/Additions/x11/vboxmouse/Makefile.kmk      |    64 +-
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |   232 +-
 src/VBox/Additions/x11/vboxvideo/edid.c            |     1 -
 src/VBox/Additions/x11/vboxvideo/pointer.c         |     5 +
 src/VBox/Additions/x11/vboxvideo/setmode.c         |    35 +-
 src/VBox/Additions/x11/vboxvideo/undefined         |     2 +
 src/VBox/Additions/x11/vboxvideo/vboxutils.c       |     5 +
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |   373 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.h       |    49 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c   |     8 +-
 src/VBox/Additions/x11/vboxvideo/vbva.c            |     5 +-
 src/VBox/Debugger/DBGCCmdHlp.cpp                   |     2 +-
 src/VBox/Debugger/VBoxDbgStatsQt4.cpp              |    35 +-
 src/VBox/Devices/Audio/alsa_mangling.h             |    55 +
 src/VBox/Devices/Audio/alsa_stubs.c                |     3 +-
 src/VBox/Devices/Audio/alsaaudio.c                 |     8 +-
 src/VBox/Devices/Audio/pulse_mangling.h            |    69 +
 src/VBox/Devices/Audio/pulse_stubs.c               |     6 +-
 src/VBox/Devices/Audio/pulseaudio.c                |     3 +-
 src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.cmd     |    20 +-
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd      |   Bin 2031616 -> 2031616 bytes
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd      |   Bin 2031616 -> 2031616 bytes
 src/VBox/Devices/Graphics/BIOS/Makefile.kmk        |     2 +-
 src/VBox/Devices/Graphics/BIOS/vgabios.c           |     7 +
 src/VBox/Devices/Graphics/DevVGA.cpp               |     8 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |    75 +-
 src/VBox/Devices/Input/UsbMouse.cpp                |   165 +-
 src/VBox/Devices/Makefile.kmk                      |    14 +-
 src/VBox/Devices/Network/DevVirtioNet.cpp          |    88 +-
 src/VBox/Devices/Network/DrvIntNet.cpp             |    18 +-
 src/VBox/Devices/Network/DrvNAT.cpp                |    22 +
 src/VBox/Devices/Network/SrvIntNetR0.cpp           |   311 +-
 .../Devices/Network/slirp/bsd/amd64/in_cksum.c     |     2 +-
 src/VBox/Devices/Network/slirp/bsd/i386/in_cksum.c |     2 +-
 src/VBox/Devices/Network/slirp/ip_icmp.c           |    72 +-
 src/VBox/Devices/Network/slirp/libalias/alias_db.c |     9 +-
 src/VBox/Devices/Network/slirp/misc.c              |     4 +-
 src/VBox/Devices/Network/slirp/slirp.c             |    33 +-
 src/VBox/Devices/Network/slirp/slirp_state.h       |     7 +-
 src/VBox/Devices/Network/slirp/socket.c            |     2 +-
 src/VBox/Devices/Network/testcase/tstIntNet-1.cpp  |    26 +-
 src/VBox/Devices/PC/BIOS/rombios.c                 |    28 +-
 src/VBox/Devices/PC/DevAPIC.cpp                    |     8 +-
 src/VBox/Devices/PC/DevHPET.cpp                    |   169 +-
 src/VBox/Devices/PC/DevRTC.cpp                     |    19 +-
 src/VBox/Devices/PC/DevSMC.cpp                     |     9 +-
 src/VBox/Devices/PC/Etherboot-src/Makefile.kmk     |     4 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |    34 +-
 src/VBox/Devices/Storage/DevATA.cpp                |    11 +-
 src/VBox/Devices/Storage/DevBusLogic.cpp           |     7 +-
 src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp       |     9 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |    12 +-
 src/VBox/Devices/Storage/fdc.c                     |    27 +-
 .../Devices/USB/darwin/USBProxyDevice-darwin.cpp   |     4 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |    25 +
 src/VBox/Devices/VMMDev/VMMDevHGCM.cpp             |   221 +-
 src/VBox/Disassembler/DisasmCore.cpp               |    65 +-
 src/VBox/Disassembler/DisasmInternal.h             |     7 +-
 src/VBox/Disassembler/DisasmTables.cpp             |     4 +-
 src/VBox/Disassembler/Makefile.kmk                 |     4 +
 src/VBox/Frontends/Common/VBoxKeyboard/xkbtoscan.h |     8 +
 .../Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.cpp  |    11 +-
 src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp |     7 +-
 src/VBox/Frontends/VBoxHeadless/Makefile.kmk       |     8 +
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp   |   180 +-
 src/VBox/Frontends/VBoxManage/VBoxManage.cpp       |    10 +-
 .../Frontends/VBoxManage/VBoxManageControlVM.cpp   |     6 +
 src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp   |     5 +-
 .../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp   |     7 +-
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |     2 +
 .../Frontends/VBoxManage/VBoxManageSnapshot.cpp    |     9 +-
 src/VBox/Frontends/VBoxSDL/Makefile.kmk            |     1 +
 src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp             |    14 +-
 src/VBox/Frontends/VBoxShell/vboxinfo.vbs          |    20 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |    22 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ar.ts |    21 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |    16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |    17 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |    17 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |  1277 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |    16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |    14 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts |    23 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts |    10 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |    20 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |    21 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |    23 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |    16 +-
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |    23 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |    15 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |  2641 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |    16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |   559 +-
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |    21 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |    15 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |     4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |    20 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |    25 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |    21 +-
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |    16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |    25 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |    17 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |    23 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |    17 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |    16 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |    21 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |    17 +-
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |    21 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |    15 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |    15 +-
 src/VBox/Frontends/VirtualBox/nls/qt_id.ts         |  2458 +-
 src/VBox/Frontends/VirtualBox/nls/qt_nl.ts         |     6 +-
 .../VirtualBox/src/extensions/QILineEdit.cpp       |    25 +-
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |    15 +
 src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp |     2 +-
 src/VBox/Frontends/VirtualBox/src/main.cpp         |    62 +-
 .../VirtualBox/src/platform/win/VirtualBox.rc      |    16 +-
 .../win/{VirtualBox.rc => VirtualBoxHardened.rc}   |    10 +-
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |    34 +-
 .../src/settings/global/UIGlobalSettingsProxy.cpp  |    35 +-
 .../src/settings/global/UIGlobalSettingsProxy.h    |    13 +-
 src/VBox/GuestHost/OpenGL/Makefile.kmk             |    26 +-
 src/VBox/GuestHost/OpenGL/error/error.py           |     0
 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py  |     0
 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   |     4 -
 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
 .../OpenGL/state_tracker/state_current.py          |     0
 .../GuestHost/OpenGL/state_tracker/state_defs.py   |     0
 .../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/dll.c               |    50 +-
 src/VBox/GuestHost/OpenGL/util/net.c               |    16 +-
 src/VBox/HostDrivers/Support/Makefile.kmk          |   354 +-
 src/VBox/HostDrivers/Support/SUPDrv.c              |   891 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |    21 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |   141 +-
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    92 +-
 src/VBox/HostDrivers/Support/SUPLibInternal.h      |   146 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |  1175 +-
 ...UPInstall.cpp => SUPR3HardenedMainTemplate.cpp} |    25 +-
 .../HostDrivers/Support/SUPR3HardenedNoCrt.cpp     |   178 +
 .../HostDrivers/Support/SUPR3HardenedVerify.cpp    |   509 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |   106 +-
 .../HostDrivers/Support/darwin/SUPLib-darwin.cpp   |     4 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    34 +-
 .../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp |     4 +-
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |    78 +-
 .../HostDrivers/Support/linux/SUPLib-linux.cpp     |     4 +-
 src/VBox/HostDrivers/Support/linux/dkms.conf       |     6 -
 src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp    |    45 +-
 src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp    |     4 +-
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |    42 +-
 .../HostDrivers/Support/solaris/SUPLib-solaris.cpp |     4 +-
 src/VBox/HostDrivers/Support/testcase/Makefile.kmk |    10 +-
 .../HostDrivers/Support/testcase/SUPInstall.cpp    |    15 +-
 .../Support/testcase/tstNtQueryStuff.cpp           |   430 +
 .../Support/win/Certificates}/Makefile.kup         |     0
 ...cationRoot-729404101f3e0ca347837fca175a8438.taf |   Bin 0 -> 708 bytes
 ...oot-MicrosoftAuthenticodeTmRootAuthority-01.taf |   Bin 0 -> 400 bytes
 ...hority2014-078f0a9d03df119e434e4fec1bf0235a.taf |   Bin 0 -> 730 bytes
 ...hority2005-6eff330eb6e7569740680870104baaba.taf |   Bin 0 -> 629 bytes
 ...ootAuthority-00c1008b3c3c8811d13ef663ecdf40.taf |   Bin 0 -> 432 bytes
 ...eAuthority-79ad16a14aa0a5ad4c7358f407132e65.taf |   Bin 0 -> 675 bytes
 ...hority2010-28cc3a25bfba44ac449a9b586b4339aa.taf |   Bin 0 -> 718 bytes
 ...hority2011-3f8bc8b5fc9fb29643b569d66c42e144.taf |   Bin 0 -> 718 bytes
 .../Timestamp-CopyrightC1997MicrosoftCorp-01.taf   |   Bin 0 -> 332 bytes
 ...VirtualBox-51ca009816fdbd80f120e015ee75823e.cer |   Bin 0 -> 1419 bytes
 ...VirtualBox-51ca009816fdbd80f120e015ee75823e.taf |   Bin 0 -> 508 bytes
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |  3657 +-
 src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm   |    79 +-
 .../Support/win/SUPHardenedVerify-win.h            |   279 +
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |  2767 +
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |  2590 +
 src/VBox/HostDrivers/Support/win/SUPLib-win.cpp    |   494 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |  5626 ++
 .../Support/win/SUPR3HardenedMainA-win.asm         |   213 +
 .../Support/win/SUPR3HardenedMainImports-win.cpp   |   811 +
 .../Support/win/SUPR3HardenedNoCrt-win.cpp         |   477 +
 src/VBox/HostDrivers/Support/win/VBoxDrv.inf       |    38 +-
 .../HostDrivers/Support/win/VBoxSupLib-win.cpp     |    96 +
 .../Support/win/import-template-kernel32.h         |    21 +
 .../Support/win/import-template-ntdll.h            |    97 +
 src/VBox/HostDrivers/Support/win/winstub.com       |   Bin 0 -> 128 bytes
 .../VBoxNetAdp/linux/VBoxNetAdp-linux.c            |     3 +
 src/VBox/HostDrivers/VBoxNetAdp/linux/dkms.conf    |     7 -
 src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk       |     7 +-
 .../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h    |     8 +-
 .../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp        |   317 +-
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |   335 +-
 src/VBox/HostDrivers/VBoxNetFlt/linux/dkms.conf    |     7 -
 .../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp  |    22 +-
 .../VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h         |     9 +
 .../VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp        |   209 +
 src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h     |     2 +-
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c |     8 +
 src/VBox/HostDrivers/VBoxPci/linux/dkms.conf       |     7 -
 src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h  |     9 +-
 src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp |     2 +-
 .../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp     |   201 +-
 src/VBox/HostDrivers/linux/export_modules          |     4 -
 src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp        |    19 +-
 src/VBox/HostServices/GuestProperties/service.cpp  |   202 +-
 src/VBox/HostServices/SharedFolders/mappings.cpp   |    11 +-
 src/VBox/HostServices/SharedFolders/service.cpp    |    57 +-
 src/VBox/HostServices/SharedFolders/vbsf.cpp       |   760 +-
 .../SharedOpenGL/crserverlib/server_dispatch.py    |    11 +-
 .../crserverlib/server_dispatch_header.py          |     0
 .../SharedOpenGL/crserverlib/server_get.py         |     0
 .../SharedOpenGL/crserverlib/server_retval.py      |     0
 .../SharedOpenGL/crserverlib/server_simpleget.py   |     9 +-
 .../HostServices/SharedOpenGL/unpacker/unpack.py   |     0
 .../SharedOpenGL/unpacker/unpack_extend.py         |     0
 .../SharedOpenGL/unpacker/unpack_header.py         |     0
 src/VBox/Installer/common/vboxapisetup.py          |     0
 src/VBox/Installer/darwin/DiskImage/DS_Store       |   Bin 12292 -> 12292 bytes
 .../darwin/DiskImage/VirtualBox_Uninstall.tool     |     2 +-
 src/VBox/Installer/darwin/Makefile.kmk             |   464 +-
 .../Installer/darwin/VBoxKEXTs/Description.plist   |    11 -
 .../English.lproj/InstallationCheck.strings        |     1 -
 src/VBox/Installer/darwin/VBoxKEXTs/Info.plist     |    24 -
 .../Installer/darwin/VBoxKEXTs/InstallationCheck   |    21 -
 .../darwin/VBoxKEXTs/PkgBuildComponent.plist       |    36 +
 src/VBox/Installer/darwin/VBoxKEXTs/ReadMe.html    |     6 -
 .../darwin/VBoxStartupItems/Description.plist      |    10 -
 .../Installer/darwin/VBoxStartupItems/Info.plist   |    23 -
 .../Installer/darwin/VirtualBox/Description.plist  |    10 -
 src/VBox/Installer/darwin/VirtualBox/Info.plist    |    23 -
 .../darwin/VirtualBox/PkgBuildComponent.plist      |    17 +
 src/VBox/Installer/darwin/VirtualBox/postflight    |    29 +-
 src/VBox/Installer/darwin/VirtualBox/preflight     |    31 +
 .../darwin/VirtualBoxCLI/Description.plist         |    10 -
 src/VBox/Installer/darwin/VirtualBoxCLI/Info.plist |    23 -
 .../darwin/VirtualBox_mpkg/Conclusion.rtf          |     9 +
 .../darwin/VirtualBox_mpkg/Description.plist       |    11 -
 .../Installer/darwin/VirtualBox_mpkg/Info.plist    |    33 -
 .../Installer/darwin/VirtualBox_mpkg/Welcome.rtf   |    13 +
 .../darwin/VirtualBox_mpkg/checkforrunningvms      |    26 -
 .../darwin/VirtualBox_mpkg/distribution.dist       |    71 +-
 src/VBox/Installer/linux/Makefile.kmk              |    16 +-
 src/VBox/Installer/linux/distributions_deb         |     2 +
 src/VBox/Installer/linux/distributions_rpm         |     7 +-
 src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec  |    14 +-
 src/VBox/Installer/linux/rpm/rules                 |    29 +-
 src/VBox/Installer/linux/run-inst.sh               |     3 +
 .../Installer/linux/vboxballoonctrl-service.sh.in  |    10 +-
 src/VBox/Installer/linux/vboxdrv-pardus.py         |     0
 src/VBox/Installer/linux/vboxweb-service.sh.in     |     6 +-
 src/VBox/Installer/solaris/Makefile.kmk            |     5 +-
 src/VBox/Installer/solaris/vboxconfig.sh           |    85 +-
 src/VBox/Installer/win/Makefile.kmk                |     2 +
 src/VBox/Installer/win/StubBld/Makefile.kmk        |     2 +-
 src/VBox/Installer/win/VirtualBox.wxs              |    22 +
 src/VBox/Main/Makefile.kmk                         |    12 +-
 src/VBox/Main/glue/EventQueue.cpp                  |   670 +-
 .../glue/{EventQueue.cpp => NativeEventQueue.cpp}  |   122 +-
 src/VBox/Main/glue/glue-java.xsl                   |     5 +-
 src/VBox/Main/glue/initterm.cpp                    |    10 +-
 src/VBox/Main/glue/vboxapi.py                      |     0
 src/VBox/Main/include/ConsoleImpl.h                |    49 +-
 src/VBox/Main/include/ConsoleVRDPServer.h          |     4 +-
 src/VBox/Main/include/MachineImpl.h                |     7 +-
 src/VBox/Main/include/Performance.h                |     1 +
 src/VBox/Main/src-all/EventImpl.cpp                |     8 +-
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |     7 +
 src/VBox/Main/src-all/Global.cpp                   |     4 +-
 src/VBox/Main/src-all/win/comregister.cmd          |    20 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |    27 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |    12 +-
 src/VBox/Main/src-client/ConsoleVRDPServer.cpp     |    24 +-
 src/VBox/Main/src-client/HGCM.cpp                  |    13 +-
 src/VBox/Main/src-client/UsbCardReader.cpp         |    48 +-
 .../Main/src-helper-apps/VBoxExtPackHelperApp.cpp  |    10 +
 src/VBox/Main/src-server/ApplianceImplImport.cpp   |    49 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |   421 +-
 src/VBox/Main/src-server/NATEngineImpl.cpp         |     3 +-
 src/VBox/Main/src-server/Performance.cpp           |     6 +
 src/VBox/Main/src-server/SnapshotImpl.cpp          |    15 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |    73 +-
 .../Main/src-server/darwin/PerformanceDarwin.cpp   |    17 +-
 src/VBox/Main/src-server/solaris/NetIf-solaris.cpp |    86 +-
 .../Main/src-server/solaris/PerformanceSolaris.cpp |    21 +-
 src/VBox/Main/src-server/win/PerformanceWin.cpp    |    29 +-
 src/VBox/Main/webservice/MANIFEST.MF.in            |    22 +-
 src/VBox/Main/webservice/Makefile.kmk              |     4 +-
 src/VBox/Main/webservice/vboxweb.cpp               |    14 +-
 src/VBox/Main/webservice/websrv-wsdl.xsl           |    78 +-
 src/VBox/Main/webservice/webtest.cpp               |     4 +-
 src/VBox/Main/xml/Settings.cpp                     |     6 +-
 src/VBox/Main/xml/ovfreader.cpp                    |     3 +-
 src/VBox/NetworkServices/DHCP/Makefile.kmk         |     8 +
 src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp     |     2 +-
 src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp     |     6 +-
 src/VBox/RDP/client/Makefile.in                    |     2 +-
 src/VBox/RDP/client/Makefile.kmk                   |    17 +-
 src/VBox/RDP/client/rdp.c                          |    17 +
 src/VBox/RDP/client/xclip.c                        |    18 +
 src/VBox/Runtime/Makefile.kmk                      |   559 +-
 src/VBox/Runtime/VBox/VBoxRTDeps.cpp               |     4 +-
 src/VBox/Runtime/common/alloc/memcache.cpp         |     2 +-
 src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm   |   116 +
 src/VBox/Runtime/common/asm/asm-fake.cpp           |     6 +
 .../VBox/Runtime/common/asn1}/Makefile.kup         |     0
 src/VBox/Runtime/common/asn1/asn1-basics.cpp       |   592 +
 src/VBox/Runtime/common/asn1/asn1-cursor.cpp       |   537 +
 .../Runtime/common/asn1/asn1-default-allocator.cpp |   105 +
 src/VBox/Runtime/common/asn1/asn1-dump.cpp         |   825 +
 .../Runtime/common/asn1/asn1-efence-allocator.cpp  |    85 +
 src/VBox/Runtime/common/asn1/asn1-encode.cpp       |   426 +
 .../common/asn1/asn1-ut-bitstring-decode.cpp       |   130 +
 .../common/asn1/asn1-ut-bitstring-template.h}      |    40 +-
 src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp |   516 +
 .../Runtime/common/asn1/asn1-ut-boolean-decode.cpp |    82 +
 .../common/asn1/asn1-ut-boolean-template.h}        |    40 +-
 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp   |   203 +
 .../asn1-ut-core-decode.cpp}                       |    43 +-
 .../common/asn1/asn1-ut-core-template.h}           |    40 +-
 src/VBox/Runtime/common/asn1/asn1-ut-core.cpp      |   278 +
 .../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp |   242 +
 src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp   |   169 +
 .../Runtime/common/asn1/asn1-ut-integer-decode.cpp |    80 +
 .../common/asn1/asn1-ut-integer-template.h}        |    40 +-
 src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp   |   451 +
 .../asn1-ut-null-decode.cpp}                       |    48 +-
 src/VBox/Runtime/common/asn1/asn1-ut-null.cpp      |   127 +
 .../Runtime/common/asn1/asn1-ut-objid-decode.cpp   |   363 +
 .../common/asn1/asn1-ut-objid-template.h}          |    40 +-
 src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp     |   542 +
 .../common/asn1/asn1-ut-octetstring-decode.cpp     |    79 +
 .../common/asn1/asn1-ut-octetstring-template.h}    |    40 +-
 .../Runtime/common/asn1/asn1-ut-octetstring.cpp    |   426 +
 .../Runtime/common/asn1/asn1-ut-string-decode.cpp  |   188 +
 .../common/asn1/asn1-ut-string-template.h}         |    40 +-
 .../Runtime/common/asn1/asn1-ut-string-template2.h |    39 +
 src/VBox/Runtime/common/asn1/asn1-ut-string.cpp    |  1824 +
 .../Runtime/common/asn1/asn1-ut-time-decode.cpp    |   389 +
 .../common/asn1/asn1-ut-time-template.h}           |    41 +-
 .../common/asn1/asn1-ut-time-template2.h}          |    29 +-
 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp      |   270 +
 src/VBox/Runtime/common/checksum/RTSha1Digest.cpp  |    56 +-
 .../{RTSha1Digest.cpp => RTSha256Digest.cpp}       |    73 +-
 src/VBox/Runtime/common/checksum/alt-md2.cpp       |   272 +
 .../common/checksum/{md5.cpp => alt-md5.cpp}       |   130 +-
 src/VBox/Runtime/common/checksum/alt-sha1.cpp      |   501 +
 src/VBox/Runtime/common/checksum/alt-sha256.cpp    |   653 +
 src/VBox/Runtime/common/checksum/alt-sha512.cpp    |   735 +
 src/VBox/Runtime/common/checksum/ipv6.cpp          |     2 +-
 .../common/checksum/md2str.cpp}                    |    34 +-
 .../common/checksum/{sha1.cpp => openssl-md2.cpp}  |    56 +-
 .../common/checksum/{sha1.cpp => openssl-md5.cpp}  |    44 +-
 .../common/checksum/{sha1.cpp => openssl-sha1.cpp} |     4 +-
 .../checksum/{sha256.cpp => openssl-sha256.cpp}    |    40 +-
 .../checksum/{sha512.cpp => openssl-sha512.cpp}    |    42 +-
 .../common/checksum/sha224str.cpp}                 |    34 +-
 .../common/checksum/sha384str.cpp}                 |    34 +-
 .../common/checksum/sha512t224str.cpp}             |    34 +-
 .../common/checksum/sha512t256str.cpp}             |    34 +-
 .../VBox/Runtime/common/crypto}/Makefile.kup       |     0
 .../common/crypto/RTCrStoreCertAddFromFile.cpp     |   114 +
 src/VBox/Runtime/common/crypto/digest-builtin.cpp  |   729 +
 src/VBox/Runtime/common/crypto/digest-core.cpp     |   338 +
 src/VBox/Runtime/common/crypto/iprt-openssl.cpp    |    88 +
 src/VBox/Runtime/common/crypto/pemfile.cpp         |   418 +
 .../Runtime/common/crypto/pkcs7-asn1-decoder.cpp   |   162 +
 src/VBox/Runtime/common/crypto/pkcs7-core.cpp      |   202 +
 .../common/crypto/pkcs7-init.cpp}                  |    38 +-
 .../common/crypto/pkcs7-internal.h}                |    30 +-
 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp    |   207 +
 src/VBox/Runtime/common/crypto/pkcs7-template.h    |   220 +
 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp    |   776 +
 .../common/crypto/pkix-signature-builtin.cpp       |   139 +
 .../common/crypto/pkix-signature-builtin.h}        |    31 +-
 .../Runtime/common/crypto/pkix-signature-core.cpp  |   274 +
 .../Runtime/common/crypto/pkix-signature-rsa.cpp   |   432 +
 src/VBox/Runtime/common/crypto/pkix-util.cpp       |    92 +
 src/VBox/Runtime/common/crypto/pkix-verify.cpp     |   180 +
 .../common/crypto/rsa-asn1-decoder.cpp}            |    32 +-
 .../common/crypto/rsa-core.cpp}                    |    33 +-
 .../common/crypto/rsa-init.cpp}                    |    32 +-
 .../common/crypto/rsa-internal.h}                  |    38 +-
 .../common/crypto/rsa-sanity.cpp}                  |    32 +-
 src/VBox/Runtime/common/crypto/rsa-template.h      |   109 +
 .../Runtime/common/crypto/spc-asn1-decoder.cpp     |    76 +
 src/VBox/Runtime/common/crypto/spc-core.cpp        |    84 +
 .../common/crypto/spc-init.cpp}                    |    39 +-
 .../common/crypto/spc-internal.h}                  |    30 +-
 src/VBox/Runtime/common/crypto/spc-sanity.cpp      |   168 +
 src/VBox/Runtime/common/crypto/spc-template.h      |   186 +
 src/VBox/Runtime/common/crypto/store-inmem.cpp     |   362 +
 src/VBox/Runtime/common/crypto/store-internal.h    |   161 +
 src/VBox/Runtime/common/crypto/store.cpp           |   440 +
 .../common/crypto/taf-asn1-decoder.cpp}            |    33 +-
 .../common/crypto/taf-core.cpp}                    |    30 +-
 .../common/crypto/taf-init.cpp}                    |    33 +-
 .../common/crypto/taf-internal.h}                  |    30 +-
 .../common/crypto/taf-sanity.cpp}                  |    31 +-
 src/VBox/Runtime/common/crypto/taf-template.h      |    94 +
 .../common/crypto/tsp-asn1-decoder.cpp}            |    30 +-
 .../common/crypto/tsp-core.cpp}                    |    35 +-
 .../common/crypto/tsp-init.cpp}                    |    30 +-
 .../common/crypto/tsp-internal.h}                  |    30 +-
 .../common/crypto/tsp-sanity.cpp}                  |    35 +-
 src/VBox/Runtime/common/crypto/tsp-template.h      |    98 +
 .../Runtime/common/crypto/x509-asn1-decoder.cpp    |   218 +
 src/VBox/Runtime/common/crypto/x509-certpaths.cpp  |  2830 +
 src/VBox/Runtime/common/crypto/x509-core.cpp       |  1534 +
 src/VBox/Runtime/common/crypto/x509-file.cpp       |   105 +
 .../x509-init.cpp}                                 |    58 +-
 .../common/crypto/x509-internal.h}                 |    30 +-
 src/VBox/Runtime/common/crypto/x509-sanity.cpp     |   149 +
 src/VBox/Runtime/common/crypto/x509-template.h     |   458 +
 src/VBox/Runtime/common/crypto/x509-verify.cpp     |    85 +
 src/VBox/Runtime/common/dbg/dbgmod.cpp             |     9 +-
 .../common/err/{errinfo.cpp => errinfo-alloc.cpp}  |    48 +-
 src/VBox/Runtime/common/err/errinfo.cpp            |    89 +-
 src/VBox/Runtime/common/err/errmsg.cpp             |    10 +-
 src/VBox/Runtime/common/ldr/Makefile.kup           |     1 +
 src/VBox/Runtime/common/ldr/ldr.cpp                |    42 +-
 src/VBox/Runtime/common/ldr/ldrELF.cpp             |     7 +-
 .../Runtime/common/ldr/ldrELFRelocatable.cpp.h     |   814 +-
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |   270 +-
 src/VBox/Runtime/common/ldr/ldrFile.cpp            |    32 +-
 src/VBox/Runtime/common/ldr/ldrNative.cpp          |    87 +-
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |  2612 +-
 src/VBox/Runtime/common/ldr/ldrkStuff.cpp          |   155 +-
 src/VBox/Runtime/common/log/log.cpp                |    16 +
 src/VBox/Runtime/common/log/tracebuf.cpp           |     2 +-
 src/VBox/Runtime/common/math/RTUInt128MulByU64.asm |    82 +
 src/VBox/Runtime/common/math/bignum-amd64-x86.asm  |   845 +
 src/VBox/Runtime/common/math/bignum.cpp            |  2853 +
 src/VBox/Runtime/common/misc/lockvalidator.cpp     |     2 +-
 src/VBox/Runtime/common/misc/once.cpp              |   190 +-
 src/VBox/Runtime/common/misc/sg.cpp                |     4 +-
 src/VBox/Runtime/common/misc/term.cpp              |    10 +-
 .../common/misc/zero.asm}                          |    27 +-
 src/VBox/Runtime/common/rand/rand.cpp              |    50 +-
 .../Runtime/common/string/RTStrPrintHexBytes.cpp   |    13 +-
 .../common/string/RTUtf16Cat.cpp}                  |    27 +-
 .../common/string/RTUtf16CatAscii.cpp}             |    27 +-
 .../common/string/RTUtf16CmpAscii.cpp}             |    31 +-
 .../common/string/RTUtf16Copy.cpp}                 |    33 +-
 ...RTStrPrintHexBytes.cpp => RTUtf16CopyAscii.cpp} |    56 +-
 .../common/string/RTUtf16End.cpp}                  |    27 +-
 .../common/string/RTUtf16ICmpAscii.cpp}            |    37 +-
 .../common/string/RTUtf16NLen.cpp}                 |    28 +-
 .../common/string/RTUtf16NLenEx.cpp}               |    29 +-
 ...rPrintHexBytes.cpp => RTUtf16PrintHexBytes.cpp} |    25 +-
 src/VBox/Runtime/common/string/base64.cpp          |    95 +-
 src/VBox/Runtime/common/string/strformat.cpp       |     3 +-
 src/VBox/Runtime/common/string/strformatrt.cpp     |     2 +-
 src/VBox/Runtime/common/string/strncmp.asm         |   121 +
 src/VBox/Runtime/common/string/strncpy.asm         |   120 +
 .../string/{RTStrPrintHexBytes.cpp => strstr.cpp}  |    55 +-
 src/VBox/Runtime/common/string/unidata-flags.cpp   | 47008 ++++++++++++++++
 src/VBox/Runtime/common/string/unidata-lower.cpp   |  3902 ++
 src/VBox/Runtime/common/string/unidata-upper.cpp   |  4069 ++
 src/VBox/Runtime/common/string/unidata.cpp         | 29592 ----------
 src/VBox/Runtime/common/string/uniread.cpp         |   128 +-
 src/VBox/Runtime/common/string/utf-16-case.cpp     |   178 +
 src/VBox/Runtime/common/string/utf-16-latin-1.cpp  |   479 +
 src/VBox/Runtime/common/string/utf-16.cpp          |   669 +-
 src/VBox/Runtime/common/string/utf-8-case.cpp      |    18 +-
 src/VBox/Runtime/common/string/utf-8-case2.cpp     |   118 +
 src/VBox/Runtime/common/string/utf-8.cpp           |    18 +-
 src/VBox/Runtime/common/time/time.cpp              |     2 +-
 src/VBox/Runtime/common/vfs/vfschain.cpp           |    10 +-
 src/VBox/Runtime/common/zip/tarvfs.cpp             |     2 +-
 src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp |     2 +-
 src/VBox/Runtime/generic/RTPathAbs-generic.cpp     |   358 +
 .../generic/RTPathGetCurrentDrive-generic.cpp      |   106 +
 .../generic/RTPathGetCurrentOnDrive-generic.cpp    |    84 +
 src/VBox/Runtime/generic/critsect-generic.cpp      |    50 +-
 src/VBox/Runtime/generic/env-generic.cpp           |    14 +-
 src/VBox/Runtime/generic/memsafer-generic.cpp      |   215 +
 .../include/internal/bignum.mac}                   |    44 +-
 .../include/internal/iprt-openssl.h}               |    41 +-
 src/VBox/Runtime/include/internal/iprt.h           |     2 +-
 src/VBox/Runtime/include/internal/ldr.h            |   159 +-
 src/VBox/Runtime/include/internal/ldrPE.h          |   760 +-
 src/VBox/Runtime/include/internal/thread.h         |    13 +
 src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp   |    29 +-
 src/VBox/Runtime/r0drv/alloc-r0drv.h               |     2 +
 .../r0drv/darwin/mach_kernel-r0drv-darwin.cpp      |     7 +-
 .../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp   |    88 +-
 src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h  |    10 +
 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c   |   213 +-
 .../Runtime/r0drv/linux/initterm-r0drv-linux.c     |     4 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |    10 +-
 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h    |     5 +-
 src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c |     2 +-
 src/VBox/Runtime/r0drv/memobj-r0drv.cpp            |     8 +-
 .../r0drv/nt/toxic-chkstk-r0drv-nt.asm}            |    24 +-
 .../Runtime/r0drv/solaris/initterm-r0drv-solaris.c |     1 +
 src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c  |   373 +-
 src/VBox/Runtime/r0drv/solaris/vbi/i86pc/sys/vbi.h |    31 +-
 .../r0drv/solaris/vbi/memobj-r0drv-solaris.c       |    89 +-
 src/VBox/Runtime/r3/alloc-ef.cpp                   |    10 +-
 src/VBox/Runtime/r3/alloc.cpp                      |     2 +-
 src/VBox/Runtime/r3/init.cpp                       |    24 +-
 .../testcase/SUPInstall.cpp => Runtime/r3/init.h}  |    50 +-
 .../en_US => src/VBox/Runtime/r3/nt}/Makefile.kup  |     0
 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp |    94 +
 src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp           |   697 +
 src/VBox/Runtime/r3/nt/fs-nt.cpp                   |   284 +
 src/VBox/Runtime/r3/nt/internal-r3-nt.h            |    70 +
 src/VBox/Runtime/r3/nt/pathint-nt.cpp              |   537 +
 src/VBox/Runtime/r3/os2/thread-os2.cpp             |    23 +-
 src/VBox/Runtime/r3/posix/ldrNative-posix.cpp      |    10 +-
 src/VBox/Runtime/r3/posix/path-posix.cpp           |   218 -
 src/VBox/Runtime/r3/posix/pathhost-posix.cpp       |    12 +-
 src/VBox/Runtime/r3/posix/process-posix.cpp        |    11 +
 .../r3/posix/rtmempage-exec-mmap-heap-posix.cpp    |     8 +-
 src/VBox/Runtime/r3/posix/thread-posix.cpp         |    51 +-
 src/VBox/Runtime/r3/posix/timer-posix.cpp          |    10 +-
 src/VBox/Runtime/r3/posix/utf8-posix.cpp           |    31 +-
 src/VBox/Runtime/r3/solaris/mp-solaris.cpp         |     9 +-
 src/VBox/Runtime/r3/stream.cpp                     |    13 +
 src/VBox/Runtime/r3/test.cpp                       |    10 +-
 src/VBox/Runtime/r3/win/VBoxRT-openssl.def         |    13 +-
 src/VBox/Runtime/r3/win/alloc-win.cpp              |     4 +-
 .../{VBox/VBoxRTDeps.cpp => r3/win/init-win.cpp}   |    92 +-
 src/VBox/Runtime/r3/win/ldrNative-win.cpp          |    49 +-
 src/VBox/Runtime/r3/win/ntdll-mini-implib.c        |    84 -
 src/VBox/Runtime/r3/win/ntdll-mini-implib.def      |   119 +-
 src/VBox/Runtime/r3/win/path-win.cpp               |    24 +-
 src/VBox/Runtime/r3/win/process-win.cpp            |   259 +-
 src/VBox/Runtime/r3/win/symlink-win.cpp            |    11 +-
 src/VBox/Runtime/r3/xml.cpp                        |    10 +
 src/VBox/Runtime/testcase/72kb-random.bin          |   Bin 0 -> 73728 bytes
 src/VBox/Runtime/testcase/72kb-random.h            |  4644 ++
 src/VBox/Runtime/testcase/Makefile.kmk             |    80 +-
 src/VBox/Runtime/testcase/tstIprtMiniString.cpp    |    54 +-
 src/VBox/Runtime/testcase/tstLdr-2.cpp             |     2 +-
 src/VBox/Runtime/testcase/tstLdr-4.cpp             |     6 +-
 src/VBox/Runtime/testcase/tstLdr.cpp               |     3 +-
 src/VBox/Runtime/testcase/tstOnce.cpp              |    18 +-
 .../testcase/tstR0ThreadPreemptionDriver.cpp       |    16 +-
 .../Runtime/testcase/tstRTBigNum-div-test-data.h   | 55296 +++++++++++++++++++
 .../testcase/tstRTBigNum-uint128-div-test-data.h   | 16384 ++++++
 src/VBox/Runtime/testcase/tstRTBigNum.cpp          |  1698 +
 src/VBox/Runtime/testcase/tstRTDigest-2.cpp        |  1278 +
 src/VBox/Runtime/testcase/tstRTDigest.cpp          |   332 +-
 src/VBox/Runtime/testcase/tstRTInlineAsm.cpp       |    63 +-
 .../Runtime/testcase/tstRTLdrVerifyPeImage.cpp     |   105 +
 src/VBox/Runtime/testcase/tstRTPath.cpp            |     2 +-
 .../testcase/tstRTR0MemUserKernelDriver.cpp        |    16 +-
 .../Runtime/testcase/tstRTR0SemMutexDriver.cpp     |    16 +-
 src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp   |    16 +-
 src/VBox/Runtime/tools/Makefile.kmk                |    32 +-
 src/VBox/Runtime/tools/RTDbgSymCache.cpp           |  1204 +
 src/VBox/Runtime/tools/RTSignTool.cpp              |   945 +
 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp     |     1 +
 src/VBox/Runtime/win/errmsgwin.cpp                 |    16 +-
 src/VBox/Storage/ISCSI.cpp                         |    56 +-
 src/VBox/Storage/Parallels.cpp                     |     2 +
 src/VBox/Storage/VD.cpp                            |    26 +-
 src/VBox/Storage/VDI.cpp                           |     5 +-
 src/VBox/Storage/VHD.cpp                           |    10 +-
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |     8 +-
 src/VBox/VMM/VMMAll/IOMAllMMIO.cpp                 |     9 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |    24 +-
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |     9 +-
 src/VBox/VMM/VMMR0/CPUMR0.cpp                      |   242 +-
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |    99 +-
 src/VBox/VMM/VMMR0/HWACCMR0.cpp                    |    16 +-
 src/VBox/VMM/VMMR0/HWSVMR0.cpp                     |     2 +-
 src/VBox/VMM/VMMR0/HWVMXR0.cpp                     |     8 +-
 src/VBox/VMM/VMMR0/PGMR0.cpp                       |    36 +-
 src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp             |    23 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |    29 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |    37 +-
 src/VBox/VMM/VMMR3/HWACCM.cpp                      |     8 +-
 src/VBox/VMM/VMMR3/PATM.cpp                        |    65 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |     6 +-
 .../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp     |    17 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |    26 +-
 src/VBox/VMM/VMMR3/PDMLdr.cpp                      |    10 +-
 src/VBox/VMM/VMMR3/PGM.cpp                         |     5 +-
 src/VBox/VMM/VMMR3/PGMPhys.cpp                     |    12 +-
 src/VBox/VMM/VMMR3/PGMSavedState.cpp               |     9 +-
 src/VBox/VMM/VMMR3/PGMSharedPage.cpp               |     9 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |     5 +
 src/VBox/VMM/VMMRC/PATMRC.cpp                      |     2 +-
 src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac        |   115 +-
 src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac        |   120 +-
 src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac           |   126 +-
 src/VBox/VMM/include/CPUMInternal.h                |    28 +-
 src/VBox/VMM/include/CPUMInternal.mac              |    21 +-
 src/VBox/VMM/include/PATMInternal.h                |     2 +-
 src/VBox/VMM/include/PGMInline.h                   |     2 +
 src/VBox/VMM/include/PGMInternal.h                 |     8 +-
 src/VBox/VMM/testcase/Makefile.kmk                 |   204 +-
 src/VBox/VMM/testcase/tstAnimate.cpp               |    16 +-
 src/VBox/VMM/testcase/tstCFGM.cpp                  |    17 +-
 src/VBox/VMM/testcase/tstGlobalConfig.cpp          |    17 +-
 src/VBox/VMM/testcase/tstMMHyperHeap.cpp           |    17 +-
 src/VBox/VMM/testcase/tstMicro.cpp                 |    17 +-
 src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp    |    16 +-
 .../VMM/testcase/tstPDMAsyncCompletionStress.cpp   |    16 +-
 src/VBox/VMM/testcase/tstSSM.cpp                   |    16 +-
 src/VBox/VMM/testcase/tstVMM.cpp                   |    17 +-
 src/VBox/VMM/testcase/tstVMREQ.cpp                 |    18 +-
 src/VBox/VMM/testcase/tstVMStructRC.cpp            |     2 +-
 src/VBox/VMM/testcase/tstVMStructSize.cpp          |     4 +-
 src/bldprogs/Makefile.kmk                          |    19 +-
 src/bldprogs/bin2c.c                               |    15 +-
 src/libs/Makefile.kmk                              |     4 +-
 src/libs/kStuff/Makefile.kmk                       |    15 +
 src/libs/xpcom18a4/Config.kmk                      |    19 +-
 src/libs/xpcom18a4/java/src/nsJavaInterfaces.cpp   |     4 +-
 src/libs/xpcom18a4/java/src/nsThreadUtils.h        |     4 +-
 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/nsprpub/pr/src/misc/prinit.c    |     2 +-
 src/libs/xpcom18a4/python/client/__init__.py       |     0
 src/libs/xpcom18a4/python/file.py                  |     0
 src/libs/xpcom18a4/python/gen_python_deps.py       |    20 +-
 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
 src/libs/xpcom18a4/python/src/module/_xpcom.cpp    |     6 +-
 .../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/vboxxpcom.py             |     0
 src/libs/xpcom18a4/python/xpt.py                   |     0
 src/recompiler/Makefile.kmk                        |     9 +-
 src/recompiler/VBoxREMWrapper.cpp                  |     2 +-
 src/recompiler/target-i386/cpu.h                   |     1 +
 src/recompiler/target-i386/op_helper.c             |     7 +
 833 files changed, 227378 insertions(+), 43548 deletions(-)
 create mode 100644 debian/patches/38-find-xorg.patch
 delete mode 100644 debian/patches/38-security-fixes-2014-01.patch
 delete mode 100644 debian/patches/CVE-2013-0420.patch
 delete mode 100644 debian/patches/CVE-2014-0981.patch
 delete mode 100644 debian/patches/CVE-2014-0983.patch
 delete mode 100644 debian/patches/CVE-2015-0377.patch
 delete mode 100644 debian/patches/CVE-2015-0418.patch
 delete mode 100644 debian/patches/CVE-2015-3456.patch
 delete mode 100644 debian/patches/cve-2012-3221.patch
 copy include/VBox/com/{EventQueue.h => NativeEventQueue.h} (90%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-asn1-decoder.h (58%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-core.h (58%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-init.h (58%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-internal-header.h (58%)
 create mode 100644 include/iprt/asn1-generator-pass.h
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-sanity.h (58%)
 create mode 100644 include/iprt/asn1.h
 create mode 100644 include/iprt/bignum.h
 copy {doc/manual/en_US => include/iprt/crypto}/Makefile.kup (100%)
 create mode 100644 include/iprt/crypto/digest.h
 create mode 100644 include/iprt/crypto/pem.h
 create mode 100644 include/iprt/crypto/pkcs7.h
 create mode 100644 include/iprt/crypto/pkix.h
 create mode 100644 include/iprt/crypto/rsa.h
 create mode 100644 include/iprt/crypto/spc.h
 create mode 100644 include/iprt/crypto/store.h
 create mode 100644 include/iprt/crypto/taf.h
 create mode 100644 include/iprt/crypto/tsp.h
 create mode 100644 include/iprt/crypto/x509.h
 copy {doc/manual/en_US => include/iprt/formats}/Makefile.kup (100%)
 create mode 100644 include/iprt/formats/asn1.h
 create mode 100644 include/iprt/formats/codeview.h
 create mode 100644 include/iprt/formats/hfs.h
 create mode 100644 include/iprt/formats/mach-o.h
 copy src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm => include/iprt/formats/mz.mac (57%)
 create mode 100644 include/iprt/formats/pe.mac
 create mode 100644 include/iprt/formats/xar.h
 copy include/iprt/{md5.h => md2.h} (51%)
 create mode 100644 include/iprt/memsafer.h
 copy {doc/manual/en_US => include/iprt/nt}/Makefile.kup (100%)
 create mode 100644 include/iprt/nt/nt-and-windows.h
 create mode 100644 include/iprt/nt/nt.h
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/zero.h (58%)
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/DD_glc.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/DD_glh.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/NULLfuncs.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/cr_gl.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/entrypoints.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback_funcs.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedback_state.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/feedback/feedbackspu_proto.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/getprocaddress.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/pack.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_beginend.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_flush.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_get.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/pack/packspu_proto.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/passthrough/passthrough.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/stub_common.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/tsfuncs.py
 mode change 100644 => 100755 src/VBox/Additions/common/crOpenGL/windows_getprocaddress.py
 create mode 100644 src/VBox/Devices/Audio/alsa_mangling.h
 create mode 100644 src/VBox/Devices/Audio/pulse_mangling.h
 copy src/VBox/Frontends/VirtualBox/src/platform/win/{VirtualBox.rc => VirtualBoxHardened.rc} (88%)
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/error/error.py
 mode change 100755 => 100644 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/pack_current.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/pack_currentheader.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/pack_header.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/packer.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/dispatchheader.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/convert.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_current.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_defs.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_funcs.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_get.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/state_tracker/state_isenabled.py
 mode change 100644 => 100755 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py
 copy src/VBox/HostDrivers/Support/{testcase/SUPInstall.cpp => SUPR3HardenedMainTemplate.cpp} (59%)
 create mode 100644 src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.cpp
 delete mode 100644 src/VBox/HostDrivers/Support/linux/dkms.conf
 create mode 100644 src/VBox/HostDrivers/Support/testcase/tstNtQueryStuff.cpp
 copy {doc/manual/en_US => src/VBox/HostDrivers/Support/win/Certificates}/Makefile.kup (100%)
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftAuthenticodeTmRootAuthority-01.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftDevelopmentRootCertificateAuthority2014-078f0a9d03df119e434e4fec1bf0235a.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftDigitalMediaAuthority2005-6eff330eb6e7569740680870104baaba.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootAuthority-00c1008b3c3c8811d13ef663ecdf40.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority-79ad16a14aa0a5ad4c7358f407132e65.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2010-28cc3a25bfba44ac449a9b586b4339aa.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2011-3f8bc8b5fc9fb29643b569d66c42e144.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/Timestamp-CopyrightC1997MicrosoftCorp-01.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.cer
 create mode 100644 src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.taf
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/import-template-kernel32.h
 create mode 100644 src/VBox/HostDrivers/Support/win/import-template-ntdll.h
 create mode 100644 src/VBox/HostDrivers/Support/win/winstub.com
 delete mode 100644 src/VBox/HostDrivers/VBoxNetAdp/linux/dkms.conf
 delete mode 100644 src/VBox/HostDrivers/VBoxNetFlt/linux/dkms.conf
 delete mode 100644 src/VBox/HostDrivers/VBoxPci/linux/dkms.conf
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_dispatch_header.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_retval.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/crserverlib/server_simpleget.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_extend.py
 mode change 100644 => 100755 src/VBox/HostServices/SharedOpenGL/unpacker/unpack_header.py
 mode change 100644 => 100755 src/VBox/Installer/common/vboxapisetup.py
 delete mode 100644 src/VBox/Installer/darwin/VBoxKEXTs/Description.plist
 delete mode 100644 src/VBox/Installer/darwin/VBoxKEXTs/English.lproj/InstallationCheck.strings
 delete mode 100644 src/VBox/Installer/darwin/VBoxKEXTs/Info.plist
 delete mode 100755 src/VBox/Installer/darwin/VBoxKEXTs/InstallationCheck
 create mode 100644 src/VBox/Installer/darwin/VBoxKEXTs/PkgBuildComponent.plist
 delete mode 100644 src/VBox/Installer/darwin/VBoxKEXTs/ReadMe.html
 delete mode 100644 src/VBox/Installer/darwin/VBoxStartupItems/Description.plist
 delete mode 100644 src/VBox/Installer/darwin/VBoxStartupItems/Info.plist
 delete mode 100644 src/VBox/Installer/darwin/VirtualBox/Description.plist
 delete mode 100644 src/VBox/Installer/darwin/VirtualBox/Info.plist
 create mode 100644 src/VBox/Installer/darwin/VirtualBox/PkgBuildComponent.plist
 create mode 100755 src/VBox/Installer/darwin/VirtualBox/preflight
 delete mode 100644 src/VBox/Installer/darwin/VirtualBoxCLI/Description.plist
 delete mode 100644 src/VBox/Installer/darwin/VirtualBoxCLI/Info.plist
 create mode 100644 src/VBox/Installer/darwin/VirtualBox_mpkg/Conclusion.rtf
 delete mode 100644 src/VBox/Installer/darwin/VirtualBox_mpkg/Description.plist
 delete mode 100644 src/VBox/Installer/darwin/VirtualBox_mpkg/Info.plist
 create mode 100644 src/VBox/Installer/darwin/VirtualBox_mpkg/Welcome.rtf
 delete mode 100755 src/VBox/Installer/darwin/VirtualBox_mpkg/checkforrunningvms
 mode change 100644 => 100755 src/VBox/Installer/linux/vboxdrv-pardus.py
 copy src/VBox/Main/glue/{EventQueue.cpp => NativeEventQueue.cpp} (84%)
 mode change 100644 => 100755 src/VBox/Main/glue/vboxapi.py
 create mode 100644 src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm
 copy {doc/manual/en_US => src/VBox/Runtime/common/asn1}/Makefile.kup (100%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-basics.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-cursor.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-dump.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-encode.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-bitstring-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-bitstring-template.h} (55%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-boolean-template.h} (56%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp
 copy src/VBox/Runtime/common/{string/RTStrPrintHexBytes.cpp => asn1/asn1-ut-core-decode.cpp} (61%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-core-template.h} (57%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-core.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-dyntype-decode.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-integer-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-integer-template.h} (56%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp
 copy src/VBox/Runtime/common/{string/RTStrPrintHexBytes.cpp => asn1/asn1-ut-null-decode.cpp} (53%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-null.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-objid-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-objid-template.h} (56%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-octetstring-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-octetstring-template.h} (54%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-octetstring.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-string-template.h} (56%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string-template2.h
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-string.cpp
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-time-template.h} (57%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-time-template2.h} (58%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp
 copy src/VBox/Runtime/common/checksum/{RTSha1Digest.cpp => RTSha256Digest.cpp} (72%)
 create mode 100644 src/VBox/Runtime/common/checksum/alt-md2.cpp
 rename src/VBox/Runtime/common/checksum/{md5.cpp => alt-md5.cpp} (78%)
 create mode 100644 src/VBox/Runtime/common/checksum/alt-sha1.cpp
 create mode 100644 src/VBox/Runtime/common/checksum/alt-sha256.cpp
 create mode 100644 src/VBox/Runtime/common/checksum/alt-sha512.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/checksum/md2str.cpp} (66%)
 copy src/VBox/Runtime/common/checksum/{sha1.cpp => openssl-md2.cpp} (51%)
 copy src/VBox/Runtime/common/checksum/{sha1.cpp => openssl-md5.cpp} (56%)
 rename src/VBox/Runtime/common/checksum/{sha1.cpp => openssl-sha1.cpp} (96%)
 rename src/VBox/Runtime/common/checksum/{sha256.cpp => openssl-sha256.cpp} (69%)
 rename src/VBox/Runtime/common/checksum/{sha512.cpp => openssl-sha512.cpp} (68%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/checksum/sha224str.cpp} (65%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/checksum/sha384str.cpp} (65%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/checksum/sha512t224str.cpp} (64%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/checksum/sha512t256str.cpp} (64%)
 copy {doc/manual/en_US => src/VBox/Runtime/common/crypto}/Makefile.kup (100%)
 create mode 100644 src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromFile.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/digest-builtin.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/digest-core.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/iprt-openssl.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pemfile.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-core.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkcs7-init.cpp} (70%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkcs7-internal.h} (58%)
 create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-template.h
 create mode 100644 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-builtin.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkix-signature-builtin.h} (58%)
 create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-core.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkix-util.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/pkix-verify.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-asn1-decoder.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-core.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-init.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-internal.h} (58%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-sanity.cpp} (73%)
 create mode 100644 src/VBox/Runtime/common/crypto/rsa-template.h
 create mode 100644 src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/spc-core.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/spc-init.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/spc-internal.h} (58%)
 create mode 100644 src/VBox/Runtime/common/crypto/spc-sanity.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/spc-template.h
 create mode 100644 src/VBox/Runtime/common/crypto/store-inmem.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/store-internal.h
 create mode 100644 src/VBox/Runtime/common/crypto/store.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-asn1-decoder.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-core.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-init.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-internal.h} (58%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-sanity.cpp} (73%)
 create mode 100644 src/VBox/Runtime/common/crypto/taf-template.h
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/tsp-asn1-decoder.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/tsp-core.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/tsp-init.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/tsp-internal.h} (58%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/tsp-sanity.cpp} (73%)
 create mode 100644 src/VBox/Runtime/common/crypto/tsp-template.h
 create mode 100644 src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/x509-certpaths.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/x509-core.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/x509-file.cpp
 copy src/VBox/Runtime/common/{string/RTStrPrintHexBytes.cpp => crypto/x509-init.cpp} (53%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/x509-internal.h} (58%)
 create mode 100644 src/VBox/Runtime/common/crypto/x509-sanity.cpp
 create mode 100644 src/VBox/Runtime/common/crypto/x509-template.h
 create mode 100644 src/VBox/Runtime/common/crypto/x509-verify.cpp
 copy src/VBox/Runtime/common/err/{errinfo.cpp => errinfo-alloc.cpp} (63%)
 create mode 100644 src/VBox/Runtime/common/math/RTUInt128MulByU64.asm
 create mode 100644 src/VBox/Runtime/common/math/bignum-amd64-x86.asm
 create mode 100644 src/VBox/Runtime/common/math/bignum.cpp
 copy src/VBox/{HostDrivers/Support/win/SUPDrvA-win.asm => Runtime/common/misc/zero.asm} (72%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16Cat.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16CatAscii.cpp} (72%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16CmpAscii.cpp} (70%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16Copy.cpp} (68%)
 copy src/VBox/Runtime/common/string/{RTStrPrintHexBytes.cpp => RTUtf16CopyAscii.cpp} (58%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16End.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16ICmpAscii.cpp} (64%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16NLen.cpp} (73%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16NLenEx.cpp} (72%)
 copy src/VBox/Runtime/common/string/{RTStrPrintHexBytes.cpp => RTUtf16PrintHexBytes.cpp} (66%)
 create mode 100644 src/VBox/Runtime/common/string/strncmp.asm
 create mode 100644 src/VBox/Runtime/common/string/strncpy.asm
 copy src/VBox/Runtime/common/string/{RTStrPrintHexBytes.cpp => strstr.cpp} (55%)
 create mode 100644 src/VBox/Runtime/common/string/unidata-flags.cpp
 create mode 100644 src/VBox/Runtime/common/string/unidata-lower.cpp
 create mode 100644 src/VBox/Runtime/common/string/unidata-upper.cpp
 delete mode 100644 src/VBox/Runtime/common/string/unidata.cpp
 create mode 100644 src/VBox/Runtime/common/string/utf-16-case.cpp
 create mode 100644 src/VBox/Runtime/common/string/utf-16-latin-1.cpp
 create mode 100644 src/VBox/Runtime/common/string/utf-8-case2.cpp
 create mode 100644 src/VBox/Runtime/generic/RTPathAbs-generic.cpp
 create mode 100644 src/VBox/Runtime/generic/RTPathGetCurrentDrive-generic.cpp
 create mode 100644 src/VBox/Runtime/generic/RTPathGetCurrentOnDrive-generic.cpp
 create mode 100644 src/VBox/Runtime/generic/memsafer-generic.cpp
 copy src/VBox/{HostDrivers/Support/win/SUPDrvA-win.asm => Runtime/include/internal/bignum.mac} (55%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/include/internal/iprt-openssl.h} (58%)
 copy src/VBox/{HostDrivers/Support/win/SUPDrvA-win.asm => Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm} (75%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/r3/init.h} (58%)
 copy {doc/manual/en_US => src/VBox/Runtime/r3/nt}/Makefile.kup (100%)
 create mode 100644 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp
 create mode 100644 src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp
 create mode 100644 src/VBox/Runtime/r3/nt/fs-nt.cpp
 create mode 100644 src/VBox/Runtime/r3/nt/internal-r3-nt.h
 create mode 100644 src/VBox/Runtime/r3/nt/pathint-nt.cpp
 copy src/VBox/Runtime/{VBox/VBoxRTDeps.cpp => r3/win/init-win.cpp} (50%)
 delete mode 100644 src/VBox/Runtime/r3/win/ntdll-mini-implib.c
 create mode 100644 src/VBox/Runtime/testcase/72kb-random.bin
 create mode 100644 src/VBox/Runtime/testcase/72kb-random.h
 create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-div-test-data.h
 create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum-uint128-div-test-data.h
 create mode 100644 src/VBox/Runtime/testcase/tstRTBigNum.cpp
 create mode 100644 src/VBox/Runtime/testcase/tstRTDigest-2.cpp
 create mode 100644 src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp
 create mode 100644 src/VBox/Runtime/tools/RTDbgSymCache.cpp
 create mode 100644 src/VBox/Runtime/tools/RTSignTool.cpp
 mode change 100755 => 100644 src/libs/xpcom18a4/nsprpub/Makefile.in
 mode change 100755 => 100644 src/libs/xpcom18a4/nsprpub/config/config.mk
 mode change 100755 => 100644 src/libs/xpcom18a4/nsprpub/config/rules.mk
 mode change 100644 => 100755 src/libs/xpcom18a4/python/client/__init__.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/file.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/primitives.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/__init__.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/enumerator.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/factory.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/loader.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/module.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/server/policy.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/pyxpcom_test_tools.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_com_exceptions.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_comfile.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_component/py_test_component.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_components.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_isupports_primitives.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_misc.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_streams.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_test_component.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/test/test_weakreferences.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/tools/regxpcom.py
 mode change 100644 => 100755 src/libs/xpcom18a4/python/vboxxpcom.py
 mode change 100644 => 100755 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