[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.0.4-dfsg'

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue Sep 8 19:25:30 UTC 2015


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

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

commit e988ca315f976840ea2e119f618f0fc09cce76a1
Merge: e8f0998 58e550b
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Sep 8 19:49:13 2015 +0200

    Merge tag 'upstream/5.0.4-dfsg'
    
    Upstream version 5.0.4-dfsg

 Config.kmk                                         |   16 +-
 Makefile.kmk                                       |    1 -
 doc/manual/ChangeLog.xml                           |   11 +
 doc/manual/common-html-formatcfg.xsl               |  174 ++
 doc/manual/docbook-changelog-formatcfg.xsl         |   80 +
 doc/manual/docbook-html-chunks-formatcfg.xsl       |   41 +
 doc/manual/docbook-html-one-page-formatcfg.xsl     |   20 +
 doc/manual/en_US/user_GuestAdditions.xml           |    6 +-
 doc/manual/en_US/user_Security.xml                 |   13 +-
 doc/manual/en_US/user_Technical.xml                |    4 +-
 doc/manual/en_US/user_Troubleshooting.xml          |   20 +
 doc/manual/en_US/user_VBoxManage.xml               |    4 +-
 doc/manual/user_ChangeLogImpl.xml                  |  175 +-
 include/VBox/GuestHost/DragAndDrop.h               |    2 +
 include/VBox/HostServices/DragAndDropSvc.h         |    4 +-
 include/VBox/vd-image-backend.h                    |   12 +-
 include/VBox/vmm/hm_vmx.h                          |   25 +-
 include/VBox/vmm/pdmaudioifs.h                     |   32 +-
 include/VBox/vmm/pdmdev.h                          |    2 +-
 include/VBox/vmm/pdmins.h                          |    2 +-
 include/VBox/vmm/pdmthread.h                       |   16 +-
 include/VBox/vmm/pgm.h                             |    2 +-
 include/VBox/vmm/vm.h                              |   11 +-
 include/iprt/asm.h                                 |    2 +-
 include/iprt/asn1.h                                |    6 +-
 include/iprt/cdefs.h                               |   61 +-
 include/iprt/cpp/mem.h                             |  271 ---
 include/iprt/crypto/pem.h                          |   36 +-
 include/iprt/crypto/store.h                        |  240 +++
 include/iprt/crypto/x509.h                         |    2 +-
 include/iprt/dir.h                                 |    2 +-
 include/iprt/err.h                                 |   16 +-
 include/iprt/file.h                                |   14 +
 include/iprt/fs.h                                  |   13 +
 include/iprt/http.h                                |  162 +-
 include/iprt/log.h                                 |    3 +-
 include/iprt/mangling.h                            |   25 +
 include/iprt/mem.h                                 |  102 +-
 include/iprt/mempool.h                             |   18 +-
 include/iprt/memsafer.h                            |   10 +-
 include/iprt/path.h                                |   83 +-
 include/iprt/rand.h                                |   54 +-
 include/iprt/sha.h                                 |   45 +
 include/iprt/types.h                               |   15 +
 include/iprt/zip.h                                 |    4 +-
 .../Additions/common/VBoxControl/VBoxControl.cpp   |   55 +-
 .../common/VBoxControl/testcase/tstVBoxControl.cpp |    6 +-
 .../Additions/common/VBoxGuest/VBoxDev-haiku.c     |   14 +-
 .../common/VBoxGuest/VBoxGuest-darwin.cpp          |   31 +-
 .../Additions/common/VBoxGuest/VBoxGuest-haiku.c   |    7 +-
 .../Additions/common/VBoxGuest/VBoxGuest-linux.c   |   27 +-
 .../Additions/common/VBoxGuest/VBoxGuest-os2.cpp   |   18 +-
 .../Additions/common/VBoxGuest/VBoxGuest-solaris.c |   38 +-
 .../common/VBoxGuest/VBoxGuest-win-legacy.cpp      |   19 +-
 .../common/VBoxGuest/VBoxGuest-win-pnp.cpp         |   13 +-
 .../Additions/common/VBoxGuest/VBoxGuest-win.cpp   |   25 +-
 src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp  |   24 +-
 .../common/VBoxGuest/win/VBoxGuestInst.cpp         |    6 +-
 .../Additions/common/VBoxGuestLib/HGCMInternal.cpp |   20 +-
 src/VBox/Additions/common/VBoxGuestLib/Init.cpp    |   14 +-
 .../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c     |   13 +-
 .../common/VBoxGuestLib/VBoxGuestR3Lib.cpp         |   12 +-
 .../VBoxGuestLib/VBoxGuestR3LibAdditions.cpp       |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibAutoLogon.cpp       |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp  |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp       |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibCoreDump.cpp |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp      |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibCredentials.cpp     |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp       |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp     |   55 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp    |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibGR.cpp       |    8 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp       |   12 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp       |  101 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestUser.cpp       |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp     |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibLog.cpp      |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp     |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibModule.cpp   |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp    |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp     |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp |    6 +-
 .../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp   |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibStat.cpp     |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibTime.cpp     |    6 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp    |    6 +-
 .../common/VBoxService/VBoxService-win.cpp         |   18 +-
 .../Additions/common/VBoxService/VBoxService.cpp   |   14 +-
 .../common/VBoxService/VBoxServiceAutoMount.cpp    |   13 +-
 .../common/VBoxService/VBoxServiceBalloon.cpp      |   12 +-
 .../VBoxService/VBoxServiceClipboard-os2.cpp       |   18 +-
 .../common/VBoxService/VBoxServiceControl.cpp      |   20 +-
 .../VBoxService/VBoxServiceControlProcess.cpp      |   13 +-
 .../VBoxService/VBoxServiceControlSession.cpp      |   20 +-
 .../common/VBoxService/VBoxServiceCpuHotPlug.cpp   |   13 +-
 .../common/VBoxService/VBoxServicePageSharing.cpp  |   12 +-
 .../common/VBoxService/VBoxServicePropCache.cpp    |    6 +-
 .../common/VBoxService/VBoxServiceStats.cpp        |   19 +-
 .../common/VBoxService/VBoxServiceTimeSync.cpp     |   13 +-
 .../common/VBoxService/VBoxServiceToolBox.cpp      |   18 +-
 .../common/VBoxService/VBoxServiceUtils.cpp        |    6 +-
 .../common/VBoxService/VBoxServiceVMInfo-win.cpp   |   13 +-
 .../common/VBoxService/VBoxServiceVMInfo.cpp       |   18 +-
 .../common/VBoxService/testcase/tstUserInfo.cpp    |    6 +-
 src/VBox/Additions/common/crOpenGL/DD_glc.py       |    0
 src/VBox/Additions/common/crOpenGL/DD_glh.py       |    0
 src/VBox/Additions/common/crOpenGL/NULLfuncs.py    |    0
 src/VBox/Additions/common/crOpenGL/cr_gl.py        |    0
 src/VBox/Additions/common/crOpenGL/entrypoints.py  |    0
 .../Additions/common/crOpenGL/feedback/feedback.py |    0
 .../common/crOpenGL/feedback/feedback_funcs.py     |    0
 .../common/crOpenGL/feedback/feedback_state.py     |    0
 .../common/crOpenGL/feedback/feedbackspu_proto.py  |    0
 .../Additions/common/crOpenGL/getprocaddress.py    |    0
 src/VBox/Additions/common/crOpenGL/load.c          |    2 +-
 src/VBox/Additions/common/crOpenGL/pack/pack.py    |    0
 .../common/crOpenGL/pack/packspu_beginend.py       |    0
 .../common/crOpenGL/pack/packspu_flush.py          |    0
 .../common/crOpenGL/pack/packspu_proto.py          |    0
 .../common/crOpenGL/passthrough/passthrough.py     |    0
 src/VBox/Additions/common/crOpenGL/tsfuncs.py      |    0
 .../common/crOpenGL/windows_getprocaddress.py      |    0
 src/VBox/Additions/common/pam/pam_vbox.cpp         |    7 +-
 .../Additions/common/testcase/tstPageFusion.cpp    |   12 +-
 .../Additions/darwin/VBoxClient/VBoxClient.cpp     |   13 +-
 .../darwin/VBoxClient/VBoxClientClipboard.cpp      |   24 +-
 .../VBoxClient/VBoxClientClipboardGuestToHost.cpp  |    6 +-
 .../VBoxClient/VBoxClientClipboardHostToGuest.cpp  |    6 +-
 src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp       |   12 +-
 .../haiku/VBoxTray/VBoxGuestApplication.cpp        |    7 +-
 .../haiku/VBoxTray/VBoxGuestDeskbarView.cpp        |    8 +-
 .../haiku/VBoxVideo/accelerant/accelerant.cpp      |   14 +-
 .../Additions/haiku/VBoxVideo/driver/driver.cpp    |   21 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |    8 +-
 .../linux/lightdm-greeter/vbox-greeter.cpp         |    7 +-
 src/VBox/Additions/solaris/DRM/vboxvideo_drm.c     |   33 +-
 .../solaris/Mouse/testcase/tstVBoxMouse-solaris.c  |   14 +-
 src/VBox/Additions/solaris/Mouse/vboxms.c          |   52 +-
 .../Additions/solaris/SharedFolders/vboxfs_mount.c |   14 +-
 src/VBox/Additions/solaris/Virtio/Virtio-solaris.c |    7 +-
 .../Additions/solaris/Virtio/VirtioNet-solaris.c   |   26 +-
 .../Additions/solaris/Virtio/VirtioPci-solaris.c   |   20 +-
 .../Additions/solaris/Virtio/VirtioRing-solaris.c  |    7 +-
 src/VBox/Additions/x11/Installer/98vboxadd-xclient |    2 +-
 src/VBox/Additions/x11/VBoxClient/VBoxClient.h     |   10 -
 src/VBox/Additions/x11/VBoxClient/clipboard.cpp    |   16 +-
 src/VBox/Additions/x11/VBoxClient/display.cpp      |  112 +-
 src/VBox/Additions/x11/VBoxClient/draganddrop.cpp  |   10 +-
 src/VBox/Additions/x11/VBoxClient/hostversion.cpp  |    2 -
 src/VBox/Additions/x11/VBoxClient/main.cpp         |   87 +-
 src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp |   36 +-
 src/VBox/Additions/x11/VBoxClient/seamless.cpp     |  111 +-
 src/VBox/Additions/x11/VBoxClient/seamless.h       |    6 -
 .../VBoxClient/testcase/tstSeamlessX11-auto.cpp    |    6 +
 src/VBox/Additions/x11/undefined_xfree86           |    1 +
 src/VBox/Additions/x11/vboxmouse/vboxmouse.c       |    9 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |  138 +-
 src/VBox/Additions/x11/vboxvideo/vbva.c            |    3 +-
 src/VBox/Debugger/DBGCBuiltInSymbols.cpp           |    7 +-
 src/VBox/Debugger/DBGCCmdHlp.cpp                   |    7 +-
 src/VBox/Debugger/DBGCCmdWorkers.cpp               |    7 +-
 src/VBox/Debugger/DBGCCommands.cpp                 |   19 +-
 src/VBox/Debugger/DBGCEmulateCodeView.cpp          |   19 +-
 src/VBox/Debugger/DBGCEval.cpp                     |   19 +-
 src/VBox/Debugger/DBGCFunctions.cpp                |   13 +-
 src/VBox/Debugger/DBGCGdbRemoteStub.cpp            |    6 +-
 src/VBox/Debugger/DBGCOps.cpp                      |   24 +-
 src/VBox/Debugger/DBGCTcp.cpp                      |   20 +-
 src/VBox/Debugger/DBGConsole.cpp                   |   12 +-
 src/VBox/Debugger/DBGPlugInCommonELF.cpp           |   12 +-
 src/VBox/Debugger/DBGPlugInDarwin.cpp              |   24 +-
 src/VBox/Debugger/DBGPlugInDiggers.cpp             |    6 +-
 src/VBox/Debugger/DBGPlugInLinux.cpp               |   30 +-
 src/VBox/Debugger/DBGPlugInOS2.cpp                 |   31 +-
 src/VBox/Debugger/DBGPlugInSolaris.cpp             |   30 +-
 src/VBox/Debugger/DBGPlugInWinNt.cpp               |   30 +-
 src/VBox/Debugger/VBoxDbg.cpp                      |   19 +-
 src/VBox/Debugger/VBoxDbgBase.cpp                  |    7 +-
 src/VBox/Debugger/VBoxDbgConsole.cpp               |    6 +-
 src/VBox/Debugger/VBoxDbgGui.cpp                   |    7 +-
 src/VBox/Debugger/VBoxDbgStatsQt4.cpp              |   24 +-
 src/VBox/Debugger/testcase/tstDBGCParser.cpp       |   19 +-
 src/VBox/Debugger/testcase/tstVBoxDbg.cpp          |    6 +-
 src/VBox/Devices/Audio/AudioMixBuffer.cpp          |   50 +-
 src/VBox/Devices/Audio/AudioMixBuffer.h            |    2 +
 src/VBox/Devices/Audio/DevIchAc97.cpp              |   20 +-
 src/VBox/Devices/Audio/DevIchHda.cpp               |   38 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |   30 +-
 src/VBox/Devices/Audio/DrvAudio.cpp                |  288 ++-
 src/VBox/Devices/Audio/DrvAudio.h                  |    4 +-
 src/VBox/Devices/Audio/DrvAudioCommon.cpp          |   65 +-
 src/VBox/Devices/Audio/DrvHostALSAAudio.cpp        |   89 +-
 src/VBox/Devices/Audio/DrvHostCoreAudio.cpp        |   82 +-
 src/VBox/Devices/Audio/DrvHostDSound.cpp           |  632 +++---
 src/VBox/Devices/Audio/DrvHostNullAudio.cpp        |    2 +-
 src/VBox/Devices/Audio/DrvHostOSSAudio.cpp         |    7 +-
 src/VBox/Devices/Audio/DrvHostPulseAudio.cpp       |    8 +-
 .../Devices/Audio/testcase/tstAudioMixBuffer.cpp   |   12 +-
 .../BiosCommonCode/MakeAlternativeSource.cpp       |   18 +-
 src/VBox/Devices/Bus/DevPCI.cpp                    |   31 +-
 src/VBox/Devices/Bus/DevPciIch9.cpp                |   24 +-
 src/VBox/Devices/Bus/SrvPciRawR0.cpp               |   12 +-
 src/VBox/Devices/EFI/DevEFI.cpp                    |   25 +-
 src/VBox/Devices/EFI/DevSmc.cpp                    |   30 +-
 .../BaseTools/Source/Python/BPDG/StringTable.py    |    0
 .../Source/Python/Common/FdfParserLite.py          |    0
 .../Source/Python/Common/Identification.py         |    0
 .../BaseTools/Source/Python/Common/VpdInfoFile.py  |    0
 .../Source/Python/CommonDataClass/CommonClass.py   |    0
 .../Source/Python/CommonDataClass/FdfClass.py      |    0
 .../BaseTools/Source/Python/Ecc/CodeFragment.py    |    0
 .../BaseTools/Source/Python/Ecc/ParserWarning.py   |    0
 .../BaseTools/Source/Python/Ecc/Xml/XmlRoutines.py |    0
 .../BaseTools/Source/Python/Ecc/Xml/__init__.py    |    0
 .../BaseTools/Source/Python/Eot/CodeFragment.py    |    0
 .../BaseTools/Source/Python/Eot/ParserWarning.py   |    0
 .../Firmware/BaseTools/Source/Python/Eot/Report.py |    0
 .../BaseTools/Source/Python/GenFds/Attribute.py    |    0
 .../BaseTools/Source/Python/Table/Table.py         |    0
 .../BaseTools/Source/Python/UPT/BuildVersion.py    |    0
 .../BaseTools/Source/Python/UPT/Core/__init__.py   |    0
 .../Source/Python/UPT/GenMetaFile/GenXmlFile.py    |    0
 .../Source/Python/UPT/GenMetaFile/__init__.py      |    0
 .../Source/Python/UPT/Library/DataType.py          |    0
 .../Source/Python/UPT/Library/GlobalData.py        |    0
 .../Source/Python/UPT/Library/Xml/__init__.py      |    0
 .../Source/Python/UPT/Library/__init__.py          |    0
 .../Source/Python/UPT/Logger/StringTable.py        |    0
 .../BaseTools/Source/Python/UPT/Logger/__init__.py |    0
 .../Source/Python/UPT/Object/POM/__init__.py       |    0
 .../Python/UPT/Object/Parser/InfCommonObject.py    |    0
 .../Python/UPT/Object/Parser/InfHeaderObject.py    |    0
 .../Source/Python/UPT/Object/Parser/__init__.py    |    0
 .../BaseTools/Source/Python/UPT/Object/__init__.py |    0
 .../BaseTools/Source/Python/UPT/Parser/__init__.py |    0
 .../Source/Python/UPT/PomAdapter/__init__.py       |    0
 .../BaseTools/Source/Python/UPT/Xml/__init__.py    |    0
 .../Firmware/UefiCpuPkg/ResetVector/Vtf0/Build.py  |    0
 .../ResetVector/Vtf0/Tools/FixupForRawSection.py   |    0
 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/EFI/VBoxSmcUtil-darwin.cpp        |   18 +-
 src/VBox/Devices/GIMDev/GIMDev.cpp                 |    6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |   16 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |    2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          |   68 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |    7 +
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m    |   87 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp   |    6 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp    |  460 +++--
 .../Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp  |    6 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp |   47 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp    |  241 ++-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp        |    6 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   38 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |   69 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |   16 +-
 src/VBox/Devices/Graphics/DevVGA_VDMA.cpp          |    4 +-
 src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c   |   24 +-
 src/VBox/Devices/Input/DevPS2.cpp                  |   15 +-
 src/VBox/Devices/Input/DrvKeyboardQueue.cpp        |   18 +-
 src/VBox/Devices/Input/DrvMouseQueue.cpp           |   12 +-
 src/VBox/Devices/Input/PS2K.cpp                    |   34 +-
 src/VBox/Devices/Input/PS2M.cpp                    |   33 +-
 src/VBox/Devices/Input/UsbKbd.cpp                  |   35 +-
 src/VBox/Devices/Input/UsbMouse.cpp                |   35 +-
 src/VBox/Devices/Input/testcase/tstUsbMouse.cpp    |    7 +-
 src/VBox/Devices/Makefile.kmk                      |    1 -
 src/VBox/Devices/Misc/VirtualKD.cpp                |   25 +-
 src/VBox/Devices/Network/DevE1000.cpp              |    7 +-
 src/VBox/Devices/Network/DevINIP.cpp               |   43 +-
 src/VBox/Devices/Network/DevPCNet.cpp              |   26 +-
 src/VBox/Devices/Network/DevVirtioNet.cpp          |   18 +-
 src/VBox/Devices/Network/DrvDedicatedNic.cpp       |   13 +-
 src/VBox/Devices/Network/DrvIntNet.cpp             |   19 +-
 src/VBox/Devices/Network/DrvNAT.cpp                |  120 +-
 src/VBox/Devices/Network/DrvNetShaper.cpp          |   13 +-
 src/VBox/Devices/Network/DrvNetSniffer.cpp         |   12 +-
 src/VBox/Devices/Network/DrvTAP.cpp                |   19 +-
 src/VBox/Devices/Network/DrvUDPTunnel.cpp          |   20 +-
 src/VBox/Devices/Network/DrvVDE.cpp                |   19 +-
 src/VBox/Devices/Network/Pcap.cpp                  |   19 +-
 src/VBox/Devices/Network/SrvIntNetR0.cpp           |   30 +-
 .../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp |    6 +-
 src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c  |    2 +-
 src/VBox/Devices/Network/slirp/ip_icmp.c           |    5 +-
 src/VBox/Devices/Network/slirp/slirp.c             |    3 +
 src/VBox/Devices/Network/slirp/udp.c               |    4 +
 src/VBox/Devices/Network/testcase/tstIntNet-1.cpp  |   15 +-
 src/VBox/Devices/Network/testcase/tstIntNetR0.cpp  |   22 +-
 src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp              |    6 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |    4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/PC/DevACPI.cpp                    |   27 +-
 src/VBox/Devices/PC/DevAPIC.cpp                    |   26 +-
 src/VBox/Devices/PC/DevDMA.cpp                     |    9 +-
 src/VBox/Devices/PC/DevFwCommon.cpp                |   19 +-
 src/VBox/Devices/PC/DevHPET.cpp                    |   19 +-
 src/VBox/Devices/PC/DevIoApic.cpp                  |   26 +-
 src/VBox/Devices/PC/DevLPC.cpp                     |    7 +-
 src/VBox/Devices/PC/DevPIC.cpp                     |   12 +-
 src/VBox/Devices/PC/DevPcArch.cpp                  |   13 +-
 src/VBox/Devices/PC/DevPcBios.cpp                  |   13 +-
 src/VBox/Devices/PC/DevPit-i8254.cpp               |   27 +-
 src/VBox/Devices/PC/DevRTC.cpp                     |   19 +-
 src/VBox/Devices/PC/DrvACPI.cpp                    |   13 +-
 src/VBox/Devices/PC/DrvAcpiCpu.cpp                 |    7 +-
 src/VBox/Devices/Parallel/DevParallel.cpp          |   25 +-
 src/VBox/Devices/Parallel/DrvHostParallel.cpp      |   19 +-
 src/VBox/Devices/Samples/DrvStorageFilter.cpp      |   12 +-
 src/VBox/Devices/Samples/VBoxSampleDevice.cpp      |   12 +-
 src/VBox/Devices/Serial/DevSerial.cpp              |   20 +-
 src/VBox/Devices/Serial/DrvChar.cpp                |   18 +-
 src/VBox/Devices/Serial/DrvHostSerial.cpp          |   12 +-
 src/VBox/Devices/Serial/DrvNamedPipe.cpp           |   24 +-
 src/VBox/Devices/Serial/DrvRawFile.cpp             |   18 +-
 src/VBox/Devices/Serial/DrvTCP.cpp                 |   26 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |   11 +-
 src/VBox/Devices/Storage/DevATA.cpp                |   33 +-
 src/VBox/Devices/Storage/DevBusLogic.cpp           |   25 +-
 src/VBox/Devices/Storage/DevFdc.cpp                |    6 +-
 src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp       |   33 +-
 src/VBox/Devices/Storage/DrvBlock.cpp              |   12 +-
 src/VBox/Devices/Storage/DrvDiskIntegrity.cpp      |   19 +-
 src/VBox/Devices/Storage/DrvHostBase.cpp           |    8 +-
 src/VBox/Devices/Storage/DrvHostDVD.cpp            |   24 +-
 src/VBox/Devices/Storage/DrvHostFloppy.cpp         |    6 +-
 src/VBox/Devices/Storage/DrvMediaISO.cpp           |   19 +-
 src/VBox/Devices/Storage/DrvRawImage.cpp           |   12 +-
 src/VBox/Devices/Storage/DrvSCSI.cpp               |   19 +-
 src/VBox/Devices/Storage/DrvSCSIHost.cpp           |   11 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |  117 +-
 src/VBox/Devices/Storage/HBDMgmt-darwin.cpp        |   38 +-
 src/VBox/Devices/Storage/HBDMgmt-win.cpp           |   29 +-
 src/VBox/Devices/Storage/HBDMgmt.h                 |    4 +-
 src/VBox/Devices/Storage/UsbMsd.cpp                |   35 +-
 src/VBox/Devices/Storage/VBoxSCSI.cpp              |    7 +-
 src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp     |    8 +-
 src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp     |   13 +-
 src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp     |   13 +-
 .../Devices/Storage/VSCSI/VSCSIVpdPagePool.cpp     |   21 +-
 src/VBox/Devices/USB/DevOHCI.cpp                   |   26 +-
 src/VBox/Devices/USB/DrvVUSBRootHub.cpp            |    9 +-
 src/VBox/Devices/USB/USBProxyDevice-stub.cpp       |   13 +-
 src/VBox/Devices/USB/USBProxyDevice.cpp            |   12 +-
 src/VBox/Devices/USB/VUSBDevice.cpp                |   31 +-
 src/VBox/Devices/USB/VUSBReadAhead.cpp             |   18 +-
 src/VBox/Devices/USB/VUSBSniffer.cpp               |   30 +-
 src/VBox/Devices/USB/VUSBUrb.cpp                   |   19 +-
 .../Devices/USB/darwin/USBProxyDevice-darwin.cpp   |   25 +-
 .../Devices/USB/freebsd/USBProxyDevice-freebsd.cpp |   21 +-
 .../Devices/USB/linux/USBProxyDevice-linux.cpp     |   32 +-
 src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp    |   30 +-
 .../Devices/USB/solaris/USBProxyDevice-solaris.cpp |   19 +-
 .../Devices/USB/testcase/tstOhciRegisterAccess.cpp |   12 +-
 .../Devices/USB/usbip/USBProxyDevice-usbip.cpp     |  454 +++--
 src/VBox/Devices/USB/win/USBProxyDevice-win.cpp    |   19 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   90 +-
 src/VBox/Devices/VMMDev/VMMDevHGCM.cpp             |   12 +-
 src/VBox/Devices/VMMDev/VMMDevHGCM.h               |   12 +-
 src/VBox/Devices/VMMDev/VMMDevTesting.cpp          |    6 +-
 src/VBox/Devices/VirtIO/Virtio.cpp                 |   14 +-
 src/VBox/Devices/build/VBoxDD.cpp                  |   12 +-
 src/VBox/Devices/build/VBoxDD2.cpp                 |   12 +-
 src/VBox/Devices/build/VBoxDD2R0.cpp               |   13 +-
 src/VBox/Devices/build/VBoxDDR0.cpp                |   13 +-
 src/VBox/Devices/build/VBoxDDUDeps.cpp             |    7 +-
 src/VBox/Devices/testcase/tstDeviceStructSize.cpp  |   16 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    6 +-
 src/VBox/Disassembler/Disasm.cpp                   |    6 +-
 src/VBox/Disassembler/DisasmCore.cpp               |   24 +-
 src/VBox/Disassembler/DisasmFormatBytes.cpp        |    6 +-
 src/VBox/Disassembler/DisasmFormatYasm.cpp         |   12 +-
 src/VBox/Disassembler/DisasmReg.cpp                |   12 +-
 src/VBox/Disassembler/DisasmTables.cpp             |    6 +-
 src/VBox/Disassembler/DisasmTablesX64.cpp          |    6 +-
 src/VBox/Disassembler/testcase/tstDisasm-1.cpp     |    7 +-
 src/VBox/Disassembler/testcase/tstDisasm-2.cpp     |   15 +-
 src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp      |   19 +-
 .../ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp   |   12 +-
 src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp    |   12 +-
 src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp    |   12 +-
 src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp      |   24 +-
 src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp |   18 +-
 .../dtrace/test/tst/common/funcs/tst.index.d.out   |    0
 .../dtrace/test/tst/common/funcs/tst.substr.d.out  |    0
 src/VBox/ExtPacks/VNC/VBoxVNC.cpp                  |   19 +-
 src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp              |   12 +-
 .../VBoxAutostart/VBoxAutostart-posix.cpp          |    6 +-
 .../Frontends/VBoxAutostart/VBoxAutostart-win.cpp  |   27 +-
 .../Frontends/VBoxAutostart/VBoxAutostartCfg.cpp   |   21 +-
 .../VBoxBalloonCtrl/VBoxModAPIMonitor.cpp          |    6 +-
 .../VBoxBalloonCtrl/VBoxModBallooning.cpp          |    6 +-
 .../Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp     |    6 +-
 .../VBoxBalloonCtrl/VBoxWatchdogUtils.cpp          |    6 +-
 .../Frontends/VBoxManage/VBoxInternalManage.cpp    |    8 +-
 src/VBox/Frontends/VBoxManage/VBoxManage.cpp       |   24 +-
 .../Frontends/VBoxManage/VBoxManageAppliance.cpp   |    7 +-
 .../VBoxManage/VBoxManageBandwidthControl.cpp      |    7 +-
 .../Frontends/VBoxManage/VBoxManageControlVM.cpp   |    7 +-
 .../Frontends/VBoxManage/VBoxManageDHCPServer.cpp  |    7 +-
 .../Frontends/VBoxManage/VBoxManageDebugVM.cpp     |    6 +-
 src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp   |    7 +-
 .../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp   |   33 +-
 .../VBoxManage/VBoxManageGuestCtrlListener.cpp     |    6 +-
 .../Frontends/VBoxManage/VBoxManageGuestProp.cpp   |    6 +-
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |   21 +-
 .../Frontends/VBoxManage/VBoxManageHostonly.cpp    |    7 +-
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |    7 +-
 src/VBox/Frontends/VBoxManage/VBoxManageList.cpp   |    7 +-
 .../Frontends/VBoxManage/VBoxManageMetrics.cpp     |    7 +-
 src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp   |    6 +-
 .../Frontends/VBoxManage/VBoxManageModifyVM.cpp    |    7 +-
 .../Frontends/VBoxManage/VBoxManageNATNetwork.cpp  |    7 +-
 .../Frontends/VBoxManage/VBoxManageSnapshot.cpp    |    7 +-
 .../VBoxManage/VBoxManageStorageController.cpp     |    7 +-
 src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m    |    7 +-
 src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp             |   34 +-
 src/VBox/Frontends/VBoxShell/vboxshell.py          |   28 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |    3 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |   19 +-
 .../Frontends/VirtualBox/src/UIVMInfoDialog.cpp    |    4 +-
 .../Frontends/VirtualBox/src/UIVMLogViewer.cpp     |   95 +-
 src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h  |    9 +
 .../VirtualBox/src/extensions/QIArrowSplitter.cpp  |    4 +-
 .../VirtualBox/src/extradata/UIExtraDataDefs.cpp   |    3 +
 .../VirtualBox/src/extradata/UIExtraDataDefs.h     |    7 +
 .../src/extradata/UIExtraDataManager.cpp           |   98 +-
 .../VirtualBox/src/extradata/UIExtraDataManager.h  |   11 +
 .../src/globals/UIDesktopWidgetWatchdog.cpp        |  212 ++
 .../src/globals/UIDesktopWidgetWatchdog.h          |   81 +
 .../VirtualBox/src/globals/UIMainEventListener.cpp |    9 +
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |   19 +-
 .../VirtualBox/src/globals/UIMessageCenter.h       |    2 +
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |  117 +-
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |   79 +-
 src/VBox/Frontends/VirtualBox/src/main.cpp         |   80 +-
 .../Frontends/VirtualBox/src/medium/UIMedium.cpp   |    6 +-
 .../VirtualBox/src/net/UINetworkReply.cpp          | 1056 ++++++----
 .../VirtualBox/src/net/UINetworkRequestWidget.cpp  |    4 +
 .../src/platform/darwin/DarwinKeyboard.cpp         |   27 +-
 .../src/platform/darwin/tstDarwinKeyboard.cpp      |    6 +-
 .../VirtualBox/src/platform/win/WinKeyboard.cpp    |    5 +
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |    1 +
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |    1 -
 .../VirtualBox/src/runtime/UIMachineView.cpp       |   22 +-
 .../VirtualBox/src/runtime/UIMouseHandler.cpp      |    4 +-
 .../VirtualBox/src/runtime/UIMultiScreenLayout.cpp |   10 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |   36 +-
 .../Frontends/VirtualBox/src/runtime/UISession.h   |    7 +
 .../fullscreen/UIMachineLogicFullscreen.cpp        |    5 +-
 .../runtime/fullscreen/UIMachineViewFullscreen.cpp |    5 +-
 .../fullscreen/UIMachineWindowFullscreen.cpp       |    7 +-
 .../src/runtime/normal/UIMachineViewNormal.cpp     |   17 +-
 .../src/runtime/normal/UIMachineWindowNormal.cpp   |   11 +-
 .../src/runtime/scale/UIMachineViewScale.cpp       |    3 +-
 .../src/runtime/scale/UIMachineWindowScale.cpp     |    5 +-
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |    1 -
 .../src/runtime/seamless/UIMachineViewSeamless.cpp |    5 +-
 .../runtime/seamless/UIMachineWindowSeamless.cpp   |    7 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |    4 +-
 .../global/UIGlobalSettingsPortForwardingDlg.cpp   |   11 +-
 .../settings/machine/UIMachineSettingsDisplay.cpp  |    6 +-
 .../machine/UIMachineSettingsPortForwardingDlg.cpp |    9 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.cpp       |    1 -
 .../src/widgets/UINameAndSystemEditor.cpp          |    8 +-
 .../src/widgets/UIPortForwardingTable.cpp          |   85 +-
 .../VirtualBox/src/widgets/UIPortForwardingTable.h |   35 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |   10 +-
 src/VBox/GuestHost/DragAndDrop/DnDDir.cpp          |    9 +-
 src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp         |    7 +-
 src/VBox/GuestHost/DragAndDrop/DnDPath.cpp         |    7 +-
 src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp      |   27 +-
 src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp    |   19 +-
 src/VBox/GuestHost/OpenGL/error/error.py           |    0
 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py  |    0
 src/VBox/GuestHost/OpenGL/packer/pack_header.py    |    0
 src/VBox/GuestHost/OpenGL/packer/packer_bbox.py    |    0
 src/VBox/GuestHost/OpenGL/spu_loader/dispatch.py   |    0
 .../GuestHost/OpenGL/spu_loader/dispatchheader.py  |    0
 src/VBox/GuestHost/OpenGL/spu_loader/glloader.py   |    0
 src/VBox/GuestHost/OpenGL/spu_loader/spuchange.py  |    0
 src/VBox/GuestHost/OpenGL/spu_loader/spucopy.py    |    0
 .../GuestHost/OpenGL/state_tracker/state_defs.py   |    0
 .../GuestHost/OpenGL/state_tracker/state_funcs.py  |    0
 .../GuestHost/OpenGL/state_tracker/state_init.c    |    2 +-
 .../OpenGL/state_tracker/state_isenabled.py        |    0
 src/VBox/GuestHost/OpenGL/util/debug_opcodes.py    |    0
 src/VBox/GuestHost/OpenGL/util/vboxhgcm.c          |    4 +-
 src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c         |    4 +-
 src/VBox/GuestHost/SharedClipboard/Makefile.kmk    |    2 +-
 .../GuestHost/SharedClipboard/x11-clipboard.cpp    |    2 +-
 src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp     |   24 +-
 src/VBox/HostDrivers/Support/SUPDrv.cpp            |  117 +-
 src/VBox/HostDrivers/Support/SUPDrvGip.cpp         |   25 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |   20 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    3 +-
 src/VBox/HostDrivers/Support/SUPDrvSem.cpp         |    7 +-
 src/VBox/HostDrivers/Support/SUPDrvTracer.cpp      |   30 +-
 src/VBox/HostDrivers/Support/SUPLib.cpp            |   31 +-
 src/VBox/HostDrivers/Support/SUPLibAll.cpp         |    7 +-
 src/VBox/HostDrivers/Support/SUPLibLdr.cpp         |   92 +-
 src/VBox/HostDrivers/Support/SUPLibSem.cpp         |    6 +-
 src/VBox/HostDrivers/Support/SUPR0-def-lx.sed      |    4 +-
 src/VBox/HostDrivers/Support/SUPR0-def-pe.sed      |    4 +-
 src/VBox/HostDrivers/Support/SUPR0IdcClient.c      |   13 +-
 .../HostDrivers/Support/SUPR0IdcClientComponent.c  |    7 +-
 src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c |    7 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp |    7 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |   31 +-
 .../HostDrivers/Support/SUPR3HardenedNoCrt.cpp     |    7 +-
 .../HostDrivers/Support/SUPR3HardenedVerify.cpp    |   23 +-
 src/VBox/HostDrivers/Support/SUPSvc.cpp            |   19 +-
 src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp      |    7 +-
 src/VBox/HostDrivers/Support/SUPSvcGrant.cpp       |   19 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |   65 +-
 .../HostDrivers/Support/darwin/SUPLib-darwin.cpp   |   13 +-
 .../Support/darwin/SUPR0IdcClient-darwin.c         |    7 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |   20 +-
 .../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp |   14 +-
 .../Support/freebsd/SUPR0IdcClient-freebsd.c       |    7 +-
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |   27 +-
 .../HostDrivers/Support/linux/SUPLib-linux.cpp     |   13 +-
 .../Support/linux/SUPR0IdcClient-linux.c           |    7 +-
 src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp    |   19 +-
 src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp    |   13 +-
 .../HostDrivers/Support/os2/SUPR0IdcClient-os2.c   |    7 +-
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |   25 +-
 .../HostDrivers/Support/solaris/SUPLib-solaris.cpp |   13 +-
 .../Support/solaris/SUPR0IdcClient-solaris.c       |    7 +-
 src/VBox/HostDrivers/Support/testcase/Makefile.kmk |   26 +-
 .../HostDrivers/Support/testcase/SUPInstall.cpp    |    6 +-
 .../HostDrivers/Support/testcase/SUPLoggerCtl.cpp  |    7 +-
 .../HostDrivers/Support/testcase/SUPUninstall.cpp  |    6 +-
 .../HostDrivers/Support/testcase/tstContiguous.cpp |    6 +-
 src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp |  131 +-
 .../Support/testcase/tstGetPagingMode.cpp          |    6 +-
 src/VBox/HostDrivers/Support/testcase/tstInit.cpp  |    6 +-
 src/VBox/HostDrivers/Support/testcase/tstInt.cpp   |    6 +-
 src/VBox/HostDrivers/Support/testcase/tstLow.cpp   |    6 +-
 .../Support/testcase/tstNtQueryStuff.cpp           |   18 +-
 src/VBox/HostDrivers/Support/testcase/tstPage.cpp  |    6 +-
 src/VBox/HostDrivers/Support/testcase/tstPin.cpp   |    6 +-
 .../Support/testcase/tstSupLoadModule.cpp          |    8 +-
 .../Support/testcase/tstSupSem-Zombie.cpp          |   12 +-
 .../HostDrivers/Support/testcase/tstSupSem.cpp     |   12 +-
 .../Support/testcase/tstSupTscDelta.cpp            |    7 +-
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |  143 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |   53 +-
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |   23 +-
 src/VBox/HostDrivers/Support/win/SUPLib-win.cpp    |   26 +-
 .../HostDrivers/Support/win/SUPR0IdcClient-win.c   |   13 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |   37 +-
 .../Support/win/SUPR3HardenedMainA-win.asm         |   12 +
 .../Support/win/SUPR3HardenedMainImports-win.cpp   |   89 +-
 .../Support/win/SUPR3HardenedNoCrt-win.cpp         |   27 +-
 src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp    |   25 +-
 .../HostDrivers/Support/win/VBoxSupLib-win.cpp     |    6 +-
 src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c       |   13 +-
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |   28 +-
 .../VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c        |    7 +-
 .../VBoxNetAdp/linux/VBoxNetAdp-linux.c            |   28 +-
 .../VBoxNetAdp/solaris/VBoxNetAdp-solaris.c        |   38 +-
 src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c       |   13 +-
 .../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp        |   31 +-
 .../VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c        |    7 +-
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |   28 +-
 .../VBoxNetFlt/solaris/VBoxNetFlt-solaris.c        |   39 +-
 .../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c     |   38 +-
 .../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp  |   37 +-
 .../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp          |   50 +-
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c |   22 +-
 src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp         |    6 +-
 src/VBox/HostDrivers/VBoxUSB/USBLib.cpp            |    6 +-
 src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp  |   25 +-
 .../HostDrivers/VBoxUSB/darwin/USBLib-darwin.cpp   |   19 +-
 src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp    |   30 +-
 .../VBoxUSB/darwin/testcase/tstOpenUSBDev.cpp      |    8 +-
 .../HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp |   24 +-
 .../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c  |   38 +-
 .../VBoxUSB/solaris/VBoxUSBMon-solaris.c           |   46 +-
 .../HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp  |   20 +-
 .../HostDrivers/VBoxUSB/win/Install/USBInstall.cpp |    6 +-
 .../VBoxUSB/win/Install/USBUninstall.cpp           |    6 +-
 .../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp |   20 +-
 .../HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp     |    6 +-
 .../HostDrivers/VBoxUSB/win/testcase/USBTest.cpp   |    6 +-
 src/VBox/HostServices/DragAndDrop/dndmanager.cpp   |   14 +-
 src/VBox/HostServices/DragAndDrop/service.cpp      |   21 +-
 src/VBox/HostServices/GuestControl/gctrl.cpp       |    7 +-
 src/VBox/HostServices/GuestControl/service.cpp     |    7 +-
 .../GuestControl/testcase/tstGuestControlSvc.cpp   |   16 +-
 src/VBox/HostServices/GuestProperties/service.cpp  |    7 +-
 .../GuestProperties/testcase/tstGuestPropSvc.cpp   |   15 +-
 .../testcase/tstSharedFolderService.cpp            |   46 +-
 .../SharedFolders/testcase/tstShflCase.cpp         |   19 +-
 .../SharedFolders/testcase/tstShflSizes.cpp        |    7 +-
 src/VBox/HostServices/SharedFolders/vbsf.cpp       |   21 +
 src/VBox/HostServices/SharedFolders/vbsfpath.h     |    2 +-
 src/VBox/HostServices/SharedOpenGL/Makefile.kmk    |    4 -
 .../SharedOpenGL/crserverlib/server_dispatch.py    |    0
 .../crserverlib/server_dispatch_header.py          |    0
 .../SharedOpenGL/crserverlib/server_get.py         |    0
 .../SharedOpenGL/crserverlib/server_retval.py      |    0
 .../HostServices/SharedOpenGL/dlm/dlm_generated.py |    0
 .../HostServices/SharedOpenGL/expando/expando.py   |    0
 .../HostServices/SharedOpenGL/unpacker/unpack.py   |    0
 .../SharedOpenGL/unpacker/unpack_extend.py         |    0
 .../SharedOpenGL/unpacker/unpack_header.py         |    0
 src/VBox/HostServices/testcase/tstHGCMSvc.cpp      |    7 +-
 src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp        |   24 +-
 src/VBox/Installer/darwin/Makefile.kmk             |   11 +-
 src/VBox/Installer/solaris/Makefile.kmk            |    4 +-
 src/VBox/Installer/solaris/VBoxISAExec.c           |    7 +-
 src/VBox/Installer/solaris/VBoxZoneAccess.c        |   14 +-
 .../Installer/win/InstallHelper/VBoxCommon.cpp     |    6 +-
 .../win/InstallHelper/VBoxInstallHelper.cpp        |   12 +-
 src/VBox/Installer/win/Stub/VBoxStub.cpp           |   26 +-
 src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp   |    7 +-
 src/VBox/Installer/win/StubBld/VBoxStubBld.cpp     |    7 +-
 src/VBox/Main/Makefile.kmk                         |    2 +-
 src/VBox/Main/cbinding/VBoxCAPIGlue.c              |   19 +-
 src/VBox/Main/cbinding/tstCAPIGlue.c               |   13 +-
 src/VBox/Main/glue/AutoLock.cpp                    |   12 +-
 src/VBox/Main/glue/com.cpp                         |    2 +-
 src/VBox/Main/glue/constants-python.xsl            |    0
 src/VBox/Main/idl/VirtualBox.xidl                  |    6 +
 src/VBox/Main/include/ApplianceImplPrivate.h       |    2 +-
 src/VBox/Main/include/GuestDnDPrivate.h            |   71 +-
 src/VBox/Main/include/GuestDnDSourceImpl.h         |    4 +-
 src/VBox/Main/include/GuestDnDTargetImpl.h         |    6 +-
 src/VBox/Main/include/GuestImpl.h                  |    5 +-
 src/VBox/Main/include/GuestSessionImpl.h           |    8 +-
 src/VBox/Main/include/PerformanceImpl.h            |    2 +-
 src/VBox/Main/include/USBIdDatabase.h              |    8 +-
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |   18 +-
 src/VBox/Main/src-all/ExtPackUtil.cpp              |    6 +-
 src/VBox/Main/src-all/HashedPw.cpp                 |   13 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |    6 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |   15 +-
 src/VBox/Main/src-client/ConsoleImplTeleporter.cpp |   18 +-
 src/VBox/Main/src-client/DrvAudioVRDE.cpp          |   15 +-
 src/VBox/Main/src-client/GuestCtrlPrivate.cpp      |    7 +-
 src/VBox/Main/src-client/GuestDirectoryImpl.cpp    |    6 +-
 src/VBox/Main/src-client/GuestDnDPrivate.cpp       |    2 +-
 src/VBox/Main/src-client/GuestDnDSourceImpl.cpp    |  109 +-
 src/VBox/Main/src-client/GuestDnDTargetImpl.cpp    |  249 ++-
 src/VBox/Main/src-client/GuestFileImpl.cpp         |    6 +-
 src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp    |    6 +-
 src/VBox/Main/src-client/GuestImpl.cpp             |    5 +-
 src/VBox/Main/src-client/GuestProcessImpl.cpp      |    7 +-
 src/VBox/Main/src-client/GuestSessionImpl.cpp      |    6 +-
 src/VBox/Main/src-client/GuestSessionImplTasks.cpp |   20 +-
 src/VBox/Main/src-client/MachineDebuggerImpl.cpp   |    7 +-
 src/VBox/Main/src-client/Nvram.cpp                 |   19 +-
 src/VBox/Main/src-client/UsbCardReader.cpp         |   15 +-
 src/VBox/Main/src-client/VBoxDriversRegister.cpp   |    6 +-
 src/VBox/Main/src-client/win/dllmain.cpp           |   18 +-
 .../Main/src-helper-apps/VBoxExtPackHelperApp.cpp  |   18 +-
 src/VBox/Main/src-helper-apps/VBoxVolInfo.cpp      |   13 +-
 src/VBox/Main/src-server/ApplianceImpl.cpp         |    2 +-
 src/VBox/Main/src-server/ApplianceImplIO.cpp       |   86 +-
 src/VBox/Main/src-server/HostDnsService.cpp        |    2 +-
 src/VBox/Main/src-server/HostDnsService.h          |    2 +-
 src/VBox/Main/src-server/HostPower.cpp             |    6 +-
 src/VBox/Main/src-server/HostUSBDeviceImpl.cpp     |    3 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |    1 +
 src/VBox/Main/src-server/MachineImplCloneVM.cpp    |    6 +-
 src/VBox/Main/src-server/MediumImpl.cpp            |    2 +-
 src/VBox/Main/src-server/PerformanceImpl.cpp       |    4 +-
 .../Main/src-server/USBIdDatabaseGenerator.cpp     |  157 +-
 src/VBox/Main/src-server/USBIdDatabaseStub.cpp     |    4 +-
 src/VBox/Main/src-server/VFSExplorerImpl.cpp       |    6 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |    4 +-
 src/VBox/Main/src-server/darwin/NetIf-darwin.cpp   |    6 +-
 .../src-server/darwin/USBProxyServiceDarwin.cpp    |    6 +-
 src/VBox/Main/src-server/darwin/iokit.cpp          |   18 +-
 .../src-server/freebsd/HostHardwareFreeBSD.cpp     |   14 +-
 src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp |    7 +-
 .../src-server/freebsd/USBProxyServiceFreeBSD.cpp  |   19 +-
 .../Main/src-server/linux/HostHardwareLinux.cpp    |   21 +-
 src/VBox/Main/src-server/linux/HostPowerLinux.cpp  |   18 +-
 src/VBox/Main/src-server/linux/NetIf-linux.cpp     |    6 +-
 src/VBox/Main/src-server/linux/USBGetDevices.cpp   |   20 +-
 .../Main/src-server/linux/USBProxyServiceLinux.cpp |    6 +-
 src/VBox/Main/src-server/os2/NetIf-os2.cpp         |    6 +-
 .../Main/src-server/os2/USBProxyServiceOs2.cpp     |    6 +-
 src/VBox/Main/src-server/solaris/NetIf-solaris.cpp |    6 +-
 .../src-server/solaris/USBProxyServiceSolaris.cpp  |   19 +-
 src/VBox/Main/src-server/win/HostPowerWin.cpp      |    7 +-
 src/VBox/Main/src-server/win/NetIf-win.cpp         |  335 ++-
 .../Main/src-server/win/USBProxyServiceWindows.cpp |    6 +-
 src/VBox/Main/src-server/xpcom/server.cpp          |    2 +-
 src/VBox/Main/testcase/tstCollector.cpp            |   11 +-
 src/VBox/Main/testcase/tstGuid.cpp                 |    7 +-
 src/VBox/Main/testcase/tstUSBProxyLinux.cpp        |    7 +-
 src/VBox/Main/testcase/tstVBoxAPI.cpp              |   12 +-
 src/VBox/Main/testcase/tstVBoxAPIPerf.cpp          |   12 +-
 src/VBox/Main/webservice/Makefile.kmk              |    5 +-
 src/VBox/Main/webservice/vboxweb.cpp               |    9 +-
 .../NetworkServices/DHCP/NetworkManagerDhcp.cpp    |    7 +-
 src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp      |   22 +-
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    |   75 +-
 src/VBox/NetworkServices/NetLib/ComHostUtils.cpp   |    7 +-
 src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp     |    7 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.cpp  |   24 +-
 src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp   |    7 +-
 .../NetLib/VBoxNetPortForwardString.cpp            |    7 +-
 src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp     |    7 +-
 src/VBox/RDP/client-1.8.3/rdesktop.c               |    2 +-
 src/VBox/Runtime/Makefile.kmk                      |   21 +-
 src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp |    6 +-
 src/VBox/Runtime/VBox/VBoxRTDeps.cpp               |   13 +-
 src/VBox/Runtime/VBox/log-vbox.cpp                 |   12 +-
 src/VBox/Runtime/VBox/logbackdoor-redirect.cpp     |    6 +-
 src/VBox/Runtime/VBox/logbackdoor.cpp              |   13 +-
 src/VBox/Runtime/common/alloc/alloc.cpp            |   10 +-
 src/VBox/Runtime/common/alloc/heapoffset.cpp       |   24 +-
 src/VBox/Runtime/common/alloc/heapsimple.cpp       |   24 +-
 src/VBox/Runtime/common/alloc/memcache.cpp         |   18 +-
 src/VBox/Runtime/common/alloc/memtracker.cpp       |   18 +-
 src/VBox/Runtime/common/asm/asm-fake.cpp           |    6 +-
 src/VBox/Runtime/common/asn1/asn1-basics.cpp       |   13 +-
 src/VBox/Runtime/common/asn1/asn1-cursor.cpp       |   19 +-
 .../Runtime/common/asn1/asn1-default-allocator.cpp |    7 +-
 src/VBox/Runtime/common/asn1/asn1-dump.cpp         |   13 +-
 .../Runtime/common/asn1/asn1-efence-allocator.cpp  |    7 +-
 src/VBox/Runtime/common/asn1/asn1-encode.cpp       |   13 +-
 .../common/asn1/asn1-ut-bitstring-decode.cpp       |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp |   13 +-
 .../Runtime/common/asn1/asn1-ut-boolean-decode.cpp |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp   |   13 +-
 .../Runtime/common/asn1/asn1-ut-core-decode.cpp    |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-core.cpp      |    7 +-
 .../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp   |    7 +-
 .../Runtime/common/asn1/asn1-ut-integer-decode.cpp |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp   |   13 +-
 .../Runtime/common/asn1/asn1-ut-null-decode.cpp    |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-null.cpp      |    7 +-
 .../Runtime/common/asn1/asn1-ut-objid-decode.cpp   |   19 +-
 src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp     |   19 +-
 .../common/asn1/asn1-ut-octetstring-decode.cpp     |    7 +-
 .../Runtime/common/asn1/asn1-ut-octetstring.cpp    |   13 +-
 .../Runtime/common/asn1/asn1-ut-string-decode.cpp  |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-string.cpp    |   13 +-
 .../Runtime/common/asn1/asn1-ut-time-decode.cpp    |    7 +-
 src/VBox/Runtime/common/asn1/asn1-ut-time.cpp      |   13 +-
 src/VBox/Runtime/common/checksum/RTSha1Digest.cpp  |    6 +-
 .../Runtime/common/checksum/RTSha256Digest.cpp     |    6 +-
 src/VBox/Runtime/common/checksum/adler32.cpp       |   12 +-
 src/VBox/Runtime/common/checksum/alt-md2.cpp       |   18 +-
 src/VBox/Runtime/common/checksum/alt-md5.cpp       |   13 +-
 src/VBox/Runtime/common/checksum/alt-sha1.cpp      |   41 +-
 src/VBox/Runtime/common/checksum/alt-sha256.cpp    |   48 +-
 src/VBox/Runtime/common/checksum/alt-sha512.cpp    |   78 +-
 src/VBox/Runtime/common/checksum/crc32-zlib.cpp    |    6 +-
 src/VBox/Runtime/common/checksum/crc64.cpp         |   12 +-
 src/VBox/Runtime/common/checksum/ipv4.cpp          |    6 +-
 src/VBox/Runtime/common/checksum/ipv6.cpp          |    6 +-
 src/VBox/Runtime/common/checksum/manifest-file.cpp |    6 +-
 src/VBox/Runtime/common/checksum/manifest.cpp      |   14 +-
 src/VBox/Runtime/common/checksum/manifest2.cpp     |   12 +-
 src/VBox/Runtime/common/checksum/manifest3.cpp     |   12 +-
 src/VBox/Runtime/common/checksum/md2str.cpp        |    6 +-
 src/VBox/Runtime/common/checksum/md5str.cpp        |    6 +-
 src/VBox/Runtime/common/checksum/openssl-md2.cpp   |    6 +-
 src/VBox/Runtime/common/checksum/openssl-md5.cpp   |    6 +-
 src/VBox/Runtime/common/checksum/openssl-sha1.cpp  |   24 +-
 .../Runtime/common/checksum/openssl-sha256.cpp     |   36 +-
 .../Runtime/common/checksum/openssl-sha512.cpp     |   36 +-
 src/VBox/Runtime/common/checksum/sha1str.cpp       |    6 +-
 src/VBox/Runtime/common/checksum/sha224str.cpp     |    6 +-
 src/VBox/Runtime/common/checksum/sha256str.cpp     |    6 +-
 src/VBox/Runtime/common/checksum/sha384str.cpp     |    6 +-
 src/VBox/Runtime/common/checksum/sha512str.cpp     |    6 +-
 src/VBox/Runtime/common/checksum/sha512t224str.cpp |    6 +-
 src/VBox/Runtime/common/checksum/sha512t256str.cpp |    6 +-
 src/VBox/Runtime/common/checksum/x509.cpp          |    6 +-
 .../common/crypto/RTCrStoreCertAddFromFile.cpp     |  114 --
 .../crypto/RTCrStoreCertAddFromJavaKeyStore.cpp    |  310 +++
 ...RTCrStoreCertAddWantedFromFishingExpedition.cpp |  237 +++
 .../common/crypto/RTCrStoreCertExportAsPem.cpp     |  137 ++
 src/VBox/Runtime/common/crypto/digest-builtin.cpp  |    6 +-
 src/VBox/Runtime/common/crypto/digest-core.cpp     |   12 +-
 src/VBox/Runtime/common/crypto/iprt-openssl.cpp    |    6 +-
 src/VBox/Runtime/common/crypto/pemfile.cpp         |  254 ++-
 .../Runtime/common/crypto/pkcs7-asn1-decoder.cpp   |    6 +-
 src/VBox/Runtime/common/crypto/pkcs7-core.cpp      |    6 +-
 src/VBox/Runtime/common/crypto/pkcs7-init.cpp      |    6 +-
 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp    |    6 +-
 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp    |    6 +-
 .../common/crypto/pkix-signature-builtin.cpp       |   12 +-
 .../Runtime/common/crypto/pkix-signature-core.cpp  |   12 +-
 .../Runtime/common/crypto/pkix-signature-rsa.cpp   |   18 +-
 src/VBox/Runtime/common/crypto/pkix-util.cpp       |    6 +-
 src/VBox/Runtime/common/crypto/pkix-verify.cpp     |    6 +-
 .../Runtime/common/crypto/rsa-asn1-decoder.cpp     |    6 +-
 src/VBox/Runtime/common/crypto/rsa-core.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/rsa-init.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/rsa-sanity.cpp      |    6 +-
 .../Runtime/common/crypto/spc-asn1-decoder.cpp     |    6 +-
 src/VBox/Runtime/common/crypto/spc-core.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/spc-init.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/spc-sanity.cpp      |    6 +-
 .../Runtime/common/crypto/store-cert-add-basic.cpp |  849 ++++++++
 src/VBox/Runtime/common/crypto/store-inmem.cpp     |   43 +-
 src/VBox/Runtime/common/crypto/store-internal.h    |    3 +
 src/VBox/Runtime/common/crypto/store.cpp           |   40 +-
 .../Runtime/common/crypto/taf-asn1-decoder.cpp     |    6 +-
 src/VBox/Runtime/common/crypto/taf-core.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/taf-init.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/taf-sanity.cpp      |    6 +-
 .../Runtime/common/crypto/tsp-asn1-decoder.cpp     |    6 +-
 src/VBox/Runtime/common/crypto/tsp-core.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/tsp-init.cpp        |    6 +-
 src/VBox/Runtime/common/crypto/tsp-sanity.cpp      |    6 +-
 .../Runtime/common/crypto/x509-asn1-decoder.cpp    |    6 +-
 src/VBox/Runtime/common/crypto/x509-certpaths.cpp  |   18 +-
 src/VBox/Runtime/common/crypto/x509-core.cpp       |    9 +-
 src/VBox/Runtime/common/crypto/x509-file.cpp       |   12 +-
 src/VBox/Runtime/common/crypto/x509-init.cpp       |    6 +-
 src/VBox/Runtime/common/crypto/x509-sanity.cpp     |    6 +-
 src/VBox/Runtime/common/crypto/x509-verify.cpp     |    6 +-
 src/VBox/Runtime/common/dbg/dbg.cpp                |    7 +-
 src/VBox/Runtime/common/dbg/dbgas.cpp              |   24 +-
 src/VBox/Runtime/common/dbg/dbgcfg.cpp             |   24 +-
 src/VBox/Runtime/common/dbg/dbgmod.cpp             |   24 +-
 src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp     |   18 +-
 src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp    |   12 +-
 src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp      |   12 +-
 src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp     |    6 +-
 src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp        |   36 +-
 src/VBox/Runtime/common/dbg/dbgmodexports.cpp      |   12 +-
 src/VBox/Runtime/common/dbg/dbgmodldr.cpp          |   12 +-
 src/VBox/Runtime/common/dbg/dbgmodnm.cpp           |   12 +-
 src/VBox/Runtime/common/dvm/dvm.cpp                |   20 +-
 src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp        |   45 +-
 src/VBox/Runtime/common/dvm/dvmgpt.cpp             |   26 +-
 src/VBox/Runtime/common/dvm/dvmmbr.cpp             |   26 +-
 src/VBox/Runtime/common/dvm/dvmvfs.cpp             |   13 +-
 .../Runtime/common/err/RTErrConvertFromErrno.cpp   |    6 +-
 .../Runtime/common/err/RTErrConvertToErrno.cpp     |    6 +-
 src/VBox/Runtime/common/err/errinfo-alloc.cpp      |    6 +-
 src/VBox/Runtime/common/err/errinfo.cpp            |    6 +-
 src/VBox/Runtime/common/err/errmsg.cpp             |   12 +-
 src/VBox/Runtime/common/err/errmsgxpcom.cpp        |   13 +-
 src/VBox/Runtime/common/filesystem/filesystem.cpp  |   13 +-
 .../Runtime/common/filesystem/filesystemext.cpp    |   19 +-
 src/VBox/Runtime/common/ldr/ldr.cpp                |    6 +-
 src/VBox/Runtime/common/ldr/ldrELF.cpp             |   18 +-
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |    6 +-
 src/VBox/Runtime/common/ldr/ldrFile.cpp            |   12 +-
 src/VBox/Runtime/common/ldr/ldrMemory.cpp          |   12 +-
 src/VBox/Runtime/common/ldr/ldrNative.cpp          |    6 +-
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |   24 +-
 src/VBox/Runtime/common/ldr/ldrkStuff.cpp          |   12 +-
 src/VBox/Runtime/common/log/log.cpp                |   30 +-
 src/VBox/Runtime/common/log/logcom.cpp             |   18 +-
 src/VBox/Runtime/common/log/logellipsis.cpp        |    6 +-
 src/VBox/Runtime/common/log/logformat.cpp          |   12 +-
 src/VBox/Runtime/common/log/logrel.cpp             |   12 +-
 src/VBox/Runtime/common/log/logrelellipsis.cpp     |    6 +-
 src/VBox/Runtime/common/log/tracebuf.cpp           |   18 +-
 src/VBox/Runtime/common/log/tracedefault.cpp       |   12 +-
 src/VBox/Runtime/common/math/bignum.cpp            |   24 +-
 src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp  |    6 +-
 src/VBox/Runtime/common/misc/RTAssertMsg2.cpp      |    6 +-
 src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp   |    6 +-
 .../Runtime/common/misc/RTAssertMsg2AddWeak.cpp    |    6 +-
 .../Runtime/common/misc/RTAssertMsg2AddWeakV.cpp   |    6 +-
 src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp  |    6 +-
 src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp |    6 +-
 src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp |    6 +-
 src/VBox/Runtime/common/misc/RTFileOpenF.cpp       |    6 +-
 src/VBox/Runtime/common/misc/RTFileOpenV.cpp       |    6 +-
 .../Runtime/common/misc/RTMemWipeThoroughly.cpp    |    8 +-
 .../common/misc/RTSystemIsInsideVM-amd64-x86.cpp   |    7 +-
 src/VBox/Runtime/common/misc/aiomgr.cpp            |   28 +-
 src/VBox/Runtime/common/misc/assert.cpp            |   12 +-
 src/VBox/Runtime/common/misc/buildconfig.cpp       |    6 +-
 src/VBox/Runtime/common/misc/cidr.cpp              |    6 +-
 src/VBox/Runtime/common/misc/circbuf.cpp           |   12 +-
 src/VBox/Runtime/common/misc/getopt.cpp            |   13 +-
 src/VBox/Runtime/common/misc/getoptargv.cpp        |   13 +-
 src/VBox/Runtime/common/misc/handle.cpp            |    6 +-
 src/VBox/Runtime/common/misc/handletable.cpp       |    6 +-
 src/VBox/Runtime/common/misc/handletablectx.cpp    |    6 +-
 src/VBox/Runtime/common/misc/handletablesimple.cpp |    6 +-
 src/VBox/Runtime/common/misc/http.cpp              |  843 +++++---
 src/VBox/Runtime/common/misc/lockvalidator.cpp     |   31 +-
 src/VBox/Runtime/common/misc/message.cpp           |   13 +-
 src/VBox/Runtime/common/misc/once.cpp              |   12 +-
 src/VBox/Runtime/common/misc/req.cpp               |   12 +-
 src/VBox/Runtime/common/misc/reqpool.cpp           |   18 +-
 src/VBox/Runtime/common/misc/reqqueue.cpp          |    6 +-
 src/VBox/Runtime/common/misc/s3.cpp                |   38 +-
 src/VBox/Runtime/common/misc/semspingpong.cpp      |   12 +-
 src/VBox/Runtime/common/misc/sg.cpp                |    6 +-
 src/VBox/Runtime/common/misc/term.cpp              |   19 +-
 src/VBox/Runtime/common/misc/thread.cpp            |   24 +-
 src/VBox/Runtime/common/misc/uri.cpp               |   33 +-
 src/VBox/Runtime/common/net/macstr.cpp             |    7 +-
 src/VBox/Runtime/common/net/netaddrstr.cpp         |    6 +-
 src/VBox/Runtime/common/net/netaddrstr2.cpp        |    7 +-
 src/VBox/Runtime/common/path/RTPathAbsDup.cpp      |    6 +-
 src/VBox/Runtime/common/path/RTPathAbsEx.cpp       |    6 +-
 src/VBox/Runtime/common/path/RTPathAbsExDup.cpp    |    6 +-
 src/VBox/Runtime/common/path/RTPathAppend.cpp      |    6 +-
 src/VBox/Runtime/common/path/RTPathAppendEx.cpp    |    6 +-
 .../Runtime/common/path/RTPathCalcRelative.cpp     |    6 +-
 .../common/path/RTPathChangeToDosSlashes.cpp       |    6 +-
 .../common/path/RTPathChangeToUnixSlashes.cpp      |    6 +-
 .../Runtime/common/path/RTPathCopyComponents.cpp   |    6 +-
 .../Runtime/common/path/RTPathCountComponents.cpp  |    6 +-
 ...Slash.cpp => RTPathEnsureTrailingSeparator.cpp} |   46 +-
 src/VBox/Runtime/common/path/RTPathExt.cpp         |    6 +-
 src/VBox/Runtime/common/path/RTPathFilename.cpp    |    6 +-
 src/VBox/Runtime/common/path/RTPathGlob.cpp        | 2140 ++++++++++++++++++++
 src/VBox/Runtime/common/path/RTPathHasExt.cpp      |    6 +-
 src/VBox/Runtime/common/path/RTPathHasPath.cpp     |    6 +-
 src/VBox/Runtime/common/path/RTPathJoin.cpp        |    6 +-
 src/VBox/Runtime/common/path/RTPathJoinA.cpp       |    6 +-
 src/VBox/Runtime/common/path/RTPathJoinEx.cpp      |    6 +-
 src/VBox/Runtime/common/path/RTPathParse.cpp       |    6 +-
 src/VBox/Runtime/common/path/RTPathParseSimple.cpp |    6 +-
 .../Runtime/common/path/RTPathParsedReassemble.cpp |    6 +-
 src/VBox/Runtime/common/path/RTPathRealDup.cpp     |    6 +-
 src/VBox/Runtime/common/path/RTPathRmCmd.cpp       |   24 +-
 src/VBox/Runtime/common/path/RTPathSplit.cpp       |    6 +-
 src/VBox/Runtime/common/path/RTPathSplitA.cpp      |    6 +-
 .../Runtime/common/path/RTPathSplitReassemble.cpp  |    6 +-
 .../Runtime/common/path/RTPathStartsWithRoot.cpp   |    6 +-
 src/VBox/Runtime/common/path/RTPathStripExt.cpp    |    6 +-
 .../Runtime/common/path/RTPathStripFilename.cpp    |    6 +-
 .../common/path/RTPathStripTrailingSlash.cpp       |    6 +-
 .../Runtime/common/path/RTPathTraverseList.cpp     |    6 +-
 src/VBox/Runtime/common/path/comparepaths.cpp      |    6 +-
 src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp |    6 +-
 .../Runtime/common/path/rtPathVolumeSpecLen.cpp    |    6 +-
 src/VBox/Runtime/common/rand/rand.cpp              |   30 +-
 src/VBox/Runtime/common/rand/randadv.cpp           |   32 +-
 src/VBox/Runtime/common/rand/randparkmiller.cpp    |    9 +-
 src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp |    6 +-
 src/VBox/Runtime/common/sort/RTSortIsSorted.cpp    |    6 +-
 src/VBox/Runtime/common/sort/shellsort.cpp         |    6 +-
 src/VBox/Runtime/common/string/RTStrCat.cpp        |    6 +-
 src/VBox/Runtime/common/string/RTStrCatEx.cpp      |    6 +-
 src/VBox/Runtime/common/string/RTStrCatP.cpp       |    6 +-
 src/VBox/Runtime/common/string/RTStrCatPEx.cpp     |    6 +-
 src/VBox/Runtime/common/string/RTStrCmp.cpp        |    6 +-
 src/VBox/Runtime/common/string/RTStrCopy.cpp       |    6 +-
 src/VBox/Runtime/common/string/RTStrCopyEx.cpp     |    6 +-
 src/VBox/Runtime/common/string/RTStrCopyP.cpp      |    6 +-
 src/VBox/Runtime/common/string/RTStrCopyPEx.cpp    |    6 +-
 src/VBox/Runtime/common/string/RTStrNCmp.cpp       |    6 +-
 src/VBox/Runtime/common/string/RTStrNLen.cpp       |    6 +-
 src/VBox/Runtime/common/string/RTStrNLenEx.cpp     |    7 +-
 .../Runtime/common/string/RTStrPrintHexBytes.cpp   |    6 +-
 src/VBox/Runtime/common/string/RTStrStr.cpp        |    6 +-
 src/VBox/Runtime/common/string/RTUtf16Cat.cpp      |    6 +-
 src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp |    6 +-
 src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp |    6 +-
 src/VBox/Runtime/common/string/RTUtf16Copy.cpp     |    6 +-
 .../Runtime/common/string/RTUtf16CopyAscii.cpp     |    6 +-
 src/VBox/Runtime/common/string/RTUtf16End.cpp      |    6 +-
 .../Runtime/common/string/RTUtf16ICmpAscii.cpp     |    6 +-
 src/VBox/Runtime/common/string/RTUtf16NLen.cpp     |    6 +-
 src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp   |    7 +-
 .../Runtime/common/string/RTUtf16PrintHexBytes.cpp |    6 +-
 src/VBox/Runtime/common/string/base64.cpp          |   18 +-
 src/VBox/Runtime/common/string/memchr.cpp          |    6 +-
 src/VBox/Runtime/common/string/memchr_alias.c      |    6 +-
 src/VBox/Runtime/common/string/memcmp.cpp          |    6 +-
 src/VBox/Runtime/common/string/memcmp_alias.c      |    6 +-
 src/VBox/Runtime/common/string/memcpy.cpp          |    6 +-
 src/VBox/Runtime/common/string/memcpy_alias.c      |    6 +-
 src/VBox/Runtime/common/string/memmove_alias.c     |    6 +-
 src/VBox/Runtime/common/string/memset.cpp          |    6 +-
 src/VBox/Runtime/common/string/memset_alias.c      |    6 +-
 src/VBox/Runtime/common/string/ministring.cpp      |   18 +-
 src/VBox/Runtime/common/string/simplepattern.cpp   |    6 +-
 src/VBox/Runtime/common/string/straprintf.cpp      |   18 +-
 src/VBox/Runtime/common/string/strcache.cpp        |   24 +-
 src/VBox/Runtime/common/string/strchr_alias.c      |    6 +-
 src/VBox/Runtime/common/string/strcmp_alias.c      |    6 +-
 src/VBox/Runtime/common/string/strcpy.cpp          |    6 +-
 src/VBox/Runtime/common/string/strcpy_alias.c      |    6 +-
 src/VBox/Runtime/common/string/strformat.cpp       |   18 +-
 src/VBox/Runtime/common/string/strformatnum.cpp    |    6 +-
 src/VBox/Runtime/common/string/strformatrt.cpp     |   13 +-
 src/VBox/Runtime/common/string/strformattype.cpp   |   24 +-
 src/VBox/Runtime/common/string/strhash1.cpp        |    6 +-
 src/VBox/Runtime/common/string/stringalloc.cpp     |    6 +-
 src/VBox/Runtime/common/string/strlen.cpp          |    6 +-
 src/VBox/Runtime/common/string/strlen_alias.c      |    6 +-
 src/VBox/Runtime/common/string/strpbrk.cpp         |    6 +-
 src/VBox/Runtime/common/string/strprintf.cpp       |   18 +-
 src/VBox/Runtime/common/string/strspace.cpp        |   12 +-
 src/VBox/Runtime/common/string/strstrip.cpp        |    6 +-
 src/VBox/Runtime/common/string/strtonum.cpp        |   12 +-
 src/VBox/Runtime/common/string/strversion.cpp      |   12 +-
 src/VBox/Runtime/common/string/uni.cpp             |    6 +-
 src/VBox/Runtime/common/string/uniread.cpp         |   13 +-
 src/VBox/Runtime/common/string/utf-16-case.cpp     |    6 +-
 src/VBox/Runtime/common/string/utf-16-latin-1.cpp  |    6 +-
 src/VBox/Runtime/common/string/utf-16.cpp          |    6 +-
 src/VBox/Runtime/common/string/utf-8-case.cpp      |    6 +-
 src/VBox/Runtime/common/string/utf-8-case2.cpp     |    6 +-
 src/VBox/Runtime/common/string/utf-8.cpp           |    6 +-
 src/VBox/Runtime/common/table/avlgcphys.cpp        |   13 +-
 src/VBox/Runtime/common/table/avlgcptr.cpp         |   13 +-
 src/VBox/Runtime/common/table/avlhcphys.cpp        |   13 +-
 src/VBox/Runtime/common/table/avllu32.cpp          |   13 +-
 src/VBox/Runtime/common/table/avlogcphys.cpp       |   13 +-
 src/VBox/Runtime/common/table/avlogcptr.cpp        |   13 +-
 src/VBox/Runtime/common/table/avlohcphys.cpp       |   13 +-
 src/VBox/Runtime/common/table/avloioport.cpp       |   13 +-
 src/VBox/Runtime/common/table/avlou32.cpp          |   13 +-
 src/VBox/Runtime/common/table/avlpv.cpp            |   13 +-
 src/VBox/Runtime/common/table/avlrfoff.cpp         |   13 +-
 src/VBox/Runtime/common/table/avlrgcptr.cpp        |   13 +-
 src/VBox/Runtime/common/table/avlrogcphys.cpp      |   13 +-
 src/VBox/Runtime/common/table/avlrogcptr.cpp       |   13 +-
 src/VBox/Runtime/common/table/avlroioport.cpp      |   13 +-
 src/VBox/Runtime/common/table/avlroogcptr.cpp      |   13 +-
 src/VBox/Runtime/common/table/avlrpv.cpp           |   13 +-
 src/VBox/Runtime/common/table/avlru64.cpp          |   13 +-
 src/VBox/Runtime/common/table/avlruintptr.cpp      |   13 +-
 src/VBox/Runtime/common/table/avlu32.cpp           |   13 +-
 src/VBox/Runtime/common/table/avluintptr.cpp       |   13 +-
 src/VBox/Runtime/common/table/avlul.cpp            |   13 +-
 src/VBox/Runtime/common/table/table.cpp            |    7 +-
 src/VBox/Runtime/common/time/time.cpp              |   18 +-
 src/VBox/Runtime/common/time/timeprog.cpp          |    6 +-
 src/VBox/Runtime/common/time/timesup.cpp           |   18 +-
 src/VBox/Runtime/common/time/timesupref.cpp        |    7 +-
 src/VBox/Runtime/common/time/timesysalias.cpp      |    6 +-
 src/VBox/Runtime/common/vfs/vfsbase.cpp            |   18 +-
 src/VBox/Runtime/common/vfs/vfschain.cpp           |   12 +-
 src/VBox/Runtime/common/vfs/vfsiosmisc.cpp         |    6 +-
 src/VBox/Runtime/common/vfs/vfsmemory.cpp          |   24 +-
 src/VBox/Runtime/common/vfs/vfsmisc.cpp            |    6 +-
 src/VBox/Runtime/common/vfs/vfsstdfile.cpp         |   15 +-
 src/VBox/Runtime/common/zip/gzipvfs.cpp            |   18 +-
 src/VBox/Runtime/common/zip/pkzip.cpp              |   12 +-
 src/VBox/Runtime/common/zip/pkzipvfs.cpp           |   12 +-
 src/VBox/Runtime/common/zip/tar.cpp                |   18 +-
 src/VBox/Runtime/common/zip/tarcmd.cpp             |   18 +-
 src/VBox/Runtime/common/zip/tarvfs.cpp             |   12 +-
 src/VBox/Runtime/common/zip/unzipcmd.cpp           |   18 +-
 src/VBox/Runtime/common/zip/xarvfs.cpp             |   18 +-
 src/VBox/Runtime/common/zip/zip.cpp                |   22 +-
 src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp |    7 +-
 .../Runtime/darwin/RTErrConvertFromDarwinCOM.cpp   |    7 +-
 .../Runtime/darwin/RTErrConvertFromDarwinIO.cpp    |    7 +-
 .../Runtime/darwin/RTErrConvertFromDarwinKern.cpp  |    7 +-
 src/VBox/Runtime/gc/initterm-gc.cpp                |   12 +-
 .../generic/RTAssertShouldPanic-generic.cpp        |    6 +-
 .../RTCrStoreCreateSnapshotById-generic.cpp        |  152 ++
 .../generic/RTDirCreateUniqueNumbered-generic.cpp  |    6 +-
 src/VBox/Runtime/generic/RTDirExists-generic.cpp   |    6 +-
 .../Runtime/generic/RTDirQueryInfo-generic.cpp     |    6 +-
 src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp |    6 +-
 src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/RTFileCopy-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/RTFileExists-generic.cpp  |    6 +-
 src/VBox/Runtime/generic/RTFileMove-generic.cpp    |    6 +-
 .../Runtime/generic/RTFileQuerySize-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/RTFileReadAll-generic.cpp |    6 +-
 .../generic/RTFileReadAllByHandle-generic.cpp      |    6 +-
 .../generic/RTFileReadAllByHandleEx-generic.cpp    |    6 +-
 .../Runtime/generic/RTFileReadAllEx-generic.cpp    |    6 +-
 .../Runtime/generic/RTFileReadAllFree-generic.cpp  |    6 +-
 .../Runtime/generic/RTLogDefaultInit-generic.cpp   |    6 +-
 .../Runtime/generic/RTLogWriteDebugger-generic.cpp |    6 +-
 .../Runtime/generic/RTLogWriteStdErr-generic.cpp   |    6 +-
 .../generic/RTLogWriteStdErr-stub-generic.cpp      |    6 +-
 .../Runtime/generic/RTLogWriteStdOut-generic.cpp   |    6 +-
 .../generic/RTLogWriteStdOut-stub-generic.cpp      |    6 +-
 .../Runtime/generic/RTLogWriteUser-generic.cpp     |    6 +-
 src/VBox/Runtime/generic/RTMpCpuId-generic.cpp     |    6 +-
 .../generic/RTMpCpuIdFromSetIndex-generic.cpp      |    6 +-
 .../generic/RTMpCpuIdToSetIndex-generic.cpp        |    6 +-
 .../Runtime/generic/RTMpGetArraySize-generic.cpp   |    6 +-
 .../Runtime/generic/RTMpGetCoreCount-generic.cpp   |    6 +-
 src/VBox/Runtime/generic/RTMpGetCount-generic.cpp  |    6 +-
 .../generic/RTMpGetCurFrequency-generic.cpp        |    6 +-
 .../generic/RTMpGetDescription-generic-stub.cpp    |    6 +-
 .../Runtime/generic/RTMpGetDescription-generic.cpp |    6 +-
 .../Runtime/generic/RTMpGetMaxCpuId-generic.cpp    |    6 +-
 .../generic/RTMpGetMaxFrequency-generic.cpp        |    6 +-
 .../generic/RTMpGetOnlineCoreCount-generic.cpp     |    6 +-
 .../Runtime/generic/RTMpGetOnlineCount-generic.cpp |    6 +-
 .../Runtime/generic/RTMpGetOnlineSet-generic.cpp   |    6 +-
 src/VBox/Runtime/generic/RTMpGetSet-generic.cpp    |    6 +-
 .../Runtime/generic/RTMpIsCpuOnline-generic.cpp    |    6 +-
 .../Runtime/generic/RTMpIsCpuPossible-generic.cpp  |    6 +-
 src/VBox/Runtime/generic/RTMpOnPair-generic.cpp    |   12 +-
 src/VBox/Runtime/generic/RTPathAbs-generic.cpp     |    6 +-
 .../generic/RTPathGetCurrentDrive-generic.cpp      |    6 +-
 .../generic/RTPathGetCurrentOnDrive-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/RTPathIsSame-generic.cpp  |    6 +-
 .../Runtime/generic/RTProcDaemonize-generic.cpp    |    6 +-
 .../generic/RTProcIsRunningByName-generic.cpp      |    6 +-
 .../generic/RTProcessQueryUsernameA-generic.cpp    |    6 +-
 .../RTRandAdvCreateSystemFaster-generic.cpp        |    8 +-
 .../generic/RTRandAdvCreateSystemTruer-generic.cpp |    8 +-
 .../generic/RTSemEventMultiWait-2-ex-generic.cpp   |    6 +-
 .../generic/RTSemEventMultiWait-generic.cpp        |    6 +-
 .../RTSemEventMultiWaitNoResume-2-ex-generic.cpp   |    6 +-
 .../generic/RTSemEventWait-2-ex-generic.cpp        |    6 +-
 .../Runtime/generic/RTSemEventWait-generic.cpp     |    6 +-
 .../RTSemEventWaitNoResume-2-ex-generic.cpp        |    6 +-
 .../Runtime/generic/RTSemMutexRequest-generic.cpp  |    6 +-
 .../generic/RTSemMutexRequestDebug-generic.cpp     |    6 +-
 .../generic/RTSystemQueryDmiString-generic.cpp     |    6 +-
 .../generic/RTSystemQueryOSInfo-generic.cpp        |    6 +-
 .../Runtime/generic/RTSystemShutdown-generic.cpp   |    6 +-
 .../generic/RTThreadGetAffinity-stub-generic.cpp   |    6 +-
 .../generic/RTThreadGetNativeState-generic.cpp     |    6 +-
 .../generic/RTThreadSetAffinity-stub-generic.cpp   |    6 +-
 .../generic/RTThreadSetAffinityToCpu-generic.cpp   |    6 +-
 .../generic/RTTimeLocalDeltaNano-generic.cpp       |    6 +-
 .../Runtime/generic/RTTimeLocalExplode-generic.cpp |    6 +-
 .../Runtime/generic/RTTimeLocalNow-generic.cpp     |    6 +-
 src/VBox/Runtime/generic/RTTimerCreate-generic.cpp |    6 +-
 .../Runtime/generic/RTTimerLRCreate-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/RTUuidCreate-generic.cpp  |    6 +-
 src/VBox/Runtime/generic/cdrom-generic.cpp         |    6 +-
 src/VBox/Runtime/generic/createtemp-generic.cpp    |   52 +-
 src/VBox/Runtime/generic/critsect-generic.cpp      |    6 +-
 src/VBox/Runtime/generic/critsectrw-generic.cpp    |    6 +-
 src/VBox/Runtime/generic/env-generic.cpp           |   18 +-
 src/VBox/Runtime/generic/errvars-generic.cpp       |    6 +-
 src/VBox/Runtime/generic/fs-stubs-generic.cpp      |   20 +-
 src/VBox/Runtime/generic/mempool-generic.cpp       |   42 +-
 src/VBox/Runtime/generic/memsafer-generic.cpp      |   28 +-
 src/VBox/Runtime/generic/mppresent-generic.cpp     |    6 +-
 src/VBox/Runtime/generic/pathhost-generic.cpp      |    6 +-
 src/VBox/Runtime/generic/sched-generic.cpp         |    6 +-
 src/VBox/Runtime/generic/semfastmutex-generic.cpp  |    6 +-
 src/VBox/Runtime/generic/semrw-generic.cpp         |   12 +-
 .../Runtime/generic/semrw-lockless-generic.cpp     |   18 +-
 src/VBox/Runtime/generic/semxroads-generic.cpp     |   18 +-
 src/VBox/Runtime/generic/spinlock-generic.cpp      |   18 +-
 .../Runtime/generic/strcache-stubs-generic.cpp     |    6 +-
 src/VBox/Runtime/generic/timer-generic.cpp         |   18 +-
 src/VBox/Runtime/generic/timerlr-generic.cpp       |   18 +-
 src/VBox/Runtime/generic/tls-generic.cpp           |   12 +-
 src/VBox/Runtime/generic/utf16locale-generic.cpp   |    6 +-
 src/VBox/Runtime/generic/uuid-generic.cpp          |   12 +-
 src/VBox/Runtime/nt/NtProcessStartup-stub.cpp      |    7 +-
 src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp   |    6 +-
 src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp       |    7 +-
 .../Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp     |   12 +-
 src/VBox/Runtime/r0drv/alloc-r0drv.cpp             |   40 +-
 .../darwin/RTLogWriteDebugger-r0drv-darwin.cpp     |    6 +-
 .../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp |    6 +-
 .../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp    |   12 +-
 .../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp   |    6 +-
 .../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp      |   18 +-
 .../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp |   12 +-
 .../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp   |   12 +-
 .../r0drv/darwin/memuserkernel-r0drv-darwin.cpp    |    6 +-
 src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp  |   12 +-
 .../Runtime/r0drv/darwin/process-r0drv-darwin.cpp  |    6 +-
 .../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp |   12 +-
 .../r0drv/darwin/semeventmulti-r0drv-darwin.cpp    |   18 +-
 .../r0drv/darwin/semfastmutex-r0drv-darwin.cpp     |   12 +-
 .../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp |   12 +-
 .../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp |   12 +-
 .../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp   |    6 +-
 .../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp  |    6 +-
 .../r0drv/darwin/threadpreempt-r0drv-darwin.cpp    |   18 +-
 .../Runtime/r0drv/darwin/time-r0drv-darwin.cpp     |    6 +-
 .../Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c    |   13 +-
 .../Runtime/r0drv/freebsd/assert-r0drv-freebsd.c   |    7 +-
 .../Runtime/r0drv/freebsd/initterm-r0drv-freebsd.c |    7 +-
 .../Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c   |   12 +-
 .../r0drv/freebsd/memuserkernel-r0drv-freebsd.c    |    6 +-
 src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c  |    6 +-
 .../Runtime/r0drv/freebsd/process-r0drv-freebsd.c  |    7 +-
 .../Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c |   13 +-
 .../r0drv/freebsd/semeventmulti-r0drv-freebsd.c    |   20 +-
 .../r0drv/freebsd/semfastmutex-r0drv-freebsd.c     |   13 +-
 .../Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c |   12 +-
 .../Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c |   13 +-
 .../Runtime/r0drv/freebsd/thread-r0drv-freebsd.c   |    7 +-
 .../Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c  |    7 +-
 .../Runtime/r0drv/freebsd/time-r0drv-freebsd.c     |    6 +-
 .../Runtime/r0drv/freebsd/timer-r0drv-freebsd.c    |   18 +-
 .../generic/RTMpIsCpuWorkPending-r0drv-generic.cpp |    6 +-
 .../Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp |    6 +-
 .../r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp    |    6 +-
 .../RTThreadPreemptDisable-r0drv-generic.cpp       |    6 +-
 .../RTThreadPreemptIsEnabled-r0drv-generic.cpp     |    6 +-
 .../RTThreadPreemptIsPending-r0drv-generic.cpp     |    6 +-
 ...TThreadPreemptIsPendingTrusty-r0drv-generic.cpp |    6 +-
 .../RTThreadPreemptRestore-r0drv-generic.cpp       |    6 +-
 .../r0drv/generic/mpnotification-r0drv-generic.cpp |    6 +-
 .../r0drv/generic/semspinmutex-r0drv-generic.c     |   18 +-
 .../r0drv/generic/threadctxhooks-r0drv-generic.cpp |    6 +-
 .../r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c   |    6 +-
 .../r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c     |    6 +-
 src/VBox/Runtime/r0drv/haiku/alloc-r0drv-haiku.c   |   10 +-
 src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c  |    6 +-
 .../Runtime/r0drv/haiku/initterm-r0drv-haiku.c     |    6 +-
 src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c  |   13 +-
 src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c      |    6 +-
 src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c |    6 +-
 .../Runtime/r0drv/haiku/semevent-r0drv-haiku.c     |   12 +-
 .../r0drv/haiku/semeventmulti-r0drv-haiku.c        |   13 +-
 .../Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c |   12 +-
 .../Runtime/r0drv/haiku/semmutex-r0drv-haiku.c     |   12 +-
 .../Runtime/r0drv/haiku/spinlock-r0drv-haiku.c     |   12 +-
 src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c  |    6 +-
 src/VBox/Runtime/r0drv/haiku/thread2-r0drv-haiku.c |    6 +-
 src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c    |    6 +-
 src/VBox/Runtime/r0drv/initterm-r0drv.cpp          |   12 +-
 .../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c   |    6 +-
 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c   |   18 +-
 src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c  |    6 +-
 .../Runtime/r0drv/linux/initterm-r0drv-linux.c     |   18 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |   18 +-
 .../r0drv/linux/memuserkernel-r0drv-linux.c        |    6 +-
 src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c      |    6 +-
 .../r0drv/linux/mpnotification-r0drv-linux.c       |   19 +-
 src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c |    6 +-
 .../Runtime/r0drv/linux/semevent-r0drv-linux.c     |   12 +-
 .../r0drv/linux/semeventmulti-r0drv-linux.c        |   18 +-
 .../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c |   12 +-
 .../Runtime/r0drv/linux/semmutex-r0drv-linux.c     |   12 +-
 .../Runtime/r0drv/linux/spinlock-r0drv-linux.c     |   12 +-
 src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c  |   12 +-
 src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c |    6 +-
 .../r0drv/linux/threadctxhooks-r0drv-linux.c       |   13 +-
 src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c    |    6 +-
 src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c   |   18 +-
 src/VBox/Runtime/r0drv/memobj-r0drv.cpp            |    6 +-
 src/VBox/Runtime/r0drv/mpnotification-r0drv.c      |   18 +-
 .../nt/RTTimerGetSystemGranularity-r0drv-nt.cpp    |    7 +-
 src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp       |    6 +-
 src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp      |    7 +-
 src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp    |   13 +-
 src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp      |   18 +-
 .../Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp    |    6 +-
 src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp          |   12 +-
 .../Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp   |   19 +-
 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp           |   20 +-
 src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp     |    7 +-
 src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp    |   12 +-
 .../Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp    |   12 +-
 .../Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp     |   12 +-
 src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp    |   12 +-
 src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp    |   18 +-
 src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp      |   13 +-
 src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp     |    7 +-
 src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp        |    6 +-
 src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp       |   13 +-
 src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp     |    6 +-
 src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp    |   18 +-
 src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp  |   13 +-
 src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp    |   18 +-
 .../Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp  |    6 +-
 src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp   |    6 +-
 src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp  |   12 +-
 .../Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp  |   12 +-
 .../Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp   |   13 +-
 src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp  |   13 +-
 src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp    |   13 +-
 src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp   |    7 +-
 src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp      |    6 +-
 src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp     |   24 +-
 src/VBox/Runtime/r0drv/powernotification-r0drv.c   |   18 +-
 .../solaris/RTLogWriteDebugger-r0drv-solaris.c     |    6 +-
 .../r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c      |    6 +-
 .../Runtime/r0drv/solaris/alloc-r0drv-solaris.c    |   12 +-
 .../Runtime/r0drv/solaris/assert-r0drv-solaris.c   |    6 +-
 .../r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c      |   12 +-
 .../Runtime/r0drv/solaris/initterm-r0drv-solaris.c |   12 +-
 .../Runtime/r0drv/solaris/memobj-r0drv-solaris.c   |   25 +-
 .../r0drv/solaris/memuserkernel-r0drv-solaris.c    |    6 +-
 .../r0drv/solaris/modulestub-r0drv-solaris.c       |   12 +-
 src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c  |    6 +-
 .../r0drv/solaris/mpnotification-r0drv-solaris.c   |   13 +-
 .../Runtime/r0drv/solaris/process-r0drv-solaris.c  |    6 +-
 .../Runtime/r0drv/solaris/semevent-r0drv-solaris.c |   12 +-
 .../r0drv/solaris/semeventmulti-r0drv-solaris.c    |   18 +-
 .../r0drv/solaris/semfastmutex-r0drv-solaris.c     |   12 +-
 .../Runtime/r0drv/solaris/semmutex-r0drv-solaris.c |   12 +-
 .../Runtime/r0drv/solaris/spinlock-r0drv-solaris.c |   12 +-
 .../Runtime/r0drv/solaris/thread-r0drv-solaris.c   |    6 +-
 .../Runtime/r0drv/solaris/thread2-r0drv-solaris.c  |    6 +-
 .../r0drv/solaris/threadctxhooks-r0drv-solaris.c   |   18 +-
 .../Runtime/r0drv/solaris/time-r0drv-solaris.c     |    6 +-
 .../Runtime/r0drv/solaris/timer-r0drv-solaris.c    |   24 +-
 src/VBox/Runtime/r3/alloc-ef-cpp.cpp               |   28 +-
 src/VBox/Runtime/r3/alloc-ef.cpp                   |   68 +-
 src/VBox/Runtime/r3/alloc.cpp                      |   30 +-
 src/VBox/Runtime/r3/allocex.cpp                    |   10 +-
 .../darwin/RTCrStoreCreateSnapshotById-darwin.cpp  |  249 +++
 .../r3/darwin/RTPathUserDocuments-darwin.cpp       |    7 +-
 .../r3/darwin/RTSystemQueryDmiString-darwin.cpp    |   12 +-
 src/VBox/Runtime/r3/darwin/filelock-darwin.cpp     |    6 +-
 src/VBox/Runtime/r3/darwin/mp-darwin.cpp           |    6 +-
 src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp     |    6 +-
 .../Runtime/r3/darwin/rtProcInitExePath-darwin.cpp |    7 +-
 src/VBox/Runtime/r3/darwin/sched-darwin.cpp        |   18 +-
 src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp    |    6 +-
 src/VBox/Runtime/r3/darwin/time-darwin.cpp         |   12 +-
 src/VBox/Runtime/r3/dir.cpp                        |    6 +-
 src/VBox/Runtime/r3/dir2.cpp                       |    6 +-
 src/VBox/Runtime/r3/fileio.cpp                     |   13 +-
 src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp    |   19 +-
 src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp         |    7 +-
 .../r3/freebsd/rtProcInitExePath-freebsd.cpp       |    7 +-
 src/VBox/Runtime/r3/freebsd/systemmem-freebsd.cpp  |    6 +-
 src/VBox/Runtime/r3/fs.cpp                         |    6 +-
 src/VBox/Runtime/r3/generic/allocex-r3-generic.cpp |    6 +-
 .../Runtime/r3/generic/semspinmutex-r3-generic.cpp |    6 +-
 .../Runtime/r3/haiku/rtProcInitExePath-haiku.cpp   |    7 +-
 src/VBox/Runtime/r3/haiku/time-haiku.cpp           |    6 +-
 src/VBox/Runtime/r3/init.cpp                       |   12 +-
 src/VBox/Runtime/r3/isofs.cpp                      |    6 +-
 .../r3/linux/RTProcIsRunningByName-linux.cpp       |    7 +-
 .../r3/linux/RTSystemQueryDmiString-linux.cpp      |    6 +-
 .../Runtime/r3/linux/RTSystemShutdown-linux.cpp    |    6 +-
 .../r3/linux/RTThreadGetNativeState-linux.cpp      |    6 +-
 src/VBox/Runtime/r3/linux/fileaio-linux.cpp        |   19 +-
 src/VBox/Runtime/r3/linux/mp-linux.cpp             |    6 +-
 .../Runtime/r3/linux/rtProcInitExePath-linux.cpp   |    7 +-
 src/VBox/Runtime/r3/linux/sched-linux.cpp          |   24 +-
 src/VBox/Runtime/r3/linux/semevent-linux.cpp       |   13 +-
 src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp  |   13 +-
 src/VBox/Runtime/r3/linux/semmutex-linux.cpp       |   13 +-
 src/VBox/Runtime/r3/linux/sysfs.cpp                |    6 +-
 src/VBox/Runtime/r3/linux/systemmem-linux.cpp      |    6 +-
 .../Runtime/r3/linux/thread-affinity-linux.cpp     |    6 +-
 src/VBox/Runtime/r3/linux/time-linux.cpp           |    6 +-
 src/VBox/Runtime/r3/memsafer-r3.cpp                |   34 +-
 src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp |    6 +-
 src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp           |   12 +-
 src/VBox/Runtime/r3/nt/fs-nt.cpp                   |   11 +-
 src/VBox/Runtime/r3/nt/pathint-nt.cpp              |   12 +-
 src/VBox/Runtime/r3/nt/time-nt.cpp                 |   12 +-
 src/VBox/Runtime/r3/os2/filelock-os2.cpp           |    6 +-
 src/VBox/Runtime/r3/os2/mp-os2.cpp                 |    6 +-
 src/VBox/Runtime/r3/os2/pipe-os2.cpp               |   18 +-
 src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp  |    7 +-
 src/VBox/Runtime/r3/os2/sched-os2.cpp              |   18 +-
 src/VBox/Runtime/r3/os2/sems-os2.cpp               |    6 +-
 src/VBox/Runtime/r3/os2/systemmem-os2.cpp          |    6 +-
 src/VBox/Runtime/r3/os2/thread-os2.cpp             |   18 +-
 src/VBox/Runtime/r3/os2/time-os2.cpp               |    6 +-
 src/VBox/Runtime/r3/path.cpp                       |    6 +-
 src/VBox/Runtime/r3/poll.cpp                       |   18 +-
 .../Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp  |    6 +-
 .../Runtime/r3/posix/RTHandleGetStandard-posix.cpp |    6 +-
 src/VBox/Runtime/r3/posix/RTMemProtect-posix.cpp   |    8 +-
 src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp   |    6 +-
 .../Runtime/r3/posix/RTPathUserDocuments-posix.cpp |    7 +-
 src/VBox/Runtime/r3/posix/RTPathUserHome-posix.cpp |    6 +-
 .../Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp |    7 +-
 .../r3/posix/RTSystemQueryTotalRam-posix.cpp       |    6 +-
 src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp      |    6 +-
 src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp      |    6 +-
 src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp     |    6 +-
 src/VBox/Runtime/r3/posix/dir-posix.cpp            |    6 +-
 src/VBox/Runtime/r3/posix/env-posix.cpp            |    6 +-
 src/VBox/Runtime/r3/posix/errvars-posix.cpp        |    6 +-
 src/VBox/Runtime/r3/posix/fileaio-posix.cpp        |   13 +-
 src/VBox/Runtime/r3/posix/fileio-posix.cpp         |   12 +-
 src/VBox/Runtime/r3/posix/fileio2-posix.cpp        |    6 +-
 src/VBox/Runtime/r3/posix/filelock-posix.cpp       |    6 +-
 src/VBox/Runtime/r3/posix/fs-posix.cpp             |   20 +-
 src/VBox/Runtime/r3/posix/fs2-posix.cpp            |    6 +-
 src/VBox/Runtime/r3/posix/fs3-posix.cpp            |    6 +-
 src/VBox/Runtime/r3/posix/ldrNative-posix.cpp      |    7 +-
 src/VBox/Runtime/r3/posix/path-posix.cpp           |    6 +-
 src/VBox/Runtime/r3/posix/path2-posix.cpp          |    6 +-
 src/VBox/Runtime/r3/posix/pathhost-posix.cpp       |   12 +-
 src/VBox/Runtime/r3/posix/pipe-posix.cpp           |   18 +-
 .../Runtime/r3/posix/process-creation-posix.cpp    |    6 +-
 src/VBox/Runtime/r3/posix/process-posix.cpp        |    6 +-
 src/VBox/Runtime/r3/posix/rand-posix.cpp           |   12 +-
 .../r3/posix/rtmempage-exec-mmap-heap-posix.cpp    |   34 +-
 .../Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp |   16 +-
 src/VBox/Runtime/r3/posix/sched-posix.cpp          |   25 +-
 src/VBox/Runtime/r3/posix/semevent-posix.cpp       |   13 +-
 src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp  |   19 +-
 src/VBox/Runtime/r3/posix/semmutex-posix.cpp       |   13 +-
 src/VBox/Runtime/r3/posix/semrw-posix.cpp          |   19 +-
 src/VBox/Runtime/r3/posix/symlink-posix.cpp        |    6 +-
 src/VBox/Runtime/r3/posix/thread-posix.cpp         |   24 +-
 src/VBox/Runtime/r3/posix/thread2-posix.cpp        |    6 +-
 src/VBox/Runtime/r3/posix/time-posix.cpp           |    6 +-
 src/VBox/Runtime/r3/posix/timelocal-posix.cpp      |    6 +-
 src/VBox/Runtime/r3/posix/timer-posix.cpp          |   25 +-
 src/VBox/Runtime/r3/posix/tls-posix.cpp            |   10 +-
 src/VBox/Runtime/r3/posix/utf8-posix.cpp           |    6 +-
 src/VBox/Runtime/r3/process.cpp                    |    6 +-
 src/VBox/Runtime/r3/socket.cpp                     |   18 +-
 .../r3/solaris/RTSystemQueryDmiString-solaris.cpp  |    6 +-
 .../r3/solaris/RTSystemShutdown-solaris.cpp        |    6 +-
 src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp |   18 +-
 src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp    |   19 +-
 src/VBox/Runtime/r3/solaris/mp-solaris.cpp         |   13 +-
 .../r3/solaris/rtProcInitExePath-solaris.cpp       |    7 +-
 src/VBox/Runtime/r3/solaris/systemmem-solaris.cpp  |   12 +-
 .../Runtime/r3/solaris/thread-affinity-solaris.cpp |    6 +-
 src/VBox/Runtime/r3/stream.cpp                     |   19 +-
 src/VBox/Runtime/r3/tcp.cpp                        |   24 +-
 src/VBox/Runtime/r3/test.cpp                       |   30 +-
 src/VBox/Runtime/r3/testi.cpp                      |    6 +-
 src/VBox/Runtime/r3/udp.cpp                        |   24 +-
 .../r3/win/RTCrStoreCreateSnapshotById-win.cpp     |  169 ++
 .../Runtime/r3/win/RTHandleGetStandard-win.cpp     |    6 +-
 src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp |    6 +-
 .../Runtime/r3/win/RTSystemQueryDmiString-win.cpp  |    6 +-
 .../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp     |   13 +-
 .../Runtime/r3/win/RTSystemQueryTotalRam-win.cpp   |    6 +-
 src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp   |    6 +-
 src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp       |    6 +-
 src/VBox/Runtime/r3/win/VBoxRT-openssl.def         |    2 +-
 src/VBox/Runtime/r3/win/alloc-win.cpp              |   18 +-
 src/VBox/Runtime/r3/win/allocex-win.cpp            |    6 +-
 src/VBox/Runtime/r3/win/dir-win.cpp                |    6 +-
 src/VBox/Runtime/r3/win/direnum-win.cpp            |    6 +-
 src/VBox/Runtime/r3/win/dllmain-win.cpp            |    6 +-
 src/VBox/Runtime/r3/win/env-win.cpp                |    6 +-
 src/VBox/Runtime/r3/win/errvars-win.cpp            |    6 +-
 src/VBox/Runtime/r3/win/fileaio-win.cpp            |   20 +-
 src/VBox/Runtime/r3/win/fileio-win.cpp             |   57 +-
 src/VBox/Runtime/r3/win/fs-win.cpp                 |   12 +-
 src/VBox/Runtime/r3/win/init-win.cpp               |   12 +-
 src/VBox/Runtime/r3/win/ldrNative-win.cpp          |    7 +-
 src/VBox/Runtime/r3/win/localipc-win.cpp           |   25 +-
 src/VBox/Runtime/r3/win/mp-win.cpp                 |    6 +-
 src/VBox/Runtime/r3/win/path-win.cpp               |    6 +-
 src/VBox/Runtime/r3/win/pipe-win.cpp               |   27 +-
 src/VBox/Runtime/r3/win/process-win.cpp            |   18 +-
 .../r3/win/rtFileNativeSetAttributes-win.cpp       |    7 +-
 src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp  |    7 +-
 src/VBox/Runtime/r3/win/sched-win.cpp              |   18 +-
 src/VBox/Runtime/r3/win/semevent-win.cpp           |   12 +-
 src/VBox/Runtime/r3/win/semeventmulti-win.cpp      |   12 +-
 src/VBox/Runtime/r3/win/semmutex-win.cpp           |   12 +-
 src/VBox/Runtime/r3/win/symlink-win.cpp            |   12 +-
 src/VBox/Runtime/r3/win/thread-win.cpp             |   18 +-
 src/VBox/Runtime/r3/win/thread2-win.cpp            |    6 +-
 src/VBox/Runtime/r3/win/time-win.cpp               |    6 +-
 src/VBox/Runtime/r3/win/time2-win.cpp              |    6 +-
 src/VBox/Runtime/r3/win/timer-win.cpp              |   12 +-
 src/VBox/Runtime/r3/win/tls-win.cpp                |    6 +-
 src/VBox/Runtime/r3/win/utf16locale-win.cpp        |    6 +-
 src/VBox/Runtime/r3/win/utf8-win.cpp               |    6 +-
 src/VBox/Runtime/r3/win/uuid-win.cpp               |    6 +-
 src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp  |    6 +-
 src/VBox/Runtime/r3/xml.cpp                        |   12 +-
 src/VBox/Runtime/testcase/Makefile.kmk             |    8 +-
 src/VBox/Runtime/testcase/ntGetTimerResolution.cpp |    6 +-
 src/VBox/Runtime/testcase/tstDarwinSched.cpp       |    6 +-
 src/VBox/Runtime/testcase/tstEnv.cpp               |    7 +-
 src/VBox/Runtime/testcase/tstFile.cpp              |    6 +-
 src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp   |   12 +-
 src/VBox/Runtime/testcase/tstFileLock.cpp          |    6 +-
 src/VBox/Runtime/testcase/tstFork.cpp              |    6 +-
 src/VBox/Runtime/testcase/tstHandleTable.cpp       |   15 +-
 src/VBox/Runtime/testcase/tstIprtList.cpp          |   13 +-
 src/VBox/Runtime/testcase/tstIprtMiniString.cpp    |    7 +-
 src/VBox/Runtime/testcase/tstLdr-2.cpp             |    6 +-
 src/VBox/Runtime/testcase/tstLdr-3.cpp             |   12 +-
 src/VBox/Runtime/testcase/tstLdr-4.cpp             |    6 +-
 src/VBox/Runtime/testcase/tstLdr.cpp               |   12 +-
 src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp     |   12 +-
 src/VBox/Runtime/testcase/tstLdrObj.cpp            |   12 +-
 src/VBox/Runtime/testcase/tstLdrObjR0.cpp          |   12 +-
 src/VBox/Runtime/testcase/tstLog.cpp               |    7 +-
 src/VBox/Runtime/testcase/tstMemAutoPtr.cpp        |  291 ---
 src/VBox/Runtime/testcase/tstMove.cpp              |    7 +-
 src/VBox/Runtime/testcase/tstNoCrt-1.cpp           |   19 +-
 src/VBox/Runtime/testcase/tstOnce.cpp              |   13 +-
 src/VBox/Runtime/testcase/tstPrfRT.cpp             |    7 +-
 src/VBox/Runtime/testcase/tstRTAssertCompile.cpp   |    6 +-
 src/VBox/Runtime/testcase/tstRTAvl.cpp             |   19 +-
 src/VBox/Runtime/testcase/tstRTBase64.cpp          |   19 +-
 src/VBox/Runtime/testcase/tstRTBigNum.cpp          |   13 +-
 src/VBox/Runtime/testcase/tstRTBitOperations.cpp   |   20 +-
 src/VBox/Runtime/testcase/tstRTCType.cpp           |   13 +-
 src/VBox/Runtime/testcase/tstRTCidr.cpp            |   12 +-
 src/VBox/Runtime/testcase/tstRTCircBuf.cpp         |    7 +-
 src/VBox/Runtime/testcase/tstRTCoreDump.cpp        |   13 +-
 src/VBox/Runtime/testcase/tstRTCritSect.cpp        |   21 +-
 src/VBox/Runtime/testcase/tstRTCritSectRw.cpp      |   13 +-
 .../Runtime/testcase/tstRTDarwinMachKernel.cpp     |    6 +-
 src/VBox/Runtime/testcase/tstRTDigest-2.cpp        |   19 +-
 src/VBox/Runtime/testcase/tstRTDigest.cpp          |    6 +-
 .../testcase/tstRTDirCreateUniqueNumbered.cpp      |   13 +-
 src/VBox/Runtime/testcase/tstRTDvm.cpp             |   16 +-
 src/VBox/Runtime/testcase/tstRTErrUnique.cpp       |   12 +-
 src/VBox/Runtime/testcase/tstRTFileAio.cpp         |   18 +-
 src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp    |    6 +-
 src/VBox/Runtime/testcase/tstRTFileGetSize-1.cpp   |    7 +-
 .../testcase/tstRTFileModeStringToFlags.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTFilesystem.cpp      |   12 +-
 src/VBox/Runtime/testcase/tstRTFsQueries.cpp       |    7 +-
 src/VBox/Runtime/testcase/tstRTGetOpt.cpp          |    6 +-
 src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp      |   13 +-
 src/VBox/Runtime/testcase/tstRTHeapOffset.cpp      |    7 +-
 src/VBox/Runtime/testcase/tstRTHeapSimple.cpp      |    7 +-
 src/VBox/Runtime/testcase/tstRTHttp.cpp            |   24 +-
 src/VBox/Runtime/testcase/tstRTInlineAsm.cpp       |   19 +-
 .../Runtime/testcase/tstRTLdrVerifyPeImage.cpp     |   12 +-
 src/VBox/Runtime/testcase/tstRTList.cpp            |   12 +-
 src/VBox/Runtime/testcase/tstRTLocalIpc.cpp        |    6 +-
 src/VBox/Runtime/testcase/tstRTLockValidator.cpp   |   18 +-
 src/VBox/Runtime/testcase/tstRTManifest.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTMemCache.cpp        |   19 +-
 src/VBox/Runtime/testcase/tstRTMemEf.cpp           |   13 +-
 src/VBox/Runtime/testcase/tstRTMemPool.cpp         |   13 +-
 src/VBox/Runtime/testcase/tstRTMemSafer.cpp        |    6 +-
 src/VBox/Runtime/testcase/tstRTMemWipe.cpp         |   12 +-
 src/VBox/Runtime/testcase/tstRTMp-1.cpp            |    7 +-
 src/VBox/Runtime/testcase/tstRTNetIPv4.cpp         |   12 +-
 src/VBox/Runtime/testcase/tstRTNetIPv6.cpp         |   13 +-
 src/VBox/Runtime/testcase/tstRTPath.cpp            |    7 +-
 .../testcase/{tstRTZip.cpp => tstRTPathGlob.cpp}   |   77 +-
 src/VBox/Runtime/testcase/tstRTPipe.cpp            |   12 +-
 src/VBox/Runtime/testcase/tstRTPoll.cpp            |    6 +-
 src/VBox/Runtime/testcase/tstRTPrfIO.cpp           |   20 +-
 src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp    |   13 +-
 src/VBox/Runtime/testcase/tstRTProcCreatePrf.cpp   |    6 +-
 .../Runtime/testcase/tstRTProcIsRunningByName.cpp  |    7 +-
 .../Runtime/testcase/tstRTProcQueryUsername.cpp    |    6 +-
 src/VBox/Runtime/testcase/tstRTProcWait.cpp        |    6 +-
 src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp   |    7 +-
 .../Runtime/testcase/tstRTR0DbgKrnlInfoDriver.cpp  |    7 +-
 src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp |    7 +-
 .../testcase/tstRTR0MemUserKernelDriver.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp      |   13 +-
 .../Runtime/testcase/tstRTR0SemMutexDriver.cpp     |   20 +-
 src/VBox/Runtime/testcase/tstRTR0Thread.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTR0ThreadDriver.cpp  |    7 +-
 .../Runtime/testcase/tstRTR0ThreadPreemption.cpp   |    7 +-
 .../testcase/tstRTR0ThreadPreemptionDriver.cpp     |   14 +-
 src/VBox/Runtime/testcase/tstRTR0Timer.cpp         |   18 +-
 src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp   |    7 +-
 src/VBox/Runtime/testcase/tstRTReqPool.cpp         |   12 +-
 src/VBox/Runtime/testcase/tstRTS3.cpp              |   14 +-
 src/VBox/Runtime/testcase/tstRTSemEventMulti.cpp   |   12 +-
 src/VBox/Runtime/testcase/tstRTSemRW.cpp           |   13 +-
 src/VBox/Runtime/testcase/tstRTSemXRoads.cpp       |   12 +-
 src/VBox/Runtime/testcase/tstRTSort.cpp            |   13 +-
 src/VBox/Runtime/testcase/tstRTStrAlloc.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTStrCache.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTStrCatCopy.cpp      |    7 +-
 src/VBox/Runtime/testcase/tstRTStrFormat.cpp       |    7 +-
 src/VBox/Runtime/testcase/tstRTStrVersion.cpp      |    7 +-
 src/VBox/Runtime/testcase/tstRTSymlink.cpp         |    6 +-
 src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp  |    7 +-
 .../Runtime/testcase/tstRTSystemQueryOsInfo.cpp    |   13 +-
 src/VBox/Runtime/testcase/tstRTTcp-1.cpp           |    6 +-
 src/VBox/Runtime/testcase/tstRTTemp.cpp            |   13 +-
 .../Runtime/testcase/tstRTThreadExecutionTime.cpp  |   13 +-
 src/VBox/Runtime/testcase/tstRTThreadPoke.cpp      |   13 +-
 src/VBox/Runtime/testcase/tstRTTime.cpp            |    7 +-
 src/VBox/Runtime/testcase/tstRTTimeSpec.cpp        |    7 +-
 src/VBox/Runtime/testcase/tstRTUri.cpp             |   14 +-
 src/VBox/Runtime/testcase/tstRTUuid.cpp            |    6 +-
 src/VBox/Runtime/testcase/tstRTZip.cpp             |    6 +-
 src/VBox/Runtime/testcase/tstRand.cpp              |   26 +-
 src/VBox/Runtime/testcase/tstSemMutex.cpp          |   15 +-
 src/VBox/Runtime/testcase/tstSemPingPong.cpp       |   20 +-
 src/VBox/Runtime/testcase/tstStrSimplePattern.cpp  |    6 +-
 src/VBox/Runtime/testcase/tstTSC.cpp               |   27 +-
 src/VBox/Runtime/testcase/tstTermCallbacks.cpp     |   13 +-
 src/VBox/Runtime/testcase/tstThread-1.cpp          |   13 +-
 src/VBox/Runtime/testcase/tstTime-2.cpp            |    7 +-
 src/VBox/Runtime/testcase/tstTime-3.cpp            |    7 +-
 src/VBox/Runtime/testcase/tstTime-4.cpp            |    7 +-
 src/VBox/Runtime/testcase/tstTimer.cpp             |   13 +-
 src/VBox/Runtime/testcase/tstTimerLR.cpp           |   13 +-
 src/VBox/Runtime/testcase/tstUtf8.cpp              |    7 +-
 src/VBox/Runtime/testcase/tstVector.cpp            |    7 +-
 src/VBox/Runtime/tools/RTSignTool.cpp              |    7 +-
 src/VBox/Runtime/win/RTErrConvertFromWin32.cpp     |    7 +-
 src/VBox/Runtime/win/errmsgwin.cpp                 |   13 +-
 src/VBox/Storage/DMG.cpp                           |   38 +-
 src/VBox/Storage/Debug/VDDbgIoLog.cpp              |   28 +-
 src/VBox/Storage/ISCSI.cpp                         |  132 +-
 src/VBox/Storage/Parallels.cpp                     |  105 +-
 src/VBox/Storage/QCOW.cpp                          |  118 +-
 src/VBox/Storage/QED.cpp                           |  145 +-
 src/VBox/Storage/RAW.cpp                           |  124 +-
 src/VBox/Storage/VCICache.cpp                      |   90 +-
 src/VBox/Storage/VD.cpp                            |  273 +--
 src/VBox/Storage/VDI.cpp                           |  127 +-
 src/VBox/Storage/VDIfVfs.cpp                       |   13 +-
 src/VBox/Storage/VDVfs.cpp                         |   13 +-
 src/VBox/Storage/VHD.cpp                           |  145 +-
 src/VBox/Storage/VHDX.cpp                          |  115 +-
 src/VBox/Storage/VMDK.cpp                          |  128 +-
 src/VBox/Storage/testcase/Makefile.kmk             |   11 -
 src/VBox/Storage/testcase/VDIoBackendMem.cpp       |    4 +-
 src/VBox/Storage/testcase/VDMemDisk.cpp            |    4 +-
 src/VBox/Storage/testcase/VDScript.cpp             |    3 +-
 src/VBox/Storage/testcase/tstVD-2.cpp              |   13 +-
 src/VBox/Storage/testcase/tstVD.cpp                |   19 +-
 src/VBox/Storage/testcase/tstVDCopy.cpp            |   12 +-
 src/VBox/Storage/testcase/tstVDIo.cpp              |    9 +-
 src/VBox/Storage/testcase/tstVDShareable.cpp       |   35 +-
 src/VBox/Storage/testcase/tstVDSnap.cpp            |   16 +-
 src/VBox/Storage/testcase/vbox-img.cpp             |   78 +-
 src/VBox/Storage/testcase/vditool.cpp              |  471 -----
 src/VBox/VMM/Makefile.kmk                          |   26 +-
 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp                |   19 +-
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |   24 +-
 src/VBox/VMM/VMMAll/CPUMStack.cpp                  |    6 +-
 src/VBox/VMM/VMMAll/CSAMAll.cpp                    |    6 +-
 src/VBox/VMM/VMMAll/DBGFAll.cpp                    |    6 +-
 src/VBox/VMM/VMMAll/EMAll.cpp                      |   39 +-
 src/VBox/VMM/VMMAll/EMAllA.asm                     |  232 ---
 src/VBox/VMM/VMMAll/FTMAll.cpp                     |    6 +-
 src/VBox/VMM/VMMAll/GIMAll.cpp                     |    6 +-
 src/VBox/VMM/VMMAll/GIMAllHv.cpp                   |    7 +-
 src/VBox/VMM/VMMAll/GIMAllKvm.cpp                  |   11 +-
 src/VBox/VMM/VMMAll/HMAll.cpp                      |   14 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |   43 +-
 src/VBox/VMM/VMMAll/IEMAllAImplC.cpp               |   13 +-
 src/VBox/VMM/VMMAll/IOMAll.cpp                     |    7 +-
 src/VBox/VMM/VMMAll/IOMAllMMIO.cpp                 |   19 +-
 src/VBox/VMM/VMMAll/MMAll.cpp                      |    6 +-
 src/VBox/VMM/VMMAll/MMAllHyper.cpp                 |   18 +-
 src/VBox/VMM/VMMAll/MMAllPagePool.cpp              |    7 +-
 src/VBox/VMM/VMMAll/PATMAll.cpp                    |    7 +-
 src/VBox/VMM/VMMAll/PDMAll.cpp                     |    6 +-
 src/VBox/VMM/VMMAll/PDMAllCritSect.cpp             |   12 +-
 src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp         |    6 +-
 src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp           |   12 +-
 src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp            |    6 +-
 src/VBox/VMM/VMMAll/PDMAllQueue.cpp                |    6 +-
 src/VBox/VMM/VMMAll/PGMAll.cpp                     |   19 +-
 src/VBox/VMM/VMMAll/PGMAllHandler.cpp              |   12 +-
 src/VBox/VMM/VMMAll/PGMAllMap.cpp                  |    7 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |   13 +-
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |   12 +-
 src/VBox/VMM/VMMAll/REMAll.cpp                     |    6 +-
 src/VBox/VMM/VMMAll/SELMAll.cpp                    |   16 +-
 src/VBox/VMM/VMMAll/TMAll.cpp                      |   12 +-
 src/VBox/VMM/VMMAll/TMAllCpu.cpp                   |    6 +-
 src/VBox/VMM/VMMAll/TMAllReal.cpp                  |    6 +-
 src/VBox/VMM/VMMAll/TMAllVirtual.cpp               |   12 +-
 src/VBox/VMM/VMMAll/TRPMAll.cpp                    |    6 +-
 src/VBox/VMM/VMMAll/VMAll.cpp                      |    6 +-
 src/VBox/VMM/VMMAll/VMMAll.cpp                     |   12 +-
 src/VBox/VMM/VMMR0/CPUMR0.cpp                      |   66 +-
 src/VBox/VMM/VMMR0/CPUMR0A.asm                     |  314 +--
 src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm               |  134 +-
 src/VBox/VMM/VMMR0/GIMR0.cpp                       |    7 +-
 src/VBox/VMM/VMMR0/GIMR0Hv.cpp                     |    7 +-
 src/VBox/VMM/VMMR0/GIMR0Kvm.cpp                    |    7 +-
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |   30 +-
 src/VBox/VMM/VMMR0/GVMMR0.cpp                      |   30 +-
 src/VBox/VMM/VMMR0/HMR0.cpp                        |   29 +-
 src/VBox/VMM/VMMR0/HMR0A.asm                       | 1494 +++++++++-----
 src/VBox/VMM/VMMR0/HMR0Mixed.mac                   |  973 ---------
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |   68 +-
 src/VBox/VMM/VMMR0/HMSVMR0.h                       |    4 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |  753 +++----
 src/VBox/VMM/VMMR0/HMVMXR0.h                       |   13 +-
 src/VBox/VMM/VMMR0/PDMR0Device.cpp                 |   18 +-
 src/VBox/VMM/VMMR0/PDMR0Driver.cpp                 |    7 +-
 src/VBox/VMM/VMMR0/PGMR0.cpp                       |    7 +-
 src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp             |    7 +-
 src/VBox/VMM/VMMR0/TRPMR0.cpp                      |   23 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |   55 +-
 src/VBox/VMM/VMMR0/VMMR0TripleFaultHack.cpp        |   19 +-
 src/VBox/VMM/VMMR3/CFGM.cpp                        |   13 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |  138 +-
 src/VBox/VMM/VMMR3/CPUMDbg.cpp                     |    6 +-
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 |   42 +-
 src/VBox/VMM/VMMR3/CPUMR3Db.cpp                    |   19 +-
 src/VBox/VMM/VMMR3/CSAM.cpp                        |   24 +-
 src/VBox/VMM/VMMR3/DBGF.cpp                        |   12 +-
 src/VBox/VMM/VMMR3/DBGFAddr.cpp                    |    6 +-
 src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp               |   19 +-
 src/VBox/VMM/VMMR3/DBGFBp.cpp                      |   12 +-
 src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp               |   25 +-
 src/VBox/VMM/VMMR3/DBGFCpu.cpp                     |    6 +-
 src/VBox/VMM/VMMR3/DBGFDisas.cpp                   |   19 +-
 src/VBox/VMM/VMMR3/DBGFInfo.cpp                    |   18 +-
 src/VBox/VMM/VMMR3/DBGFLog.cpp                     |    6 +-
 src/VBox/VMM/VMMR3/DBGFMem.cpp                     |    6 +-
 src/VBox/VMM/VMMR3/DBGFOS.cpp                      |   18 +-
 src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp                |   24 +-
 src/VBox/VMM/VMMR3/DBGFR3Trace.cpp                 |   18 +-
 src/VBox/VMM/VMMR3/DBGFReg.cpp                     |   18 +-
 src/VBox/VMM/VMMR3/DBGFStack.cpp                   |    6 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |   19 +-
 src/VBox/VMM/VMMR3/EMHM.cpp                        |   19 +-
 src/VBox/VMM/VMMR3/EMR3Dbg.cpp                     |    7 +-
 src/VBox/VMM/VMMR3/EMRaw.cpp                       |   12 +-
 src/VBox/VMM/VMMR3/FTM.cpp                         |   13 +-
 src/VBox/VMM/VMMR3/GIM.cpp                         |   14 +-
 src/VBox/VMM/VMMR3/GIMHv.cpp                       |   48 +-
 src/VBox/VMM/VMMR3/GIMKvm.cpp                      |   20 +-
 src/VBox/VMM/VMMR3/GIMMinimal.cpp                  |   14 +-
 src/VBox/VMM/VMMR3/GMM.cpp                         |    6 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |   30 +-
 src/VBox/VMM/VMMR3/IEMR3.cpp                       |    7 +-
 src/VBox/VMM/VMMR3/IOM.cpp                         |   12 +-
 src/VBox/VMM/VMMR3/MM.cpp                          |   18 +-
 src/VBox/VMM/VMMR3/MMHeap.cpp                      |   12 +-
 src/VBox/VMM/VMMR3/MMHyper.cpp                     |   12 +-
 src/VBox/VMM/VMMR3/MMPagePool.cpp                  |   13 +-
 src/VBox/VMM/VMMR3/MMUkHeap.cpp                    |   12 +-
 src/VBox/VMM/VMMR3/PATM.cpp                        |   28 +-
 src/VBox/VMM/VMMR3/PATMGuest.cpp                   |    9 +-
 src/VBox/VMM/VMMR3/PATMPatch.cpp                   |   19 +-
 src/VBox/VMM/VMMR3/PATMR3Dbg.cpp                   |   13 +-
 src/VBox/VMM/VMMR3/PATMSSM.cpp                     |   20 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |   24 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp          |   18 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp      |   58 +-
 .../VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp   |    7 +-
 .../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp     |   13 +-
 src/VBox/VMM/VMMR3/PDMBlkCache.cpp                 |   18 +-
 src/VBox/VMM/VMMR3/PDMCritSect.cpp                 |   12 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |   12 +-
 src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp               |    6 +-
 src/VBox/VMM/VMMR3/PDMDevice.cpp                   |   18 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |   18 +-
 src/VBox/VMM/VMMR3/PDMLdr.cpp                      |   23 +-
 src/VBox/VMM/VMMR3/PDMNetShaper.cpp                |   12 +-
 src/VBox/VMM/VMMR3/PDMQueue.cpp                    |   12 +-
 src/VBox/VMM/VMMR3/PDMThread.cpp                   |   13 +-
 src/VBox/VMM/VMMR3/PDMUsb.cpp                      |   30 +-
 src/VBox/VMM/VMMR3/PGM.cpp                         |   27 +-
 src/VBox/VMM/VMMR3/PGMDbg.cpp                      |   37 +-
 src/VBox/VMM/VMMR3/PGMHandler.cpp                  |   12 +-
 src/VBox/VMM/VMMR3/PGMMap.cpp                      |   12 +-
 src/VBox/VMM/VMMR3/PGMPhys.cpp                     |   12 +-
 src/VBox/VMM/VMMR3/PGMPool.cpp                     |   12 +-
 src/VBox/VMM/VMMR3/PGMSavedState.cpp               |   24 +-
 src/VBox/VMM/VMMR3/PGMSharedPage.cpp               |   13 +-
 src/VBox/VMM/VMMR3/SELM.cpp                        |   19 +-
 src/VBox/VMM/VMMR3/SSM.cpp                         |   30 +-
 src/VBox/VMM/VMMR3/STAM.cpp                        |   31 +-
 src/VBox/VMM/VMMR3/TM.cpp                          |   21 +-
 src/VBox/VMM/VMMR3/TRPM.cpp                        |   25 +-
 src/VBox/VMM/VMMR3/VM.cpp                          |   32 +-
 src/VBox/VMM/VMMR3/VMEmt.cpp                       |   12 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |   24 +-
 src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp           |   13 +-
 src/VBox/VMM/VMMR3/VMMSwitcher.cpp                 |   34 +-
 src/VBox/VMM/VMMR3/VMMTests.cpp                    |    7 +-
 src/VBox/VMM/VMMR3/VMReq.cpp                       |   12 +-
 src/VBox/VMM/VMMRC/CPUMRC.cpp                      |   12 +-
 src/VBox/VMM/VMMRC/CSAMRC.cpp                      |    6 +-
 src/VBox/VMM/VMMRC/IOMRC.cpp                       |    6 +-
 src/VBox/VMM/VMMRC/MMRamRC.cpp                     |   12 +-
 src/VBox/VMM/VMMRC/PATMRC.cpp                      |    6 +-
 src/VBox/VMM/VMMRC/PDMRCDevice.cpp                 |   18 +-
 src/VBox/VMM/VMMRC/PGMRC.cpp                       |   12 +-
 src/VBox/VMM/VMMRC/SELMRC.cpp                      |   13 +-
 src/VBox/VMM/VMMRC/TRPMRC.cpp                      |    6 +-
 src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp              |   31 +-
 src/VBox/VMM/VMMRC/VMMRC.cpp                       |   18 +-
 src/VBox/VMM/VMMRZ/DBGFRZ.cpp                      |    6 +-
 src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp                 |   30 +-
 src/VBox/VMM/VMMRZ/VMMRZ.cpp                       |    6 +-
 src/VBox/VMM/VMMSwitcher/AMD64Stub.asm             |    5 +-
 src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac        |   74 -
 src/VBox/VMM/include/CPUMInternal.h                |   24 +-
 src/VBox/VMM/include/CPUMInternal.mac              |   16 +-
 src/VBox/VMM/include/HMInternal.h                  |   40 +-
 src/VBox/VMM/include/HMInternal.mac                |    5 +-
 src/VBox/VMM/include/PATMInternal.h                |    2 +-
 .../VMM/include/PDMAsyncCompletionFileInternal.h   |    2 -
 src/VBox/VMM/include/PGMInternal.h                 |    4 -
 src/VBox/VMM/include/TMInternal.h                  |    9 +-
 src/VBox/VMM/include/VMMInternal.h                 |    4 +
 .../VMM/testcase/Instructions/tstVBInsTstR3.cpp    |   18 +-
 src/VBox/VMM/testcase/Makefile.kmk                 |   15 -
 src/VBox/VMM/testcase/tstAnimate.cpp               |   13 +-
 src/VBox/VMM/testcase/tstAsmStructs.cpp            |    7 +-
 src/VBox/VMM/testcase/tstCFGM.cpp                  |    6 +-
 src/VBox/VMM/testcase/tstCompressionBenchmark.cpp  |   12 +-
 src/VBox/VMM/testcase/tstGlobalConfig.cpp          |    6 +-
 src/VBox/VMM/testcase/tstIEMCheckMc.cpp            |   19 +-
 src/VBox/VMM/testcase/tstInstrEmul.cpp             |    7 +-
 src/VBox/VMM/testcase/tstMMHyperHeap.cpp           |    7 +-
 src/VBox/VMM/testcase/tstMicro.cpp                 |   13 +-
 src/VBox/VMM/testcase/tstMicroRC.cpp               |   13 +-
 src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp    |   11 +-
 .../VMM/testcase/tstPDMAsyncCompletionStress.cpp   |   16 +-
 src/VBox/VMM/testcase/tstSSM-2.cpp                 |    6 +-
 src/VBox/VMM/testcase/tstSSM.cpp                   |   18 +-
 src/VBox/VMM/testcase/tstVMM-HM.cpp                |   12 +-
 src/VBox/VMM/testcase/tstVMM.cpp                   |   26 +-
 src/VBox/VMM/testcase/tstVMMFork.cpp               |   12 +-
 src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp       |   19 +-
 src/VBox/VMM/testcase/tstVMREQ.cpp                 |   19 +-
 src/VBox/VMM/testcase/tstVMStruct.h                |    6 +-
 src/VBox/VMM/testcase/tstVMStructDTrace.cpp        |    6 +-
 src/VBox/VMM/testcase/tstVMStructRC.cpp            |    6 +-
 src/VBox/VMM/testcase/tstVMStructSize.cpp          |    7 +-
 src/VBox/VMM/testcase/tstX86-1.cpp                 |   24 +-
 src/VBox/VMM/testcase/tstX86-FpuSaveRestore.cpp    |    6 +-
 .../ValidationKit/bootsectors/VBoxBs2Linker.cpp    |    8 +-
 src/VBox/ValidationKit/common/constants/result.py  |    0
 .../ValidationKit/common/constants/rtexitcode.py   |    0
 src/VBox/ValidationKit/common/constants/tbreq.py   |    0
 src/VBox/ValidationKit/common/constants/tbresp.py  |    0
 .../ValidationKit/common/constants/valueunit.py    |    0
 src/VBox/ValidationKit/snippets/alloc-1.c          |    7 +-
 src/VBox/ValidationKit/snippets/time-1.c           |    7 +-
 src/VBox/ValidationKit/testanalysis/__init__.py    |    0
 src/VBox/ValidationKit/testanalysis/reader.py      |    0
 src/VBox/ValidationKit/testanalysis/reporting.py   |    0
 .../ValidationKit/testboxscript/TestBoxHelper.cpp  |    6 +-
 src/VBox/ValidationKit/testdriver/__init__.py      |    0
 src/VBox/ValidationKit/testdriver/vboxcon.py       |    0
 src/VBox/ValidationKit/testmanager/__init__.py     |    0
 src/VBox/ValidationKit/testmanager/config.py       |    0
 .../ValidationKit/testmanager/core/__init__.py     |    0
 .../ValidationKit/testmanager/core/coreconsts.py   |    0
 .../ValidationKit/testmanager/debug/__init__.py    |    0
 .../ValidationKit/testmanager/webui/__init__.py    |    0
 .../ValidationKit/testmanager/webui/wuihlpgraph.py |    0
 .../testmanager/webui/wuihlpgraphbase.py           |    0
 src/VBox/ValidationKit/tests/usb/usbgadget.py      |    0
 .../utils/TestExecServ/TestExecService.cpp         |   20 +-
 .../utils/TestExecServ/TestExecServiceTcp.cpp      |   18 +-
 src/VBox/ValidationKit/utils/cpu/cidet-app.cpp     |   30 +-
 src/VBox/ValidationKit/utils/cpu/cidet-core.cpp    |   18 +-
 src/VBox/ValidationKit/utils/cpu/cidet-instr-1.cpp |   18 +-
 src/VBox/ValidationKit/utils/cpu/cidet.h           |    2 +-
 .../ValidationKit/utils/cpu/cpu-alloc-all-mem.cpp  |   12 +-
 src/VBox/ValidationKit/utils/cpu/cpu-numa.cpp      |   12 +-
 src/VBox/ValidationKit/utils/cpu/exceptionsR3.cpp  |   24 +-
 src/VBox/ValidationKit/utils/cpu/xmmsaving.cpp     |   12 +-
 .../ValidationKit/utils/misc/loadgenerator.cpp     |   20 +-
 .../ValidationKit/utils/misc/loadgeneratorR0.cpp   |    6 +-
 src/VBox/ValidationKit/utils/misc/vts_rm.cpp       |    6 +-
 src/VBox/ValidationKit/utils/misc/vts_tar.cpp      |    6 +-
 src/VBox/ValidationKit/utils/network/NetPerf.cpp   |   28 +-
 src/VBox/ValidationKit/utils/nt/ntsetfreq.cpp      |    6 +-
 src/VBox/ValidationKit/utils/nt/nttimesources.cpp  |   12 +-
 src/VBox/ValidationKit/utils/usb/UsbTest.cpp       |   27 +-
 src/apps/adpctl/VBoxNetAdpCtl.cpp                  |    6 +-
 src/bldprogs/VBoxCPP.cpp                           |   26 +-
 src/bldprogs/VBoxCmp.cpp                           |    6 +-
 src/bldprogs/VBoxCompilerPlugInsGcc.cpp            |    1 +
 src/bldprogs/VBoxDef2LazyLoad.cpp                  |   21 +-
 src/bldprogs/VBoxPeSetVersion.cpp                  |    6 +-
 src/bldprogs/VBoxTpG.cpp                           |   20 +-
 src/bldprogs/bin2c.c                               |    7 +-
 src/bldprogs/filesplitter.cpp                      |   12 +-
 src/bldprogs/preload.cpp                           |    9 +-
 src/bldprogs/scm.cpp                               |  215 +-
 src/bldprogs/scm.h                                 |   15 +-
 src/bldprogs/scmdiff.cpp                           |   13 +-
 src/bldprogs/scmrw.cpp                             |  231 ++-
 src/bldprogs/scmstream.cpp                         |   25 +-
 src/bldprogs/scmstream.h                           |    1 +
 src/bldprogs/scmsubversion.cpp                     |   25 +-
 src/libs/xpcom18a4/python/__init__.py              |    0
 src/libs/xpcom18a4/python/components.py            |    0
 src/libs/xpcom18a4/python/nsError.py               |    0
 src/libs/xpcom18a4/python/tools/tracer_demo.py     |    0
 src/recompiler/Sun/testmath.c                      |    6 +-
 src/recompiler/VBoxREMWrapper.cpp                  |   30 +-
 src/recompiler/VBoxRecompiler.c                    |   30 +-
 1876 files changed, 24123 insertions(+), 17720 deletions(-)

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