[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (8ffbb27 -> 2da0079)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Nov 24 18:36:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository virtualbox.
from 8ffbb27 New upstream version 5.2.0-dfsg
new 2da0079 New upstream version 5.2.2-dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.scm-settings | 107 +-
Config.kmk | 72 +-
Maintenance.kmk | 1 -
Makefile.kmk | 32 +-
Version.kmk | 6 +-
configure | 2 +-
configure.vbs | 2 +-
doc/.scm-settings | 39 +
doc/License-gpl-2.0.rtf | 786 +++---
doc/License-gpl-2.rtf | 712 +++---
doc/VBox-CodingGuidelines.cpp | 4 +-
doc/VBox-MakefileGuidelines.cpp | 2 +-
doc/VBox-doc.c | 2 +-
doc/kBuild-tricks.txt | 4 +-
doc/manual/.scm-settings | 23 +
doc/manual/ChangeLog.xml | 11 -
doc/manual/Config.kmk | 12 -
doc/manual/Makefile.kmk | 4 +-
doc/manual/common-html-formatcfg.xsl | 4 +-
doc/manual/docbook-changelog-formatcfg.xsl | 24 +-
doc/manual/docbook2latex.xsl | 2 +-
doc/manual/en_US/UserManual.xml | 4 +-
doc/manual/en_US/man_VBoxManage-debugvm.xml | 5 +-
doc/manual/en_US/man_VBoxManage-extpack.xml | 4 +-
doc/manual/en_US/man_VBoxManage-unattended.xml | 4 +-
doc/manual/en_US/user_AdvancedTopics.xml | 4 +-
doc/manual/en_US/user_BasicConcepts.xml | 4 +-
doc/manual/en_US/user_ChangeLog.xml | 4 +-
doc/manual/en_US/user_Frontends.xml | 6 +-
doc/manual/en_US/user_Glossary.xml | 4 +-
doc/manual/en_US/user_GuestAdditions.xml | 4 +-
doc/manual/en_US/user_Installation.xml | 4 +-
doc/manual/en_US/user_Introduction.xml | 4 +-
doc/manual/en_US/user_KnownIssues.xml | 88 +-
doc/manual/en_US/user_Networking.xml | 4 +-
doc/manual/en_US/user_PrivacyPolicy.xml | 4 +-
doc/manual/en_US/user_Security.xml | 4 +-
doc/manual/en_US/user_Storage.xml | 4 +-
doc/manual/en_US/user_Technical.xml | 4 +-
doc/manual/en_US/user_ThirdParty.xml | 4 +-
doc/manual/en_US/user_Troubleshooting.xml | 6 +-
doc/manual/en_US/user_VBoxManage.xml | 15 +-
doc/manual/en_US/user_VirtualBoxAPI.xml | 6 +-
doc/manual/fr_FR/UserManual.xml | 4 +-
doc/manual/fr_FR/user_AdvancedTopics.xml | 210 +-
doc/manual/fr_FR/user_BasicConcepts.xml | 142 +-
doc/manual/fr_FR/user_ChangeLog.xml | 390 +--
doc/manual/fr_FR/user_Frontends.xml | 90 +-
doc/manual/fr_FR/user_Glossary.xml | 10 +-
doc/manual/fr_FR/user_GuestAdditions.xml | 188 +-
doc/manual/fr_FR/user_Installation.xml | 78 +-
doc/manual/fr_FR/user_Introduction.xml | 148 +-
doc/manual/fr_FR/user_KnownIssues.xml | 86 +-
doc/manual/fr_FR/user_Networking.xml | 96 +-
doc/manual/fr_FR/user_PrivacyPolicy.xml | 6 +-
doc/manual/fr_FR/user_Security.xml | 30 +-
doc/manual/fr_FR/user_Storage.xml | 120 +-
doc/manual/fr_FR/user_Technical.xml | 78 +-
doc/manual/fr_FR/user_ThirdParty.xml | 12 +-
doc/manual/fr_FR/user_Troubleshooting.xml | 100 +-
doc/manual/fr_FR/user_VBoxManage.xml | 268 +-
doc/manual/fr_FR/user_VirtualBoxAPI.xml | 6 +-
doc/manual/user_ChangeLogImpl.xml | 127 +-
include/.scm-settings | 52 +
include/Makefile.kmk | 25 +-
include/VBox/Graphics/HGSMI.h | 31 +-
include/VBox/Graphics/HGSMIBase.h | 33 +-
include/VBox/Graphics/HGSMIChSetup.h | 31 +-
include/VBox/Graphics/HGSMIChannels.h | 31 +-
include/VBox/Graphics/HGSMIContext.h | 33 +-
include/VBox/Graphics/HGSMIDefs.h | 31 +-
include/VBox/Graphics/VBoxUhgsmi.h | 12 +-
include/VBox/Graphics/VBoxVideo.h | 34 +-
include/VBox/Graphics/VBoxVideoErr.h | 33 +-
include/VBox/Graphics/VBoxVideoGuest.h | 31 +-
include/VBox/Graphics/VBoxVideoHost3D.h | 2 +-
include/VBox/Graphics/VBoxVideoIPRT.h | 11 +-
include/VBox/Graphics/VBoxVideoVBE.h | 31 +-
include/VBox/Graphics/VBoxVideoVBEPrivate.h | 31 +-
include/VBox/GuestHost/DragAndDrop.h | 2 +-
include/VBox/HostServices/VBoxOGLOp.h | 1 -
include/VBox/VMMDevTesting.mac | 27 +
include/VBox/apic.mac | 27 +
include/VBox/ata.h | 9 +
include/VBox/bios.mac | 27 +
include/VBox/com/com.h | 7 +-
include/VBox/dbg.h | 2 +-
include/VBox/err.mac | 37 +
include/VBox/err.sed | 13 +-
include/VBox/log.h | 3 +
include/VBox/param.mac | 27 +
include/VBox/scsiinline.h | 9 +
include/VBox/various.sed | 38 +
include/VBox/vmm/cpum.h | 14 +-
include/VBox/vmm/cpum.mac | 2 +-
include/VBox/vmm/cpumctx.h | 6 +-
include/VBox/vmm/hm.h | 2 +-
include/VBox/vmm/hm_svm.h | 9 +-
include/VBox/vmm/pdmaudioifs.h | 12 +-
include/VBox/x86.mac | 2 -
include/iprt/asmdefs.mac | 2 +-
include/iprt/bldprog-strtab-template.cpp.h | 11 +-
include/iprt/cdefs.h | 16 +
include/iprt/dir.h | 344 ++-
include/iprt/dvm.h | 85 +-
include/iprt/err.h | 3 +
include/iprt/err.mac | 222 +-
include/iprt/err.sed | 2 +-
include/iprt/formats/fat.h | 2 +-
include/iprt/formats/mach-o.h | 2 +
include/iprt/fs.h | 4 +-
include/iprt/getopt.h | 14 +
include/iprt/krnlmod.h | 2 +-
include/iprt/locale.h | 1 -
include/iprt/log.h | 30 +-
include/iprt/mangling.h | 29 +-
include/iprt/nocrt/math.h | 1 +
include/iprt/nt/nt.h | 43 +-
include/iprt/refentry.h | 1 -
include/iprt/solaris/kmoddeps.mac | 2 +-
include/iprt/types.h | 7 +
include/iprt/vfs.h | 65 +
include/iprt/vfslowlevel.h | 9 +
include/iprt/x86.mac | 71 +-
include/iprt/x86extra.mac | 2 +-
.../Additions/common/VBoxControl/VBoxControl.cpp | 2 +-
.../Additions/common/VBoxControl/VBoxControl.rc | 2 +-
.../common/VBoxControl/testcase/tstVBoxControl.cpp | 2 +-
src/VBox/Additions/common/VBoxGuest/.scm-settings | 30 +
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 25 +-
.../Additions/common/VBoxGuest/VBoxDev-haiku.c | 11 +-
.../common/VBoxGuest/VBoxGuest-darwin.cpp | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-freebsd.c | 11 +-
.../common/VBoxGuest/VBoxGuest-haiku-stubs.c | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.c | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.h | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-linux.c | 15 +-
.../Additions/common/VBoxGuest/VBoxGuest-netbsd.c | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.cpp | 12 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.def | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-solaris.c | 2 +-
.../common/VBoxGuest/VBoxGuest-solaris.conf | 6 +-
.../common/VBoxGuest/VBoxGuest-win-legacy.cpp | 11 +-
.../common/VBoxGuest/VBoxGuest-win-pnp.cpp | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 11 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.h | 11 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 2 +-
.../Additions/common/VBoxGuest/VBoxGuestA-os2.asm | 58 +-
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 2 +-
.../Additions/common/VBoxGuest/freebsd/Makefile | 15 +-
.../common/VBoxGuest/freebsd/files_vboxguest | 15 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibCrOgl.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR0LibGenericRequest.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibHGCM.cpp | 4 +-
.../VBoxGuest/lib/VBoxGuestR0LibHGCMInternal.cpp | 6 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibInit.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibInternal.h | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibMouse.cpp | 3 +-
.../VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp | 3 +-
.../VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c | 27 +-
.../common/VBoxGuest/lib/VBoxGuestR0LibVMMDev.cpp | 3 +-
.../common/VBoxGuest/lib/VBoxGuestR3Lib.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibAdditions.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibAutoLogon.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibBalloon.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibCoreDump.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibCpuHotPlug.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibCredentials.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibDaemonize.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibEvent.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibGR.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibGuestUser.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibHGCM.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibHostChannel.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibHostVersion.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibInternal.h | 3 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibLog.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibMisc.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibModule.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibMouse.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibPidFile.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibRuntimeXF86.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibSeamless.cpp | 2 +-
.../VBoxGuest/lib/VBoxGuestR3LibSharedFolders.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibStat.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibTime.cpp | 2 +-
.../common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp | 2 +-
.../VBoxGuest/lib/VbglR0CanUsePhysPageList.cpp | 3 +-
src/VBox/Additions/common/VBoxGuest/linux/Makefile | 15 +-
.../common/VBoxGuest/linux/files_vboxguest | 15 +-
.../Additions/common/VBoxGuest/solaris/deps.asm | 11 +-
.../Additions/common/VBoxGuest/win/VBoxGuest.inf | 11 +-
.../Additions/common/VBoxGuest/win/VBoxGuest.rc | 11 +-
.../common/VBoxGuest/win/VBoxGuestInst.cpp | 11 +-
.../common/VBoxService/VBoxService-os2.def | 2 +-
.../common/VBoxService/VBoxService-win.cpp | 2 +-
.../common/VBoxService/VBoxService-win.rc | 2 +-
.../Additions/common/VBoxService/VBoxService.cpp | 8 +-
.../common/VBoxService/VBoxServiceAutoMount.cpp | 16 +-
.../common/VBoxService/VBoxServiceBalloon.cpp | 2 +-
.../VBoxService/VBoxServiceClipboard-os2.cpp | 2 +-
.../common/VBoxService/VBoxServiceControl.cpp | 2 +-
.../common/VBoxService/VBoxServiceControl.h | 2 +-
.../VBoxService/VBoxServiceControlProcess.cpp | 2 +-
.../VBoxService/VBoxServiceControlSession.cpp | 2 +-
.../common/VBoxService/VBoxServiceCpuHotPlug.cpp | 37 +-
.../common/VBoxService/VBoxServiceInternal.h | 2 +-
.../common/VBoxService/VBoxServicePageSharing.cpp | 2 +-
.../common/VBoxService/VBoxServicePropCache.cpp | 2 +-
.../common/VBoxService/VBoxServicePropCache.h | 2 +-
.../common/VBoxService/VBoxServiceResource-win.h | 2 +-
.../common/VBoxService/VBoxServiceStats.cpp | 2 +-
.../common/VBoxService/VBoxServiceTimeSync.cpp | 2 +-
.../common/VBoxService/VBoxServiceToolBox.cpp | 10 +-
.../common/VBoxService/VBoxServiceToolBox.h | 2 +-
.../common/VBoxService/VBoxServiceUtils.cpp | 2 +-
.../common/VBoxService/VBoxServiceUtils.h | 2 +-
.../common/VBoxService/VBoxServiceVMInfo-win.cpp | 2 +-
.../common/VBoxService/VBoxServiceVMInfo.cpp | 2 +-
.../common/VBoxService/VBoxServiceVMInfo.h | 2 +-
.../common/VBoxService/testcase/tstUserInfo.cpp | 2 +-
src/VBox/Additions/common/VBoxVideo/.scm-settings | 33 +
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 31 +-
.../Additions/common/VBoxVideo/HGSMIBuffers.cpp | 31 +-
.../Additions/common/VBoxVideo/HGSMIHostCmd.cpp | 31 +-
.../Additions/common/VBoxVideo/Modesetting.cpp | 31 +-
src/VBox/Additions/common/VBoxVideo/VBVABase.cpp | 31 +-
...odo-create-library-from-these-files-for-windows | 0
src/VBox/Additions/common/crOpenGL/.scm-settings | 62 +
src/VBox/Additions/common/crOpenGL/DD_glc.py | 2 +-
src/VBox/Additions/common/crOpenGL/DD_glh.py | 2 +-
.../common/crOpenGL/Linux_i386_glxapi_exports.py | 8 +-
.../common/crOpenGL/SunOS_i386_exports.py | 2 +-
.../common/crOpenGL/SunOS_i386_exports_dri.py | 2 +-
.../common/crOpenGL/SunOS_i386_glxapi_exports.py | 2 +-
src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc | 2 +-
src/VBox/Additions/common/crOpenGL/VBoxICDList.h | 8 +-
.../Additions/common/crOpenGL/array/arrayspu.c | 8 +-
.../Additions/common/crOpenGL/array/arrayspu.rc | 2 +-
.../common/crOpenGL/array/arrayspu_init.c | 4 +-
src/VBox/Additions/common/crOpenGL/context.c | 46 +-
src/VBox/Additions/common/crOpenGL/cr_gl.py | 2 +-
src/VBox/Additions/common/crOpenGL/defs.py | 4 +-
src/VBox/Additions/common/crOpenGL/defs64.py | 4 +-
src/VBox/Additions/common/crOpenGL/dri_drv.c | 38 +-
src/VBox/Additions/common/crOpenGL/dri_drv.h | 2 +-
src/VBox/Additions/common/crOpenGL/dri_glx.h | 4 +-
src/VBox/Additions/common/crOpenGL/dri_util.c | 68 +-
src/VBox/Additions/common/crOpenGL/egl.c | 30 +-
src/VBox/Additions/common/crOpenGL/entrypoints.py | 1 -
src/VBox/Additions/common/crOpenGL/entrypoints.pyc | Bin 5904 -> 5904 bytes
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 199 +-
src/VBox/Additions/common/crOpenGL/fakedri_drv.h | 6 +-
.../common/crOpenGL/fakedri_glfuncsList.h | 3 +-
.../common/crOpenGL/fakedri_glxfuncsList.h | 3 +-
.../common/crOpenGL/feedback/feedback_context.c | 6 +-
.../crOpenGL/feedback/feedback_state_special | 2 +-
.../common/crOpenGL/feedback/feedbackspu.rc | 2 +-
.../common/crOpenGL/feedback/feedbackspu_init.c | 2 +-
src/VBox/Additions/common/crOpenGL/glx.c | 93 +-
src/VBox/Additions/common/crOpenGL/glx_c_exports.c | 3 +-
src/VBox/Additions/common/crOpenGL/glx_proto.h | 3 +-
src/VBox/Additions/common/crOpenGL/icd_drv.c | 12 +-
src/VBox/Additions/common/crOpenGL/icd_drv.h | 4 +-
src/VBox/Additions/common/crOpenGL/load.c | 10 +-
src/VBox/Additions/common/crOpenGL/pack/pack.py | 4 +-
src/VBox/Additions/common/crOpenGL/pack/packspu.rc | 2 +-
.../common/crOpenGL/pack/packspu_bufferobject.c | 4 +-
.../common/crOpenGL/pack/packspu_client.c | 6 +-
.../common/crOpenGL/pack/packspu_config.c | 4 +-
.../common/crOpenGL/pack/packspu_context.c | 4 +-
.../common/crOpenGL/pack/packspu_framebuffer.c | 16 +-
.../Additions/common/crOpenGL/pack/packspu_get.py | 12 +-
.../common/crOpenGL/pack/packspu_getshaders.c | 4 +-
.../common/crOpenGL/pack/packspu_getstring.c | 4 +-
.../Additions/common/crOpenGL/pack/packspu_glsl.c | 4 +-
.../Additions/common/crOpenGL/pack/packspu_misc.c | 6 +-
.../Additions/common/crOpenGL/pack/packspu_net.c | 6 +-
.../Additions/common/crOpenGL/pack/packspu_pixel.c | 8 +-
.../common/crOpenGL/pack/packspu_proto.py | 4 +-
.../Additions/common/crOpenGL/pack/packspu_special | 2 +-
.../common/crOpenGL/pack/packspu_swapbuf.c | 2 +-
.../common/crOpenGL/pack/packspu_texture.c | 2 +-
.../common/crOpenGL/passthrough/passthroughspu.rc | 2 +-
.../crOpenGL/passthrough/passthroughspu_init.c | 2 +-
src/VBox/Additions/common/crOpenGL/stub.c | 28 +-
src/VBox/Additions/common/crOpenGL/stub_common.py | 22 +-
src/VBox/Additions/common/crOpenGL/utils.c | 44 +-
src/VBox/Additions/common/crOpenGL/vboxdri_drv.c | 32 +-
src/VBox/Additions/common/crOpenGL/wgl.c | 34 +-
.../Additions/common/crOpenGL/windows_exports.py | 2 +-
.../common/crOpenGL/windows_getprocaddress.py | 2 +-
src/VBox/Additions/common/pam/pam_vbox.cpp | 2 +-
.../Additions/common/testcase/tstPageFusion.cpp | 2 +-
src/VBox/Additions/darwin/Installer/.scm-settings | 27 +
.../darwin/Installer/DiskImage/Uninstall.tool | 8 +-
.../Installer/VBoxGuestAdditionsKEXTs/postflight | 6 +-
.../VBoxServiceWrapper | 6 +-
.../Additions/darwin/VBoxClient/VBoxClient.cpp | 2 +-
.../darwin/VBoxClient/VBoxClientClipboard.cpp | 2 +-
.../VBoxClient/VBoxClientClipboardGuestToHost.cpp | 2 +-
.../VBoxClient/VBoxClientClipboardHostToGuest.cpp | 2 +-
.../darwin/VBoxClient/VBoxClientInternal.h | 2 +-
src/VBox/Additions/darwin/vboxfs/.scm-settings | 19 +
src/VBox/Additions/darwin/vboxfs/Makefile.kmk | 12 +-
.../Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp | 2 +-
.../Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp | 2 +-
src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp | 2 +-
src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp | 2 +-
src/VBox/Additions/darwin/vboxfs/mount.vboxvfs.c | 2 +-
src/VBox/Additions/darwin/vboxfs/vboxvfs.h | 2 +-
src/VBox/Additions/freebsd/.scm-settings | 20 +
src/VBox/Additions/freebsd/Installer/vboxguest.sh | 7 +-
src/VBox/Additions/freebsd/Makefile | 3 +-
src/VBox/Additions/freebsd/drm/Makefile | 3 +-
src/VBox/Additions/freebsd/drm/files_vboxvideo_drm | 4 +-
src/VBox/Additions/freebsd/drm/vboxvideo_drm.c | 2 +-
src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h | 2 +-
.../Additions/freebsd/vboxvfs/vboxvfs_vfsops.c | 2 +-
src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c | 2 +-
src/VBox/Additions/haiku/.scm-settings | 20 +
.../Additions/haiku/SharedFolders/OpenHashTable.h | 2 +-
.../Additions/haiku/SharedFolders/kernel_cpp.h | 2 +-
src/VBox/Additions/haiku/SharedFolders/lock.h | 2 +-
src/VBox/Additions/haiku/SharedFolders/vboxsf.c | 2 +-
src/VBox/Additions/haiku/SharedFolders/vboxsf.h | 2 +-
.../Additions/haiku/SharedFolders/vnode_cache.cpp | 2 +-
src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.cpp | 2 +-
src/VBox/Additions/haiku/VBoxMouse/VBoxMouse.h | 2 +-
.../Additions/haiku/VBoxMouse/VBoxMouseFilter.cpp | 2 +-
.../Additions/haiku/VBoxMouse/VBoxMouseFilter.h | 2 +-
.../Additions/haiku/VBoxTray/VBoxClipboard.cpp | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxClipboard.h | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.cpp | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.h | 2 +-
.../haiku/VBoxTray/VBoxGuestApplication.cpp | 2 +-
.../haiku/VBoxTray/VBoxGuestApplication.h | 2 +-
.../haiku/VBoxTray/VBoxGuestDeskbarView.cpp | 2 +-
.../haiku/VBoxTray/VBoxGuestDeskbarView.h | 2 +-
.../haiku/VBoxTray/VBoxServiceDescriptor.h | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxTray.rdef | 7 +-
.../haiku/VBoxVideo/accelerant/accelerant.cpp | 2 +-
.../haiku/VBoxVideo/accelerant/accelerant.h | 2 +-
.../haiku/VBoxVideo/common/VBoxVideo_common.h | 2 +-
.../Additions/haiku/VBoxVideo/driver/driver.cpp | 2 +-
.../Additions/haiku/include/VBoxGuestInternal.h | 2 +-
src/VBox/Additions/haiku/include/lock.h | 2 +-
src/VBox/Additions/haiku/load.sh | 16 +
src/VBox/Additions/haiku/unload.sh | 16 +
src/VBox/Additions/linux/Makefile | 3 +-
src/VBox/Additions/linux/Makefile.kmk | 25 +-
src/VBox/Additions/linux/drm/.scm-settings | 25 +
src/VBox/Additions/linux/drm/Makefile.kmk | 12 +-
src/VBox/Additions/linux/drm/Makefile.module.kms | 21 +-
src/VBox/Additions/linux/drm/files_vboxvideo_drv | 4 +-
src/VBox/Additions/linux/drm/indent.sed | 14 +-
src/VBox/Additions/linux/drm/vbox_drv.c | 8 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 1 -
src/VBox/Additions/linux/drm/vbox_fb.c | 25 +-
src/VBox/Additions/linux/drm/vbox_hgsmi.c | 39 +-
src/VBox/Additions/linux/drm/vbox_mode.c | 15 +-
src/VBox/Additions/linux/drm/vbox_prime.c | 1 +
src/VBox/Additions/linux/export_modules | 127 -
src/VBox/Additions/linux/export_modules.sh | 136 +
src/VBox/Additions/linux/installer/.scm-settings | 20 +
src/VBox/Additions/linux/installer/autorun.sh | 4 +-
src/VBox/Additions/linux/installer/deffiles | 3 +-
src/VBox/Additions/linux/installer/install.sh.in | 4 +-
.../Additions/linux/installer/module-autologon.sh | 5 +-
.../Additions/linux/installer/vboxadd-service.sh | 7 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 7 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 15 +-
.../Additions/linux/lightdm-greeter/.scm-settings | 20 +
.../liblightdm-gobject-1.5.0/greeter.c | 9 +
.../liblightdm-gobject-1.5.0/language.c | 9 +
.../liblightdm-gobject-1.5.0/layout.c | 9 +
.../liblightdm-gobject-1.5.0/power.c | 9 +
.../liblightdm-gobject-1.5.0/session.c | 9 +
.../liblightdm-gobject-1.5.0/system.c | 9 +
.../liblightdm-gobject-1.5.0/user.c | 9 +
.../linux/lightdm-greeter/vbox-greeter.cpp | 5 +-
.../Additions/linux/sharedfolders/.scm-settings | 20 +
.../Additions/linux/sharedfolders/Makefile.kmk | 8 +-
.../Additions/linux/sharedfolders/Makefile.module | 7 +-
src/VBox/Additions/linux/sharedfolders/dirops.c | 2 +-
.../Additions/linux/sharedfolders/files_vboxsf | 2 +-
src/VBox/Additions/linux/sharedfolders/lnkops.c | 2 +-
.../Additions/linux/sharedfolders/mount.vboxsf.c | 14 +-
src/VBox/Additions/linux/sharedfolders/regops.c | 16 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 2 +-
src/VBox/Additions/linux/sharedfolders/vbsfmount.c | 2 +-
src/VBox/Additions/linux/sharedfolders/vbsfmount.h | 24 +-
src/VBox/Additions/linux/sharedfolders/vfsmod.c | 24 +-
src/VBox/Additions/linux/sharedfolders/vfsmod.h | 2 +-
.../Additions/linux/testcase/TimesyncBackdoor.c | 2 +-
src/VBox/Additions/solaris/.scm-settings | 44 +
src/VBox/Additions/solaris/DRM/deps.asm | 2 +-
src/VBox/Additions/solaris/DRM/vboxvideo_drm.c | 2 +-
src/VBox/Additions/solaris/Installer/VBox.sh | 7 +-
.../Additions/solaris/Installer/makepackage.sh | 7 +-
.../Additions/solaris/Installer/postinstall.sh | 2 +-
src/VBox/Additions/solaris/Installer/preremove.sh | 2 +-
.../Additions/solaris/Installer/vbox_vendor_select | 10 +-
.../Additions/solaris/Installer/vboxdevlink.sed | 25 +
src/VBox/Additions/solaris/Installer/vboxguest.sh | 7 +-
src/VBox/Additions/solaris/Mouse/deps.asm | 2 +-
.../Additions/solaris/Mouse/testcase/solaris.h | 2 +-
.../solaris/Mouse/testcase/tstVBoxMouse-solaris.c | 2 +-
src/VBox/Additions/solaris/Mouse/vboxms.c | 3 +-
src/VBox/Additions/solaris/Mouse/vboxms.conf | 16 +-
src/VBox/Additions/solaris/Mouse/vboxmslnk.c | 2 +-
src/VBox/Additions/solaris/SharedFolders/deps.asm | 2 +-
src/VBox/Additions/solaris/SharedFolders/vboxfs.h | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_mount.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_prov.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_prov.h | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vfs.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vfs.h | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vnode.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vnode.h | 2 +-
src/VBox/Additions/solaris/Virtio/Virtio-solaris.c | 2 +-
src/VBox/Additions/solaris/Virtio/Virtio-solaris.h | 2 +-
.../Additions/solaris/Virtio/VirtioNet-solaris.c | 2 +-
.../Additions/solaris/Virtio/VirtioPci-solaris.c | 2 +-
.../Additions/solaris/Virtio/VirtioPci-solaris.h | 2 +-
.../Additions/solaris/Virtio/VirtioRing-solaris.c | 2 +-
src/VBox/Additions/x11/.scm-settings | 37 +
src/VBox/Additions/x11/Installer/98vboxadd-xclient | 2 +-
src/VBox/Additions/x11/Installer/x11config.pl | 7 +-
src/VBox/Additions/x11/Installer/x11config.sh | 7 +-
src/VBox/Additions/x11/Installer/x11config15.pl | 7 +-
src/VBox/Additions/x11/Installer/x11config15sol.pl | 11 +-
.../Additions/x11/Installer/x11config15suse.pl | 7 +-
src/VBox/Additions/x11/Installer/x11restore.pl | 8 +-
src/VBox/Additions/x11/Makefile.kmk | 1 +
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 2 +-
src/VBox/Additions/x11/VBoxClient/check3d.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/clipboard.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/display-svga.cpp | 4 +-
src/VBox/Additions/x11/VBoxClient/display.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/hostversion.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.h | 2 +-
src/VBox/Additions/x11/VBoxClient/seamless.cpp | 2 +-
src/VBox/Additions/x11/VBoxClient/seamless.h | 2 +-
.../VBoxClient/testcase/tstSeamlessX11-auto.cpp | 2 +-
.../x11/VBoxClient/testcase/tstSeamlessX11.cpp | 2 +-
src/VBox/Additions/x11/vboxmouse/vboxmouse.c | 2 +-
src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h | 33 +-
src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h | 33 +-
src/VBox/Additions/x11/vboxvideo/edid.c | 2 +-
src/VBox/Additions/x11/vboxvideo/getmode.c | 33 +-
src/VBox/Additions/x11/vboxvideo/hgsmimemalloc.c | 33 +-
src/VBox/Additions/x11/vboxvideo/pointer.c | 33 +-
src/VBox/Additions/x11/vboxvideo/setmode.c | 4 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 2 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 6 +-
src/VBox/Additions/x11/vboxvideo/vbva.c | 33 +-
src/VBox/Artwork/.scm-settings | 21 +
src/VBox/Artwork/win/.scm-settings | 29 +
src/VBox/Artwork/win/TemplateDll.rc | 2 +-
src/VBox/Artwork/win/TemplateDrv.rc | 2 +-
src/VBox/Artwork/win/TemplateExe.rc | 2 +-
src/VBox/Artwork/win/TemplateR0.rc | 2 +-
src/VBox/Artwork/win/TemplateRC.rc | 2 +-
src/VBox/Artwork/win/TemplateRsrcDefs.h | 2 +-
src/VBox/Debugger/DBGCBuiltInSymbols.cpp | 2 +-
src/VBox/Debugger/DBGCCmdHlp.cpp | 2 +-
src/VBox/Debugger/DBGCCmdWorkers.cpp | 2 +-
src/VBox/Debugger/DBGCCommands.cpp | 2 +-
src/VBox/Debugger/DBGCEmulateCodeView.cpp | 2 +-
src/VBox/Debugger/DBGCEval.cpp | 2 +-
src/VBox/Debugger/DBGCFunctions.cpp | 2 +-
src/VBox/Debugger/DBGCGdbRemoteStub.cpp | 2 +-
src/VBox/Debugger/DBGCInternal.h | 2 +-
src/VBox/Debugger/DBGCOps.cpp | 2 +-
src/VBox/Debugger/DBGCScreenAscii.cpp | 5 +-
src/VBox/Debugger/DBGCTcp.cpp | 2 +-
src/VBox/Debugger/DBGConsole.cpp | 2 +-
src/VBox/Debugger/DBGPlugInCommonELF.cpp | 2 +-
src/VBox/Debugger/DBGPlugInCommonELF.h | 6 +-
src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h | 2 +-
src/VBox/Debugger/DBGPlugInDarwin.cpp | 2 +-
src/VBox/Debugger/DBGPlugInDiggers.cpp | 2 +-
src/VBox/Debugger/DBGPlugInFreeBsd.cpp | 8 +-
src/VBox/Debugger/DBGPlugInLinux.cpp | 2 +-
src/VBox/Debugger/DBGPlugInOS2.cpp | 2 +-
src/VBox/Debugger/DBGPlugInSolaris.cpp | 2 +-
src/VBox/Debugger/DBGPlugInWinNt.cpp | 2 +-
src/VBox/Debugger/DBGPlugIns.h | 2 +-
src/VBox/Debugger/VBoxDbg.cpp | 2 +-
src/VBox/Debugger/VBoxDbgBase.cpp | 2 +-
src/VBox/Debugger/VBoxDbgBase.h | 2 +-
src/VBox/Debugger/VBoxDbgConsole.cpp | 6 +-
src/VBox/Debugger/VBoxDbgConsole.h | 2 +-
src/VBox/Debugger/VBoxDbgDisas.h | 2 +-
src/VBox/Debugger/VBoxDbgGui.cpp | 2 +-
src/VBox/Debugger/VBoxDbgGui.h | 2 +-
src/VBox/Debugger/VBoxDbgStatsQt.cpp | 2 +-
src/VBox/Debugger/VBoxDbgStatsQt.h | 2 +-
src/VBox/Debugger/testcase/tstDBGCParser.cpp | 2 +-
src/VBox/Debugger/testcase/tstDBGCStubs.cpp | 2 +-
src/VBox/Debugger/testcase/tstVBoxDbg.cpp | 2 +-
src/VBox/Devices/Audio/AudioMixer.h | 2 +-
src/VBox/Devices/Audio/DevHDA.cpp | 101 +-
src/VBox/Devices/Audio/DevHDA.h | 4 +-
src/VBox/Devices/Audio/DevHDACommon.h | 10 +-
src/VBox/Devices/Audio/DevSB16.cpp | 1 +
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 1 +
src/VBox/Devices/Audio/HDACodec.h | 2 +-
src/VBox/Devices/Audio/HDAStreamPeriod.cpp | 18 +-
src/VBox/Devices/Audio/HDAStreamPeriod.h | 2 +-
src/VBox/Devices/Audio/alsa_stubs.h | 2 +-
src/VBox/Devices/BiosCommonCode/commondefs.inc | 23 +-
src/VBox/Devices/EFI/.scm-settings | 135 +
src/VBox/Devices/EFI/DevEFI.cpp | 4 +-
src/VBox/Devices/EFI/DevEFI.h | 2 +-
src/VBox/Devices/EFI/DevSmc.cpp | 2 +-
.../BaseTools/Source/C/EfiRom/Makefile.kmk | 2 -
.../BaseTools/Source/C/VolInfo/Makefile.kmk | 2 -
.../BaseTools/Source/Python/Ecc/exception.xml | 636 ++---
.../Universal/Disk/PartitionDxe/Apple.c | 4 +-
.../Devices/EFI/Firmware/VBoxPkg/Include/DevEFI.h | 25 +
.../Include/IndustryStandard/VBoxFatImage.h | 2 +-
.../EFI/Firmware/VBoxPkg/Include/VBoxDebugLib.h | 2 +-
.../EFI/Firmware/VBoxPkg/Include/VBoxMemLayout.h | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/Include/VBoxPkg.h | 2 +-
.../Library/VBoxDebugAgentLib/VBoxDebugAgentLib.c | 8 +-
.../VBoxDebugAgentLib/VBoxDebugAgentLib.inf | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c | 9 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf | 3 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c | 9 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c | 8 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c | 8 +-
.../Library/VBoxDebugLib/VBoxPrintHexDump.c | 8 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c | 8 +-
.../VBoxOemHookStatusCodeLib.c | 8 +-
.../VBoxOemHookStatusCodeLib.inf | 3 +-
.../VBoxPeCoffExtraActionLib.c | 8 +-
.../VBoxPeCoffExtraActionLib.inf | 2 +-
.../VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c | 2 +-
.../Library/VBoxPeCoffLib/BasePeCoffLibInternals.h | 2 +-
.../VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c | 2 +-
.../Library/VBoxPeCoffLib/VBoxPeCoffLib.inf | 4 +-
.../EFI/Firmware/VBoxPkg/VBoxAppleSim/Console.c | 2 +-
.../Firmware/VBoxPkg/VBoxAppleSim/ConsoleControl.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxAppleSim/Cpu.c | 8 +-
.../Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c | 8 +-
.../Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf | 8 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c | 16 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFswParam.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxHfs.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf | 4 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_base.h | 6 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.c | 35 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.h | 6 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.c | 10 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.h | 6 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_base.h | 6 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c | 8 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c | 17 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.c | 8 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.h | 23 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_lib.c | 8 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_strfunc.h | 2 +-
.../Firmware/VBoxPkg/VBoxFsDxe/test/fsw_posix.c | 20 +-
.../Firmware/VBoxPkg/VBoxFsDxe/test/fsw_posix.h | 26 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/test/lslr.c | 8 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/test/lsroot.c | 10 +-
.../VBoxPkg/VBoxInterceptorDxe/BootService.c | 2 +-
.../Firmware/VBoxPkg/VBoxInterceptorDxe/RunTime.c | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/VBoxInterceptor.c | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/VBoxInterceptor.h | 2 +-
.../VBoxInterceptorDxe/VBoxInterceptorDxe.inf | 3 +-
.../VBoxInterceptorDxe/boot_service_table.h | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/interceptor.h | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/print_types.h | 2 +-
.../VBoxInterceptorDxe/runtime_service_table.h | 2 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.c | 2 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.h | 2 +-
.../VBoxPkg/VBoxMimicryDxe/VBoxMimicryDxe.inf | 3 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/mimic_tbl.h | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/VBoxMisc/Makefile | 10 +-
src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxPkg.dec | 2 +-
.../VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h | 2 +-
.../VBoxPkg/VBoxSysTables/TableConversion.c | 2 +-
.../Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.c | 15 +-
.../VBoxPkg/VBoxSysTables/VBoxSysTables.inf | 8 +-
.../Firmware/VBoxPkg/VBoxVgaDxe/ComponentName.c | 2 +-
.../VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/Edid.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf | 2 +-
.../VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c | 6 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h | 2 +-
.../Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c | 2 +-
.../VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c | 26 +-
.../VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf | 3 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/VBoxSmcUtil-darwin.cpp | 2 +-
src/VBox/Devices/GIMDev/DrvUDP.cpp | 2 +-
src/VBox/Devices/GIMDev/GIMDev.cpp | 2 +-
src/VBox/Devices/Graphics/.scm-settings | 63 +
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 6 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Graphics/BIOS/inlines.h | 2 +-
src/VBox/Devices/Graphics/BIOS/vberom.asm | 24 +-
src/VBox/Devices/Graphics/BIOS/vgarom.asm | 32 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 119 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 9 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp | 113 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h | 191 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 194 +-
.../Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp | 200 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 73 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 2506 +++++++++++-------
src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp | 555 ++--
src/VBox/Devices/Graphics/DevVGA-SVGA3d.h | 13 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 1 +
src/VBox/Devices/Graphics/DevVGA.h | 2 +-
src/VBox/Devices/Graphics/DevVGAModes.h | 2 +-
src/VBox/Devices/Graphics/DevVGASavedState.h | 6 +-
src/VBox/Devices/Graphics/DevVGATmpl.h | 2 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 2 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 2 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 2 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 2 +-
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp | 2 +-
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h | 2 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.def | 2 +-
src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def | 2 +-
src/VBox/Devices/Graphics/shaderlib/shaderapi.c | 14 +-
src/VBox/Devices/Graphics/shaderlib/shaderlib.h | 2 +-
src/VBox/Devices/Graphics/shaderlib/utils.c | 2 +-
src/VBox/Devices/Graphics/shaderlib/vboxext.h | 3 +-
.../Graphics/shaderlib/wine/include/commctrl.rh | 9 +
.../Graphics/shaderlib/wine/include/d3dvec.inl | 9 +
.../Graphics/shaderlib/wine/include/d3dx9math.inl | 9 +
.../Devices/Graphics/shaderlib/wine/include/dde.rh | 9 +
.../Graphics/shaderlib/wine/include/rmxftmpl.x | 9 +
.../Graphics/shaderlib/wine/include/winnt.rh | 9 +
.../Graphics/shaderlib/wine/include/winuser.rh | 9 +
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.c | 3 +-
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.h | 3 +-
.../Graphics/shaderlib/wine/vbox/VBoxWineEx.h | 11 +-
src/VBox/Devices/Graphics/shaderlib/winoverride.h | 2 +-
src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c | 2 +-
src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h | 5 +
src/VBox/Devices/Input/DevPS2.cpp | 30 +-
src/VBox/Devices/Input/DrvKeyboardQueue.cpp | 2 +-
src/VBox/Devices/Input/DrvMouseQueue.cpp | 2 +-
src/VBox/Devices/Input/PS2Dev.h | 2 +-
src/VBox/Devices/Input/PS2K.cpp | 2 +-
src/VBox/Devices/Input/PS2M.cpp | 4 +-
src/VBox/Devices/Input/UsbKbd.cpp | 2 +-
src/VBox/Devices/Input/UsbMouse.cpp | 5 +-
src/VBox/Devices/Input/testcase/tstUsbMouse.cpp | 2 +-
src/VBox/Devices/Makefile.kmk | 28 +
src/VBox/Devices/Misc/VirtualKD.cpp | 2 +-
src/VBox/Devices/Network/.scm-settings | 42 +
src/VBox/Devices/Network/DevE1000.cpp | 4 +-
src/VBox/Devices/Network/DevE1000Phy.cpp | 2 +-
src/VBox/Devices/Network/DevE1000Phy.h | 2 +-
src/VBox/Devices/Network/DevEEPROM.cpp | 2 +-
src/VBox/Devices/Network/DevEEPROM.h | 2 +-
src/VBox/Devices/Network/DevINIP.cpp | 2 +-
src/VBox/Devices/Network/DevPCNet.cpp | 2 +-
src/VBox/Devices/Network/DevVirtioNet.cpp | 2 +-
src/VBox/Devices/Network/DrvDedicatedNic.cpp | 2 +-
src/VBox/Devices/Network/DrvIntNet.cpp | 2 +-
src/VBox/Devices/Network/DrvNAT.cpp | 2 +-
src/VBox/Devices/Network/DrvNetShaper.cpp | 2 +-
src/VBox/Devices/Network/DrvNetSniffer.cpp | 2 +-
src/VBox/Devices/Network/DrvTAP.cpp | 2 +-
src/VBox/Devices/Network/DrvUDPTunnel.cpp | 2 +-
src/VBox/Devices/Network/DrvVDE.cpp | 3 +-
src/VBox/Devices/Network/Pcap.cpp | 2 +-
src/VBox/Devices/Network/Pcap.h | 2 +-
src/VBox/Devices/Network/SrvIntNetR0.cpp | 2 +-
src/VBox/Devices/Network/VDEPlug.cpp | 2 +-
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp | 2 +-
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.h | 2 +-
src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c | 2 +-
.../Devices/Network/scripts/VBoxConvertNATStats.sh | 6 +-
.../Devices/Network/scripts/VBoxPortForwarding.py | 2 +-
src/VBox/Devices/Network/slirp/bootp.c | 2 +-
src/VBox/Devices/Network/slirp/bootp.h | 2 +-
src/VBox/Devices/Network/slirp/cksum.c | 2 +-
src/VBox/Devices/Network/slirp/counters.h | 2 +-
src/VBox/Devices/Network/slirp/ctl.h | 2 +-
src/VBox/Devices/Network/slirp/debug.c | 2 +-
src/VBox/Devices/Network/slirp/debug.h | 2 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c | 2 +-
src/VBox/Devices/Network/slirp/ext.h | 2 +-
src/VBox/Devices/Network/slirp/hostres.c | 2 +-
src/VBox/Devices/Network/slirp/icmp_var.h | 2 +-
src/VBox/Devices/Network/slirp/if.h | 2 +-
src/VBox/Devices/Network/slirp/ip.h | 2 +-
src/VBox/Devices/Network/slirp/ip_icmp.c | 2 +-
src/VBox/Devices/Network/slirp/ip_icmp.h | 2 +-
src/VBox/Devices/Network/slirp/ip_icmpwin.c | 2 +-
src/VBox/Devices/Network/slirp/ip_input.c | 2 +-
src/VBox/Devices/Network/slirp/ip_output.c | 2 +-
src/VBox/Devices/Network/slirp/libslirp.h | 2 +-
src/VBox/Devices/Network/slirp/main.h | 2 +-
src/VBox/Devices/Network/slirp/misc.c | 2 +-
src/VBox/Devices/Network/slirp/misc.h | 2 +-
src/VBox/Devices/Network/slirp/queue.h | 2 +-
.../Devices/Network/slirp/resolv_conf_parser.c | 2 +-
.../Devices/Network/slirp/resolv_conf_parser.h | 2 +-
src/VBox/Devices/Network/slirp/sbuf.c | 2 +-
src/VBox/Devices/Network/slirp/sbuf.h | 2 +-
src/VBox/Devices/Network/slirp/slirp.c | 2 +-
src/VBox/Devices/Network/slirp/slirp.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_config.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_dns.c | 2 +-
src/VBox/Devices/Network/slirp/slirp_dns.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_state.h | 2 +-
src/VBox/Devices/Network/slirp/socket.c | 2 +-
src/VBox/Devices/Network/slirp/socket.h | 2 +-
src/VBox/Devices/Network/slirp/tcp.h | 2 +-
src/VBox/Devices/Network/slirp/tcp_input.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_output.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_subr.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_timer.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_timer.h | 2 +-
src/VBox/Devices/Network/slirp/tcp_var.h | 2 +-
src/VBox/Devices/Network/slirp/tcpip.h | 2 +-
src/VBox/Devices/Network/slirp/tftp.c | 2 +-
src/VBox/Devices/Network/slirp/tftp.h | 2 +-
src/VBox/Devices/Network/slirp/udp.c | 4 +-
src/VBox/Devices/Network/slirp/udp.h | 2 +-
src/VBox/Devices/Network/slirp/zone.h | 2 +-
src/VBox/Devices/Network/testcase/tstDevEEPROM.cpp | 2 +-
src/VBox/Devices/Network/testcase/tstDevPhy.cpp | 2 +-
src/VBox/Devices/Network/testcase/tstIntNet-1.cpp | 4 +-
src/VBox/Devices/Network/testcase/tstIntNetR0.cpp | 2 +-
src/VBox/Devices/PC/.scm-settings | 101 +
src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 141 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 137 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 141 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/ahci.c | 2 +-
src/VBox/Devices/PC/BIOS/apm.c | 2 +-
src/VBox/Devices/PC/BIOS/apm_pm.asm | 33 +-
src/VBox/Devices/PC/BIOS/ata.c | 16 +-
src/VBox/Devices/PC/BIOS/ata.h | 16 +-
src/VBox/Devices/PC/BIOS/bios.c | 16 +-
src/VBox/Devices/PC/BIOS/biosint.h | 16 +-
src/VBox/Devices/PC/BIOS/boot.c | 20 +-
src/VBox/Devices/PC/BIOS/disk.c | 16 +-
src/VBox/Devices/PC/BIOS/ebda.h | 16 +-
src/VBox/Devices/PC/BIOS/eltorito.c | 16 +-
src/VBox/Devices/PC/BIOS/floppy.c | 16 +-
src/VBox/Devices/PC/BIOS/floppyt.c | 2 +-
src/VBox/Devices/PC/BIOS/inlines.h | 1 +
src/VBox/Devices/PC/BIOS/invop.c | 2 +-
src/VBox/Devices/PC/BIOS/keyboard.c | 16 +-
src/VBox/Devices/PC/BIOS/logo.c | 2 +-
src/VBox/Devices/PC/BIOS/notes.txt | 4 +-
src/VBox/Devices/PC/BIOS/orgs.asm | 100 +-
src/VBox/Devices/PC/BIOS/parallel.c | 16 +-
src/VBox/Devices/PC/BIOS/pci32.c | 2 +-
src/VBox/Devices/PC/BIOS/pcibio32.asm | 29 +-
src/VBox/Devices/PC/BIOS/pcibios.c | 2 +-
src/VBox/Devices/PC/BIOS/pcibios.inc | 90 +-
src/VBox/Devices/PC/BIOS/pciutil.c | 3 +-
src/VBox/Devices/PC/BIOS/pciutil.h | 3 +-
src/VBox/Devices/PC/BIOS/pirq.inc | 83 +-
src/VBox/Devices/PC/BIOS/pmode.inc | 30 +-
src/VBox/Devices/PC/BIOS/pmsetup.inc | 30 +-
src/VBox/Devices/PC/BIOS/post.c | 1 +
src/VBox/Devices/PC/BIOS/print.c | 16 +-
src/VBox/Devices/PC/BIOS/ps2mouse.c | 16 +-
src/VBox/Devices/PC/BIOS/scsi.c | 2 +-
src/VBox/Devices/PC/BIOS/serial.c | 16 +-
src/VBox/Devices/PC/BIOS/smidmi.inc | 82 +-
src/VBox/Devices/PC/BIOS/system.c | 16 +-
src/VBox/Devices/PC/BIOS/timepci.c | 11 +-
src/VBox/Devices/PC/BIOS/vbdmismi.inc | 18 +
src/VBox/Devices/PC/BIOS/vds.c | 3 +-
src/VBox/Devices/PC/BIOS/vds.h | 42 +-
src/VBox/Devices/PC/DevACPI.cpp | 2 +-
src/VBox/Devices/PC/DevDMA.cpp | 2 +-
src/VBox/Devices/PC/DevFwCommon.cpp | 2 +-
src/VBox/Devices/PC/DevFwCommon.h | 2 +-
src/VBox/Devices/PC/DevHPET.cpp | 2 +-
src/VBox/Devices/PC/DevIoApic.cpp | 2 +-
src/VBox/Devices/PC/DevLPC.cpp | 11 +-
src/VBox/Devices/PC/DevPIC.cpp | 2 +-
src/VBox/Devices/PC/DevPcArch.cpp | 2 +-
src/VBox/Devices/PC/DevPcBios.h | 2 +-
src/VBox/Devices/PC/DevPit-i8254.cpp | 2 +-
src/VBox/Devices/PC/DevRTC.cpp | 2 +-
src/VBox/Devices/PC/DrvACPI.cpp | 22 +-
src/VBox/Devices/PC/DrvAcpiCpu.cpp | 2 +-
src/VBox/Devices/PC/vbox-cpuhotplug.dsl | 30 +-
src/VBox/Devices/PC/vbox-standard.dsl | 30 +-
src/VBox/Devices/PC/vbox.dsl | 30 +-
src/VBox/Devices/Parallel/DevParallel.cpp | 2 +-
src/VBox/Devices/Parallel/DrvHostParallel.cpp | 2 +-
src/VBox/Devices/Samples/DrvStorageFilter.cpp | 2 +-
src/VBox/Devices/Samples/VBoxSampleDevice.cpp | 2 +-
src/VBox/Devices/Serial/DevSerial.cpp | 2 +-
src/VBox/Devices/Serial/DrvChar.cpp | 2 +-
src/VBox/Devices/Serial/DrvHostSerial.cpp | 7 +-
src/VBox/Devices/Serial/DrvNamedPipe.cpp | 4 +-
src/VBox/Devices/Serial/DrvRawFile.cpp | 2 +-
src/VBox/Devices/Serial/DrvTCP.cpp | 8 +-
src/VBox/Devices/Storage/ATAPIPassthrough.cpp | 2 +-
src/VBox/Devices/Storage/ATAPIPassthrough.h | 2 +-
src/VBox/Devices/Storage/Debug.cpp | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 2 +-
src/VBox/Devices/Storage/DevATA.cpp | 5 +-
src/VBox/Devices/Storage/DevBusLogic.cpp | 4 +-
src/VBox/Devices/Storage/DevFdc.cpp | 2 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 2 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.h | 2 +-
src/VBox/Devices/Storage/DrvDiskIntegrity.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase-darwin.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase-freebsd.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase-linux.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase-solaris.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase-win.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase.cpp | 4 +-
src/VBox/Devices/Storage/DrvHostBase.h | 2 +-
src/VBox/Devices/Storage/DrvHostDVD.cpp | 3 +-
src/VBox/Devices/Storage/DrvHostFloppy.cpp | 2 +-
src/VBox/Devices/Storage/DrvRamDisk.cpp | 6 +-
src/VBox/Devices/Storage/DrvSCSI.cpp | 2 +-
src/VBox/Devices/Storage/DrvVD.cpp | 6 +-
src/VBox/Devices/Storage/HBDMgmt-darwin.cpp | 2 +-
src/VBox/Devices/Storage/HBDMgmt-generic.cpp | 2 +-
src/VBox/Devices/Storage/HBDMgmt-win.cpp | 2 +-
src/VBox/Devices/Storage/HBDMgmt.h | 2 +-
src/VBox/Devices/Storage/IOBufMgmt.cpp | 2 +-
src/VBox/Devices/Storage/IOBufMgmt.h | 2 +-
src/VBox/Devices/Storage/UsbMsd.cpp | 2 +-
src/VBox/Devices/Storage/VBoxSCSI.cpp | 2 +-
src/VBox/Devices/Storage/VBoxSCSI.h | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp | 5 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSsc.cpp | 21 +-
src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp | 2 +-
.../Devices/Storage/VSCSI/VSCSIVpdPagePool.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h | 2 +-
src/VBox/Devices/Storage/swab.h | 2 +-
src/VBox/Devices/USB/DevOHCI.cpp | 110 +-
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 2 +-
src/VBox/Devices/USB/USBProxyDevice-stub.cpp | 2 +-
src/VBox/Devices/USB/USBProxyDevice.cpp | 2 +-
src/VBox/Devices/USB/USBProxyDevice.h | 2 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 2 +-
src/VBox/Devices/USB/VUSBInternal.h | 2 +-
src/VBox/Devices/USB/VUSBSniffer.cpp | 2 +-
src/VBox/Devices/USB/VUSBSniffer.h | 2 +-
src/VBox/Devices/USB/VUSBSnifferInternal.h | 2 +-
src/VBox/Devices/USB/VUSBSnifferUsbMon.cpp | 2 +-
src/VBox/Devices/USB/VUSBSnifferVmx.cpp | 2 +-
src/VBox/Devices/USB/VUSBUrb.cpp | 2 +-
src/VBox/Devices/USB/VUSBUrbPool.cpp | 2 +-
src/VBox/Devices/USB/VUSBUrbTrace.cpp | 2 +-
.../Devices/USB/darwin/USBProxyDevice-darwin.cpp | 2 +-
.../Devices/USB/freebsd/USBProxyDevice-freebsd.cpp | 2 +-
.../Devices/USB/linux/USBProxyDevice-linux.cpp | 2 +-
src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp | 2 +-
.../Devices/USB/solaris/USBProxyDevice-solaris.cpp | 2 +-
.../Devices/USB/testcase/tstOhciRegisterAccess.cpp | 2 +-
src/VBox/Devices/USB/testcase/tstPalmOne.c | 2 +-
src/VBox/Devices/USB/testcase/tstTrekStorGo.c | 2 +-
.../Devices/USB/usbip/USBProxyDevice-usbip.cpp | 2 +-
src/VBox/Devices/USB/vrdp/USBProxyDevice-vrdp.cpp | 2 +-
src/VBox/Devices/USB/win/USBProxyDevice-win.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.h | 2 +-
src/VBox/Devices/VMMDev/VMMDevState.h | 2 +-
src/VBox/Devices/VMMDev/VMMDevTesting.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDevTesting.h | 2 +-
src/VBox/Devices/VirtIO/Virtio.cpp | 2 +-
src/VBox/Devices/VirtIO/Virtio.h | 2 +-
src/VBox/Devices/build/VBoxDD.d | 1 -
src/VBox/Devices/testcase/tstDevice.cpp | 918 +++++++
src/VBox/Devices/testcase/tstDeviceInternal.h | 238 ++
src/VBox/Devices/testcase/tstDevicePdmDevHlp.cpp | 1917 ++++++++++++++
src/VBox/Devices/testcase/tstDevicePlugin.h | 125 +
src/VBox/Devices/testcase/tstDeviceSUP.cpp | 251 ++
src/VBox/Devices/testcase/tstDeviceStructSize.cpp | 2 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 4 +-
src/VBox/Devices/testcase/tstDeviceVMM.cpp | 1108 ++++++++
src/VBox/Devices/testcase/tstDeviceVMMInternal.h | 360 +++
src/VBox/Devices/testcase/tstDeviceVMMStubs.cpp | 991 ++++++++
src/VBox/Disassembler/.scm-settings | 19 +
src/VBox/Disassembler/DisasmTables.cpp | 1 -
src/VBox/Disassembler/DisasmTables.h | 1 -
src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmPush-1.asm | 1 -
src/VBox/Disassembler/testcase/tstAsmRegs-1.asm | 1 -
src/VBox/ExtPacks/.scm-settings | 21 +
src/VBox/ExtPacks/BusMouseSample/.scm-settings | 33 +
src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp | 4 +-
src/VBox/ExtPacks/BusMouseSample/Makefile.kmk | 2 +-
.../ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp | 2 +-
.../ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp | 2 +-
src/VBox/ExtPacks/Skeleton/.scm-settings | 33 +
src/VBox/ExtPacks/Skeleton/Makefile.kmk | 2 +-
src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp | 2 +-
src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp | 2 +-
src/VBox/ExtPacks/VBoxDTrace/.scm-settings | 39 +-
src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d | 25 +
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp | 2 +-
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp | 3 +-
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm | 7 +-
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp | 3 +-
.../VBoxDTrace/include/VBoxDTraceLibCWrappers.h | 3 +-
.../ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h | 5 +-
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_impl.h | 4 +-
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c | 8 +-
.../onnv/lib/libdtrace/common/dt_module.c | 2 +-
src/VBox/ExtPacks/VNC/VBoxVNC.cpp | 4 +-
.../Frontends/Common/VBoxKeyboard/.scm-settings | 21 +
src/VBox/Frontends/Common/VBoxKeyboard/Makefile | 5 +-
.../Common/VBoxKeyboard/keyboard-layouts.h | 11 +-
.../Frontends/Common/VBoxKeyboard/keyboard-list.h | 8 +-
.../VBoxAutostart/VBoxAutostart-posix.cpp | 12 +-
.../Frontends/VBoxAutostart/VBoxAutostart-win.cpp | 2 +-
src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h | 2 +-
.../Frontends/VBoxAutostart/VBoxAutostartCfg.cpp | 2 +-
.../Frontends/VBoxAutostart/VBoxAutostartStart.cpp | 2 +-
.../Frontends/VBoxAutostart/VBoxAutostartStop.cpp | 2 +-
.../Frontends/VBoxAutostart/VBoxAutostartUtils.cpp | 2 +-
.../Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.rc | 2 +-
.../VBoxBalloonCtrl/VBoxModAPIMonitor.cpp | 2 +-
.../VBoxBalloonCtrl/VBoxModBallooning.cpp | 2 +-
.../Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp | 12 +-
.../VBoxBalloonCtrl/VBoxWatchdogInternal.h | 2 +-
.../VBoxBalloonCtrl/VBoxWatchdogUtils.cpp | 2 +-
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp | 40 +-
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h | 2 +-
.../Frontends/VBoxBugReport/VBoxBugReportWin.cpp | 2 +-
src/VBox/Frontends/VBoxFB/Framebuffer.cpp | 2 +-
src/VBox/Frontends/VBoxFB/Framebuffer.h | 2 +-
src/VBox/Frontends/VBoxFB/Helper.cpp | 2 +-
src/VBox/Frontends/VBoxFB/Helper.h | 2 +-
src/VBox/Frontends/VBoxFB/VBoxFB.cpp | 2 +-
src/VBox/Frontends/VBoxFB/VBoxFB.h | 2 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.rc | 2 +-
.../VBoxHeadless/VBoxHeadlessHardened.cpp | 2 +-
.../VBoxHeadless/testcase/tstHeadless.cpp | 2 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 4 +-
src/VBox/Frontends/VBoxManage/VBoxManage.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManage.h | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManage.rc | 2 +-
.../Frontends/VBoxManage/VBoxManageAppliance.cpp | 2 +-
.../VBoxManage/VBoxManageBandwidthControl.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageDHCPServer.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageDebugVM.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 184 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.h | 2 +-
.../VBoxManage/VBoxManageGuestCtrlListener.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageGuestProp.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 1 +
.../Frontends/VBoxManage/VBoxManageHostonly.cpp | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 5 +-
.../Frontends/VBoxManage/VBoxManageMetrics.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageNATNetwork.cpp | 2 +-
.../Frontends/VBoxManage/VBoxManageSnapshot.cpp | 2 +-
.../VBoxManage/VBoxManageStorageController.cpp | 12 +-
src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp | 2 +-
src/VBox/Frontends/VBoxSDL/.scm-settings | 22 +
src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m | 16 +
src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 2 +-
src/VBox/Frontends/VBoxSDL/Framebuffer.h | 2 +-
src/VBox/Frontends/VBoxSDL/Helper.cpp | 2 +-
src/VBox/Frontends/VBoxSDL/Helper.h | 2 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 2 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.h | 2 +-
src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp | 2 +-
src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h | 2 +-
src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp | 2 +-
src/VBox/Frontends/VBoxShell/vboxinfo.vb | 13 +-
src/VBox/Frontends/VBoxShell/vboxinfo.vbs | 8 +-
src/VBox/Frontends/VBoxShell/vboxshell.py | 4 +-
src/VBox/Frontends/VirtualBox/.scm-settings | 20 +
src/VBox/Frontends/VirtualBox/Makefile.kmk | 3 -
src/VBox/Frontends/VirtualBox/VBoxUI.pro | 2 +-
src/VBox/Frontends/VirtualBox/VirtualBox1.qrc | 14 +-
.../Frontends/VirtualBox/VirtualBox1_hidpi.qrc | 14 +-
src/VBox/Frontends/VirtualBox/VirtualBox2.qrc | 2 -
.../Frontends/VirtualBox/VirtualBox2_hidpi.qrc | 6 +
src/VBox/Frontends/VirtualBox/VirtualBoxMac.qrc | 1 -
src/VBox/Frontends/VirtualBox/VirtualBoxOther.qrc | 1 -
.../Frontends/VirtualBox/images/cd_move_16px.png | Bin 0 -> 882 bytes
.../Frontends/VirtualBox/images/cd_move_22px.png | Bin 0 -> 1271 bytes
.../VirtualBox/images/cd_move_disabled_16px.png | Bin 0 -> 818 bytes
.../VirtualBox/images/cd_move_disabled_22px.png | Bin 0 -> 1228 bytes
.../Frontends/VirtualBox/images/connect_16px.png | Bin 821 -> 826 bytes
.../VirtualBox/images/connect_on_16px.png | Bin 0 -> 659 bytes
.../VirtualBox/images/disconnect_16px.png | Bin 807 -> 0 bytes
.../Frontends/VirtualBox/images/fd_move_16px.png | Bin 0 -> 763 bytes
.../Frontends/VirtualBox/images/fd_move_22px.png | Bin 0 -> 1093 bytes
.../VirtualBox/images/fd_move_disabled_16px.png | Bin 0 -> 687 bytes
.../VirtualBox/images/fd_move_disabled_22px.png | Bin 0 -> 991 bytes
.../Frontends/VirtualBox/images/hd_move_16px.png | Bin 0 -> 831 bytes
.../Frontends/VirtualBox/images/hd_move_22px.png | Bin 0 -> 1241 bytes
.../VirtualBox/images/hd_move_disabled_16px.png | Bin 0 -> 767 bytes
.../VirtualBox/images/hd_move_disabled_22px.png | Bin 0 -> 1167 bytes
.../VirtualBox/images/hidpi/cd_move_16px_hidpi.png | Bin 0 -> 2115 bytes
.../VirtualBox/images/hidpi/cd_move_22px_hidpi.png | Bin 0 -> 3017 bytes
.../images/hidpi/cd_move_disabled_16px_hidpi.png | Bin 0 -> 1963 bytes
.../images/hidpi/cd_move_disabled_22px_hidpi.png | Bin 0 -> 2719 bytes
.../VirtualBox/images/hidpi/connect_16px_hidpi.png | Bin 1886 -> 1901 bytes
.../images/hidpi/connect_on_16px_hidpi.png | Bin 0 -> 1552 bytes
.../images/hidpi/disconnect_16px_hidpi.png | Bin 2158 -> 0 bytes
.../VirtualBox/images/hidpi/fd_move_16px_hidpi.png | Bin 0 -> 1681 bytes
.../VirtualBox/images/hidpi/fd_move_22px_hidpi.png | Bin 0 -> 2313 bytes
.../images/hidpi/fd_move_disabled_16px_hidpi.png | Bin 0 -> 1439 bytes
.../images/hidpi/fd_move_disabled_22px_hidpi.png | Bin 0 -> 1968 bytes
.../VirtualBox/images/hidpi/hd_move_16px_hidpi.png | Bin 0 -> 2093 bytes
.../VirtualBox/images/hidpi/hd_move_22px_hidpi.png | Bin 0 -> 2958 bytes
.../images/hidpi/hd_move_disabled_16px_hidpi.png | Bin 0 -> 1890 bytes
.../images/hidpi/hd_move_disabled_22px_hidpi.png | Bin 0 -> 2662 bytes
.../VirtualBox/images/hidpi/vmw_clone_hidpi.png | Bin 0 -> 75668 bytes
.../images/hidpi/vmw_first_run_hidpi.png | Bin 0 -> 101892 bytes
.../images/hidpi/vmw_new_harddisk_hidpi.png | Bin 0 -> 74459 bytes
.../images/hidpi/vmw_new_welcome_hidpi.png | Bin 0 -> 67460 bytes
.../images/hidpi/vmw_ovf_export_hidpi.png | Bin 0 -> 77842 bytes
.../images/hidpi/vmw_ovf_import_hidpi.png | Bin 0 -> 77592 bytes
.../Frontends/VirtualBox/images/sf_write_16px.png | Bin 3313 -> 654 bytes
.../images/{ => unused}/vmw_new_user.png | Bin
.../images/{ => unused}/vmw_new_user_bg.png | Bin
src/VBox/Frontends/VirtualBox/nls/.scm-settings | 20 +
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 199 +-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 133 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 199 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 199 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 199 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts | 189 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 461 ++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fa.ts | 2674 +++++++++++---------
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 119 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 199 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_gl.ts | 119 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_he.ts | 129 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 199 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 215 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 187 +-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 119 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 183 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 121 +-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 121 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 189 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 121 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 1349 +++++-----
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 133 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 133 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_th.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 187 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 199 +-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 119 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 187 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 290 +--
.../Frontends/VirtualBox/shaders/.scm-settings | 24 +
.../VirtualBox/src/UIMediumTypeChangeDialog.cpp | 297 ---
.../VirtualBox/src/UIMediumTypeChangeDialog.h | 98 -
.../Frontends/VirtualBox/src/UIVMLogViewer.cpp | 11 +-
src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h | 2 +-
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp | 14 +-
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h | 2 +-
.../Frontends/VirtualBox/src/VBoxFBOverlay.cpp | 2 +-
src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h | 2 +-
.../Frontends/VirtualBox/src/VBoxFBOverlayCommon.h | 4 +-
.../Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp | 2 +-
.../Frontends/VirtualBox/src/VBoxLicenseViewer.cpp | 4 +-
.../Frontends/VirtualBox/src/VBoxLicenseViewer.h | 2 +-
.../VirtualBox/src/converter/UIConverter.cpp | 2 +-
.../VirtualBox/src/converter/UIConverter.h | 2 +-
.../VirtualBox/src/converter/UIConverterBackend.h | 2 +-
.../src/converter/UIConverterBackendCOM.cpp | 2 +-
.../src/converter/UIConverterBackendGlobal.cpp | 2 +-
.../VirtualBox/src/extensions/QIAdvancedSlider.cpp | 2 +-
.../VirtualBox/src/extensions/QIAdvancedSlider.h | 2 +-
.../src/extensions/QIArrowButtonPress.cpp | 2 +-
.../VirtualBox/src/extensions/QIArrowButtonPress.h | 2 +-
.../src/extensions/QIArrowButtonSwitch.cpp | 2 +-
.../src/extensions/QIArrowButtonSwitch.h | 2 +-
.../VirtualBox/src/extensions/QIArrowSplitter.cpp | 2 +-
.../VirtualBox/src/extensions/QIArrowSplitter.h | 2 +-
.../VirtualBox/src/extensions/QIComboBox.cpp | 2 +-
.../VirtualBox/src/extensions/QIComboBox.h | 2 +-
.../VirtualBox/src/extensions/QIDialog.cpp | 2 +-
.../Frontends/VirtualBox/src/extensions/QIDialog.h | 2 +-
.../src/extensions/QIDialogButtonBox.cpp | 2 +-
.../VirtualBox/src/extensions/QIDialogButtonBox.h | 2 +-
.../VirtualBox/src/extensions/QIFileDialog.cpp | 2 +-
.../VirtualBox/src/extensions/QIFileDialog.h | 2 +-
.../VirtualBox/src/extensions/QILabel.cpp | 2 +-
.../Frontends/VirtualBox/src/extensions/QILabel.h | 2 +-
.../VirtualBox/src/extensions/QILabelSeparator.cpp | 2 +-
.../VirtualBox/src/extensions/QILabelSeparator.h | 2 +-
.../VirtualBox/src/extensions/QILineEdit.cpp | 2 +-
.../VirtualBox/src/extensions/QILineEdit.h | 2 +-
.../VirtualBox/src/extensions/QIMainDialog.cpp | 2 +-
.../VirtualBox/src/extensions/QIMainDialog.h | 2 +-
.../VirtualBox/src/extensions/QIMainWindow.cpp | 2 +-
.../VirtualBox/src/extensions/QIMainWindow.h | 2 +-
.../VirtualBox/src/extensions/QIManagerDialog.cpp | 7 +-
.../Frontends/VirtualBox/src/extensions/QIMenu.cpp | 2 +-
.../Frontends/VirtualBox/src/extensions/QIMenu.h | 2 +-
.../VirtualBox/src/extensions/QIMessageBox.cpp | 9 +-
.../VirtualBox/src/extensions/QIMessageBox.h | 2 +-
.../VirtualBox/src/extensions/QIProcess.cpp | 2 +-
.../VirtualBox/src/extensions/QIProcess.h | 2 +-
.../VirtualBox/src/extensions/QIRichTextLabel.cpp | 2 +-
.../VirtualBox/src/extensions/QIRichTextLabel.h | 2 +-
.../VirtualBox/src/extensions/QIRichToolButton.cpp | 2 +-
.../VirtualBox/src/extensions/QIRichToolButton.h | 2 +-
.../VirtualBox/src/extensions/QISplitter.cpp | 2 +-
.../VirtualBox/src/extensions/QISplitter.h | 4 +-
.../VirtualBox/src/extensions/QIStatusBar.cpp | 2 +-
.../VirtualBox/src/extensions/QIStatusBar.h | 2 +-
.../src/extensions/QIStatusBarIndicator.cpp | 2 +-
.../src/extensions/QIStatusBarIndicator.h | 2 +-
.../src/extensions/QIStyledItemDelegate.h | 2 +-
.../VirtualBox/src/extensions/QITabWidget.h | 2 +-
.../VirtualBox/src/extensions/QITableView.cpp | 4 +-
.../VirtualBox/src/extensions/QITableView.h | 2 +-
.../VirtualBox/src/extensions/QIToolButton.h | 2 +-
.../VirtualBox/src/extensions/QITreeView.cpp | 2 +-
.../VirtualBox/src/extensions/QITreeView.h | 2 +-
.../VirtualBox/src/extensions/QITreeWidget.cpp | 2 +-
.../VirtualBox/src/extensions/QITreeWidget.h | 2 +-
.../src/extensions/QIWidgetValidator.cpp | 2 +-
.../VirtualBox/src/extensions/QIWidgetValidator.h | 2 +-
.../src/extensions/graphics/QIGraphicsView.cpp | 2 +-
.../src/extensions/graphics/QIGraphicsView.h | 2 +-
.../src/extensions/graphics/QIGraphicsWidget.cpp | 2 +-
.../src/extensions/graphics/QIGraphicsWidget.h | 2 +-
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 3 +-
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 4 +-
.../src/extradata/UIExtraDataManager.cpp | 56 +-
.../VirtualBox/src/extradata/UIExtraDataManager.h | 7 +-
.../Frontends/VirtualBox/src/globals/CIShared.h | 2 +-
.../Frontends/VirtualBox/src/globals/COMDefs.cpp | 2 +-
.../Frontends/VirtualBox/src/globals/COMDefs.h | 2 +-
.../VirtualBox/src/globals/QIWithRetranslateUI.h | 2 +-
.../VirtualBox/src/globals/UIActionPool.cpp | 2 +-
.../VirtualBox/src/globals/UIActionPool.h | 2 +-
.../src/globals/UIAnimationFramework.cpp | 2 +-
.../VirtualBox/src/globals/UIAnimationFramework.h | 2 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 2 +-
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 2 +-
.../src/globals/UIDesktopWidgetWatchdog.cpp | 2 +-
.../src/globals/UIDesktopWidgetWatchdog.h | 2 +-
.../VirtualBox/src/globals/UIImageTools.cpp | 2 +-
.../VirtualBox/src/globals/UIImageTools.h | 2 +-
.../VirtualBox/src/globals/UIMainEventListener.cpp | 2 +-
.../VirtualBox/src/globals/UIMainEventListener.h | 2 +-
.../VirtualBox/src/globals/UIMessageCenter.cpp | 49 +-
.../VirtualBox/src/globals/UIMessageCenter.h | 7 +-
.../src/globals/UIModalWindowManager.cpp | 2 +-
.../VirtualBox/src/globals/UIModalWindowManager.h | 2 +-
.../VirtualBox/src/globals/UIPopupCenter.cpp | 2 +-
.../VirtualBox/src/globals/UIPopupCenter.h | 4 +-
.../VirtualBox/src/globals/UIShortcutPool.cpp | 2 +-
.../VirtualBox/src/globals/UIShortcutPool.h | 2 +-
.../VirtualBox/src/globals/UIThreadPool.cpp | 2 +-
.../VirtualBox/src/globals/UIThreadPool.h | 2 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 35 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 7 +-
.../Frontends/VirtualBox/src/globals/VBoxUtils.h | 2 +-
.../Frontends/VirtualBox/src/globals/VBoxVersion.h | 2 +-
src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp | 2 +-
.../src/hostnetwork/UIHostNetworkManager.cpp | 5 +
src/VBox/Frontends/VirtualBox/src/main.cpp | 2 +-
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 7 +-
.../Frontends/VirtualBox/src/medium/UIMedium.h | 9 +-
.../VirtualBox/src/medium/UIMediumDefs.cpp | 2 +-
.../Frontends/VirtualBox/src/medium/UIMediumDefs.h | 2 +-
.../src/medium/UIMediumDetailsWidget.cpp | 162 +-
.../VirtualBox/src/medium/UIMediumDetailsWidget.h | 38 +-
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 16 +-
.../VirtualBox/src/medium/UIMediumEnumerator.h | 2 +-
.../VirtualBox/src/medium/UIMediumManager.cpp | 405 +--
.../VirtualBox/src/medium/UIMediumManager.h | 54 +-
.../Frontends/VirtualBox/src/net/UIDownloader.cpp | 8 +-
.../Frontends/VirtualBox/src/net/UIDownloader.h | 2 +-
.../VirtualBox/src/net/UIDownloaderAdditions.cpp | 2 +-
.../VirtualBox/src/net/UIDownloaderAdditions.h | 2 +-
.../src/net/UIDownloaderExtensionPack.cpp | 2 +-
.../VirtualBox/src/net/UIDownloaderExtensionPack.h | 2 +-
.../VirtualBox/src/net/UIDownloaderUserManual.cpp | 2 +-
.../VirtualBox/src/net/UIDownloaderUserManual.h | 2 +-
.../VirtualBox/src/net/UINetworkCustomer.cpp | 2 +-
.../VirtualBox/src/net/UINetworkCustomer.h | 2 +-
.../Frontends/VirtualBox/src/net/UINetworkDefs.h | 2 +-
.../VirtualBox/src/net/UINetworkManager.cpp | 32 +-
.../VirtualBox/src/net/UINetworkManager.h | 2 +-
.../VirtualBox/src/net/UINetworkManagerDialog.cpp | 9 +-
.../VirtualBox/src/net/UINetworkManagerDialog.h | 2 +-
.../src/net/UINetworkManagerIndicator.cpp | 22 +-
.../VirtualBox/src/net/UINetworkManagerIndicator.h | 6 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 13 +-
.../Frontends/VirtualBox/src/net/UINetworkReply.h | 2 +-
.../VirtualBox/src/net/UINetworkRequest.cpp | 13 +-
.../VirtualBox/src/net/UINetworkRequest.h | 14 +-
.../VirtualBox/src/net/UINetworkRequestWidget.cpp | 27 +-
.../VirtualBox/src/net/UINetworkRequestWidget.h | 2 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.cpp | 2 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.h | 2 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 21 +-
.../Frontends/VirtualBox/src/net/UIUpdateManager.h | 2 +-
.../VirtualBox/src/net/tstSSLCertDownloads.cpp | 2 +-
.../VirtualBox/src/objects/UIRichTextString.cpp | 2 +-
.../VirtualBox/src/objects/UIRichTextString.h | 2 +-
.../VirtualBox/src/platform/UIDesktopServices.h | 2 +-
.../src/platform/darwin/CocoaEventHelper.h | 2 +-
.../src/platform/darwin/CocoaEventHelper.mm | 2 +-
.../src/platform/darwin/DarwinKeyboard.cpp | 2 +-
.../src/platform/darwin/DarwinKeyboard.h | 4 +-
.../src/platform/darwin/DockIconPreview.h | 2 +-
.../platform/darwin/UIAbstractDockIconPreview.cpp | 2 +-
.../platform/darwin/UIAbstractDockIconPreview.h | 2 +-
.../src/platform/darwin/UICocoaApplication.h | 2 +-
.../src/platform/darwin/UICocoaApplication.mm | 2 +-
.../src/platform/darwin/UICocoaDockIconPreview.h | 2 +-
.../src/platform/darwin/UICocoaDockIconPreview.mm | 2 +-
.../src/platform/darwin/UICocoaSpecialControls.h | 2 +-
.../src/platform/darwin/UICocoaSpecialControls.mm | 4 +-
.../platform/darwin/UIDesktopServices_darwin.cpp | 2 +-
.../darwin/UIDesktopServices_darwin_cocoa.mm | 2 +-
.../platform/darwin/UIDesktopServices_darwin_p.h | 2 +-
.../src/platform/darwin/UIWindowMenuManager.cpp | 4 +-
.../src/platform/darwin/UIWindowMenuManager.h | 2 +-
.../src/platform/darwin/VBoxCocoaHelper.h | 2 +-
.../src/platform/darwin/VBoxIChatTheaterWrapper.h | 2 +-
.../src/platform/darwin/VBoxIChatTheaterWrapper.m | 2 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 2 +-
.../src/platform/darwin/VBoxUtils-darwin.cpp | 2 +-
.../src/platform/darwin/VBoxUtils-darwin.h | 2 +-
.../src/platform/darwin/tstDarwinKeyboard.cpp | 2 +-
.../VirtualBox/src/platform/darwin/vmstarter.mm | 2 +-
.../VirtualBox/src/platform/os2/VBoxHlp.asm | 10 +-
.../VirtualBox/src/platform/os2/VBoxHlp.cpp | 2 +-
.../VirtualBox/src/platform/os2/VBoxHlp.h | 2 +-
.../src/platform/win/UIDesktopServices_win.cpp | 2 +-
.../VirtualBox/src/platform/win/VBoxUtils-win.cpp | 2 +-
.../VirtualBox/src/platform/win/VBoxUtils-win.h | 2 +-
.../VirtualBox/src/platform/win/VirtualBox.rc | 2 +-
.../src/platform/win/VirtualBoxHardened.rc | 2 +-
.../VirtualBox/src/platform/win/WinKeyboard.cpp | 2 +-
.../VirtualBox/src/platform/win/WinKeyboard.h | 2 +-
.../src/platform/x11/UIDesktopServices_x11.cpp | 2 +-
.../VirtualBox/src/platform/x11/VBoxX11Helper.cpp | 2 +-
.../VirtualBox/src/platform/x11/VBoxX11Helper.h | 2 +-
.../VirtualBox/src/platform/x11/XKeyboard-new.cpp | 2 +-
.../VirtualBox/src/platform/x11/XKeyboard.h | 2 +-
src/VBox/Frontends/VirtualBox/src/precomp.h | 3 +-
src/VBox/Frontends/VirtualBox/src/precomp_vcc.h | 2 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 2 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 2 +-
.../runtime/UIAddDiskEncryptionPasswordDialog.cpp | 2 +-
.../runtime/UIAddDiskEncryptionPasswordDialog.h | 2 +-
.../src/runtime/UIConsoleEventHandler.cpp | 2 +-
.../VirtualBox/src/runtime/UIConsoleEventHandler.h | 2 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.cpp | 2 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.h | 2 +-
.../VirtualBox/src/runtime/UIDnDDropSource_win.cpp | 2 +-
.../VirtualBox/src/runtime/UIDnDDropSource_win.h | 2 +-
.../VirtualBox/src/runtime/UIDnDEnumFormat_win.cpp | 2 +-
.../VirtualBox/src/runtime/UIDnDEnumFormat_win.h | 2 +-
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 2 +-
.../VirtualBox/src/runtime/UIDnDHandler.h | 2 +-
.../VirtualBox/src/runtime/UIDnDMIMEData.cpp | 2 +-
.../VirtualBox/src/runtime/UIDnDMIMEData.h | 2 +-
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 2 +-
.../VirtualBox/src/runtime/UIFrameBuffer.h | 2 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 9 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 3 +-
.../Frontends/VirtualBox/src/runtime/UIMachine.cpp | 2 +-
.../Frontends/VirtualBox/src/runtime/UIMachine.h | 2 +-
.../VirtualBox/src/runtime/UIMachineDefs.h | 2 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 9 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 2 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 2 +-
.../VirtualBox/src/runtime/UIMachineView.h | 2 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 18 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 2 +-
.../src/runtime/UIMenuBarEditorWindow.cpp | 57 +-
.../VirtualBox/src/runtime/UIMenuBarEditorWindow.h | 2 +-
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 2 +-
.../VirtualBox/src/runtime/UIMouseHandler.h | 2 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 2 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.h | 2 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 2 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 2 +-
.../src/runtime/UIStatusBarEditorWindow.cpp | 66 +-
.../src/runtime/UIStatusBarEditorWindow.h | 2 +-
.../VirtualBox/src/runtime/UIVMCloseDialog.cpp | 21 +-
.../VirtualBox/src/runtime/UIVMCloseDialog.h | 2 +-
.../fullscreen/UIKeyboardHandlerFullscreen.cpp | 2 +-
.../fullscreen/UIKeyboardHandlerFullscreen.h | 2 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 2 +-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 2 +-
.../runtime/fullscreen/UIMachineViewFullscreen.cpp | 2 +-
.../runtime/fullscreen/UIMachineViewFullscreen.h | 2 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 2 +-
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 2 +-
.../information/UIInformationConfiguration.cpp | 3 +-
.../information/UIInformationConfiguration.h | 2 +-
.../runtime/information/UIInformationDataItem.cpp | 2 +-
.../runtime/information/UIInformationDataItem.h | 2 +-
.../src/runtime/information/UIInformationItem.cpp | 17 +-
.../src/runtime/information/UIInformationItem.h | 2 +-
.../src/runtime/information/UIInformationModel.cpp | 2 +-
.../src/runtime/information/UIInformationModel.h | 2 +-
.../runtime/information/UIInformationRuntime.cpp | 3 +-
.../src/runtime/information/UIInformationRuntime.h | 2 +-
.../src/runtime/information/UIInformationView.cpp | 2 +-
.../src/runtime/information/UIInformationView.h | 2 +-
.../runtime/information/UIVMInformationDialog.cpp | 2 +-
.../runtime/information/UIVMInformationDialog.h | 2 +-
.../src/runtime/normal/UIKeyboardHandlerNormal.cpp | 2 +-
.../src/runtime/normal/UIKeyboardHandlerNormal.h | 2 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 2 +-
.../src/runtime/normal/UIMachineLogicNormal.h | 2 +-
.../src/runtime/normal/UIMachineViewNormal.cpp | 2 +-
.../src/runtime/normal/UIMachineViewNormal.h | 2 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 2 +-
.../src/runtime/normal/UIMachineWindowNormal.h | 2 +-
.../src/runtime/scale/UIKeyboardHandlerScale.cpp | 2 +-
.../src/runtime/scale/UIKeyboardHandlerScale.h | 2 +-
.../src/runtime/scale/UIMachineLogicScale.cpp | 2 +-
.../src/runtime/scale/UIMachineLogicScale.h | 2 +-
.../src/runtime/scale/UIMachineViewScale.cpp | 2 +-
.../src/runtime/scale/UIMachineViewScale.h | 2 +-
.../src/runtime/scale/UIMachineWindowScale.cpp | 2 +-
.../src/runtime/scale/UIMachineWindowScale.h | 2 +-
.../runtime/seamless/UIKeyboardHandlerSeamless.cpp | 2 +-
.../runtime/seamless/UIKeyboardHandlerSeamless.h | 2 +-
.../runtime/seamless/UIMachineLogicSeamless.cpp | 2 +-
.../src/runtime/seamless/UIMachineLogicSeamless.h | 2 +-
.../src/runtime/seamless/UIMachineViewSeamless.cpp | 2 +-
.../src/runtime/seamless/UIMachineViewSeamless.h | 2 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 2 +-
.../src/runtime/seamless/UIMachineWindowSeamless.h | 2 +-
.../src/selector/UIActionPoolSelector.cpp | 2 +-
.../VirtualBox/src/selector/UIActionPoolSelector.h | 2 +-
.../VirtualBox/src/selector/UIDesktopPane.cpp | 26 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 15 +-
.../src/selector/UISnapshotDetailsWidget.cpp | 32 +-
.../src/selector/UISnapshotDetailsWidget.h | 5 -
.../VirtualBox/src/selector/UISnapshotPane.cpp | 2 +-
.../VirtualBox/src/selector/UIToolsPaneGlobal.cpp | 6 -
.../VirtualBox/src/selector/UIToolsPaneMachine.cpp | 6 -
.../VirtualBox/src/selector/UIToolsToolbar.cpp | 2 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.cpp | 2 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.h | 2 +-
.../src/selector/UIVirtualBoxEventHandler.cpp | 2 +-
.../src/selector/UIVirtualBoxEventHandler.h | 2 +-
.../src/selector/graphics/chooser/UIGChooser.cpp | 6 +-
.../src/selector/graphics/chooser/UIGChooser.h | 2 +-
.../graphics/chooser/UIGChooserHandlerKeyboard.cpp | 2 +-
.../graphics/chooser/UIGChooserHandlerKeyboard.h | 2 +-
.../graphics/chooser/UIGChooserHandlerMouse.cpp | 2 +-
.../graphics/chooser/UIGChooserHandlerMouse.h | 2 +-
.../selector/graphics/chooser/UIGChooserItem.cpp | 2 +-
.../src/selector/graphics/chooser/UIGChooserItem.h | 2 +-
.../graphics/chooser/UIGChooserItemGroup.cpp | 55 +-
.../graphics/chooser/UIGChooserItemGroup.h | 2 +-
.../graphics/chooser/UIGChooserItemMachine.cpp | 10 +-
.../graphics/chooser/UIGChooserItemMachine.h | 2 +-
.../selector/graphics/chooser/UIGChooserModel.cpp | 2 +-
.../selector/graphics/chooser/UIGChooserModel.h | 2 +-
.../selector/graphics/chooser/UIGChooserView.cpp | 2 +-
.../src/selector/graphics/chooser/UIGChooserView.h | 2 +-
.../src/selector/graphics/details/UIGDetails.cpp | 6 +-
.../src/selector/graphics/details/UIGDetails.h | 2 +-
.../graphics/details/UIGDetailsElement.cpp | 9 +-
.../selector/graphics/details/UIGDetailsElement.h | 5 +-
.../graphics/details/UIGDetailsElements.cpp | 2 +-
.../selector/graphics/details/UIGDetailsElements.h | 2 +-
.../selector/graphics/details/UIGDetailsGroup.cpp | 6 +-
.../selector/graphics/details/UIGDetailsGroup.h | 2 +-
.../selector/graphics/details/UIGDetailsItem.cpp | 2 +-
.../src/selector/graphics/details/UIGDetailsItem.h | 2 +-
.../selector/graphics/details/UIGDetailsModel.cpp | 2 +-
.../selector/graphics/details/UIGDetailsModel.h | 2 +-
.../selector/graphics/details/UIGDetailsSet.cpp | 4 +-
.../src/selector/graphics/details/UIGDetailsSet.h | 2 +-
.../selector/graphics/details/UIGDetailsView.cpp | 2 +-
.../src/selector/graphics/details/UIGDetailsView.h | 2 +-
.../graphics/details/UIGMachinePreview.cpp | 21 +-
.../selector/graphics/details/UIGMachinePreview.h | 3 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 2 +-
.../src/settings/UISettingsDialogSpecific.cpp | 2 +-
.../src/settings/UISettingsDialogSpecific.h | 2 +-
.../VirtualBox/src/settings/UISettingsPage.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsPage.h | 2 +-
.../VirtualBox/src/settings/UISettingsSelector.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsSelector.h | 2 +-
.../src/settings/UISettingsSerializer.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsSerializer.h | 2 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.cpp | 2 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.h | 4 +-
.../global/UIGlobalSettingsPortForwardingDlg.cpp | 2 +-
.../global/UIGlobalSettingsPortForwardingDlg.h | 2 +-
.../settings/machine/UIMachineSettingsNetwork.cpp | 3 -
.../machine/UIMachineSettingsPortForwardingDlg.cpp | 2 +-
.../machine/UIMachineSettingsPortForwardingDlg.h | 2 +-
.../src/settings/machine/UIMachineSettingsSF.cpp | 6 +-
.../machine/UIMachineSettingsSFDetails.cpp | 2 +-
.../settings/machine/UIMachineSettingsSFDetails.h | 2 +-
.../settings/machine/UIMachineSettingsSerial.cpp | 3 -
.../settings/machine/UIMachineSettingsStorage.cpp | 2 +-
.../machine/UIMachineSettingsUSBFilterDetails.cpp | 2 +-
.../machine/UIMachineSettingsUSBFilterDetails.h | 2 +-
.../src/widgets/UIApplianceEditorWidget.cpp | 2 +-
.../src/widgets/UIApplianceEditorWidget.h | 2 +-
.../src/widgets/UIApplianceExportEditorWidget.cpp | 2 +-
.../src/widgets/UIApplianceExportEditorWidget.h | 2 +-
.../src/widgets/UIApplianceImportEditorWidget.cpp | 2 +-
.../src/widgets/UIApplianceImportEditorWidget.h | 2 +-
.../VirtualBox/src/widgets/UIBootTable.cpp | 2 +-
.../Frontends/VirtualBox/src/widgets/UIBootTable.h | 2 +-
.../src/widgets/UIEmptyFilePathSelector.cpp | 2 +-
.../src/widgets/UIEmptyFilePathSelector.h | 2 +-
.../VirtualBox/src/widgets/UIFilePathSelector.cpp | 2 +-
.../VirtualBox/src/widgets/UIFilePathSelector.h | 2 +-
.../VirtualBox/src/widgets/UIFilmContainer.cpp | 6 +-
.../VirtualBox/src/widgets/UIFilmContainer.h | 2 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 2 +-
.../VirtualBox/src/widgets/UIHostComboEditor.h | 2 +-
.../VirtualBox/src/widgets/UIHotKeyEditor.cpp | 2 +-
.../VirtualBox/src/widgets/UIHotKeyEditor.h | 2 +-
.../VirtualBox/src/widgets/UILineTextEdit.cpp | 2 +-
.../VirtualBox/src/widgets/UILineTextEdit.h | 2 +-
.../Frontends/VirtualBox/src/widgets/UIMenuBar.cpp | 2 +-
.../Frontends/VirtualBox/src/widgets/UIMenuBar.h | 2 +-
.../src/widgets/UINameAndSystemEditor.cpp | 2 +-
.../VirtualBox/src/widgets/UINameAndSystemEditor.h | 2 +-
.../VirtualBox/src/widgets/UIPopupBox.cpp | 3 +-
.../Frontends/VirtualBox/src/widgets/UIPopupBox.h | 2 +-
.../VirtualBox/src/widgets/UIPopupPane.cpp | 2 +-
.../Frontends/VirtualBox/src/widgets/UIPopupPane.h | 2 +-
.../src/widgets/UIPopupPaneButtonPane.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupPaneButtonPane.h | 2 +-
.../VirtualBox/src/widgets/UIPopupPaneDetails.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupPaneDetails.h | 2 +-
.../VirtualBox/src/widgets/UIPopupPaneMessage.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupPaneMessage.h | 2 +-
.../VirtualBox/src/widgets/UIPopupStack.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupStack.h | 2 +-
.../src/widgets/UIPopupStackViewport.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupStackViewport.h | 2 +-
.../src/widgets/UIPortForwardingTable.cpp | 7 +-
.../VirtualBox/src/widgets/UIPortForwardingTable.h | 2 +-
.../VirtualBox/src/widgets/UISpecialControls.cpp | 3 +-
.../VirtualBox/src/widgets/UISpecialControls.h | 2 +-
.../Frontends/VirtualBox/src/widgets/UITabBar.cpp | 2 +-
.../Frontends/VirtualBox/src/widgets/UIToolBar.cpp | 2 +-
.../Frontends/VirtualBox/src/widgets/UIToolBar.h | 2 +-
.../VirtualBox/src/widgets/UIWarningPane.cpp | 2 +-
.../VirtualBox/src/widgets/UIWarningPane.h | 2 +-
.../VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp | 2 +-
.../VirtualBox/src/widgets/VBoxGuestRAMSlider.h | 2 +-
.../VirtualBox/src/widgets/VBoxMediaComboBox.cpp | 2 +-
.../VirtualBox/src/widgets/VBoxMediaComboBox.h | 2 +-
.../src/widgets/VBoxOSTypeSelectorButton.cpp | 2 +-
.../src/widgets/VBoxOSTypeSelectorButton.h | 2 +-
.../src/widgets/graphics/UIGraphicsButton.cpp | 124 +-
.../src/widgets/graphics/UIGraphicsButton.h | 12 +-
.../widgets/graphics/UIGraphicsRotatorButton.cpp | 2 +-
.../src/widgets/graphics/UIGraphicsRotatorButton.h | 2 +-
.../src/widgets/graphics/UIGraphicsTextPane.cpp | 4 +-
.../src/widgets/graphics/UIGraphicsTextPane.h | 2 +-
.../src/widgets/graphics/UIGraphicsToolBar.cpp | 2 +-
.../src/widgets/graphics/UIGraphicsToolBar.h | 2 +-
.../src/widgets/graphics/UIGraphicsZoomButton.cpp | 2 +-
.../src/widgets/graphics/UIGraphicsZoomButton.h | 2 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.cpp | 23 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.h | 2 +-
.../VirtualBox/src/wizards/UIWizardPage.cpp | 2 +-
.../VirtualBox/src/wizards/UIWizardPage.h | 2 +-
.../src/wizards/clonevd/UIWizardCloneVD.cpp | 68 +-
.../src/wizards/clonevd/UIWizardCloneVD.h | 52 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic1.cpp | 26 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic1.h | 53 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic2.cpp | 38 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic2.h | 71 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic3.cpp | 19 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic3.h | 52 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic4.cpp | 45 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic4.h | 75 +-
.../wizards/clonevd/UIWizardCloneVDPageExpert.cpp | 43 +-
.../wizards/clonevd/UIWizardCloneVDPageExpert.h | 53 +-
.../src/wizards/clonevm/UIWizardCloneVM.cpp | 2 +-
.../src/wizards/clonevm/UIWizardCloneVM.h | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic1.cpp | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic1.h | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic2.cpp | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic2.h | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic3.cpp | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic3.h | 2 +-
.../wizards/clonevm/UIWizardCloneVMPageExpert.cpp | 4 +-
.../wizards/clonevm/UIWizardCloneVMPageExpert.h | 2 +-
.../wizards/exportappliance/UIWizardExportApp.cpp | 2 +-
.../wizards/exportappliance/UIWizardExportApp.h | 2 +-
.../exportappliance/UIWizardExportAppDefs.h | 2 +-
.../UIWizardExportAppPageBasic1.cpp | 2 +-
.../exportappliance/UIWizardExportAppPageBasic1.h | 2 +-
.../UIWizardExportAppPageBasic2.cpp | 2 +-
.../exportappliance/UIWizardExportAppPageBasic2.h | 2 +-
.../exportappliance/UIWizardExportAppPageBasic3.h | 2 +-
.../UIWizardExportAppPageBasic4.cpp | 2 +-
.../exportappliance/UIWizardExportAppPageBasic4.h | 2 +-
.../UIWizardExportAppPageExpert.cpp | 2 -
.../exportappliance/UIWizardExportAppPageExpert.h | 2 +-
.../src/wizards/firstrun/UIWizardFirstRun.cpp | 2 +-
.../src/wizards/firstrun/UIWizardFirstRun.h | 2 +-
.../wizards/firstrun/UIWizardFirstRunPageBasic.cpp | 4 +-
.../wizards/firstrun/UIWizardFirstRunPageBasic.h | 2 +-
.../wizards/importappliance/UIWizardImportApp.cpp | 2 +-
.../wizards/importappliance/UIWizardImportApp.h | 2 +-
.../importappliance/UIWizardImportAppDefs.h | 2 +-
.../UIWizardImportAppPageBasic1.cpp | 2 +-
.../importappliance/UIWizardImportAppPageBasic1.h | 2 +-
.../UIWizardImportAppPageBasic2.cpp | 2 +-
.../importappliance/UIWizardImportAppPageBasic2.h | 2 +-
.../UIWizardImportAppPageExpert.cpp | 4 +-
.../importappliance/UIWizardImportAppPageExpert.h | 2 +-
.../VirtualBox/src/wizards/newvd/UIWizardNewVD.cpp | 2 +-
.../VirtualBox/src/wizards/newvd/UIWizardNewVD.h | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic1.cpp | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic1.h | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic2.cpp | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic2.h | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.cpp | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.h | 2 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.cpp | 4 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.h | 2 +-
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp | 2 +-
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.h | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.h | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic2.cpp | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic2.h | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic3.cpp | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic3.h | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageExpert.cpp | 4 +-
.../src/wizards/newvm/UIWizardNewVMPageExpert.h | 2 +-
src/VBox/GuestHost/DragAndDrop/DnDDroppedFiles.cpp | 8 +-
src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp | 2 +-
src/VBox/GuestHost/DragAndDrop/DnDPath.cpp | 2 +-
src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp | 31 +-
src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp | 2 +-
src/VBox/GuestHost/HGSMI/.scm-settings | 21 +
src/VBox/GuestHost/HGSMI/HGSMICommon.cpp | 31 +-
src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp | 12 +-
src/VBox/GuestHost/OpenGL/.scm-settings | 49 +
src/VBox/GuestHost/OpenGL/error/VBoxOGLerrorspu.rc | 2 +-
src/VBox/GuestHost/OpenGL/error/errorspu.rc | 2 +-
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.pyc | Bin 23671 -> 23671 bytes
src/VBox/GuestHost/OpenGL/include/cr_blitter.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_compositor.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_dump.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_glext.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_htable.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_sortarray.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_vreg.h | 2 +-
.../OpenGL/include/state/cr_framebuffer.h | 2 +-
src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h | 2 +-
src/VBox/GuestHost/OpenGL/packer/pack_client.c | 4 +-
.../GuestHost/OpenGL/packer/pack_currenttypes.pyc | Bin 2110 -> 2110 bytes
.../GuestHost/OpenGL/packer/pack_framebuffer.c | 10 +-
src/VBox/GuestHost/OpenGL/packer/pack_shaders.c | 56 +-
.../GuestHost/OpenGL/packer/pack_visibleregion.c | 2 +-
.../GuestHost/OpenGL/state_tracker/convert.pyc | Bin 2087 -> 2087 bytes
src/VBox/GuestHost/OpenGL/state_tracker/dump.cpp | 2 +-
.../OpenGL/state_tracker/get_components.py | 1 -
.../OpenGL/state_tracker/get_components.pyc | Bin 5791 -> 5791 bytes
.../GuestHost/OpenGL/state_tracker/state_attrib.c | 2 +-
.../OpenGL/state_tracker/state_bits_globalop.h | 2 +-
.../OpenGL/state_tracker/state_bufferobject.c | 3 +-
.../GuestHost/OpenGL/state_tracker/state_fence.c | 1 -
.../OpenGL/state_tracker/state_framebuffer.c | 16 +-
.../GuestHost/OpenGL/state_tracker/state_glsl.c | 24 +-
.../GuestHost/OpenGL/state_tracker/state_init.c | 2 +-
.../GuestHost/OpenGL/state_tracker/state_polygon.c | 2 +-
.../GuestHost/OpenGL/state_tracker/state_program.c | 2 +-
.../OpenGL/state_tracker/state_snapshot.c | 48 +-
.../GuestHost/OpenGL/state_tracker/state_texture.c | 4 +-
src/VBox/GuestHost/OpenGL/util/VBoxOGLcrutil.rc | 2 +-
src/VBox/GuestHost/OpenGL/util/blitter.cpp | 14 +-
src/VBox/GuestHost/OpenGL/util/bmpscale.cpp | 2 +-
src/VBox/GuestHost/OpenGL/util/compositor.cpp | 17 +-
src/VBox/GuestHost/OpenGL/util/error.c | 2 +-
src/VBox/GuestHost/OpenGL/util/htable.cpp | 2 +-
src/VBox/GuestHost/OpenGL/util/net.c | 2 +-
src/VBox/GuestHost/OpenGL/util/pixel.c | 2 +-
src/VBox/GuestHost/OpenGL/util/sortarray.cpp | 2 +-
src/VBox/GuestHost/OpenGL/util/util.rc | 2 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 18 +-
src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c | 20 +-
src/VBox/GuestHost/OpenGL/util/vreg.cpp | 25 +-
.../GuestHost/SharedClipboard/clipboard-helper.cpp | 2 +-
.../GuestHost/SharedClipboard/x11-clipboard.cpp | 82 +-
src/VBox/HostDrivers/.scm-settings | 60 +
src/VBox/HostDrivers/Makefile.kmk | 35 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 24 +-
src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPDrv.cpp | 8 +-
src/VBox/HostDrivers/Support/SUPDrv.d | 12 +-
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPDrvIDC.h | 2 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 2 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 2 +-
src/VBox/HostDrivers/Support/SUPDrvSem.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPDrvTracer.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPDrvTracerA.asm | 2 +-
src/VBox/HostDrivers/Support/SUPLib.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLibAll.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 2 +-
src/VBox/HostDrivers/Support/SUPLibLdr.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLibSem.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLibTracerA.asm | 3 +-
src/VBox/HostDrivers/Support/SUPR0-def-lx.sed | 3 +-
src/VBox/HostDrivers/Support/SUPR0-def-pe.sed | 3 +-
src/VBox/HostDrivers/Support/SUPR0IdcClient.c | 2 +-
.../HostDrivers/Support/SUPR0IdcClientComponent.c | 2 +-
.../HostDrivers/Support/SUPR0IdcClientInternal.h | 2 +-
src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c | 2 +-
src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 3 +-
.../Support/SUPR3HardenedMainTemplate.cpp | 2 +-
.../Support/SUPR3HardenedMainTemplateTestcase.cpp | 2 +-
.../HostDrivers/Support/SUPR3HardenedNoCrt.cpp | 2 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvc.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcGrant.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcInternal.h | 2 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 2 +-
.../HostDrivers/Support/darwin/SUPLib-darwin.cpp | 2 +-
.../Support/darwin/SUPR0IdcClient-darwin.c | 2 +-
src/VBox/HostDrivers/Support/darwin/load.sh | 2 +-
.../HostDrivers/Support/darwin/sys/dtrace_glue.h | 26 +-
src/VBox/HostDrivers/Support/freebsd/Makefile | 6 +-
.../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp | 2 +-
.../Support/freebsd/SUPR0IdcClient-freebsd.c | 2 +-
src/VBox/HostDrivers/Support/freebsd/files_vboxdrv | 6 +-
src/VBox/HostDrivers/Support/linux/Makefile | 3 +-
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 4 +-
.../HostDrivers/Support/linux/SUPDrv-linux.mod.c | 2 +-
.../HostDrivers/Support/linux/SUPLib-linux.cpp | 2 +-
.../Support/linux/SUPR0IdcClient-linux.c | 2 +-
src/VBox/HostDrivers/Support/linux/files_vboxdrv | 6 +-
src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def | 2 +-
src/VBox/HostDrivers/Support/os2/SUPDrvA-os2.asm | 1 -
src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp | 2 +-
.../HostDrivers/Support/os2/SUPR0IdcClient-os2.c | 2 +-
.../HostDrivers/Support/solaris/SUPDrv-solaris.c | 2 +-
.../HostDrivers/Support/solaris/SUPLib-solaris.cpp | 2 +-
.../Support/solaris/SUPR0IdcClient-solaris.c | 2 +-
src/VBox/HostDrivers/Support/solaris/load.sh | 2 +-
src/VBox/HostDrivers/Support/solaris/vboxdrv.conf | 2 +-
.../HostDrivers/Support/testcase/SUPInstall.cpp | 2 +-
.../HostDrivers/Support/testcase/SUPLoggerCtl.cpp | 2 +-
.../HostDrivers/Support/testcase/SUPUninstall.cpp | 2 +-
.../HostDrivers/Support/testcase/tstContiguous.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp | 2 +-
.../Support/testcase/tstGetPagingMode.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstInit.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstInt.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstLow.cpp | 2 +-
.../Support/testcase/tstNtQueryStuff.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstPage.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstPin.cpp | 2 +-
.../Support/testcase/tstSupLoadModule.cpp | 4 +-
.../Support/testcase/tstSupSem-Zombie.cpp | 2 +-
.../HostDrivers/Support/testcase/tstSupSem.cpp | 2 +-
.../Support/testcase/tstSupTscDelta.cpp | 2 +-
.../HostDrivers/Support/testcase/tstSupVerify.cpp | 4 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm | 2 +-
.../Support/win/SUPHardenedVerify-win.h | 2 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 2 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 4 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 2 +-
.../HostDrivers/Support/win/SUPR0IdcClient-win.c | 2 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 2 +-
.../Support/win/SUPR3HardenedMainA-win.asm | 2 +-
.../Support/win/SUPR3HardenedMainImports-win.cpp | 2 +-
.../Support/win/SUPR3HardenedNoCrt-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.inf | 140 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.rc | 2 +-
.../HostDrivers/Support/win/VBoxSupLib-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/VBoxSupLib.rc | 2 +-
src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk | 9 +
src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c | 11 +-
.../HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h | 11 +-
.../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp | 11 +-
.../HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh | 11 +-
src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile | 12 +-
.../VBoxNetAdp/freebsd/files_vboxnetadp | 4 +-
src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile | 10 +-
.../VBoxNetAdp/linux/VBoxNetAdp-linux.c | 11 +-
.../HostDrivers/VBoxNetAdp/linux/files_vboxnetadp | 15 +-
.../VBoxNetAdp/solaris/VBoxNetAdp-solaris.c | 2 +-
.../HostDrivers/VBoxNetAdp/solaris/vboxnet.conf | 9 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp | 25 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.h | 11 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc | 11 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp6.inf | 14 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 9 +
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c | 11 +-
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc | 11 +-
.../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h | 11 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 11 +-
.../HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh | 11 +-
src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile | 12 +-
.../VBoxNetFlt/freebsd/files_vboxnetflt | 4 +-
src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile | 10 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 60 +-
.../HostDrivers/VBoxNetFlt/linux/files_vboxnetflt | 13 +-
.../VBoxNetFlt/solaris/VBoxNetFlt-solaris.c | 2 +-
.../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c | 2 +-
.../HostDrivers/VBoxNetFlt/solaris/vboxbow.conf | 9 +-
.../HostDrivers/VBoxNetFlt/solaris/vboxflt.conf | 9 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 11 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf | 18 +-
.../VBoxNetFlt/win/drv/VBoxNetFlt-win.rc | 11 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetFlt.inf | 17 +-
.../VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetFltM-win.cpp | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetFltM-win.h | 11 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM.inf | 19 +-
.../VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetFltP-win.h | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.h | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 11 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.h | 11 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf | 12 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp | 11 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.def | 12 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.h | 11 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.rc | 11 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h | 11 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl | 16 +-
.../VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetFltInstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetFltUninstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetLwfInstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetLwfUninstall.cpp | 11 +-
src/VBox/HostDrivers/VBoxPci/Makefile.kmk | 9 +
src/VBox/HostDrivers/VBoxPci/VBoxPci.c | 11 +-
src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h | 13 +-
src/VBox/HostDrivers/VBoxPci/linux/Makefile | 10 +-
src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 15 +-
src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci | 13 +-
src/VBox/HostDrivers/VBoxUSB/Makefile.kmk | 9 +
src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/USBLib.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/darwin/Makefile.kmk | 9 +
.../HostDrivers/VBoxUSB/darwin/USBLib-darwin.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp | 11 +-
.../HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/darwin/loadusb.sh | 11 +-
.../VBoxUSB/darwin/testcase/tstOpenUSBDev.cpp | 13 +-
src/VBox/HostDrivers/VBoxUSB/solaris/Makefile.kmk | 9 +
.../HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp | 11 +-
.../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c | 2 +-
.../VBoxUSB/solaris/VBoxUSBMon-solaris.c | 2 +-
src/VBox/HostDrivers/VBoxUSB/solaris/vboxusb.conf | 2 +-
.../HostDrivers/VBoxUSB/solaris/vboxusbmon.conf | 2 +-
.../HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp | 11 +-
.../HostDrivers/VBoxUSB/win/Install/USBInstall.cpp | 21 +-
.../VBoxUSB/win/Install/USBUninstall.cpp | 21 +-
src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk | 9 +
.../HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbIdc.h | 11 +-
.../HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUSB.inf | 16 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h | 11 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.rc | 11 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h | 15 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h | 11 +-
.../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp | 11 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf | 18 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h | 11 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h | 11 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h | 11 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.rc | 11 +-
.../HostDrivers/VBoxUSB/win/testcase/USBTest.cpp | 19 +-
src/VBox/HostDrivers/VBoxUSB/win/usbd/usbd.def | 16 +-
src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp | 3 +-
src/VBox/HostDrivers/darwin/Makefile.kmk | 9 +
src/VBox/HostDrivers/darwin/VBoxNetSend.h | 11 +-
src/VBox/HostDrivers/darwin/loadall.sh | 11 +-
src/VBox/HostDrivers/freebsd/Makefile | 12 +-
src/VBox/HostDrivers/freebsd/Makefile.kmk | 9 +
src/VBox/HostDrivers/linux/Makefile | 14 +-
src/VBox/HostDrivers/linux/Makefile.kmk | 9 +
src/VBox/HostDrivers/linux/build_in_tmp | 20 +-
src/VBox/HostDrivers/linux/export_modules | 154 --
src/VBox/HostDrivers/linux/export_modules.sh | 172 ++
src/VBox/HostDrivers/linux/load.sh | 11 +-
src/VBox/HostDrivers/linux/loadall.sh | 11 +-
src/VBox/HostDrivers/win/Makefile.kmk | 9 +
src/VBox/HostDrivers/win/VBoxDbgLog.h | 11 +-
src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 11 +-
src/VBox/HostDrivers/win/load.cmd | 11 +-
src/VBox/HostDrivers/win/load.sh | 11 +-
src/VBox/HostDrivers/win/loadall.cmd | 11 +-
src/VBox/HostDrivers/win/loadall.sh | 11 +-
.../HostServices/DragAndDrop/VBoxDragAndDropSvc.rc | 2 +-
src/VBox/HostServices/DragAndDrop/dndmanager.cpp | 2 +-
src/VBox/HostServices/DragAndDrop/dndmanager.h | 2 +-
src/VBox/HostServices/DragAndDrop/service.cpp | 2 +-
.../GuestControl/VBoxGuestControlSvc.rc | 2 +-
src/VBox/HostServices/GuestControl/service.cpp | 2 +-
.../GuestControl/testcase/tstGuestControlSvc.cpp | 2 +-
.../GuestProperties/VBoxGuestPropSvc.rc | 2 +-
src/VBox/HostServices/GuestProperties/service.cpp | 2 +-
.../GuestProperties/testcase/tstGuestPropSvc.cpp | 2 +-
src/VBox/HostServices/HostChannel/HostChannel.cpp | 2 +-
src/VBox/HostServices/HostChannel/HostChannel.h | 2 +-
.../HostServices/HostChannel/VBoxHostChannel.rc | 2 +-
src/VBox/HostServices/HostChannel/service.cpp | 2 +-
.../SharedClipboard/VBoxClipboard-win.cpp | 2 +-
.../HostServices/SharedClipboard/VBoxClipboard.h | 2 +-
.../SharedClipboard/VBoxSharedClipboard.rc | 2 +-
.../SharedClipboard/darwin-pasteboard.cpp | 2 +-
.../SharedClipboard/darwin-pasteboard.h | 2 +-
src/VBox/HostServices/SharedClipboard/darwin.cpp | 2 +-
src/VBox/HostServices/SharedClipboard/service.cpp | 18 +-
.../testcase/tstClipboardServiceHost.cpp | 125 +-
.../HostServices/SharedClipboard/x11-clipboard.cpp | 4 +-
src/VBox/HostServices/SharedClipboard/x11-stub.cpp | 4 +-
.../SharedFolders/VBoxSharedFolders.rc | 2 +-
src/VBox/HostServices/SharedFolders/mappings.cpp | 2 +-
src/VBox/HostServices/SharedFolders/mappings.h | 2 +-
src/VBox/HostServices/SharedFolders/service.cpp | 2 +-
src/VBox/HostServices/SharedFolders/shfl.h | 2 +-
src/VBox/HostServices/SharedFolders/shflhandle.cpp | 2 +-
src/VBox/HostServices/SharedFolders/shflhandle.h | 6 +-
.../testcase/tstSharedFolderService.cpp | 94 +-
.../testcase/tstSharedFolderService.h | 2 +-
.../SharedFolders/testcase/tstShflCase.cpp | 20 +-
.../SharedFolders/testcase/tstShflSizes.cpp | 2 +-
src/VBox/HostServices/SharedFolders/teststubs.h | 14 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 16 +-
src/VBox/HostServices/SharedFolders/vbsf.h | 2 +-
src/VBox/HostServices/SharedFolders/vbsfpath.cpp | 6 +-
src/VBox/HostServices/SharedFolders/vbsfpath.h | 2 +-
src/VBox/HostServices/SharedOpenGL/.scm-settings | 42 +
.../SharedOpenGL/OpenGLTest/OpenGLTest.cpp | 2 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp | 7 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 8 +-
.../SharedOpenGL/OpenGLTest/VBoxTestOGL.rc | 2 +-
.../SharedOpenGL/crserver/VBoxSharedCrOpenGL.rc | 2 +-
.../SharedOpenGL/crserver/crservice.cpp | 6 +-
.../SharedOpenGL/crserverlib/get_sizes.pyc | Bin 17777 -> 17777 bytes
.../crserverlib/presenter/display_base.cpp | 2 +-
.../crserverlib/presenter/display_composite.cpp | 2 +-
.../crserverlib/presenter/display_vrdp.cpp | 6 +-
.../crserverlib/presenter/display_window.cpp | 2 +-
.../presenter/display_window_rootvr.cpp | 2 +-
.../crserverlib/presenter/server_presenter.cpp | 4 +-
.../crserverlib/presenter/server_presenter.h | 2 +-
.../SharedOpenGL/crserverlib/presenter/window.cpp | 2 +-
.../SharedOpenGL/crserverlib/server_config.c | 2 +-
.../SharedOpenGL/crserverlib/server_framebuffer.c | 25 +-
.../SharedOpenGL/crserverlib/server_getshaders.c | 11 +-
.../SharedOpenGL/crserverlib/server_glsl.c | 7 +-
.../SharedOpenGL/crserverlib/server_main.c | 22 +-
.../SharedOpenGL/crserverlib/server_misc.c | 6 +-
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 2 +-
.../SharedOpenGL/crserverlib/server_rpw.cpp | 2 +-
.../SharedOpenGL/crserverlib/server_texture.c | 11 +-
src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c | 7 +-
src/VBox/HostServices/SharedOpenGL/dlm/dlm_state.c | 2 +-
.../HostServices/SharedOpenGL/expando/expandospu.c | 2 +-
.../SharedOpenGL/render/VBoxOGLrenderspu.rc | 2 +-
.../SharedOpenGL/render/renderspu_cocoa.c | 3 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.h | 2 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 449 ++--
.../SharedOpenGL/render/renderspu_init.c | 2 +-
.../SharedOpenGL/render/renderspu_wgl.c | 2 +-
.../HostServices/SharedOpenGL/unpacker/unpack.def | 2 +-
.../SharedOpenGL/unpacker/unpack_extend.py | 1 -
.../SharedOpenGL/unpacker/unpack_framebuffer.c | 3 +-
.../SharedOpenGL/unpacker/unpack_shaders.c | 33 +-
.../SharedOpenGL/unpacker/unpack_visibleregion.c | 3 +-
.../auth/directoryservice/directoryservice.cpp | 2 +-
src/VBox/HostServices/auth/pam/VBoxAuthPAM.c | 2 +-
.../HostServices/auth/simple/VBoxAuthSimple.cpp | 2 +-
.../HostServices/auth/simple/VBoxAuthSimple.rc | 2 +-
src/VBox/HostServices/auth/winlogon/VBoxAuth.rc | 2 +-
src/VBox/HostServices/auth/winlogon/winlogon.cpp | 2 +-
src/VBox/HostServices/testcase/tstHGCMSvc.cpp | 2 +-
src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp | 2 +-
src/VBox/Installer/.scm-settings | 92 +
src/VBox/Installer/common/vboxapisetup.py | 2 +-
src/VBox/Installer/common/virtualbox.xml | 8 +-
.../darwin/DiskImage/VirtualBox_Uninstall.tool | 2 +-
src/VBox/Installer/darwin/Makefile.kmk | 6 +
.../darwin/VBoxKEXTs/VirtualBoxStartup.sh | 2 +-
src/VBox/Installer/darwin/VBoxKEXTs/postflight | 4 +-
.../darwin/VirtualBox/VBoxAutostartDarwin.sh | 2 +-
src/VBox/Installer/darwin/VirtualBox/postflight | 18 +-
src/VBox/Installer/darwin/VirtualBox/preflight | 2 +-
src/VBox/Installer/freebsd/Makefile.kmk | 4 +-
src/VBox/Installer/freebsd/postdeinstall.sh | 2 +-
src/VBox/Installer/freebsd/postinstall.sh | 2 +-
src/VBox/Installer/linux/Makefile.include.footer | 14 +-
src/VBox/Installer/linux/Makefile.include.header | 25 +-
src/VBox/Installer/linux/VBox.sh | 2 +-
src/VBox/Installer/linux/VBoxCreateUSBNode.sh | 2 +-
src/VBox/Installer/linux/VBoxSysInfo.sh | 3 +-
.../Installer/linux/check_module_dependencies.sh | 2 +-
src/VBox/Installer/linux/deffiles | 7 +-
src/VBox/Installer/linux/install.sh | 2 +-
src/VBox/Installer/linux/postinst-common.sh | 3 +-
src/VBox/Installer/linux/prerm-common.sh | 3 +-
src/VBox/Installer/linux/routines.sh | 3 +-
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 7 +-
src/VBox/Installer/linux/rpm/rules | 9 +-
src/VBox/Installer/linux/runasroot.sh | 2 +-
.../Installer/linux/scripts/VBoxHeadlessXOrg.sh | 6 +-
.../Installer/linux/testcase/tstHeadlessXOrg.sh | 2 +-
src/VBox/Installer/linux/uninstall.sh | 2 +-
src/VBox/Installer/linux/vboxautostart-service.sh | 7 +-
.../Installer/linux/vboxballoonctrl-service.sh | 7 +-
src/VBox/Installer/linux/vboxdrv.sh | 10 +-
src/VBox/Installer/linux/vboxweb-service.sh | 7 +-
src/VBox/Installer/solaris/VBox.sh | 2 +-
src/VBox/Installer/solaris/VBoxISAExec.c | 2 +-
src/VBox/Installer/solaris/VBoxZoneAccess.c | 2 +-
src/VBox/Installer/solaris/checkinstall.sh | 2 +-
src/VBox/Installer/solaris/makepackage.sh | 2 +-
src/VBox/Installer/solaris/pkginstall.sh | 2 +-
src/VBox/Installer/solaris/postinstall.sh | 2 +-
src/VBox/Installer/solaris/preremove.sh | 4 +-
src/VBox/Installer/solaris/smf-vboxautostart.sh | 3 +-
src/VBox/Installer/solaris/smf-vboxballoonctrl.sh | 3 +-
src/VBox/Installer/solaris/smf-vboxwebsrv.sh | 3 +-
src/VBox/Installer/solaris/vboxconfig.sh | 2 +-
.../Installer/solaris/virtualbox-autostart.xml | 2 +-
.../Installer/solaris/virtualbox-webservice.xml | 2 +-
.../Installer/win/InstallHelper/VBoxCommon.cpp | 2 +-
src/VBox/Installer/win/InstallHelper/VBoxCommon.h | 2 +-
.../win/InstallHelper/VBoxInstallHelper.def | 2 +-
.../win/InstallHelper/VBoxInstallHelper.rc | 2 +-
src/VBox/Installer/win/Makefile.kmk | 81 -
src/VBox/Installer/win/MsiHack/MsiHack.cpp | 2 +-
src/VBox/Installer/win/MsiHack/MsiHackExtension.cs | 2 +-
src/VBox/Installer/win/NLS/de_DE.wxl | 1198 ++++-----
src/VBox/Installer/win/NLS/en_US.wxl | 1200 ++++-----
src/VBox/Installer/win/NLS/fr_FR.wxl | 1196 ++++-----
src/VBox/Installer/win/NLS/zh_TW.wxl | 1200 ++++-----
src/VBox/Installer/win/Resources/VBoxRes.rc | 2 +-
src/VBox/Installer/win/Resources/dummy.cpp | 2 +-
src/VBox/Installer/win/Resources/resource.h | 2 +-
src/VBox/Installer/win/Stub/VBoxStub.cpp | 2 +-
src/VBox/Installer/win/Stub/VBoxStub.h | 2 +-
src/VBox/Installer/win/Stub/VBoxStub.rc | 2 +-
src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp | 2 +-
src/VBox/Installer/win/Stub/VBoxStubCertUtil.h | 2 +-
src/VBox/Installer/win/Stub/crypt32.def | 2 +-
src/VBox/Installer/win/Stub/msi.def | 2 +-
src/VBox/Installer/win/Stub/resource.h | 2 +-
src/VBox/Installer/win/Stub/shell32.def | 2 +-
src/VBox/Installer/win/Stub/user32.def | 2 +-
src/VBox/Installer/win/Stub/ws2_32.def | 2 +-
src/VBox/Installer/win/StubBld/VBoxStubBld.cpp | 2 +-
src/VBox/Installer/win/StubBld/VBoxStubBld.h | 2 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 4 +-
src/VBox/Installer/win/VBoxMergeApp.wxs | 8 +-
src/VBox/Installer/win/VBoxMergeNetAdp.wxs | 10 +-
src/VBox/Installer/win/VBoxMergeNetAdp6.wxs | 8 +-
src/VBox/Installer/win/VBoxMergeNetFlt.wxs | 8 +-
src/VBox/Installer/win/VBoxMergeNetLwf.wxs | 8 +-
src/VBox/Installer/win/VirtualBox.wxs | 4 +-
src/VBox/Installer/win/VirtualBox_TypeLib.xsl | 4 +-
.../win/VirtualBox_TypeLibWithInterfaces.xsl | 6 +-
src/VBox/Main/.scm-settings | 69 +
src/VBox/Main/Docs-Intro.cpp | 2 +-
src/VBox/Main/Makefile.kmk | 10 +-
src/VBox/Main/UnattendedTemplates/fedora_ks.cfg | 4 +-
src/VBox/Main/UnattendedTemplates/ol_ks.cfg | 4 +-
src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg | 4 +-
.../Main/UnattendedTemplates/suse_autoinstall.xml | 2 +-
src/VBox/Main/cbinding/Makefile.kmk | 2 +
src/VBox/Main/cbinding/VBoxCAPI.cpp | 2 +-
src/VBox/Main/cbinding/VBoxCAPI.rc | 2 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.c | 4 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.h.in | 6 +-
src/VBox/Main/cbinding/VBoxCAPI_v2_2.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v3_0.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v3_1.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v3_2.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_0.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_1.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_2.h | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_3.h | 2 +-
src/VBox/Main/cbinding/capiidl.xsl | 4 +-
src/VBox/Main/cbinding/makefile.tstCAPIGlue | 31 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 2 +-
src/VBox/Main/glue/AutoLock.cpp | 2 +-
src/VBox/Main/glue/ErrorInfo.cpp | 2 +-
src/VBox/Main/glue/EventQueue.cpp | 2 +-
src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp | 3 +-
src/VBox/Main/glue/NativeEventQueue.cpp | 2 +-
src/VBox/Main/glue/VBoxLogRelCreate.cpp | 9 +-
src/VBox/Main/glue/com.cpp | 2 +-
src/VBox/Main/glue/errorprint.cpp | 2 +-
src/VBox/Main/glue/glue-java.xsl | 14 +-
src/VBox/Main/glue/initterm.cpp | 18 +-
src/VBox/Main/glue/string.cpp | 2 +-
src/VBox/Main/glue/tests/Makefile | 4 +-
src/VBox/Main/glue/tests/TestVBox.java | 12 +-
src/VBox/Main/glue/tests/TestVBoxNATEngine.java | 22 +-
src/VBox/Main/glue/vboxapi.py | 72 +-
src/VBox/Main/glue/xpcom/helpers.cpp | 2 +-
src/VBox/Main/idl/VirtualBox.xidl | 75 +-
src/VBox/Main/idl/apiwrap-server-filelist.xsl | 6 +-
src/VBox/Main/idl/midl.xsl | 19 +-
src/VBox/Main/idl/xpidl.xsl | 4 +-
src/VBox/Main/include/AdditionsFacilityImpl.h | 2 +-
src/VBox/Main/include/ApplianceImpl.h | 2 +-
src/VBox/Main/include/ApplianceImplPrivate.h | 2 +-
src/VBox/Main/include/AudioAdapterImpl.h | 2 +-
src/VBox/Main/include/AuthLibrary.h | 2 +-
src/VBox/Main/include/AutoCaller.h | 2 +-
src/VBox/Main/include/AutoStateDep.h | 2 +-
src/VBox/Main/include/AutostartDb.h | 2 +-
src/VBox/Main/include/BIOSSettingsImpl.h | 2 +-
src/VBox/Main/include/BandwidthControlImpl.h | 2 +-
src/VBox/Main/include/BandwidthGroupImpl.h | 2 +-
src/VBox/Main/include/BusAssignmentManager.h | 2 +-
src/VBox/Main/include/CertificateImpl.h | 2 +-
src/VBox/Main/include/ClientToken.h | 2 +-
src/VBox/Main/include/ClientTokenHolder.h | 2 +-
src/VBox/Main/include/ClientWatcher.h | 2 +-
src/VBox/Main/include/ConsoleVRDPServer.h | 2 +-
src/VBox/Main/include/DHCPServerImpl.h | 2 +-
src/VBox/Main/include/DisplayUtils.h | 2 +-
src/VBox/Main/include/DrvAudioVRDE.h | 2 +-
src/VBox/Main/include/EmulatedUSBImpl.h | 2 +-
src/VBox/Main/include/EventImpl.h | 2 +-
src/VBox/Main/include/Global.h | 2 +-
src/VBox/Main/include/GuestDirectoryImpl.h | 2 +-
src/VBox/Main/include/GuestDnDPrivate.h | 2 +-
src/VBox/Main/include/GuestDnDSourceImpl.h | 2 +-
src/VBox/Main/include/GuestDnDTargetImpl.h | 2 +-
src/VBox/Main/include/GuestFileImpl.h | 2 +-
src/VBox/Main/include/GuestFsObjInfoImpl.h | 2 +-
src/VBox/Main/include/GuestImpl.h | 2 +-
src/VBox/Main/include/GuestOSTypeImpl.h | 2 +-
src/VBox/Main/include/GuestProcessImpl.h | 2 +-
src/VBox/Main/include/GuestSessionImpl.h | 2 +-
src/VBox/Main/include/HGCM.h | 2 +-
src/VBox/Main/include/HGCMObjects.h | 2 +-
src/VBox/Main/include/HGCMThread.h | 2 +-
src/VBox/Main/include/HashedPw.h | 2 +-
src/VBox/Main/include/HostHardwareLinux.h | 2 +-
src/VBox/Main/include/HostImpl.h | 2 +-
src/VBox/Main/include/HostNetworkInterfaceImpl.h | 2 +-
src/VBox/Main/include/HostPower.h | 2 +-
src/VBox/Main/include/HostUSBDeviceImpl.h | 2 +-
src/VBox/Main/include/HostVideoInputDeviceImpl.h | 2 +-
src/VBox/Main/include/KeyboardImpl.h | 2 +-
src/VBox/Main/include/Logging.h | 2 +-
src/VBox/Main/include/MachineDebuggerImpl.h | 2 +-
src/VBox/Main/include/MachineImplCloneVM.h | 2 +-
src/VBox/Main/include/Matching.h | 2 +-
src/VBox/Main/include/MediumAttachmentImpl.h | 4 +-
src/VBox/Main/include/MediumFormatImpl.h | 2 +-
src/VBox/Main/include/MediumImpl.h | 2 +-
src/VBox/Main/include/MediumLock.h | 2 +-
src/VBox/Main/include/MouseImpl.h | 2 +-
src/VBox/Main/include/NATEngineImpl.h | 2 +-
src/VBox/Main/include/NATNetworkImpl.h | 2 +-
src/VBox/Main/include/NetworkAdapterImpl.h | 2 +-
src/VBox/Main/include/NetworkServiceRunner.h | 2 +-
src/VBox/Main/include/Nvram.h | 2 +-
src/VBox/Main/include/ObjectState.h | 2 +-
src/VBox/Main/include/PCIDeviceAttachmentImpl.h | 2 +-
src/VBox/Main/include/PCIRawDevImpl.h | 2 +-
src/VBox/Main/include/ParallelPortImpl.h | 2 +-
src/VBox/Main/include/Performance.h | 2 +-
src/VBox/Main/include/PerformanceImpl.h | 2 +-
src/VBox/Main/include/ProgressImpl.h | 2 +-
src/VBox/Main/include/ProgressProxyImpl.h | 2 +-
src/VBox/Main/include/QMTranslator.h | 2 +-
src/VBox/Main/include/RemoteUSBBackend.h | 2 +-
src/VBox/Main/include/RemoteUSBDeviceImpl.h | 2 +-
src/VBox/Main/include/SecretKeyStore.h | 2 +-
src/VBox/Main/include/SerialPortImpl.h | 2 +-
src/VBox/Main/include/SharedFolderImpl.h | 2 +-
src/VBox/Main/include/SnapshotImpl.h | 2 +-
src/VBox/Main/include/StorageControllerImpl.h | 2 +-
src/VBox/Main/include/SystemPropertiesImpl.h | 2 +-
src/VBox/Main/include/ThreadTask.h | 2 +-
src/VBox/Main/include/TokenImpl.h | 2 +-
src/VBox/Main/include/USBControllerImpl.h | 2 +-
src/VBox/Main/include/USBDeviceFilterImpl.h | 2 +-
src/VBox/Main/include/USBDeviceFiltersImpl.h | 2 +-
src/VBox/Main/include/USBDeviceImpl.h | 2 +-
src/VBox/Main/include/USBGetDevices.h | 2 +-
src/VBox/Main/include/USBIdDatabase.h | 2 +-
src/VBox/Main/include/USBProxyBackend.h | 2 +-
src/VBox/Main/include/USBProxyService.h | 2 +-
src/VBox/Main/include/UsbCardReader.h | 2 +-
src/VBox/Main/include/UsbWebcamInterface.h | 2 +-
src/VBox/Main/include/VFSExplorerImpl.h | 2 +-
src/VBox/Main/include/VMMDev.h | 2 +-
src/VBox/Main/include/VRDEServerImpl.h | 2 +-
src/VBox/Main/include/VirtualBoxBase.h | 2 +-
src/VBox/Main/include/VirtualBoxClientImpl.h | 6 +-
src/VBox/Main/include/VirtualBoxErrorInfoImpl.h | 2 +-
src/VBox/Main/include/VirtualBoxImpl.h | 14 +-
src/VBox/Main/include/VirtualBoxSDSImpl.h | 150 +-
src/VBox/Main/include/Wrapper.h | 2 +-
src/VBox/Main/include/netif.h | 2 +-
src/VBox/Main/include/objectslist.h | 2 +-
src/VBox/Main/include/ovfreader.h | 2 +-
src/VBox/Main/include/vbox-libhal.h | 2 +-
src/VBox/Main/include/vector.h | 2 +-
src/VBox/Main/include/win/resource.h | 2 +-
src/VBox/Main/src-all/AuthLibrary.cpp | 2 +-
src/VBox/Main/src-all/AutoCaller.cpp | 2 +-
src/VBox/Main/src-all/DisplayPNGUtil.cpp | 2 +-
src/VBox/Main/src-all/DisplayResampleImage.cpp | 2 +-
src/VBox/Main/src-all/DisplayUtils.cpp | 2 +-
src/VBox/Main/src-all/EventImpl.cpp | 3 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 20 +-
src/VBox/Main/src-all/Global.cpp | 2 +-
src/VBox/Main/src-all/HashedPw.cpp | 2 +-
src/VBox/Main/src-all/Logging.cpp | 2 +-
src/VBox/Main/src-all/PCIDeviceAttachmentImpl.cpp | 2 +-
src/VBox/Main/src-all/ProgressImpl.cpp | 19 +-
src/VBox/Main/src-all/QMTranslatorImpl.cpp | 2 +-
src/VBox/Main/src-all/SecretKeyStore.cpp | 2 +-
src/VBox/Main/src-all/SharedFolderImpl.cpp | 2 +-
src/VBox/Main/src-all/ThreadTask.cpp | 2 +-
src/VBox/Main/src-all/VBoxAPI-start.d | 2 +-
src/VBox/Main/src-all/VirtualBoxBase.cpp | 2 +-
src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp | 2 +-
.../Main/src-all/win/VBoxAPIWrap-precomp_vcc.h | 3 +-
src/VBox/Main/src-all/win/VBoxProxyStub-x86.rc | 2 +-
src/VBox/Main/src-all/win/VBoxProxyStub.c | 277 +-
src/VBox/Main/src-all/win/VBoxProxyStub.def | 2 +-
src/VBox/Main/src-all/win/VBoxProxyStub.rc | 2 +-
src/VBox/Main/src-all/win/VBoxProxyStubLegacy.rc | 2 +-
src/VBox/Main/src-all/win/comregister.cmd | 2 +-
src/VBox/Main/src-client/AdditionsFacilityImpl.cpp | 2 +-
src/VBox/Main/src-client/BusAssignmentManager.cpp | 2 +-
src/VBox/Main/src-client/ClientTokenHolder.cpp | 2 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 7 +-
src/VBox/Main/src-client/ConsoleImplTeleporter.cpp | 2 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 31 +-
src/VBox/Main/src-client/DisplayImplLegacy.cpp | 2 +-
.../Main/src-client/DisplaySourceBitmapImpl.cpp | 2 +-
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 22 +-
src/VBox/Main/src-client/EBMLWriter.cpp | 265 ++
src/VBox/Main/src-client/EBMLWriter.h | 143 ++
src/VBox/Main/src-client/EBML_MKV.h | 86 +
src/VBox/Main/src-client/EbmlMkvIDs.h | 86 -
src/VBox/Main/src-client/EbmlWriter.cpp | 1252 ---------
src/VBox/Main/src-client/EbmlWriter.h | 170 --
src/VBox/Main/src-client/EmulatedUSBImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestCtrlImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 2 +-
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestFileImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestSessionImplTasks.cpp | 2 +-
src/VBox/Main/src-client/HGCM.cpp | 2 +-
src/VBox/Main/src-client/HGCMObjects.cpp | 2 +-
src/VBox/Main/src-client/HGCMThread.cpp | 2 +-
src/VBox/Main/src-client/KeyboardImpl.cpp | 2 +-
src/VBox/Main/src-client/MachineDebuggerImpl.cpp | 2 +-
src/VBox/Main/src-client/MouseImpl.cpp | 2 +-
src/VBox/Main/src-client/Nvram.cpp | 2 +-
src/VBox/Main/src-client/PCIRawDevImpl.cpp | 2 +-
src/VBox/Main/src-client/RemoteUSBBackend.cpp | 2 +-
src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp | 2 +-
src/VBox/Main/src-client/USBDeviceImpl.cpp | 2 +-
src/VBox/Main/src-client/UsbCardReader.cpp | 2 +-
src/VBox/Main/src-client/UsbWebcamInterface.cpp | 2 +-
src/VBox/Main/src-client/VMMDevInterface.cpp | 2 +-
src/VBox/Main/src-client/VideoRec.cpp | 36 +-
src/VBox/Main/src-client/VirtualBoxClientImpl.cpp | 371 +--
src/VBox/Main/src-client/WebMWriter.cpp | 857 +++++++
src/VBox/Main/src-client/WebMWriter.h | 499 ++++
src/VBox/Main/src-client/win/VBoxC.def | 3 +-
src/VBox/Main/src-client/win/VBoxC.rc | 2 +-
src/VBox/Main/src-client/win/VBoxClient-x86.def | 2 +-
src/VBox/Main/src-client/win/VBoxClient-x86.rc | 2 +-
src/VBox/Main/src-client/win/dllmain.cpp | 2 +-
src/VBox/Main/src-client/win/precomp_vcc.h | 2 +-
src/VBox/Main/src-client/xpcom/module.cpp | 2 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.cpp | 10 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.rc | 2 +-
src/VBox/Main/src-helper-apps/VBoxVolInfo.cpp | 2 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 2 +-
src/VBox/Main/src-server/ApplianceImplImport.cpp | 2 +-
src/VBox/Main/src-server/AudioAdapterImpl.cpp | 2 +-
src/VBox/Main/src-server/BIOSSettingsImpl.cpp | 2 +-
src/VBox/Main/src-server/BandwidthControlImpl.cpp | 2 +-
src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 2 +-
src/VBox/Main/src-server/CertificateImpl.cpp | 2 +-
src/VBox/Main/src-server/ClientToken.cpp | 2 +-
src/VBox/Main/src-server/ClientWatcher.cpp | 2 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 2 +-
src/VBox/Main/src-server/GuestOSTypeImpl.cpp | 2 +-
src/VBox/Main/src-server/HostDnsService.cpp | 2 +-
src/VBox/Main/src-server/HostDnsService.h | 2 +-
.../Main/src-server/HostDnsServiceResolvConf.cpp | 2 +-
src/VBox/Main/src-server/HostImpl.cpp | 2 +-
.../Main/src-server/HostNetworkInterfaceImpl.cpp | 4 +-
src/VBox/Main/src-server/HostPower.cpp | 2 +-
src/VBox/Main/src-server/HostUSBDeviceImpl.cpp | 2 +-
.../Main/src-server/HostVideoInputDeviceImpl.cpp | 2 +-
src/VBox/Main/src-server/MachineImplCloneVM.cpp | 2 +-
src/VBox/Main/src-server/Matching.cpp | 2 +-
src/VBox/Main/src-server/MediumAttachmentImpl.cpp | 2 +-
src/VBox/Main/src-server/MediumFormatImpl.cpp | 2 +-
src/VBox/Main/src-server/MediumImpl.cpp | 55 +-
src/VBox/Main/src-server/MediumLock.cpp | 2 +-
src/VBox/Main/src-server/NATEngineImpl.cpp | 4 +-
src/VBox/Main/src-server/NATNetworkImpl.cpp | 2 +-
src/VBox/Main/src-server/NetworkAdapterImpl.cpp | 2 +-
src/VBox/Main/src-server/NetworkServiceRunner.cpp | 2 +-
src/VBox/Main/src-server/ParallelPortImpl.cpp | 2 +-
src/VBox/Main/src-server/Performance.cpp | 2 +-
src/VBox/Main/src-server/PerformanceImpl.cpp | 2 +-
src/VBox/Main/src-server/ProgressProxyImpl.cpp | 2 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 2 +-
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 2 +-
src/VBox/Main/src-server/TokenImpl.cpp | 2 +-
src/VBox/Main/src-server/USBControllerImpl.cpp | 2 +-
src/VBox/Main/src-server/USBDeviceFilterImpl.cpp | 2 +-
src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp | 2 +-
.../Main/src-server/USBIdDatabaseGenerator.cpp | 4 +-
src/VBox/Main/src-server/USBIdDatabaseStub.cpp | 2 +-
src/VBox/Main/src-server/USBProxyBackend.cpp | 2 +-
src/VBox/Main/src-server/USBProxyService.cpp | 2 +-
src/VBox/Main/src-server/UnattendedImpl.cpp | 1 +
src/VBox/Main/src-server/UnattendedInstaller.cpp | 1 +
src/VBox/Main/src-server/UnattendedScript.cpp | 1 +
src/VBox/Main/src-server/VFSExplorerImpl.cpp | 62 +-
src/VBox/Main/src-server/VRDEServerImpl.cpp | 2 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 2 +-
.../src-server/darwin/HostDnsServiceDarwin.cpp | 2 +-
.../Main/src-server/darwin/HostPowerDarwin.cpp | 2 +-
src/VBox/Main/src-server/darwin/NetIf-darwin.cpp | 2 +-
.../Main/src-server/darwin/PerformanceDarwin.cpp | 2 +-
.../src-server/darwin/USBProxyBackendDarwin.cpp | 2 +-
src/VBox/Main/src-server/darwin/iokit.cpp | 2 +-
src/VBox/Main/src-server/darwin/iokit.h | 2 +-
.../src-server/freebsd/HostHardwareFreeBSD.cpp | 2 +-
src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp | 4 +-
.../Main/src-server/freebsd/PerformanceFreeBSD.cpp | 2 +-
.../src-server/freebsd/USBProxyBackendFreeBSD.cpp | 2 +-
.../src-server/generic/AutostartDb-generic.cpp | 2 +-
src/VBox/Main/src-server/generic/NetIf-generic.cpp | 2 +-
.../Main/src-server/linux/HostDnsServiceLinux.cpp | 2 +-
.../Main/src-server/linux/HostHardwareLinux.cpp | 15 +-
src/VBox/Main/src-server/linux/HostPowerLinux.cpp | 2 +-
src/VBox/Main/src-server/linux/NetIf-linux.cpp | 2 +-
.../Main/src-server/linux/PerformanceLinux.cpp | 2 +-
src/VBox/Main/src-server/linux/USBGetDevices.cpp | 2 +-
.../Main/src-server/linux/USBProxyBackendLinux.cpp | 2 +-
src/VBox/Main/src-server/linux/vbox-libhal.cpp | 2 +-
src/VBox/Main/src-server/os2/NetIf-os2.cpp | 2 +-
src/VBox/Main/src-server/os2/PerformanceOs2.cpp | 2 +-
.../Main/src-server/os2/USBProxyBackendOs2.cpp | 2 +-
.../Main/src-server/solaris/DynLoadLibSolaris.cpp | 2 +-
.../Main/src-server/solaris/DynLoadLibSolaris.h | 2 +-
src/VBox/Main/src-server/solaris/NetIf-solaris.cpp | 2 +-
.../Main/src-server/solaris/PerformanceSolaris.cpp | 2 +-
.../src-server/solaris/USBProxyBackendSolaris.cpp | 2 +-
src/VBox/Main/src-server/win/HostDnsServiceWin.cpp | 2 +-
src/VBox/Main/src-server/win/HostPowerWin.cpp | 2 +-
src/VBox/Main/src-server/win/NetIf-win.cpp | 3 +-
src/VBox/Main/src-server/win/PerformanceWin.cpp | 2 +-
.../Main/src-server/win/USBProxyBackendWindows.cpp | 2 +-
src/VBox/Main/src-server/win/VBoxSVC.rc | 2 +-
src/VBox/Main/src-server/win/precomp_vcc.h | 2 +-
src/VBox/Main/src-server/win/svchlp.cpp | 2 +-
src/VBox/Main/src-server/win/svchlp.h | 2 +-
src/VBox/Main/src-server/win/svcmain.cpp | 396 ++-
src/VBox/Main/src-server/xpcom/server.cpp | 6 +-
src/VBox/Main/src-server/xpcom/server.h | 2 +-
src/VBox/Main/src-server/xpcom/server_module.cpp | 2 +-
src/VBox/Main/testcase/makefile.tstVBoxAPIWin | 21 +-
src/VBox/Main/testcase/makefile.tstVBoxAPIXPCOM | 7 +-
.../Main/testcase/msiDarwinDescriptorDecoder.cpp | 3 +-
src/VBox/Main/testcase/tstAPI.cpp | 2 +-
src/VBox/Main/testcase/tstCollector.cpp | 2 +-
src/VBox/Main/testcase/tstGuestCtrlContextID.cpp | 2 +-
src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp | 2 +-
src/VBox/Main/testcase/tstGuid.cpp | 2 +-
src/VBox/Main/testcase/tstMediumLock.cpp | 2 +-
src/VBox/Main/testcase/tstOVF.cpp | 2 +-
src/VBox/Main/testcase/tstUSBLinux.h | 2 +-
src/VBox/Main/testcase/tstUSBProxyLinux.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxAPI.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxAPIPerf.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxAPIWin.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxMultipleVM.cpp | 2 +-
src/VBox/Main/webservice/Makefile.kmk | 24 +-
src/VBox/Main/webservice/Makefile.webtest | 10 +-
src/VBox/Main/webservice/VBoxWebSrv.rc | 2 +-
.../webservice/samples/java/axis/clienttest.java | 22 +-
.../Main/webservice/samples/java/jax-ws/Makefile | 38 +-
.../webservice/samples/java/jax-ws/Makefile.glue | 35 +-
.../webservice/samples/java/jax-ws/clienttest.java | 22 +-
.../webservice/samples/java/jax-ws/metrictest.java | 19 +-
.../Main/webservice/samples/perl/clienttest.pl | 19 +-
.../Main/webservice/samples/php/clienttest.php | 26 +-
src/VBox/Main/webservice/samples/python/Makefile | 39 +-
.../Main/webservice/samples/python/Makefile.glue | 35 +-
.../Main/webservice/samples/python/clienttest.py | 39 +-
src/VBox/Main/webservice/split-soapC.cpp | 8 +-
src/VBox/Main/webservice/stdsoap2.sed | 2 +-
src/VBox/Main/webservice/vboxweb.cpp | 19 +-
src/VBox/Main/webservice/vboxweb.h | 5 +-
src/VBox/Main/webservice/websrv-python.xsl | 2 +-
src/VBox/Main/webservice/webtest.cpp | 8 +-
src/VBox/Main/xml/ovfreader.cpp | 2 +-
src/VBox/NetworkServices/DHCP/ClientDataInt.h | 2 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 2 +-
src/VBox/NetworkServices/DHCP/Config.h | 2 +-
.../NetworkServices/DHCP/NetworkManagerDhcp.cpp | 2 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 2 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.rc | 2 +-
.../NetworkServices/DHCP/VBoxNetDHCPHardened.cpp | 2 +-
src/VBox/NetworkServices/NAT/RTWinPoll.cpp | 2 +-
src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | 2 +-
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 5 +-
src/VBox/NetworkServices/NAT/VBoxNetNAT.rc | 2 +-
.../NetworkServices/NAT/VBoxNetNATHardened.cpp | 2 +-
src/VBox/NetworkServices/NAT/dhcp6.h | 2 +-
src/VBox/NetworkServices/NAT/fwtcp.c | 2 +-
src/VBox/NetworkServices/NAT/fwudp.c | 2 +-
src/VBox/NetworkServices/NAT/getrawsock.c | 155 ++
src/VBox/NetworkServices/NAT/lwipopts.h | 2 +-
src/VBox/NetworkServices/NAT/mkrawsock.c | 339 +++
src/VBox/NetworkServices/NAT/portfwd.c | 2 +-
src/VBox/NetworkServices/NAT/portfwd.h | 2 +-
src/VBox/NetworkServices/NAT/proxy.c | 2 +-
src/VBox/NetworkServices/NAT/proxy.h | 2 +-
src/VBox/NetworkServices/NAT/proxy_dhcp6ds.c | 2 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.c | 4 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.h | 2 +-
src/VBox/NetworkServices/NAT/proxy_rtadvd.c | 2 +-
src/VBox/NetworkServices/NAT/proxy_tftpd.c | 2 +-
src/VBox/NetworkServices/NAT/pxdns.c | 2 +-
src/VBox/NetworkServices/NAT/pxping.c | 2 +-
src/VBox/NetworkServices/NAT/pxping_win.c | 2 +-
src/VBox/NetworkServices/NAT/pxremap.c | 2 +-
src/VBox/NetworkServices/NAT/pxremap.h | 2 +-
src/VBox/NetworkServices/NAT/pxtcp.c | 2 +-
src/VBox/NetworkServices/NAT/pxtcp.h | 2 +-
src/VBox/NetworkServices/NAT/pxudp.c | 2 +-
src/VBox/NetworkServices/NAT/rtmon_bsd.c | 2 +-
src/VBox/NetworkServices/NAT/rtmon_linux.c | 2 +-
src/VBox/NetworkServices/NAT/rtmon_win.c | 2 +-
src/VBox/NetworkServices/NAT/tftp.h | 2 +-
src/VBox/NetworkServices/NAT/winpoll.h | 2 +-
src/VBox/NetworkServices/NAT/winutils.h | 2 +-
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 2 +-
src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 2 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 2 +-
src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp | 2 +-
src/VBox/NetworkServices/NetLib/VBoxNetLib.h | 2 +-
.../NetLib/VBoxNetPortForwardString.cpp | 2 +-
src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxPortForwardString.h | 2 +-
src/VBox/NetworkServices/NetLib/cpp/utils.h | 2 +-
src/VBox/NetworkServices/NetLib/shared_ptr.h | 2 +-
src/VBox/NetworkServices/NetLib/utils.h | 2 +-
src/VBox/RDP/.scm-settings | 35 +
src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c | 10 +-
src/VBox/RDP/client-1.8.3/vrdp/vrdpusb.h | 8 +-
src/VBox/Runtime/.scm-settings | 77 +-
src/VBox/Runtime/Makefile.kmk | 18 +-
src/VBox/Runtime/VBox/LoadVBoxDDU.cpp | 125 +
src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm | 1 -
src/VBox/Runtime/common/asm/ASMBitNextClear.asm | 1 -
src/VBox/Runtime/common/asm/ASMBitNextSet.asm | 1 -
src/VBox/Runtime/common/asm/ASMGetLDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetTR.asm | 2 +-
.../Runtime/common/asm/ASMMultU64ByU32DivByU32.asm | 1 -
src/VBox/Runtime/common/asn1/oiddb.cfg | 74 +-
src/VBox/Runtime/common/checksum/crc16ccitt.cpp | 2 +-
src/VBox/Runtime/common/crypto/pemfile.cpp | 37 +-
.../Runtime/common/crypto/store-cert-add-basic.cpp | 4 +-
src/VBox/Runtime/common/dbg/dbgcfg.cpp | 10 +-
src/VBox/Runtime/common/dvm/dvm.cpp | 275 +-
src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp | 5 +-
src/VBox/Runtime/common/dvm/dvmgpt.cpp | 139 +-
src/VBox/Runtime/common/dvm/dvmmbr.cpp | 542 ++--
src/VBox/Runtime/common/dvm/dvmvfs.cpp | 818 +++++-
src/VBox/Runtime/common/err/errmsgcom.sed | 1 +
src/VBox/Runtime/common/fs/fatvfs.cpp | 2075 +++++++++++----
src/VBox/Runtime/common/fs/isomaker.cpp | 4 +-
src/VBox/Runtime/common/fs/isomakercmd-man.xml | 4 +-
src/VBox/Runtime/common/fs/isomakercmd.cpp | 4 +-
src/VBox/Runtime/common/fs/isovfs.cpp | 3 +-
src/VBox/Runtime/common/ldr/ldrELF.cpp | 8 +-
src/VBox/Runtime/common/log/log.cpp | 215 +-
src/VBox/Runtime/common/math/RTUInt128MulByU64.asm | 1 -
src/VBox/Runtime/common/math/remainderf.asm | 1 -
src/VBox/Runtime/common/math/x86/fenv-x86.c | 4 +-
src/VBox/Runtime/common/misc/getopt.cpp | 27 +
src/VBox/Runtime/common/misc/json.cpp | 4 +
src/VBox/Runtime/common/misc/thread.cpp | 2 +
src/VBox/Runtime/common/path/RTPathGlob.cpp | 4 +-
src/VBox/Runtime/common/path/RTPathRmCmd.cpp | 2 +-
src/VBox/Runtime/common/time/timesupA.mac | 2 -
src/VBox/Runtime/common/vfs/vfsbase.cpp | 299 ++-
src/VBox/Runtime/common/vfs/vfschain.cpp | 224 +-
src/VBox/Runtime/common/vfs/vfsiosmisc.cpp | 1 +
src/VBox/Runtime/common/vfs/vfsprogress.cpp | 1 -
src/VBox/Runtime/common/vfs/vfsstddir.cpp | 691 +++++
src/VBox/Runtime/common/vfs/vfsstdfile.cpp | 9 +-
src/VBox/Runtime/common/zip/pkzip.cpp | 8 +-
src/VBox/Runtime/common/zip/tarvfs.cpp | 1 -
.../Runtime/generic/RTDirQueryInfo-generic.cpp | 6 +-
src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp | 6 +-
src/VBox/Runtime/include/internal/dir.h | 38 +-
src/VBox/Runtime/include/internal/dvm.h | 21 +-
src/VBox/Runtime/include/internal/file.h | 19 +
src/VBox/Runtime/include/internal/ldrELF.h | 86 -
src/VBox/Runtime/include/internal/ldrELF32.h | 188 --
src/VBox/Runtime/include/internal/ldrELF64.h | 187 --
src/VBox/Runtime/include/internal/ldrELFAmd64.h | 128 -
src/VBox/Runtime/include/internal/ldrELFCommon.h | 336 ---
src/VBox/Runtime/include/internal/ldrELFi386.h | 131 -
src/VBox/Runtime/include/internal/magics.h | 4 +-
src/VBox/Runtime/include/internal/path.h | 8 +
src/VBox/Runtime/iprt.d | 9 +
src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp | 2 +
src/VBox/Runtime/nt/fileioutils-nt.cpp | 179 ++
src/VBox/Runtime/os2/sys0.asm | 1 -
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 65 +-
src/VBox/Runtime/r0drv/netbsd/alloc-r0drv-netbsd.c | 2 +
.../Runtime/r0drv/netbsd/process-r0drv-netbsd.c | 3 +
src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp | 13 +-
src/VBox/Runtime/r3/dir.cpp | 129 +-
src/VBox/Runtime/r3/dir2.cpp | 14 +-
...aleQueryNormalizedBaseLocaleName-r3-generic.cpp | 1 -
src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp | 554 ++++
.../r3/linux/RTProcIsRunningByName-linux.cpp | 15 +-
src/VBox/Runtime/r3/linux/krnlmod-linux.cpp | 26 +-
src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp | 82 +
src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp | 799 +++---
src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp | 88 +
src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 143 +-
src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp | 695 +++++
src/VBox/Runtime/r3/nt/internal-r3-nt.h | 9 +
src/VBox/Runtime/r3/nt/pathint-nt.cpp | 504 +++-
src/VBox/Runtime/r3/posix/dir-posix.cpp | 25 +-
src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp | 4 +-
src/VBox/Runtime/r3/test.cpp | 3 +
.../RTLocaleQueryNormalizedBaseLocaleName-win.cpp | 1 -
src/VBox/Runtime/r3/win/direnum-win.cpp | 15 +-
src/VBox/Runtime/r3/win/fileio-win.cpp | 12 +-
src/VBox/Runtime/r3/win/init-win.cpp | 1 -
src/VBox/Runtime/r3/win/krnlmod-win.cpp | 594 ++---
src/VBox/Runtime/r3/win/localipc-win.cpp | 8 +-
src/VBox/Runtime/r3/win/pipe-win.cpp | 9 +-
.../r3/win/rtFileNativeSetAttributes-win.cpp | 59 -
src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm | 27 +-
src/VBox/Runtime/r3/win/vcc100-ntdll-fakesA.asm | 25 +
src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm | 25 +
src/VBox/Runtime/r3/xml.cpp | 2 +-
src/VBox/Runtime/testcase/Makefile.kmk | 4 +-
src/VBox/Runtime/testcase/tstDir-2.cpp | 8 +-
src/VBox/Runtime/testcase/tstDir-3.cpp | 10 +-
src/VBox/Runtime/testcase/tstDir.cpp | 12 +-
.../Runtime/testcase/tstRTBigNum-div-test-data.h | 26 +
.../testcase/tstRTBigNum-uint128-div-test-data.h | 25 +
.../Runtime/testcase/tstRTDarwinMachKernel.cpp | 15 +-
src/VBox/Runtime/testcase/tstRTDvm.cpp | 9 +-
src/VBox/Runtime/testcase/tstRTMath.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTNtPath-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPathQueryInfo.cpp | 1 +
src/VBox/Runtime/testcase/tstRTPrfA.asm | 6 +-
src/VBox/Runtime/tools/Makefile.kmk | 39 +-
src/VBox/Runtime/tools/RTCat.cpp | 211 +-
src/VBox/Runtime/tools/RTChMod.cpp | 434 ++++
src/VBox/Runtime/tools/RTDbgSymCache.cpp | 34 +-
src/VBox/Runtime/tools/RTGzip.cpp | 12 +-
src/VBox/Runtime/tools/RTHttp.cpp | 9 +-
src/VBox/Runtime/tools/RTIsoMaker.cpp | 6 +-
src/VBox/Runtime/tools/RTKrnlModInfo.cpp | 7 +-
src/VBox/Runtime/tools/RTLdrFlt.cpp | 8 +-
src/VBox/Runtime/tools/RTLs.cpp | 162 +-
src/VBox/Runtime/tools/RTManifest.cpp | 6 +-
src/VBox/Runtime/tools/RTMkDir.cpp | 369 +++
src/VBox/Runtime/tools/RTNtDbgHelp.cpp | 20 +-
src/VBox/Runtime/tools/RTRm.cpp | 7 +-
src/VBox/Runtime/tools/RTRmDir.cpp | 359 +++
src/VBox/Runtime/tools/RTShutdown.cpp | 7 +-
src/VBox/Runtime/tools/RTSignTool.cpp | 19 +-
src/VBox/Runtime/tools/RTTar.cpp | 6 +-
src/VBox/Runtime/tools/RTUnzip.cpp | 6 +-
src/VBox/Runtime/win/RTErrConvertFromWin32.cpp | 2 +
src/VBox/Storage/.scm-settings | 19 +
src/VBox/Storage/DMG.cpp | 2 +-
src/VBox/Storage/Debug/VDDbgIoLog.cpp | 2 +-
src/VBox/Storage/ISCSI.cpp | 7 +-
src/VBox/Storage/Parallels.cpp | 2 +-
src/VBox/Storage/QCOW.cpp | 2 +-
src/VBox/Storage/QED.cpp | 2 +-
src/VBox/Storage/RAW.cpp | 5 +-
src/VBox/Storage/VCICache.cpp | 2 +-
src/VBox/Storage/VD.cpp | 23 +-
src/VBox/Storage/VDBackends.h | 2 +-
src/VBox/Storage/VDI.cpp | 2 +-
src/VBox/Storage/VDICore.h | 2 +-
src/VBox/Storage/VDIfVfs.cpp | 2 +-
src/VBox/Storage/VDIfVfs2.cpp | 2 +-
src/VBox/Storage/VDPlugin.cpp | 24 +-
src/VBox/Storage/VDVfs.cpp | 132 +-
src/VBox/Storage/VHD.cpp | 2 +-
src/VBox/Storage/VHDX.cpp | 2 +-
src/VBox/Storage/VMDK.cpp | 3 +-
src/VBox/Storage/testcase/BuiltinTests.h | 2 +-
src/VBox/Storage/testcase/VDDefs.h | 2 +-
src/VBox/Storage/testcase/VDIoBackend.cpp | 2 +-
src/VBox/Storage/testcase/VDIoBackend.h | 2 +-
src/VBox/Storage/testcase/VDIoBackendMem.cpp | 2 +-
src/VBox/Storage/testcase/VDIoBackendMem.h | 2 +-
src/VBox/Storage/testcase/VDIoRnd.cpp | 2 +-
src/VBox/Storage/testcase/VDIoRnd.h | 2 +-
src/VBox/Storage/testcase/VDMemDisk.cpp | 2 +-
src/VBox/Storage/testcase/VDMemDisk.h | 2 +-
src/VBox/Storage/testcase/VDScript.cpp | 2 +-
src/VBox/Storage/testcase/VDScript.h | 2 +-
src/VBox/Storage/testcase/VDScriptAst.cpp | 2 +-
src/VBox/Storage/testcase/VDScriptAst.h | 2 +-
src/VBox/Storage/testcase/VDScriptChecker.cpp | 2 +-
src/VBox/Storage/testcase/VDScriptInternal.h | 2 +-
src/VBox/Storage/testcase/VDScriptInterp.cpp | 2 +-
src/VBox/Storage/testcase/VDScriptStack.h | 2 +-
src/VBox/Storage/testcase/tstVD-2.cpp | 2 +-
src/VBox/Storage/testcase/tstVD.cpp | 2 +-
src/VBox/Storage/testcase/tstVDCompact.vd | 2 +-
src/VBox/Storage/testcase/tstVDCopy.vd | 2 +-
src/VBox/Storage/testcase/tstVDDiscard.vd | 2 +-
src/VBox/Storage/testcase/tstVDFill.cpp | 2 +-
src/VBox/Storage/testcase/tstVDIo.cpp | 2 +-
src/VBox/Storage/testcase/tstVDIo.vd | 2 +-
src/VBox/Storage/testcase/tstVDMultBackends.vd | 2 +-
src/VBox/Storage/testcase/tstVDResize.vd | 2 +-
src/VBox/Storage/testcase/tstVDShareable.vd | 2 +-
src/VBox/Storage/testcase/tstVDSnap.cpp | 2 +-
src/VBox/Storage/testcase/vbox-img.cpp | 96 +-
src/VBox/Storage/testcase/vbox-img.rc | 2 +-
src/VBox/Storage/testcase/vdkeystoremgr.cpp | 280 ++
src/VBox/Storage/testcase/vdkeystoremgr.rc | 51 +
src/VBox/VMM/.scm-settings | 22 +
src/VBox/VMM/Makefile.kmk | 3 +
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 71 +-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 10 +-
src/VBox/VMM/VMMAll/HMSVMAll.cpp | 19 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 20 +-
src/VBox/VMM/VMMAll/IEMAllAImpl.asm | 1 +
src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h | 45 +-
.../VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h | 1 -
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 3 +-
src/VBox/VMM/VMMR0/GMMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 629 +++--
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 6 +-
src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp | 3 +-
src/VBox/VMM/VMMR3/DBGFR3Flow.cpp | 8 +-
src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp | 8 +-
src/VBox/VMM/VMMR3/EM.cpp | 6 +-
src/VBox/VMM/VMMR3/HM.cpp | 10 +-
src/VBox/VMM/VMMR3/MM.cpp | 1 -
src/VBox/VMM/VMMR3/PATMA.asm | 1 +
src/VBox/VMM/VMMR3/PDMThread.cpp | 2 +-
.../VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h | 257 ++
src/VBox/VMM/VMMRC/CPUMRCPatchHlp.asm | 1 +
src/VBox/VMM/VMMRC/VMMRC99.asm | 1 +
src/VBox/VMM/VMMRC/VMMRCBuiltin.def | 1 +
src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm | 1 -
src/VBox/VMM/VMMSwitcher/X86Stub.asm | 1 -
src/VBox/VMM/dtrace/lib/amd64/vbox-arch-types.d | 10 -
src/VBox/VMM/dtrace/lib/vbox-types.d | 9 -
src/VBox/VMM/dtrace/lib/x86/vbox-arch-types.d | 10 -
src/VBox/VMM/include/CPUMInternal.mac | 4 +-
src/VBox/VMM/include/HMInternal.h | 2 +-
src/VBox/VMM/testcase/mkdsk.sh | 4 +
src/VBox/VMM/testcase/tstAsmStructsAsm-lst.sed | 17 +
src/VBox/VMM/testcase/tstMicroRC.def | 1 +
src/VBox/VMM/testcase/tstVMStruct.h | 1 +
src/VBox/VMM/tools/Makefile.kmk | 6 +-
src/VBox/VMM/tools/VBoxCpuReport.cpp | 139 +-
src/VBox/VMM/tools/VBoxCpuReport.h | 51 +
src/VBox/VMM/tools/VBoxCpuReportMsrLinux.cpp | 169 ++
src/VBox/VMM/tools/VBoxCpuReportMsrSup.cpp | 53 +
src/VBox/VMM/tools/VBoxVMMPreload.cpp | 12 +-
src/VBox/ValidationKit/.scm-settings | 60 +
.../ValidationKitCodingGuidelines.cpp | 2 +-
.../ValidationKit/bootsectors/bootsector-empty.asm | 1 -
.../ValidationKit/bootsectors/bootsector-pae.asm | 1 -
.../bootsectors/bootsector2-boot-registers-1.asm | 1 -
.../bootsector2-cpu-instr-1-template.mac | 1 -
.../bootsectors/bs3-cpu-generated-1-data.py | 3 +-
.../bootsectors/bs3-cpu-instr-2-asm.asm | 1 -
.../bootsectors/bs3-cpu-instr-2-template.mac | 1 -
.../bs3-c16-SwitchFromV86To16BitAndCallC.asm | 1 -
.../bootsectors/bs3kit/bs3-c16-Trap16Generic.asm | 1 -
.../bs3kit/bs3-cmn-SelFlatCodeToProtFar16.asm | 2 -
.../bs3kit/bs3-cmn-SelFlatCodeToRealMode.asm | 1 -
.../bs3kit/bs3-cmn-SelFlatDataToProtFar16.asm | 1 -
...witchHlpConvProtModeRetfPopBpDecBpAndReturn.asm | 1 -
.../bootsectors/bs3kit/bs3-cmn-instantiate.c64 | 1 -
.../bootsectors/bs3kit/bs3-first-dosexe.asm | 1 -
.../bs3kit/bs3-mode-TestDoModesStub.asm | 1 -
.../bootsectors/bs3kit/bs3-wc32-U8RS.asm | 1 -
.../bootsectors/bs3kit/bs3kit-template-header.mac | 1 -
src/VBox/ValidationKit/common/utils.py | 114 +-
src/VBox/ValidationKit/docs/Makefile.kmk | 1 -
src/VBox/ValidationKit/docs/WindbgPython.txt | 10 +
src/VBox/ValidationKit/jshintrc.js | 22 +
src/VBox/ValidationKit/td-dummy.py | 2 +-
.../ValidationKit/testboxscript/TestBoxHelper.cpp | 18 +
.../testboxscript/solaris/setup-routines.sh | 2 +-
.../testboxscript/win/autoexec-testbox.cmd | 27 +
.../testboxscript/win/fix_stale_refs.py | 150 ++
src/VBox/ValidationKit/testdriver/base.py | 5 +-
src/VBox/ValidationKit/testdriver/btresolver.py | 4 +-
src/VBox/ValidationKit/testdriver/reporter.py | 10 +-
src/VBox/ValidationKit/testdriver/vbox.py | 159 +-
src/VBox/ValidationKit/testdriver/vboxcon.py | 4 +-
.../testdriver/win-vbox-net-drvstore-cleanup.ps1 | 95 +-
.../testdriver/win-vbox-net-uninstall.ps1 | 460 ++--
src/VBox/ValidationKit/testdriver/winbase.py | 67 +-
.../ValidationKit/testmanager/core/testbox.pgsql | 1 -
.../ValidationKit/testmanager/core/testcase.pgsql | 44 +-
.../testmanager/core/useraccount.pgsql | 10 +-
.../db/TestManagerDatabaseComments.pgsql | 242 +-
.../testmanager/db/TestManagerDatabaseInit.pgsql | 16 +-
.../testmanager/db/TestManagerVBoxPilot-1.pgsql | 7 +-
.../testmanager/db/gen-sql-comments.py | 24 +-
.../testmanager/db/tmdb-r07-testresults-1.pgsql | 1 -
.../testmanager/db/tmdb-r11-testsets-2.pgsql | 12 +-
.../testmanager/db/tmdb-r15-index-sorting.pgsql | 2 +-
...b-r16-testcaseargs-1-testresultfailures-1.pgsql | 4 +-
.../db/tmdb-r17-testresultvalues-4.pgsql | 1 -
...db-r18-testresultfiles-1-testresultmsgs-1.pgsql | 30 +-
.../testmanager/db/tmdb-r19-testboxes-3.pgsql | 89 +-
.../ValidationKit/testmanager/htdocs/js/common.js | 1 -
.../testmanager/htdocs/js/graphwiz.js | 1 -
.../testmanager/selftest/st1-load.pgsql | 16 +-
.../testmanager/selftest/st1-unload.pgsql | 26 +-
src/VBox/ValidationKit/tests/api/tdAppliance1.py | 8 +-
.../VBox/ValidationKit/tests/audio}/Makefile.kup | 0
.../tests/audio/tdGuestHostTimings.py | 229 ++
.../tests/installation/tdGuestOsInstOs2.py | 18 +-
.../ValidationKit/tests/unittests/tdUnitTest1.py | 3 +-
.../utils/TestExecServ/win/vboxtxs-nat.cmd | 1 +
.../utils/TestExecServ/win/vboxtxs.cmd | 1 +
src/VBox/ValidationKit/utils/audio/Makefile.kmk | 38 +
.../ValidationKit/utils/audio/ntPlayToneWaveX.cpp | 216 ++
src/VBox/ValidationKit/utils/cpu/xmmsaving-asm.asm | 1 -
src/VBox/ValidationKit/utils/usb/UsbTest.cpp | 24 +-
.../utils/usb/UsbTestServicePlatform-linux.cpp | 18 +-
src/apps/svnsync-vbox/Makefile | 6 +-
src/apps/tunctl/.scm-settings | 19 +
src/bldprogs/Makefile.kmk | 1 +
src/bldprogs/VBoxCPP.cpp | 4 +-
src/bldprogs/VBoxCheckImports.cpp | 4 +-
src/bldprogs/VBoxCmp.cpp | 2 +-
src/bldprogs/VBoxCompilerPlugIns.h | 2 +-
src/bldprogs/VBoxCompilerPlugInsCommon.cpp | 2 +-
src/bldprogs/VBoxDef2LazyLoad.cpp | 4 +-
src/bldprogs/VBoxPeSetVersion.cpp | 2 +-
src/bldprogs/VBoxTpG.cpp | 4 +-
src/bldprogs/bin2c.c | 2 +-
src/bldprogs/biossums.c | 2 +-
src/bldprogs/checkUndefined.sh | 2 +-
src/bldprogs/deftoimp.sed | 3 +-
src/bldprogs/filesplitter.cpp | 2 +-
src/bldprogs/preload.cpp | 4 +-
src/bldprogs/scm.cpp | 1687 ++++++++++--
src/bldprogs/scm.h | 163 +-
src/bldprogs/scmdiff.cpp | 2 +-
src/bldprogs/scmdiff.h | 2 +-
src/bldprogs/scmparser.cpp | 1008 ++++++++
src/bldprogs/scmrw.cpp | 1509 ++++++++++-
src/bldprogs/scmstream.cpp | 125 +-
src/bldprogs/scmstream.h | 2 +-
src/bldprogs/scmsubversion.cpp | 273 +-
src/bldprogs/solgcc/.scm-settings | 19 +
src/bldprogs/test-gccplugin-2.c | 17 +
src/bldprogs/test-gccplugin.c | 16 +
src/libs/kStuff/kStuff/include/k/kDefs.h | 74 +-
src/libs/xpcom18a4/java/tools/genjifaces.xsl | 4 +-
src/libs/xpcom18a4/python/src/module/_xpcom.cpp | 75 +-
src/recompiler/.scm-settings | 32 +
src/recompiler/Sun/config-host.h | 2 +-
src/recompiler/Sun/config.h | 2 +-
src/recompiler/Sun/crt/stdio.h | 2 +-
src/recompiler/Sun/deftoimp.sed | 3 +-
src/recompiler/Sun/e_powl-amd64.S | 9 +
src/recompiler/Sun/e_powl-x86.S | 17 +-
src/recompiler/Sun/kvm.h | 2 +-
src/recompiler/Sun/testmath.c | 22 +-
src/recompiler/VBoxREM.def | 2 +-
src/recompiler/VBoxREM.rc | 2 +-
src/recompiler/VBoxREMWrapper.cpp | 2 +-
src/recompiler/VBoxREMWrapperA.asm | 2 +-
src/recompiler/VBoxRecompiler.c | 2 +-
src/recompiler/target-i386/TODO | 4 +-
src/recompiler/tcg/README | 10 +-
src/recompiler/tcg/TODO | 2 +-
src/recompiler/tests/hello-arm.c | 2 +-
src/recompiler/tests/test-i386-muldiv.h | 16 +-
2784 files changed, 53156 insertions(+), 23438 deletions(-)
create mode 100644 doc/.scm-settings
create mode 100644 doc/manual/.scm-settings
delete mode 100644 doc/manual/ChangeLog.xml
create mode 100644 include/.scm-settings
delete mode 100644 include/VBox/x86.mac
delete mode 100644 include/iprt/refentry.h
create mode 100644 src/VBox/Additions/common/VBoxGuest/.scm-settings
create mode 100644 src/VBox/Additions/common/VBoxVideo/.scm-settings
rename include/iprt/ntwrap.mac => src/VBox/Additions/common/VBoxVideo/todo-create-library-from-these-files-for-windows (100%)
create mode 100644 src/VBox/Additions/common/crOpenGL/.scm-settings
create mode 100644 src/VBox/Additions/darwin/Installer/.scm-settings
create mode 100644 src/VBox/Additions/darwin/vboxfs/.scm-settings
create mode 100644 src/VBox/Additions/freebsd/.scm-settings
create mode 100644 src/VBox/Additions/haiku/.scm-settings
create mode 100644 src/VBox/Additions/linux/drm/.scm-settings
delete mode 100755 src/VBox/Additions/linux/export_modules
create mode 100755 src/VBox/Additions/linux/export_modules.sh
create mode 100644 src/VBox/Additions/linux/installer/.scm-settings
create mode 100644 src/VBox/Additions/linux/lightdm-greeter/.scm-settings
create mode 100644 src/VBox/Additions/linux/sharedfolders/.scm-settings
create mode 100644 src/VBox/Additions/solaris/.scm-settings
create mode 100644 src/VBox/Additions/x11/.scm-settings
create mode 100644 src/VBox/Artwork/.scm-settings
create mode 100644 src/VBox/Artwork/win/.scm-settings
create mode 100644 src/VBox/Devices/EFI/.scm-settings
create mode 100644 src/VBox/Devices/Graphics/.scm-settings
create mode 100644 src/VBox/Devices/Network/.scm-settings
create mode 100644 src/VBox/Devices/PC/.scm-settings
create mode 100644 src/VBox/Devices/testcase/tstDevice.cpp
create mode 100644 src/VBox/Devices/testcase/tstDeviceInternal.h
create mode 100644 src/VBox/Devices/testcase/tstDevicePdmDevHlp.cpp
create mode 100644 src/VBox/Devices/testcase/tstDevicePlugin.h
create mode 100644 src/VBox/Devices/testcase/tstDeviceSUP.cpp
create mode 100644 src/VBox/Devices/testcase/tstDeviceVMM.cpp
create mode 100644 src/VBox/Devices/testcase/tstDeviceVMMInternal.h
create mode 100644 src/VBox/Devices/testcase/tstDeviceVMMStubs.cpp
create mode 100644 src/VBox/Disassembler/.scm-settings
delete mode 100644 src/VBox/Disassembler/DisasmTables.h
create mode 100644 src/VBox/ExtPacks/.scm-settings
create mode 100644 src/VBox/ExtPacks/BusMouseSample/.scm-settings
create mode 100644 src/VBox/ExtPacks/Skeleton/.scm-settings
create mode 100644 src/VBox/Frontends/Common/VBoxKeyboard/.scm-settings
create mode 100644 src/VBox/Frontends/VBoxSDL/.scm-settings
create mode 100644 src/VBox/Frontends/VirtualBox/.scm-settings
create mode 100644 src/VBox/Frontends/VirtualBox/images/cd_move_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/cd_move_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/cd_move_disabled_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/cd_move_disabled_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/connect_on_16px.png
delete mode 100644 src/VBox/Frontends/VirtualBox/images/disconnect_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/fd_move_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/fd_move_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/fd_move_disabled_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/fd_move_disabled_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hd_move_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hd_move_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hd_move_disabled_16px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hd_move_disabled_22px.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/cd_move_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/cd_move_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/cd_move_disabled_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/cd_move_disabled_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/connect_on_16px_hidpi.png
delete mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/disconnect_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/fd_move_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/fd_move_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/fd_move_disabled_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/fd_move_disabled_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/hd_move_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/hd_move_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/hd_move_disabled_16px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/hd_move_disabled_22px_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_clone_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_first_run_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_new_harddisk_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_new_welcome_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_ovf_export_hidpi.png
create mode 100644 src/VBox/Frontends/VirtualBox/images/hidpi/vmw_ovf_import_hidpi.png
rename src/VBox/Frontends/VirtualBox/images/{ => unused}/vmw_new_user.png (100%)
rename src/VBox/Frontends/VirtualBox/images/{ => unused}/vmw_new_user_bg.png (100%)
create mode 100644 src/VBox/Frontends/VirtualBox/nls/.scm-settings
create mode 100644 src/VBox/Frontends/VirtualBox/shaders/.scm-settings
delete mode 100644 src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.cpp
delete mode 100644 src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.h
create mode 100644 src/VBox/GuestHost/HGSMI/.scm-settings
create mode 100644 src/VBox/GuestHost/OpenGL/.scm-settings
create mode 100644 src/VBox/HostDrivers/.scm-settings
delete mode 100755 src/VBox/HostDrivers/linux/export_modules
create mode 100755 src/VBox/HostDrivers/linux/export_modules.sh
create mode 100644 src/VBox/HostServices/SharedOpenGL/.scm-settings
create mode 100644 src/VBox/Installer/.scm-settings
create mode 100644 src/VBox/Main/.scm-settings
create mode 100644 src/VBox/Main/src-client/EBMLWriter.cpp
create mode 100644 src/VBox/Main/src-client/EBMLWriter.h
create mode 100644 src/VBox/Main/src-client/EBML_MKV.h
delete mode 100644 src/VBox/Main/src-client/EbmlMkvIDs.h
delete mode 100644 src/VBox/Main/src-client/EbmlWriter.cpp
delete mode 100644 src/VBox/Main/src-client/EbmlWriter.h
create mode 100644 src/VBox/Main/src-client/WebMWriter.cpp
create mode 100644 src/VBox/Main/src-client/WebMWriter.h
create mode 100644 src/VBox/NetworkServices/NAT/getrawsock.c
create mode 100644 src/VBox/NetworkServices/NAT/mkrawsock.c
create mode 100644 src/VBox/RDP/.scm-settings
create mode 100644 src/VBox/Runtime/VBox/LoadVBoxDDU.cpp
create mode 100644 src/VBox/Runtime/common/vfs/vfsstddir.cpp
delete mode 100644 src/VBox/Runtime/include/internal/ldrELF.h
delete mode 100644 src/VBox/Runtime/include/internal/ldrELF32.h
delete mode 100644 src/VBox/Runtime/include/internal/ldrELF64.h
delete mode 100644 src/VBox/Runtime/include/internal/ldrELFAmd64.h
delete mode 100644 src/VBox/Runtime/include/internal/ldrELFCommon.h
delete mode 100644 src/VBox/Runtime/include/internal/ldrELFi386.h
create mode 100644 src/VBox/Runtime/nt/fileioutils-nt.cpp
create mode 100644 src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp
create mode 100644 src/VBox/Runtime/r3/nt/RTFileSetMode-r3-nt.cpp
create mode 100644 src/VBox/Runtime/r3/nt/RTPathSetMode-r3-nt.cpp
create mode 100644 src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp
delete mode 100644 src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp
create mode 100644 src/VBox/Runtime/tools/RTChMod.cpp
create mode 100644 src/VBox/Runtime/tools/RTMkDir.cpp
create mode 100644 src/VBox/Runtime/tools/RTRmDir.cpp
create mode 100644 src/VBox/Storage/.scm-settings
create mode 100644 src/VBox/Storage/testcase/vdkeystoremgr.cpp
create mode 100644 src/VBox/Storage/testcase/vdkeystoremgr.rc
create mode 100644 src/VBox/VMM/.scm-settings
create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core2_X6800_2_93GHz.h
create mode 100644 src/VBox/VMM/tools/VBoxCpuReport.h
create mode 100644 src/VBox/VMM/tools/VBoxCpuReportMsrLinux.cpp
create mode 100644 src/VBox/VMM/tools/VBoxCpuReportMsrSup.cpp
create mode 100644 src/VBox/ValidationKit/.scm-settings
create mode 100644 src/VBox/ValidationKit/docs/WindbgPython.txt
create mode 100755 src/VBox/ValidationKit/testboxscript/win/fix_stale_refs.py
copy {doc/manual/en_US => src/VBox/ValidationKit/tests/audio}/Makefile.kup (100%)
create mode 100755 src/VBox/ValidationKit/tests/audio/tdGuestHostTimings.py
create mode 100644 src/VBox/ValidationKit/utils/audio/Makefile.kmk
create mode 100644 src/VBox/ValidationKit/utils/audio/ntPlayToneWaveX.cpp
create mode 100644 src/apps/tunctl/.scm-settings
create mode 100644 src/bldprogs/scmparser.cpp
create mode 100644 src/bldprogs/solgcc/.scm-settings
create mode 100644 src/recompiler/.scm-settings
--
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