[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (0e889e3 -> 3eb8d91)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Jul 18 16:04:02 UTC 2014


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

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

      from  0e889e3   Imported Upstream version 4.3.12-dfsg
      adds  3eb8d91   Imported Upstream version 4.3.14-dfsg

No new revisions were added by this update.

Summary of changes:
 Config.kmk                                         |   544 +-
 Makefile.kmk                                       |    55 +-
 configure                                          |     4 +-
 doc/manual/Makefile.kmk                            |     8 +-
 doc/manual/en_US/SDKRef.xml                        |    10 +
 doc/manual/en_US/user_Frontends.xml                |     7 +-
 doc/manual/en_US/user_Installation.xml             |     2 +-
 doc/manual/en_US/user_VBoxManage.xml               |    15 +
 doc/manual/user_ChangeLogImpl.xml                  |   187 +-
 include/Makefile.kmk                               |     1 +
 include/VBox/HGSMI/HGSMI.h                         |     5 +
 include/VBox/HostServices/VBoxCrOpenGLSvc.h        |     7 +-
 include/VBox/VBoxGuest.h                           |    22 +
 include/VBox/VBoxVideo.h                           |   199 +-
 include/VBox/VBoxVideoHost3D.h                     |    48 +-
 include/VBox/err.h                                 |   202 +-
 include/VBox/err.mac                               |    84 +-
 include/VBox/log.h                                 |    12 +-
 include/VBox/sup.h                                 |    81 +
 .../VBox/{vd-cache-plugin.h => vd-cache-backend.h} |    19 +-
 include/VBox/vd-cache-plugin.h                     |   337 -
 include/VBox/vd-filter-backend.h                   |   107 +
 include/VBox/vd-ifs-internal.h                     |    59 +
 include/VBox/vd-ifs.h                              |   154 +-
 include/VBox/{vd-plugin.h => vd-image-backend.h}   |    46 +-
 include/VBox/vd-plugin.h                           |   588 +-
 include/VBox/vd.h                                  |    44 +
 include/VBox/vmm/pdmifs.h                          |    64 +-
 include/VBox/vmm/pdmusb.h                          |     7 +
 include/VBox/vmm/vm.h                              |     6 +-
 include/VBox/vrdpusb.h                             |     1 +
 include/VBox/vusb.h                                |    12 +-
 include/iprt/asm-math.h                            |    81 +-
 include/iprt/asm.h                                 |   119 +
 .../iprt/asn1-generator-asn1-decoder.h             |    32 +-
 .../iprt/asn1-generator-core.h                     |    40 +-
 .../iprt/asn1-generator-init.h                     |    37 +-
 .../iprt/asn1-generator-internal-header.h          |    31 +-
 include/iprt/asn1-generator-pass.h                 |  1383 +
 .../iprt/asn1-generator-sanity.h                   |    31 +-
 include/iprt/asn1.h                                |  2044 +
 include/iprt/base64.h                              |    50 +-
 include/iprt/bignum.h                              |   155 +
 include/iprt/cdefs.h                               |    19 +-
 include/iprt/critsect.h                            |    16 +-
 .../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                        |   349 +
 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/x509.h                         |  1056 +
 include/iprt/dbg.h                                 |    12 +-
 include/iprt/err.h                                 |   537 +-
 include/iprt/err.mac                               |   209 +
 include/iprt/formats/asn1.h                        |    94 +
 include/iprt/http.h                                |    24 +-
 include/iprt/ldr.h                                 |   247 +-
 include/iprt/log.h                                 |    10 +
 include/iprt/mangling.h                            |   944 +
 include/iprt/manifest.h                            |    22 -
 include/iprt/{md5.h => md2.h}                      |    88 +-
 include/iprt/md5.h                                 |    19 +-
 include/iprt/mem.h                                 |    85 +
 include/iprt/memsafer.h                            |   226 +
 {doc/manual/en_US => include/iprt/nt}/Makefile.kup |     0
 .../iprt/nt/nt-and-windows.h                       |    37 +-
 include/iprt/nt/nt.h                               |   906 +
 include/iprt/process.h                             |     9 +
 include/iprt/sha.h                                 |   160 +-
 include/iprt/stream.h                              |     9 +
 include/iprt/string.h                              |   217 +-
 include/iprt/time.h                                |    17 +
 include/iprt/types.h                               |   380 +-
 include/iprt/uni.h                                 |    53 +
 .../testcase/SUPInstall.cpp => include/iprt/zero.h |    56 +-
 include/iprt/zip.h                                 |    58 +
 .../common/VBoxService/VBoxServiceAutoMount.cpp    |     3 +-
 src/VBox/Additions/common/crOpenGL/context.c       |    14 +-
 src/VBox/Additions/common/crOpenGL/icd_drv.c       |     6 +-
 src/VBox/Additions/common/crOpenGL/load.c          |   117 +-
 src/VBox/Additions/common/crOpenGL/pack/packspu.h  |    44 +-
 .../common/crOpenGL/pack/packspu_client.c          |   320 +-
 .../common/crOpenGL/pack/packspu_context.c         |    65 +-
 .../Additions/common/crOpenGL/pack/packspu_get.py  |    34 +
 .../Additions/common/crOpenGL/pack/packspu_init.c  |     4 -
 .../Additions/common/crOpenGL/pack/packspu_misc.c  |    74 +-
 .../Additions/common/crOpenGL/pack/packspu_net.c   |     5 +
 .../Additions/common/crOpenGL/pack/packspu_special |     1 +
 src/VBox/Additions/common/crOpenGL/stub.h          |     1 +
 src/VBox/Additions/common/crOpenGL/wgl.c           |    47 +-
 src/VBox/Additions/linux/drm/vboxvideo_drm.c       |    15 +-
 src/VBox/Additions/linux/sharedfolders/regops.c    |     5 +
 .../Additions/solaris/SharedFolders/vboxfs_prov.c  |   111 +-
 .../Additions/solaris/SharedFolders/vboxfs_prov.h  |    16 +-
 .../Additions/solaris/SharedFolders/vboxfs_vfs.c   |    55 +-
 .../Additions/solaris/SharedFolders/vboxfs_vfs.h   |     6 -
 .../Additions/solaris/SharedFolders/vboxfs_vnode.c |    45 +-
 src/VBox/Additions/x11/vboxvideo/undefined         |     3 +
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |    51 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.h       |     4 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c  |    50 +-
 src/VBox/Debugger/DBGPlugInDarwin.cpp              |   560 +
 src/VBox/Debugger/DBGPlugInDiggers.cpp             |     1 +
 src/VBox/Debugger/DBGPlugIns.h                     |     5 +-
 src/VBox/Debugger/Makefile.kmk                     |     1 +
 src/VBox/Devices/Audio/DevIchHda.cpp               |     2 +-
 .../BiosCommonCode/MakeAlternativeSource.cpp       |    12 +-
 src/VBox/Devices/Bus/DevPciIch9.cpp                |    49 +-
 .../BaseTools/Source/Python/UPT/Dll/sqlite3.dll    |   Bin 260096 -> 0 bytes
 src/VBox/Devices/EFI/Firmware/Config.kmk           |    14 +-
 .../Firmware/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi  |   Bin 58432 -> 0 bytes
 .../Firmware/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi |   Bin 16512 -> 0 bytes
 .../Firmware/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi  |   Bin 68192 -> 0 bytes
 .../Firmware/FatBinPkg/EnhancedFatDxe/X64/Fat.efi  |   Bin 24448 -> 0 bytes
 .../EFI/Firmware/StdLib/LibC/Main/Ia32/ftol2.obj   |   Bin 2320 -> 0 bytes
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd      |   Bin 1048576 -> 1048576 bytes
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd      |   Bin 1048576 -> 1048576 bytes
 src/VBox/Devices/Graphics/BIOS/Makefile.kmk        |     2 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |     6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |     2 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   224 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |    20 +-
 src/VBox/Devices/Graphics/DevVGASavedState.h       |    14 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |   265 +-
 src/VBox/Devices/Graphics/DevVGA_VDMA.cpp          |  1853 +-
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp      |    26 +-
 src/VBox/Devices/Input/DrvKeyboardQueue.cpp        |    13 +-
 src/VBox/Devices/Input/UsbKbd.cpp                  |    13 +
 src/VBox/Devices/Input/UsbMouse.cpp                |    13 +
 src/VBox/Devices/Makefile.kmk                      |    15 +-
 src/VBox/Devices/Network/slirp/slirp.c             |    13 +
 src/VBox/Devices/Network/slirp/tcp_input.c         |     2 +-
 src/VBox/Devices/Network/slirp/tcp_output.c        |    10 +-
 src/VBox/Devices/Network/testcase/tstIntNet-1.cpp  |    18 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |  3253 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |     2 +-
 src/VBox/Devices/PC/BIOS/ahci.c                    |     8 +
 src/VBox/Devices/PC/BIOS/keyboard.c                |     6 +-
 src/VBox/Devices/PC/ipxe/Makefile.kmk              |     2 +-
 src/VBox/Devices/Storage/ATAPIPassthrough.cpp      |     6 +
 src/VBox/Devices/Storage/DevAHCI.cpp               |   265 +-
 src/VBox/Devices/Storage/DevATA.cpp                |    10 +-
 src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp       |     1 -
 src/VBox/Devices/Storage/DrvHostBase.cpp           |    16 +-
 src/VBox/Devices/Storage/DrvSCSI.cpp               |     3 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |   256 +
 src/VBox/Devices/Storage/UsbMsd.cpp                |    14 +
 src/VBox/Devices/USB/DevOHCI.cpp                   |   324 +-
 src/VBox/Devices/USB/DrvVUSBRootHub.cpp            |    34 +-
 src/VBox/Devices/USB/USBProxyDevice-stub.cpp       |     1 +
 src/VBox/Devices/USB/USBProxyDevice.cpp            |    54 +-
 src/VBox/Devices/USB/USBProxyDevice.h              |   142 +-
 src/VBox/Devices/USB/VUSBDevice.cpp                |   114 +
 src/VBox/Devices/USB/VUSBInternal.h                |    25 +-
 src/VBox/Devices/USB/VUSBUrb.cpp                   |    57 +-
 .../Devices/USB/darwin/USBProxyDevice-darwin.cpp   |   253 +-
 .../Devices/USB/freebsd/USBProxyDevice-freebsd.cpp |   149 +-
 .../Devices/USB/linux/USBProxyDevice-linux.cpp     |   255 +-
 .../Devices/USB/solaris/USBProxyDevice-solaris.cpp |   195 +-
 src/VBox/Devices/USB/vrdp/USBProxyDevice-vrdp.cpp  |    94 +-
 src/VBox/Devices/USB/win/USBProxyDevice-win.cpp    |   428 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |     2 +
 src/VBox/Devices/testcase/tstDeviceStructSize.cpp  |     1 +
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    16 +
 src/VBox/Disassembler/Makefile.kmk                 |     2 +-
 src/VBox/Frontends/VBoxHeadless/Makefile.kmk       |    12 +-
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp   |   102 +-
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h     |    20 +-
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |     1 +
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |     5 +-
 src/VBox/Frontends/VBoxSDL/Makefile.kmk            |     1 +
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |     7 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |   640 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |   649 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |   670 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts |    14 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |    16 +
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   |   652 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |    20 +-
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |  1384 +-
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |    16 +
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |    16 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |    20 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |    16 +
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |    16 +
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |    16 +
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |    16 +
 src/VBox/Frontends/VirtualBox/nls/qt_ca.ts         |     2 +-
 src/VBox/Frontends/VirtualBox/nls/qt_ca_VA.ts      |     2 +-
 src/VBox/Frontends/VirtualBox/nls/qt_fa_IR.ts      |     6 +-
 .../VirtualBox/src/globals/QIWithRetranslateUI.h   |    12 +-
 .../VirtualBox/src/globals/UIActionPool.cpp        |     7 +-
 .../VirtualBox/src/globals/UIActionPool.h          |    16 +-
 .../VirtualBox/src/globals/UIShortcutPool.cpp      |    31 +-
 .../VirtualBox/src/globals/UIShortcutPool.h        |    11 +-
 src/VBox/Frontends/VirtualBox/src/main.cpp         |    11 +-
 .../VirtualBox/src/net/UINetworkReply.cpp          |   154 +-
 .../VirtualBox/src/platform/win/VirtualBox.rc      |    16 +-
 .../win/{VirtualBox.rc => VirtualBoxHardened.rc}   |    10 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |    11 +
 .../VirtualBox/src/runtime/UIActionPoolRuntime.h   |     3 +
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |    67 +-
 .../VirtualBox/src/runtime/UIFrameBufferQImage.cpp |    43 +-
 .../VirtualBox/src/runtime/UIKeyboardHandler.cpp   |    98 +-
 .../src/runtime/normal/UIMachineWindowNormal.cpp   |    66 +-
 .../src/selector/UIActionPoolSelector.cpp          |    11 +
 .../VirtualBox/src/selector/UIActionPoolSelector.h |     3 +
 .../src/settings/global/UIGlobalSettingsInput.cpp  |    68 +-
 .../VirtualBox/src/widgets/UIHostComboEditor.cpp   |    14 +-
 .../VirtualBox/src/widgets/UIHostComboEditor.h     |    15 +
 .../VirtualBox/src/widgets/UIHotKeyEditor.cpp      |     6 +
 .../VirtualBox/src/widgets/UIHotKeyEditor.h        |     5 +
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |     4 +-
 src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt |    14 +
 src/VBox/GuestHost/OpenGL/include/chromium.h       |     8 +
 src/VBox/GuestHost/OpenGL/include/cr_blitter.h     |    27 +-
 src/VBox/GuestHost/OpenGL/include/cr_glstate.h     |     4 +-
 src/VBox/GuestHost/OpenGL/include/cr_pack.h        |   134 +-
 src/VBox/GuestHost/OpenGL/include/cr_protocol.h    |    11 +
 src/VBox/GuestHost/OpenGL/include/cr_server.h      |    13 +-
 src/VBox/GuestHost/OpenGL/include/cr_string.h      |     2 +
 src/VBox/GuestHost/OpenGL/include/cr_unpack.h      |    10 +
 src/VBox/GuestHost/OpenGL/include/cr_version.h     |     6 +-
 src/VBox/GuestHost/OpenGL/include/cr_vreg.h        |     3 +
 .../GuestHost/OpenGL/include/state/cr_current.h    |     4 +
 src/VBox/GuestHost/OpenGL/packer/opcodes.py        |     9 +-
 src/VBox/GuestHost/OpenGL/packer/pack_beginend.c   |    29 +-
 src/VBox/GuestHost/OpenGL/packer/pack_client.c     |    36 +-
 .../GuestHost/OpenGL/packer/pack_currentheader.py  |     2 +-
 .../GuestHost/OpenGL/packer/pack_currenttypes.py   |    10 +
 src/VBox/GuestHost/OpenGL/packer/pack_init.c       |     8 +-
 src/VBox/GuestHost/OpenGL/packer/pack_lists.c      |     6 +-
 src/VBox/GuestHost/OpenGL/packer/pack_misc.c       |    27 +
 src/VBox/GuestHost/OpenGL/packer/pack_program.c    |    22 +-
 src/VBox/GuestHost/OpenGL/packer/pack_swap_lists.c |     4 +-
 src/VBox/GuestHost/OpenGL/packer/packer.py         |     3 +-
 src/VBox/GuestHost/OpenGL/packer/packer_special    |     2 +
 .../GuestHost/OpenGL/state_tracker/state_client.c  |    50 +-
 .../GuestHost/OpenGL/state_tracker/state_current.c |    16 +-
 .../OpenGL/state_tracker/state_current.py          |   192 +
 .../GuestHost/OpenGL/state_tracker/state_init.c    |    54 +-
 src/VBox/GuestHost/OpenGL/util/blitter.cpp         |   233 +-
 src/VBox/GuestHost/OpenGL/util/string.c            |    56 +
 src/VBox/GuestHost/OpenGL/util/vboxhgcm.c          |    10 +-
 src/VBox/HostDrivers/Support/Makefile.kmk          |   298 +-
 src/VBox/HostDrivers/Support/SUPDrv.c              |   478 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |     6 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    92 +-
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    26 +-
 src/VBox/HostDrivers/Support/SUPLibInternal.h      |    79 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |   719 +-
 .../Support/SUPR3HardenedMainTemplate.cpp          |    25 +
 .../HostDrivers/Support/SUPR3HardenedNoCrt.cpp     |   205 +
 .../HostDrivers/Support/SUPR3HardenedVerify.cpp    |   309 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |    19 +
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    19 +
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |    21 +-
 src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp    |    19 +
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |    19 +
 src/VBox/HostDrivers/Support/testcase/Makefile.kmk |     4 +-
 .../HostDrivers/Support/testcase/SUPInstall.cpp    |     9 +-
 .../Support/testcase/tstNtQueryStuff.cpp           |    80 +-
 .../Support/win/Certificates}/Makefile.kup         |     0
 ...cationRoot-729404101f3e0ca347837fca175a8438.taf |   Bin 0 -> 708 bytes
 ...oot-MicrosoftAuthenticodeTmRootAuthority-01.taf |   Bin 0 -> 400 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
 ...NtCreateSection-template-amd64-syscall-type-1.h |    78 +
 .../NtCreateSection-template-x86-syscall-type-1.h  |   286 +
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |  2904 +-
 src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm   |    79 +-
 .../Support/win/SUPHardenedVerify-win.h            |   152 +
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |  1982 +
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |  1343 +
 src/VBox/HostDrivers/Support/win/SUPLib-win.cpp    |   432 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |  1775 +
 ...{SUPDrvA-win.asm => SUPR3HardenedMainA-win.asm} |    56 +-
 .../Support/win/SUPR3HardenedNoCrt-win.cpp         |   191 +
 .../HostDrivers/Support/win/VBoxSupLib-win.cpp     |    96 +
 .../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp  |   289 +-
 .../HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf  |     3 +-
 .../VBoxNetFlt/win/tools/VBoxNetFltUninstall.cpp   |     2 +-
 src/VBox/HostServices/SharedFolders/service.cpp    |     7 +-
 src/VBox/HostServices/SharedOpenGL/Makefile.kmk    |     1 +
 .../SharedOpenGL/crserver/crservice.cpp            |    93 +-
 .../HostServices/SharedOpenGL/crserverlib/server.h |    32 +-
 .../SharedOpenGL/crserverlib/server_config.c       |    68 +-
 .../SharedOpenGL/crserverlib/server_lists.c        |     1 -
 .../SharedOpenGL/crserverlib/server_main.c         |   796 +-
 .../SharedOpenGL/crserverlib/server_misc.c         |    62 +-
 .../SharedOpenGL/crserverlib/server_muralfbo.cpp   |    57 +-
 .../SharedOpenGL/crserverlib/server_presenter.cpp  |  2713 +-
 .../SharedOpenGL/crserverlib/server_stream.c       |   227 +-
 .../SharedOpenGL/crserverlib/server_window.c       |     2 +-
 .../HostServices/SharedOpenGL/render/renderspu.c   |    97 +-
 .../HostServices/SharedOpenGL/render/renderspu.h   |    16 +-
 .../SharedOpenGL/render/renderspu_agl.c            |     7 +-
 .../SharedOpenGL/render/renderspu_cocoa.c          |    13 +-
 .../SharedOpenGL/render/renderspu_cocoa_helper.h   |     1 +
 .../SharedOpenGL/render/renderspu_cocoa_helper.m   |    74 +-
 .../SharedOpenGL/render/renderspu_glx.c            |    23 +-
 .../SharedOpenGL/render/renderspu_init.c           |   153 +-
 .../SharedOpenGL/render/renderspu_wgl.c            |     9 +-
 .../HostServices/SharedOpenGL/unpacker/unpack.py   |    40 +-
 .../SharedOpenGL/unpacker/unpack_shaders.c         |     3 +-
 src/VBox/Installer/linux/rpm/LocalConfig.kmk       |     1 +
 .../win/InstallHelper/VBoxInstallHelper.cpp        |     3 -
 src/VBox/Installer/win/Makefile.kmk                |     7 +-
 src/VBox/Installer/win/StubBld/Makefile.kmk        |     2 +-
 src/VBox/Installer/win/VBoxMergeApp.wxi            |    27 +
 src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi      |    16 +-
 src/VBox/Installer/win/VirtualBox.wxs              |     3 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |    24 +-
 src/VBox/Main/idl/apiwrap-server.xsl               |    18 +-
 src/VBox/Main/include/ConsoleImpl.h                |    24 +
 src/VBox/Main/include/DisplayImpl.h                |    31 +-
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |     7 +
 src/VBox/Main/src-all/Global.cpp                   |     4 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |   311 +
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |    20 +
 src/VBox/Main/src-client/DisplayImpl.cpp           |   467 +-
 src/VBox/Main/src-client/GuestImpl.cpp             |    41 +-
 src/VBox/Main/src-client/RemoteUSBBackend.cpp      |    14 +-
 .../Main/src-helper-apps/VBoxExtPackHelperApp.cpp  |    14 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |    13 +
 src/VBox/Main/src-server/MediumImpl.cpp            |     6 +-
 src/VBox/Main/src-server/darwin/iokit.cpp          |    16 +-
 src/VBox/Main/testcase/tstCollector.cpp            |     4 +-
 src/VBox/Main/webservice/Makefile.kmk              |     2 +-
 src/VBox/Main/webservice/jaxlibs/FastInfoset.jar   |   Bin 291779 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/activation.jar    |   Bin 62983 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/http.jar          |   Bin 81798 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxb-api.jar      |   Bin 89967 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxb-impl.jar     |   Bin 854901 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxb-xjc.jar      |   Bin 3126580 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxws-api.jar     |   Bin 36070 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxws-rt.jar      |   Bin 1284131 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jaxws-tools.jar   |   Bin 510892 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jsr173_api.jar    |   Bin 23346 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jsr181-api.jar    |   Bin 7989 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/jsr250-api.jar    |   Bin 6165 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/mimepull.jar      |   Bin 38679 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/resolver.jar      |   Bin 68177 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/saaj-api.jar      |   Bin 18770 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/saaj-impl.jar     |   Bin 277757 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/sjsxp.jar         |   Bin 334496 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/stax-ex.jar       |   Bin 11001 -> 0 bytes
 src/VBox/Main/webservice/jaxlibs/streambuffer.jar  |   Bin 57960 -> 0 bytes
 src/VBox/Makefile.kmk                              |     1 +
 src/VBox/NetworkServices/DHCP/Makefile.kmk         |    11 +
 src/VBox/NetworkServices/NAT/Makefile.kmk          |    41 +-
 src/VBox/NetworkServices/NAT/fwtcp.c               |    29 +-
 src/VBox/NetworkServices/NAT/fwudp.c               |     5 +-
 src/VBox/NetworkServices/NAT/lwipopts.h            |     2 +-
 src/VBox/NetworkServices/NAT/portfwd.c             |     2 +
 src/VBox/NetworkServices/NAT/proxy.c               |   187 +-
 src/VBox/NetworkServices/NAT/proxy.h               |    19 +-
 src/VBox/NetworkServices/NAT/proxy_dhcp6ds.c       |     2 +
 src/VBox/NetworkServices/NAT/proxy_pollmgr.c       |    21 +-
 src/VBox/NetworkServices/NAT/proxy_rtadvd.c        |     8 +-
 src/VBox/NetworkServices/NAT/proxy_tftpd.c         |     4 +-
 src/VBox/NetworkServices/NAT/pxdns.c               |    12 +-
 src/VBox/NetworkServices/NAT/pxping.c              |   214 +-
 src/VBox/NetworkServices/NAT/pxping_win.c          |     5 +-
 src/VBox/NetworkServices/NAT/pxremap.c             |     2 +
 src/VBox/NetworkServices/NAT/pxtcp.c               |   399 +-
 src/VBox/NetworkServices/NAT/pxudp.c               |     9 +-
 src/VBox/NetworkServices/NAT/rtmon_bsd.c           |     2 +
 src/VBox/NetworkServices/NAT/rtmon_linux.c         |     2 +
 src/VBox/NetworkServices/NAT/winutils.h            |   152 +-
 src/VBox/RDP/client/Makefile.in                    |     2 +-
 src/VBox/RDP/client/Makefile.kmk                   |    17 +-
 src/VBox/RDP/client/vrdp/rdpusb.c                  |    35 +-
 src/VBox/Runtime/Makefile.kmk                      |   345 +-
 src/VBox/Runtime/VBox/VBoxRTImp.def                |     3 +
 src/VBox/Runtime/VBox/log-vbox.cpp                 |     1 -
 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       |   505 +
 .../Runtime/common/asn1/asn1-default-allocator.cpp |   105 +
 src/VBox/Runtime/common/asn1/asn1-dump.cpp         |   826 +
 src/VBox/Runtime/common/asn1/asn1-encode.cpp       |   426 +
 .../common/asn1/asn1-ut-bitstring-decode.cpp       |   130 +
 .../common/asn1/asn1-ut-bitstring-template.h}      |    43 +-
 src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp |   516 +
 .../Runtime/common/asn1/asn1-ut-boolean-decode.cpp |    81 +
 .../common/asn1/asn1-ut-boolean-template.h}        |    43 +-
 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp   |   203 +
 .../common/asn1/asn1-ut-core-decode.cpp}           |    40 +-
 .../common/asn1/asn1-ut-core-template.h}           |    43 +-
 src/VBox/Runtime/common/asn1/asn1-ut-core.cpp      |   278 +
 .../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp |   228 +
 src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp   |   169 +
 .../Runtime/common/asn1/asn1-ut-integer-decode.cpp |    79 +
 .../common/asn1/asn1-ut-integer-template.h}        |    43 +-
 src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp   |   451 +
 .../asn1-ut-null-decode.cpp}                       |    47 +-
 src/VBox/Runtime/common/asn1/asn1-ut-null.cpp      |   127 +
 .../Runtime/common/asn1/asn1-ut-objid-decode.cpp   |   362 +
 .../common/asn1/asn1-ut-objid-template.h}          |    43 +-
 src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp     |   537 +
 .../common/asn1/asn1-ut-octetstring-decode.cpp     |    78 +
 .../common/asn1/asn1-ut-octetstring-template.h}    |    43 +-
 .../Runtime/common/asn1/asn1-ut-octetstring.cpp    |   426 +
 .../Runtime/common/asn1/asn1-ut-string-decode.cpp  |   187 +
 .../common/asn1/asn1-ut-string-template.h}         |    43 +-
 .../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}           |    42 +-
 .../common/asn1/asn1-ut-time-template2.h}          |    32 +-
 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp      |   270 +
 src/VBox/Runtime/common/checksum/RTSha1Digest.cpp  |    56 +-
 .../Runtime/common/checksum/RTSha256Digest.cpp     |    56 +-
 src/VBox/Runtime/common/checksum/alt-md2.cpp       |   272 +
 .../common/checksum/{md5.cpp => alt-md5.cpp}       |    70 +-
 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 +
 .../common/checksum/md2str.cpp}                    |    37 +-
 .../common/checksum/{sha1.cpp => openssl-md2.cpp}  |    56 +-
 .../common/checksum/{sha1.cpp => openssl-md5.cpp}  |    44 +-
 .../common/checksum/{sha1.cpp => openssl-sha1.cpp} |     2 +-
 .../checksum/{sha256.cpp => openssl-sha256.cpp}    |    38 +-
 .../checksum/{sha512.cpp => openssl-sha512.cpp}    |    40 +-
 .../common/checksum/sha224str.cpp}                 |    37 +-
 .../common/checksum/sha384str.cpp}                 |    37 +-
 .../common/checksum/sha512t224str.cpp}             |    37 +-
 .../common/checksum/sha512t256str.cpp}             |    37 +-
 .../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   |    89 +
 .../common/crypto/pkcs7-core.cpp}                  |    42 +-
 .../common/crypto/pkcs7-init.cpp}                  |    41 +-
 .../common/crypto/pkcs7-internal.h}                |    33 +-
 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp    |   209 +
 src/VBox/Runtime/common/crypto/pkcs7-template.h    |   160 +
 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp    |   552 +
 .../common/crypto/pkix-signature-builtin.cpp       |   139 +
 .../common/crypto/pkix-signature-builtin.h}        |    32 +-
 .../Runtime/common/crypto/pkix-signature-core.cpp  |   274 +
 .../Runtime/common/crypto/pkix-signature-rsa.cpp   |   407 +
 src/VBox/Runtime/common/crypto/pkix-util.cpp       |    92 +
 src/VBox/Runtime/common/crypto/pkix-verify.cpp     |   180 +
 .../common/crypto/rsa-asn1-decoder.cpp}            |    33 +-
 .../common/crypto/rsa-core.cpp}                    |    34 +-
 .../common/crypto/rsa-init.cpp}                    |    33 +-
 .../common/crypto/rsa-internal.h}                  |    41 +-
 .../common/crypto/rsa-sanity.cpp}                  |    33 +-
 src/VBox/Runtime/common/crypto/rsa-template.h      |   109 +
 .../Runtime/common/crypto/spc-asn1-decoder.cpp     |    75 +
 src/VBox/Runtime/common/crypto/spc-core.cpp        |    84 +
 .../common/crypto/spc-init.cpp}                    |    42 +-
 .../common/crypto/spc-internal.h}                  |    33 +-
 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     |   360 +
 src/VBox/Runtime/common/crypto/store-internal.h    |   161 +
 src/VBox/Runtime/common/crypto/store.cpp           |   440 +
 .../common/crypto/taf-asn1-decoder.cpp}            |    34 +-
 .../common/crypto/taf-core.cpp}                    |    31 +-
 .../common/crypto/taf-init.cpp}                    |    34 +-
 .../common/crypto/taf-internal.h}                  |    33 +-
 .../common/crypto/taf-sanity.cpp}                  |    32 +-
 src/VBox/Runtime/common/crypto/taf-template.h      |    94 +
 .../Runtime/common/crypto/x509-asn1-decoder.cpp    |   217 +
 src/VBox/Runtime/common/crypto/x509-certpaths.cpp  |  2798 ++
 src/VBox/Runtime/common/crypto/x509-core.cpp       |  1533 +
 src/VBox/Runtime/common/crypto/x509-file.cpp       |   105 +
 .../x509-init.cpp}                                 |    58 +-
 .../common/crypto/x509-internal.h}                 |    33 +-
 src/VBox/Runtime/common/crypto/x509-sanity.cpp     |   149 +
 src/VBox/Runtime/common/crypto/x509-template.h     |   441 +
 src/VBox/Runtime/common/crypto/x509-verify.cpp     |    85 +
 src/VBox/Runtime/common/dbg/dbgcfg.cpp             |     4 -
 src/VBox/Runtime/common/dbg/dbgmod.cpp             |   302 +-
 src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp     |    18 +-
 src/VBox/Runtime/common/dbg/dbgmodldr.cpp          |    11 +-
 .../common/err/{errinfo.cpp => errinfo-alloc.cpp}  |    46 +-
 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                |    21 +-
 src/VBox/Runtime/common/ldr/ldrELF.cpp             |     3 +-
 .../Runtime/common/ldr/ldrELFRelocatable.cpp.h     |     3 +
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |   171 +-
 src/VBox/Runtime/common/ldr/ldrFile.cpp            |    29 +-
 src/VBox/Runtime/common/ldr/ldrMemory.cpp          |     4 +-
 src/VBox/Runtime/common/ldr/ldrNative.cpp          |    20 +
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |  1228 +-
 src/VBox/Runtime/common/ldr/ldrkStuff.cpp          |    42 +-
 src/VBox/Runtime/common/log/log.cpp                |    16 +
 src/VBox/Runtime/common/math/bignum.cpp            |  1895 +
 src/VBox/Runtime/common/misc/http.cpp              |    85 +-
 src/VBox/Runtime/common/misc/once.cpp              |    96 +-
 src/VBox/Runtime/common/misc/sg.cpp                |     2 +
 .../common/misc/zero.asm}                          |    27 +-
 src/VBox/Runtime/common/rand/rand.cpp              |    41 +-
 .../Runtime/common/string/RTStrPrintHexBytes.cpp   |    13 +-
 .../common/string/RTUtf16Cat.cpp}                  |    30 +-
 .../common/string/RTUtf16CatAscii.cpp}             |    30 +-
 .../common/string/RTUtf16CmpAscii.cpp}             |    34 +-
 .../common/string/RTUtf16Copy.cpp}                 |    34 +-
 ...RTStrPrintHexBytes.cpp => RTUtf16CopyAscii.cpp} |    56 +-
 .../common/string/RTUtf16End.cpp}                  |    30 +-
 .../common/string/RTUtf16ICmpAscii.cpp}            |    40 +-
 .../common/string/RTUtf16NLen.cpp}                 |    31 +-
 .../common/string/RTUtf16NLenEx.cpp}               |    32 +-
 ...rPrintHexBytes.cpp => RTUtf16PrintHexBytes.cpp} |    25 +-
 src/VBox/Runtime/common/string/base64.cpp          |    95 +-
 src/VBox/Runtime/common/string/strncmp.asm         |   121 +
 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          |   578 -
 src/VBox/Runtime/common/string/utf-8-case.cpp      |    97 +-
 src/VBox/Runtime/common/string/utf-8-case2.cpp     |   118 +
 src/VBox/Runtime/common/vfs/vfschain.cpp           |     5 +-
 src/VBox/Runtime/common/zip/pkzip.cpp              |   240 +
 src/VBox/Runtime/common/zip/pkzipvfs.cpp           |  1277 +
 src/VBox/Runtime/common/zip/tarcmd.cpp             |     4 +-
 src/VBox/Runtime/common/zip/unzipcmd.cpp           |   481 +
 src/VBox/Runtime/common/zip/zip.cpp                |    29 +-
 src/VBox/Runtime/generic/critsect-generic.cpp      |    50 +-
 src/VBox/Runtime/generic/memsafer-generic.cpp      |   215 +
 src/VBox/Runtime/include/internal/dbgmod.h         |    47 +-
 .../include/internal/iprt-openssl.h}               |    44 +-
 src/VBox/Runtime/include/internal/ldr.h            |   118 +-
 src/VBox/Runtime/include/internal/ldrPE.h          |   180 +-
 src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp   |     2 +
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |    19 +-
 .../r0drv/nt/toxic-chkstk-r0drv-nt.asm}            |    24 +-
 .../r0drv/solaris/semeventmulti-r0drv-solaris.c    |     6 +-
 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp |    93 +
 src/VBox/Runtime/r3/posix/process-posix.cpp        |    11 +
 src/VBox/Runtime/r3/posix/rtmemlocked-posix.cpp    |   160 +
 src/VBox/Runtime/r3/stream.cpp                     |    13 +
 src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def     |     3 +
 src/VBox/Runtime/r3/win/VBoxRT-openssl.def         |  1242 +-
 src/VBox/Runtime/r3/win/ntdll-mini-implib.c        |   173 -
 src/VBox/Runtime/r3/win/ntdll-mini-implib.def      |    57 +-
 src/VBox/Runtime/r3/win/rtmemlocked-win.cpp        |   110 +
 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             |    87 +-
 src/VBox/Runtime/testcase/tstIprtMiniString.cpp    |    54 +-
 .../testcase/tstR0ThreadPreemptionDriver.cpp       |    16 +-
 src/VBox/Runtime/testcase/tstRTBigNum.cpp          |   852 +
 src/VBox/Runtime/testcase/tstRTDigest-2.cpp        |  1278 +
 src/VBox/Runtime/testcase/tstRTDigest.cpp          |   323 +-
 src/VBox/Runtime/testcase/tstRTHttp.cpp            |   367 +-
 .../Runtime/testcase/tstRTLdrVerifyPeImage.cpp     |   105 +
 .../Runtime/testcase/tstRTR0DbgKrnlInfoDriver.cpp  |    16 +-
 .../testcase/tstRTR0MemUserKernelDriver.cpp        |    16 +-
 .../Runtime/testcase/tstRTR0SemMutexDriver.cpp     |    16 +-
 src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp   |    16 +-
 src/VBox/Runtime/tools/Makefile.kmk                |    43 +-
 src/VBox/Runtime/tools/RTDbgSymCache.cpp           |  1204 +
 src/VBox/Runtime/tools/RTSignTool.cpp              |   934 +
 .../SUPInstall.cpp => Runtime/tools/RTUnzip.cpp}   |    26 +-
 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp     |     1 +
 src/VBox/Runtime/win/errmsgwin.cpp                 |    14 +-
 src/VBox/Storage/DMG.cpp                           |     7 +-
 src/VBox/Storage/ISCSI.cpp                         |    15 +-
 src/VBox/Storage/Makefile.kmk                      |    37 +-
 src/VBox/Storage/Parallels.cpp                     |     8 +-
 src/VBox/Storage/QCOW.cpp                          |    14 +-
 src/VBox/Storage/QED.cpp                           |    39 +-
 src/VBox/Storage/RAW.cpp                           |     8 +-
 src/VBox/Storage/VCICache.cpp                      |     8 +-
 src/VBox/Storage/VD.cpp                            |  1013 +-
 src/VBox/Storage/VDBackends.h                      |    44 +
 src/VBox/Storage/VDI.cpp                           |    10 +-
 src/VBox/Storage/VHD.cpp                           |    10 +-
 src/VBox/Storage/VHDX.cpp                          |     8 +-
 src/VBox/Storage/VMDK.cpp                          |     8 +-
 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp                |     2 +
 src/VBox/VMM/VMMAll/TMAllCpu.cpp                   |    76 +
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |    48 +
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |     9 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |   483 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |    11 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |    14 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |    21 +
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |     2 +-
 src/VBox/VMM/VMMR3/PDMDevice.cpp                   |     2 +-
 src/VBox/VMM/VMMR3/TM.cpp                          |    26 +-
 src/VBox/VMM/VMMR3/TRPM.cpp                        |    19 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h       |    10 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h     |     8 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h     |    20 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h      |    10 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h  |     4 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h |    10 +-
 .../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h    |     4 +-
 src/VBox/VMM/include/HMInternal.h                  |    26 +-
 src/VBox/VMM/include/TMInternal.h                  |    15 +-
 src/VBox/VMM/testcase/Makefile.kmk                 |   198 +-
 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                   |    19 +-
 src/VBox/VMM/testcase/tstVMREQ.cpp                 |    17 +-
 src/VBox/VMM/tools/VBoxCpuReport.cpp               |    41 +-
 src/bldprogs/Makefile.kmk                          |    12 +-
 src/bldprogs/bin2c.c                               |    15 +-
 src/libs/Makefile.kmk                              |     4 +-
 src/libs/kStuff/Makefile.kmk                       |     2 +-
 src/libs/kStuff/kStuff/include/k/kErrors.h         |     6 +-
 src/libs/kStuff/kStuff/include/k/kLdr.h            |     5 +-
 src/libs/kStuff/kStuff/include/k/kLdrFmts/mach-o.h |     3 +-
 src/libs/kStuff/kStuff/kLdr/kLdrMod.c              |    25 +-
 src/libs/kStuff/kStuff/kLdr/kLdrModLX.c            |     3 +-
 src/libs/kStuff/kStuff/kLdr/kLdrModMachO.c         |    41 +-
 src/libs/kStuff/kStuff/kLdr/kLdrModNative.c        |     3 +-
 src/libs/kStuff/kStuff/kLdr/kLdrModPE.c            |     3 +-
 .../kStuff/kLdr/testcase/bin/tst-3.dll.win.x86     |   Bin 3072 -> 0 bytes
 .../kStuff/kLdr/testcase/bin/tst-3.rel.darwin.x86  |   Bin 2800 -> 0 bytes
 src/libs/xpcom18a4/Config.kmk                      |    16 +-
 src/libs/xpcom18a4/nsprpub/pr/src/io/prprf.c       |    22 +-
 src/recompiler/Makefile.kmk                        |     9 +-
 663 files changed, 138528 insertions(+), 43245 deletions(-)
 copy include/VBox/{vd-cache-plugin.h => vd-cache-backend.h} (95%)
 create mode 100644 include/VBox/vd-filter-backend.h
 copy include/VBox/{vd-plugin.h => vd-image-backend.h} (95%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-asn1-decoder.h (52%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-core.h (52%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-init.h (52%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-internal-header.h (52%)
 create mode 100644 include/iprt/asn1-generator-pass.h
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/asn1-generator-sanity.h (52%)
 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/x509.h
 create mode 100644 include/iprt/formats/asn1.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%)
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/nt/nt-and-windows.h (52%)
 create mode 100644 include/iprt/nt/nt.h
 copy src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp => include/iprt/zero.h (53%)
 create mode 100644 src/VBox/Debugger/DBGPlugInDarwin.cpp
 delete mode 100644 src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Dll/sqlite3.dll
 delete mode 100644 src/VBox/Devices/EFI/Firmware/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi
 delete mode 100644 src/VBox/Devices/EFI/Firmware/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi
 delete mode 100644 src/VBox/Devices/EFI/Firmware/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi
 delete mode 100644 src/VBox/Devices/EFI/Firmware/FatBinPkg/EnhancedFatDxe/X64/Fat.efi
 delete mode 100644 src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/Ia32/ftol2.obj
 copy src/VBox/Frontends/VirtualBox/src/platform/win/{VirtualBox.rc => VirtualBoxHardened.rc} (88%)
 create mode 100644 src/VBox/HostDrivers/Support/SUPR3HardenedMainTemplate.cpp
 create mode 100644 src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.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-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/NtCreateSection-template-amd64-syscall-type-1.h
 create mode 100644 src/VBox/HostDrivers/Support/win/NtCreateSection-template-x86-syscall-type-1.h
 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
 copy src/VBox/HostDrivers/Support/win/{SUPDrvA-win.asm => SUPR3HardenedMainA-win.asm} (51%)
 create mode 100644 src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp
 create mode 100644 src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/FastInfoset.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/activation.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/http.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxb-api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxb-impl.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxb-xjc.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxws-api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxws-rt.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jaxws-tools.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jsr173_api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jsr181-api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/jsr250-api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/mimepull.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/resolver.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/saaj-api.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/saaj-impl.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/sjsxp.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/stax-ex.jar
 delete mode 100644 src/VBox/Main/webservice/jaxlibs/streambuffer.jar
 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-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} (52%)
 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} (52%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-core-decode.cpp} (61%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-core-template.h} (52%)
 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} (52%)
 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} (52%)
 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} (52%)
 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} (52%)
 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} (53%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/asn1/asn1-ut-time-template2.h} (52%)
 create mode 100644 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp
 create mode 100644 src/VBox/Runtime/common/checksum/alt-md2.cpp
 rename src/VBox/Runtime/common/checksum/{md5.cpp => alt-md5.cpp} (84%)
 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} (98%)
 rename src/VBox/Runtime/common/checksum/{sha256.cpp => openssl-sha256.cpp} (70%)
 rename src/VBox/Runtime/common/checksum/{sha512.cpp => openssl-sha512.cpp} (69%)
 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
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkcs7-core.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkcs7-init.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/pkcs7-internal.h} (52%)
 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} (53%)
 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} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-core.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-init.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-internal.h} (53%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/rsa-sanity.cpp} (66%)
 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} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/spc-internal.h} (52%)
 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} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-core.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-init.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-internal.h} (52%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/crypto/taf-sanity.cpp} (66%)
 create mode 100644 src/VBox/Runtime/common/crypto/taf-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} (52%)
 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} (64%)
 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} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16CatAscii.cpp} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16CmpAscii.cpp} (67%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16Copy.cpp} (67%)
 copy src/VBox/Runtime/common/string/{RTStrPrintHexBytes.cpp => RTUtf16CopyAscii.cpp} (58%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16End.cpp} (67%)
 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} (66%)
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/common/string/RTUtf16NLenEx.cpp} (67%)
 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/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/common/zip/pkzip.cpp
 create mode 100644 src/VBox/Runtime/common/zip/pkzipvfs.cpp
 create mode 100644 src/VBox/Runtime/common/zip/unzipcmd.cpp
 create mode 100644 src/VBox/Runtime/generic/memsafer-generic.cpp
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/include/internal/iprt-openssl.h} (53%)
 copy src/VBox/{HostDrivers/Support/win/SUPDrvA-win.asm => Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm} (75%)
 create mode 100644 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp
 create mode 100644 src/VBox/Runtime/r3/posix/rtmemlocked-posix.cpp
 delete mode 100644 src/VBox/Runtime/r3/win/ntdll-mini-implib.c
 create mode 100644 src/VBox/Runtime/r3/win/rtmemlocked-win.cpp
 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.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
 copy src/VBox/{HostDrivers/Support/testcase/SUPInstall.cpp => Runtime/tools/RTUnzip.cpp} (71%)
 create mode 100644 src/VBox/Storage/VDBackends.h
 delete mode 100644 src/libs/kStuff/kStuff/kLdr/testcase/bin/tst-3.dll.win.x86
 delete mode 100644 src/libs/kStuff/kStuff/kLdr/testcase/bin/tst-3.rel.darwin.x86

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