[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.2.0-dfsg'
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Oct 18 18:32:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository virtualbox.
commit 51eb909a7b8b3b1716c9965ce2690d442b4cace4
Merge: 0da230f 8ffbb27
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Oct 18 19:43:46 2017 +0200
Merge tag 'upstream/5.2.0-dfsg'
Upstream version 5.2.0-dfsg
Config.kmk | 500 +-
Doxyfile.Core | 58 +-
Maintenance.kmk | 2 +-
Makefile.kmk | 332 +-
Version.kmk | 36 +
configure | 241 +-
configure.vbs | 19 +-
doc/VBox-CodingGuidelines.cpp | 392 +-
doc/VBox-doc.c | 3 +-
doc/manual/Config.kmk | 240 +
doc/manual/Makefile.kmk | 455 +-
doc/manual/docbook-refentry-to-C-help.xsl | 216 +-
doc/manual/docbook-refentry-to-H-help.xsl | 63 +-
doc/manual/docbook2latex.xsl | 35 +-
doc/manual/en_US/Accessibility.xml | 225 +
doc/manual/en_US/man_VBoxManage-unattended.xml | 242 +
doc/manual/en_US/user_AdvancedTopics.xml | 17 +-
doc/manual/en_US/user_BasicConcepts.xml | 284 +-
doc/manual/en_US/user_GuestAdditions.xml | 4 +-
doc/manual/en_US/user_Installation.xml | 26 +-
doc/manual/en_US/user_Introduction.xml | 36 +-
doc/manual/en_US/user_Networking.xml | 12 +-
doc/manual/en_US/user_Storage.xml | 10 +-
doc/manual/en_US/user_Technical.xml | 10 +-
doc/manual/en_US/user_ThirdParty.xml | 76 +-
doc/manual/en_US/user_Troubleshooting.xml | 26 +-
doc/manual/en_US/user_VBoxManage.xml | 968 +-
doc/manual/fr_FR/user_AdvancedTopics.xml | 112 +-
doc/manual/fr_FR/user_BasicConcepts.xml | 16 +-
doc/manual/fr_FR/user_ChangeLog.xml | 11 +-
doc/manual/fr_FR/user_Frontends.xml | 12 +-
doc/manual/fr_FR/user_GuestAdditions.xml | 171 +-
doc/manual/fr_FR/user_Introduction.xml | 54 +-
doc/manual/fr_FR/user_KnownIssues.xml | 22 +-
doc/manual/fr_FR/user_Networking.xml | 19 +-
doc/manual/fr_FR/user_Security.xml | 278 +-
doc/manual/fr_FR/user_Technical.xml | 6 +-
doc/manual/fr_FR/user_ThirdParty.xml | 19 +-
doc/manual/fr_FR/user_VBoxManage.xml | 47 +-
doc/manual/user_ChangeLogImpl.xml | 244 +-
include/Makefile.kmk | 171 +-
include/VBox/ExtPack/ExtPack.h | 180 +-
include/VBox/Graphics/HGSMI.h | 263 +
include/VBox/Graphics/HGSMIBase.h | 59 +
include/VBox/Graphics/HGSMIChSetup.h | 84 +
include/VBox/Graphics/HGSMIChannels.h | 72 +
include/VBox/Graphics/HGSMIContext.h | 109 +
include/VBox/Graphics/HGSMIDefs.h | 123 +
include/VBox/Graphics/HGSMIHostCmd.h | 48 +
include/VBox/Graphics/HGSMIMemAlloc.h | 101 +
include/VBox/{HGSMI => Graphics}/Makefile.kup | 0
include/VBox/Graphics/VBoxCrHgsmi.h | 59 +
include/VBox/Graphics/VBoxUhgsmi.h | 138 +
include/VBox/Graphics/VBoxVideo.h | 2107 +++
include/VBox/Graphics/VBoxVideo3D.h | 147 +
include/VBox/Graphics/VBoxVideoErr.h | 70 +
include/VBox/Graphics/VBoxVideoGuest.h | 180 +
include/VBox/Graphics/VBoxVideoHost3D.h | 204 +
include/VBox/Graphics/VBoxVideoIPRT.h | 92 +
include/VBox/Graphics/VBoxVideoVBE.h | 86 +
include/VBox/Graphics/VBoxVideoVBEPrivate.h | 238 +
include/VBox/GuestHost/DragAndDrop.h | 5 +-
include/VBox/GuestHost/GuestControl.h | 4 +-
include/VBox/{HGSMI => GuestHost}/Makefile.kup | 0
include/VBox/GuestHost/SharedClipboard.h | 2 +-
include/VBox/GuestHost/clipboard-helper.h | 2 +-
include/VBox/HGSMI/HGSMI.h | 264 -
include/VBox/HGSMI/HGSMIChSetup.h | 77 -
include/VBox/HGSMI/HGSMIChannels.h | 64 -
include/VBox/HGSMI/HGSMIDefs.h | 123 -
include/VBox/HGSMI/HGSMIMemAlloc.h | 100 -
include/VBox/Hardware/VBoxVideoVBE.h | 87 -
include/VBox/HostServices/DragAndDropSvc.h | 44 +-
include/VBox/HostServices/GuestControlSvc.h | 76 +-
include/VBox/HostServices/GuestPropertySvc.h | 21 +-
include/VBox/HostServices/Service.h | 2 +-
include/VBox/HostServices/VBoxClipboardExt.h | 5 +-
include/VBox/HostServices/VBoxClipboardSvc.h | 19 +-
include/VBox/HostServices/VBoxCrOpenGLSvc.h | 29 +-
include/VBox/HostServices/VBoxHostChannel.h | 22 +-
include/VBox/HostServices/VBoxOGLOp.h | 6 +-
include/VBox/HostServices/VBoxOpenGLSvc.h | 15 +-
include/VBox/{HGSMI => RemoteDesktop}/Makefile.kup | 0
include/VBox/RemoteDesktop/VRDE.h | 2 +-
include/VBox/RemoteDesktop/VRDEImage.h | 2 +-
include/VBox/RemoteDesktop/VRDEInput.h | 3 +-
include/VBox/RemoteDesktop/VRDEMousePtr.h | 2 +-
include/VBox/RemoteDesktop/VRDEOrders.h | 2 +-
include/VBox/RemoteDesktop/VRDESCard.h | 2 +-
include/VBox/RemoteDesktop/VRDETSMF.h | 2 +-
include/VBox/RemoteDesktop/VRDEVideoIn.h | 10 +-
include/VBox/SUPDrvMangling.h | 2 +-
include/VBox/VBoxAuth.h | 2 +-
include/VBox/VBoxCocoa.h | 2 +-
include/VBox/VBoxCrHgsmi.h | 54 -
include/VBox/VBoxDrvCfg-win.h | 2 +-
include/VBox/VBoxGL2D.h | 2 +-
include/VBox/VBoxGuest.h | 1068 +-
include/VBox/VBoxGuest2.h | 112 -
include/VBox/VBoxGuestCoreTypes.h | 228 +
include/VBox/VBoxGuestLib.h | 220 +-
include/VBox/VBoxGuestLibSharedFolders.h | 6 +-
include/VBox/VBoxGuestMangling.h | 2 +-
include/VBox/VBoxNetCfg-win.h | 3 +-
include/VBox/VBoxNetCmn-win.h | 16 +-
include/VBox/VBoxOGL.h | 2 +-
include/VBox/VBoxPktDmp.h | 173 +
include/VBox/VBoxTpG.h | 2 +-
include/VBox/VBoxUhgsmi.h | 137 -
include/VBox/VBoxVideo.h | 2019 ---
include/VBox/VBoxVideo3D.h | 146 -
include/VBox/VBoxVideoGuest.h | 345 -
include/VBox/VBoxVideoHost3D.h | 201 -
include/VBox/VDEPlug.h | 2 +-
include/VBox/VDEPlugSymDefs.h | 2 +-
include/VBox/VMMDev.h | 517 +-
include/VBox/VMMDev2.h | 122 -
include/VBox/VMMDevCoreTypes.h | 516 +
include/VBox/VMMDevTesting.h | 2 +-
include/VBox/apic.h | 4 +-
include/VBox/asmdefs.mac | 2 +-
include/VBox/ata.h | 200 +
include/VBox/bios.h | 43 +
include/VBox/bios.mac | 5 +
include/VBox/bioslogo.h | 2 +-
include/VBox/cdefs.h | 2 +-
include/VBox/com/AutoLock.h | 24 +-
include/VBox/com/ErrorInfo.h | 2 +-
include/VBox/com/EventQueue.h | 2 +-
include/VBox/com/Guid.h | 2 +-
include/VBox/com/MultiResult.h | 2 +-
include/VBox/com/NativeEventQueue.h | 2 +-
include/VBox/com/VirtualBox.h | 2 +-
include/VBox/com/array.h | 2 +-
include/VBox/com/assert.h | 2 +-
include/VBox/com/com.h | 2 +-
include/VBox/com/defs.h | 2 +-
include/VBox/com/errorprint.h | 8 +-
include/VBox/com/list.h | 2 +-
include/VBox/com/listeners.h | 2 +-
include/VBox/com/microatl.h | 5 +-
include/VBox/com/mtlist.h | 2 +-
include/VBox/com/ptr.h | 18 +-
include/VBox/com/string.h | 29 +-
include/VBox/dbg.h | 11 +-
include/VBox/dbggui.h | 2 +-
include/VBox/dbus-calls.h | 2 +-
include/VBox/dbus.h | 2 +-
include/VBox/dis.h | 2 +-
include/VBox/disopcode.h | 2 +-
include/VBox/err.h | 8 +
include/VBox/err.mac | 8 +-
include/VBox/err.sed | 2 +-
include/VBox/hgcmsvc.h | 2 +-
include/VBox/intnet.h | 2 +-
include/VBox/intnetinline.h | 2 +-
include/VBox/log.h | 29 +-
include/VBox/msi.h | 4 +-
include/VBox/nasm.mac | 2 +-
include/VBox/ostypes.h | 2 +-
include/VBox/param.h | 2 +-
include/VBox/pci.h | 2 +-
include/VBox/rawpci.h | 33 +-
include/VBox/refentry.h | 107 -
include/VBox/scsi.h | 52 +-
include/VBox/scsiinline.h | 224 +
include/VBox/settings.h | 29 +-
include/VBox/shflsvc.h | 64 +-
include/VBox/sup.h | 3 +-
include/VBox/sup.mac | 2 +-
include/VBox/types.h | 2 +-
include/VBox/usb.h | 2 +-
include/VBox/usbfilter.h | 2 +-
include/VBox/usblib-darwin.h | 2 +-
include/VBox/usblib-solaris.h | 2 +-
include/VBox/usblib-win.h | 6 +-
include/VBox/usblib.h | 2 +-
include/VBox/vd-cache-backend.h | 43 +-
include/VBox/vd-common.h | 63 +
include/VBox/vd-filter-backend.h | 27 +-
include/VBox/vd-ifs-internal.h | 21 +-
include/VBox/vd-ifs.h | 165 +-
include/VBox/vd-image-backend.h | 114 +-
include/VBox/vd-plugin.h | 16 +-
include/VBox/vd.h | 627 +-
include/VBox/vddbg.h | 6 +-
include/VBox/vdmedia.h | 213 +
include/VBox/version.h | 2 +-
include/VBox/vmm/apic.h | 58 +-
include/VBox/vmm/cfgm.h | 2 +-
include/VBox/vmm/cpum.h | 99 +-
include/VBox/vmm/cpum.mac | 32 +-
include/VBox/vmm/cpumctx-v1_6.h | 3 +-
include/VBox/vmm/cpumctx.h | 132 +-
include/VBox/vmm/cpumdis.h | 2 +-
include/VBox/vmm/csam.h | 2 +-
include/VBox/vmm/dbgf.h | 157 +-
include/VBox/vmm/dbgfcorefmt.h | 12 +-
include/VBox/vmm/dbgfsel.h | 2 +-
include/VBox/vmm/dbgftrace.h | 2 +-
include/VBox/vmm/em.h | 2 +-
include/VBox/vmm/ftm.h | 2 +-
include/VBox/vmm/gim.h | 3 +-
include/VBox/vmm/gmm.h | 66 +-
include/VBox/vmm/gvm.h | 2 +-
include/VBox/vmm/gvmm.h | 40 +-
include/VBox/vmm/hm.h | 27 +-
include/VBox/vmm/hm_svm.h | 1053 +-
include/VBox/vmm/hm_vmx.h | 7 +-
include/VBox/vmm/hm_vmx.mac | 2 +-
include/VBox/vmm/iem.h | 9 +-
include/VBox/vmm/iom.h | 2 +-
include/VBox/vmm/mm.h | 2 +-
include/VBox/vmm/patm.h | 2 +-
include/VBox/vmm/pdm.h | 2 +-
include/VBox/vmm/pdmapi.h | 17 +-
include/VBox/vmm/pdmasynccompletion.h | 2 +-
include/VBox/vmm/pdmasynctask.h | 2 +-
include/VBox/vmm/pdmaudioifs.h | 1347 +-
include/VBox/vmm/pdmblkcache.h | 2 +-
include/VBox/vmm/pdmcardreaderinfs.h | 2 +-
include/VBox/vmm/pdmcommon.h | 17 +-
include/VBox/vmm/pdmcritsect.h | 2 +-
include/VBox/vmm/pdmcritsectrw.h | 2 +-
include/VBox/vmm/pdmdev.h | 614 +-
include/VBox/vmm/pdmdrv.h | 2 +-
include/VBox/vmm/pdmifs.h | 46 +-
include/VBox/vmm/pdmins.h | 2 +-
include/VBox/vmm/pdmnetifs.h | 2 +-
include/VBox/vmm/pdmnetinline.h | 8 +-
include/VBox/vmm/pdmnetshaper.h | 2 +-
include/VBox/vmm/pdmnvram.h | 12 +-
include/VBox/vmm/pdmpci.h | 24 +-
include/VBox/vmm/pdmpcidev.h | 67 +-
include/VBox/vmm/pdmpcidevint.h | 41 +-
include/VBox/vmm/pdmqueue.h | 2 +-
include/VBox/vmm/pdmsrv.h | 2 +-
include/VBox/vmm/pdmstorageifs.h | 446 +-
include/VBox/vmm/pdmthread.h | 2 +-
include/VBox/vmm/pdmusb.h | 5 +-
include/VBox/vmm/pdmwebcaminfs.h | 2 +-
include/VBox/vmm/pgm.h | 13 +-
include/VBox/vmm/rem.h | 2 +-
include/VBox/vmm/selm.h | 2 +-
include/VBox/vmm/ssm.h | 2 +-
include/VBox/vmm/stam.h | 2 +-
include/VBox/vmm/stam.mac | 2 +-
include/VBox/vmm/tm.h | 3 +-
include/VBox/vmm/trpm.h | 2 +-
include/VBox/vmm/trpm.mac | 2 +-
include/VBox/vmm/uvm.h | 2 +-
include/VBox/vmm/vm.h | 41 +-
include/VBox/vmm/vm.mac | 8 +-
include/VBox/vmm/vmapi.h | 5 +-
include/VBox/vmm/vmcpuset.h | 2 +-
include/VBox/vmm/vmm.h | 66 +-
include/VBox/vrdpusb.h | 2 +-
include/VBox/vscsi.h | 98 +-
include/VBox/vusb.h | 41 +-
include/iprt/aiomgr.h | 2 +-
include/iprt/alloc.h | 2 +-
include/iprt/alloca.h | 2 +-
include/iprt/asm-amd64-x86-watcom-16.h | 6 +-
include/iprt/asm-amd64-x86-watcom-32.h | 12 +-
include/iprt/asm-amd64-x86.h | 128 +-
include/iprt/asm-math.h | 2 +-
include/iprt/asm-watcom-x86-16.h | 5 +-
include/iprt/asm-watcom-x86-32.h | 2 +-
include/iprt/asm.h | 831 +-
include/iprt/asn1-generator-asn1-decoder.h | 2 +-
include/iprt/asn1-generator-core.h | 2 +-
include/iprt/asn1-generator-init.h | 2 +-
include/iprt/asn1-generator-internal-header.h | 2 +-
include/iprt/asn1-generator-pass.h | 2 +-
include/iprt/asn1-generator-sanity.h | 2 +-
include/iprt/asn1.h | 2 +-
include/iprt/assert.h | 290 +-
include/iprt/assertcompile.h | 236 +
include/iprt/avl.h | 2 +-
include/iprt/base64.h | 2 +-
include/iprt/bignum.h | 2 +-
include/iprt/bldprog-strtab-template.cpp.h | 4 +-
include/iprt/bldprog-strtab.h | 2 +-
include/iprt/buildconfig.h | 2 +-
include/iprt/cdefs.h | 70 +-
include/iprt/cdrom.h | 2 +-
include/iprt/cidr.h | 2 +-
include/iprt/condvar.h | 2 +-
include/iprt/coredumper.h | 2 +-
include/iprt/cpp/autores.h | 2 +-
include/iprt/cpp/exception.h | 2 +-
include/iprt/cpp/list.h | 49 +-
include/iprt/cpp/lock.h | 2 +-
include/iprt/cpp/meta.h | 4 +-
include/iprt/cpp/ministring.h | 331 +-
include/iprt/cpp/mtlist.h | 2 +-
include/iprt/cpp/path.h | 165 +
include/iprt/cpp/utils.h | 4 +-
include/iprt/cpp/xml.h | 42 +-
include/iprt/cpuset.h | 2 +-
include/iprt/crc.h | 40 +-
include/iprt/critsect.h | 2 +-
include/iprt/crypto/digest.h | 2 +-
include/iprt/crypto/pem.h | 2 +-
include/iprt/crypto/pkcs7.h | 5 +-
include/iprt/crypto/pkix.h | 2 +-
include/iprt/crypto/rsa.h | 2 +-
include/iprt/crypto/spc.h | 2 +-
include/iprt/crypto/store.h | 2 +-
include/iprt/crypto/taf.h | 2 +-
include/iprt/crypto/tsp.h | 2 +-
include/iprt/crypto/x509.h | 4 +-
include/iprt/ctype.h | 2 +-
include/iprt/dbg.h | 2 +-
include/iprt/dir.h | 2 +-
include/iprt/dvm.h | 2 +-
include/iprt/env.h | 2 +-
include/iprt/err.h | 553 +-
include/iprt/errno.h | 2 +-
include/iprt/file.h | 54 +-
include/iprt/filesystem.h | 2 +-
include/iprt/formats/asn1.h | 2 +-
include/iprt/formats/codeview.h | 4 +-
include/iprt/formats/elf.h | 2 +-
include/iprt/formats/elf32.h | 5 +-
include/iprt/formats/elf64.h | 5 +-
include/iprt/formats/fat.h | 689 +
include/iprt/formats/hfs.h | 4 +-
include/iprt/formats/iso9660.h | 1501 ++
include/iprt/formats/mach-o.h | 2 +-
include/iprt/formats/mz.h | 4 +-
include/iprt/formats/mz.mac | 2 +-
include/iprt/formats/omf.h | 4 +-
include/iprt/formats/pe.mac | 2 +-
include/iprt/formats/pecoff.h | 102 +-
include/iprt/formats/udf.h | 2211 +++
include/iprt/formats/xar.h | 12 +-
include/iprt/fs.h | 8 +-
include/iprt/fsisomaker.h | 784 +
include/iprt/fsvfs.h | 154 +
include/iprt/getopt.h | 68 +-
include/iprt/handle.h | 2 +-
include/iprt/handletable.h | 2 +-
include/iprt/heap.h | 2 +-
include/iprt/http.h | 2 +-
include/iprt/inifile.h | 137 +
include/iprt/initterm.h | 2 +-
include/iprt/isofs.h | 2 +-
include/iprt/json.h | 2 +-
include/iprt/krnlmod.h | 156 +
include/iprt/latin1.h | 2 +-
include/iprt/ldr.h | 2 +-
include/iprt/ldrlazy.h | 2 +-
include/iprt/linux/sysfs.h | 2 +-
include/iprt/list-off32.h | 2 +-
include/iprt/list.h | 2 +-
include/iprt/locale.h | 101 +
include/iprt/localipc.h | 2 +-
include/iprt/lockvalidator.h | 2 +-
include/iprt/log.h | 33 +-
include/iprt/mangling.h | 165 +-
include/iprt/manifest.h | 6 +-
include/iprt/md2.h | 2 +-
include/iprt/md5.h | 2 +-
include/iprt/mem.h | 2 +-
include/iprt/memcache.h | 2 +-
include/iprt/memobj.h | 2 +-
include/iprt/memory | 0
include/iprt/mempool.h | 2 +-
include/iprt/memsafer.h | 2 +-
include/iprt/memtracker.h | 2 +-
include/iprt/message.h | 165 +-
include/iprt/mp.h | 2 +-
include/iprt/net.h | 2 +-
include/iprt/nocrt/amd64/fenv.h | 2 +-
include/iprt/nocrt/amd64/math.h | 2 +-
include/iprt/nocrt/compiler/compiler.h | 2 +-
include/iprt/nocrt/compiler/gcc.h | 2 +-
include/iprt/nocrt/compiler/msc.h | 2 +-
include/iprt/nocrt/fenv.h | 2 +-
include/iprt/nocrt/inttypes.h | 2 +-
include/iprt/nocrt/limits.h | 2 +-
include/iprt/nocrt/math.h | 2 +-
include/iprt/nocrt/setjmp.h | 2 +-
include/iprt/nocrt/stdarg.h | 2 +-
include/iprt/nocrt/stddef.h | 2 +-
include/iprt/nocrt/stdlib.h | 2 +-
include/iprt/nocrt/string.h | 2 +-
include/iprt/nocrt/x86/fenv.h | 2 +-
include/iprt/nocrt/x86/math.h | 2 +-
include/iprt/nt/dispmprt.h | 2 +-
include/iprt/nt/miniport.h | 5 +-
include/iprt/nt/ndis.h | 5 +-
include/iprt/nt/nt-and-windows.h | 2 +-
include/iprt/nt/nt.h | 66 +-
include/iprt/nt/ntddk.h | 6 +-
include/iprt/nt/rx.h | 2 +-
include/iprt/nt/tdikrnl.h | 2 +-
include/iprt/nt/video.h | 2 +-
include/iprt/nt/wdm.h | 6 +-
include/iprt/once.h | 2 +-
include/iprt/param.h | 2 +-
include/iprt/path.h | 14 +-
include/iprt/pipe.h | 2 +-
include/iprt/poll.h | 2 +-
include/iprt/power.h | 2 +-
include/iprt/process.h | 2 +-
include/iprt/queueatomic.h | 2 +-
include/iprt/rand.h | 2 +-
include/iprt/refentry.h | 1 +
include/iprt/req.h | 2 +-
include/iprt/runtime-loader.h | 4 +-
include/iprt/runtime.h | 2 +-
include/iprt/s3.h | 2 +-
include/iprt/semaphore.h | 2 +-
include/iprt/sg.h | 2 +-
include/iprt/sha.h | 2 +-
include/iprt/socket.h | 2 +-
include/iprt/solaris/kmoddeps.mac | 2 +-
include/iprt/sort.h | 2 +-
include/iprt/spinlock.h | 2 +-
include/iprt/stdarg.h | 9 +-
include/iprt/stdint.h | 2 +-
include/iprt/strcache.h | 2 +-
include/iprt/stream.h | 23 +-
include/iprt/string.h | 167 +-
include/iprt/symlink.h | 2 +-
include/iprt/system.h | 2 +-
include/iprt/table.h | 2 +-
include/iprt/tar.h | 2 +-
include/iprt/tcp.h | 2 +-
include/iprt/test.h | 2 +-
include/iprt/thread.h | 2 +-
include/iprt/time.h | 74 +-
include/iprt/timer.h | 2 +-
include/iprt/trace.h | 2 +-
include/iprt/types.h | 977 +-
include/iprt/udp.h | 2 +-
include/iprt/uint128.h | 2 +-
include/iprt/uint32.h | 2 +-
include/iprt/uint64.h | 2 +-
include/iprt/uni.h | 2 +-
include/iprt/uri.h | 2 +-
include/iprt/utf16.h | 330 +-
include/iprt/uuid.h | 2 +-
include/iprt/vector.h | 2 +-
include/iprt/vfs.h | 534 +-
include/iprt/vfslowlevel.h | 486 +-
include/{VBox/HGSMI => iprt/win}/Makefile.kup | 0
include/iprt/win/d3d8.h | 5 +-
include/iprt/win/d3d9.h | 5 +-
include/iprt/win/intsafe.h | 5 +-
include/iprt/win/iphlpapi.h | 2 +-
include/iprt/win/lazy-dbghelp.h | 3 +-
include/iprt/win/netioapi.h | 2 +-
include/iprt/win/ntdddisk.h | 2 +-
include/iprt/win/ntddndis.h | 2 +-
include/iprt/win/ntverp.h | 2 +-
include/iprt/win/objbase.h | 5 +-
include/iprt/win/objidl.h | 6 +-
include/iprt/win/setupapi.h | 2 +-
include/iprt/win/shlobj.h | 6 +-
include/iprt/win/shlwapi.h | 5 +-
include/iprt/win/windef.h | 5 +-
include/iprt/win/windows.h | 5 +-
include/iprt/win/winsock.h | 52 +
include/iprt/win/winsock2.h | 5 +-
include/iprt/win/ws2tcpip.h | 6 +-
include/iprt/x86.h | 15 +-
include/iprt/x86.mac | 46 +-
include/iprt/zero.h | 2 +-
include/iprt/zip.h | 116 +-
src/Makefile.kmk | 4 +-
src/VBox/Additions/Makefile.kmk | 75 +-
src/VBox/Additions/common/Makefile.kmk | 3 +-
src/VBox/Additions/common/VBoxControl/Makefile.kmk | 2 +-
.../Additions/common/VBoxControl/VBoxControl.cpp | 16 +-
.../common/VBoxControl/testcase/Makefile.kmk | 2 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 33 +-
.../common/VBoxGuest/VBoxGuest-darwin.cpp | 156 +-
.../Additions/common/VBoxGuest/VBoxGuest-freebsd.c | 228 +-
.../Additions/common/VBoxGuest/VBoxGuest-linux.c | 217 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.cpp | 128 +-
.../Additions/common/VBoxGuest/VBoxGuest-solaris.c | 320 +-
.../common/VBoxGuest/VBoxGuest-win-pnp.cpp | 9 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 403 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 1159 +-
.../Additions/common/VBoxGuest/VBoxGuestA-os2.asm | 64 +-
.../common/VBoxGuest/VBoxGuestIDC-unix.c.h | 147 -
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 16 +-
.../Additions/common/VBoxGuest/freebsd/Makefile | 14 +-
.../common/VBoxGuest/freebsd/files_vboxguest | 23 +-
.../Additions/common/VBoxGuest/lib/Makefile.kmk | 235 +
.../common/VBoxGuest/lib/VBoxGuestR0LibCrOgl.cpp | 130 +
.../VBoxGuest/lib/VBoxGuestR0LibGenericRequest.cpp | 174 +
.../common/VBoxGuest/lib/VBoxGuestR0LibHGCM.cpp | 226 +
.../VBoxGuest/lib/VBoxGuestR0LibHGCMInternal.cpp | 1074 ++
.../common/VBoxGuest/lib/VBoxGuestR0LibIdc-os2.cpp | 78 +
.../VBoxGuest/lib/VBoxGuestR0LibIdc-solaris.cpp | 93 +
.../VBoxGuest/lib/VBoxGuestR0LibIdc-unix.cpp | 60 +
.../common/VBoxGuest/lib/VBoxGuestR0LibIdc-win.cpp | 188 +
.../common/VBoxGuest/lib/VBoxGuestR0LibIdc.cpp | 201 +
.../common/VBoxGuest/lib/VBoxGuestR0LibInit.cpp | 310 +
.../common/VBoxGuest/lib/VBoxGuestR0LibInternal.h | 203 +
.../common/VBoxGuest/lib/VBoxGuestR0LibMouse.cpp | 125 +
.../VBoxGuest/lib/VBoxGuestR0LibPhysHeap.cpp | 639 +
.../VBoxGuest/lib/VBoxGuestR0LibSharedFolders.c | 706 +
.../common/VBoxGuest/lib/VBoxGuestR0LibVMMDev.cpp | 46 +
.../common/VBoxGuest/lib/VBoxGuestR3Lib.cpp | 459 +
.../VBoxGuest/lib/VBoxGuestR3LibAdditions.cpp | 349 +
.../VBoxGuest/lib/VBoxGuestR3LibAutoLogon.cpp | 119 +
.../common/VBoxGuest/lib/VBoxGuestR3LibBalloon.cpp | 73 +
.../VBoxGuest/lib/VBoxGuestR3LibClipboard.cpp | 179 +
.../VBoxGuest/lib/VBoxGuestR3LibCoreDump.cpp | 46 +
.../VBoxGuest/lib/VBoxGuestR3LibCpuHotPlug.cpp | 122 +
.../VBoxGuest/lib/VBoxGuestR3LibCredentials.cpp | 211 +
.../VBoxGuest/lib/VBoxGuestR3LibDaemonize.cpp | 254 +
.../VBoxGuest/lib/VBoxGuestR3LibDragAndDrop.cpp | 1996 +++
.../common/VBoxGuest/lib/VBoxGuestR3LibEvent.cpp | 93 +
.../common/VBoxGuest/lib/VBoxGuestR3LibGR.cpp | 80 +
.../VBoxGuest/lib/VBoxGuestR3LibGuestCtrl.cpp | 1022 ++
.../VBoxGuest/lib/VBoxGuestR3LibGuestProp.cpp | 924 ++
.../VBoxGuest/lib/VBoxGuestR3LibGuestUser.cpp | 108 +
.../common/VBoxGuest/lib/VBoxGuestR3LibHGCM.cpp | 95 +
.../VBoxGuest/lib/VBoxGuestR3LibHostChannel.cpp | 225 +
.../VBoxGuest/lib/VBoxGuestR3LibHostVersion.cpp | 201 +
.../common/VBoxGuest/lib/VBoxGuestR3LibInternal.h | 117 +
.../common/VBoxGuest/lib/VBoxGuestR3LibLog.cpp | 83 +
.../common/VBoxGuest/lib/VBoxGuestR3LibMisc.cpp | 125 +
.../common/VBoxGuest/lib/VBoxGuestR3LibModule.cpp | 169 +
.../common/VBoxGuest/lib/VBoxGuestR3LibMouse.cpp | 80 +
.../common/VBoxGuest/lib/VBoxGuestR3LibPidFile.cpp | 108 +
.../lib}/VBoxGuestR3LibRuntimeXF86.cpp | 0
.../VBoxGuest/lib/VBoxGuestR3LibSeamless.cpp | 171 +
.../VBoxGuest/lib/VBoxGuestR3LibSharedFolders.cpp | 294 +
.../common/VBoxGuest/lib/VBoxGuestR3LibStat.cpp | 69 +
.../common/VBoxGuest/lib/VBoxGuestR3LibTime.cpp | 45 +
.../common/VBoxGuest/lib/VBoxGuestR3LibVideo.cpp | 528 +
.../common/VBoxGuest/lib/VBoxGuestR3LibVrdp.cpp | 54 +
.../VBoxGuest/lib/VbglR0CanUsePhysPageList.cpp | 47 +
src/VBox/Additions/common/VBoxGuest/linux/Makefile | 14 +-
.../common/VBoxGuest/linux/files_vboxguest | 21 +-
.../Additions/common/VBoxGuest/solaris/load.sh | 98 +
.../common/VBoxGuest/win/VBoxGuestInst.cpp | 2 +-
.../common/VBoxGuestLib/GenericRequest.cpp | 170 -
src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp | 195 -
.../Additions/common/VBoxGuestLib/HGCMInternal.cpp | 1082 --
src/VBox/Additions/common/VBoxGuestLib/Init.cpp | 310 -
.../Additions/common/VBoxGuestLib/Makefile.kmk | 230 -
src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp | 112 -
.../Additions/common/VBoxGuestLib/PhysHeap.cpp | 636 -
src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp | 345 -
src/VBox/Additions/common/VBoxGuestLib/SysHlp.h | 103 -
.../Additions/common/VBoxGuestLib/VBGLInternal.h | 169 -
.../Additions/common/VBoxGuestLib/VBGLR3Internal.h | 118 -
.../Additions/common/VBoxGuestLib/VBoxGuestLog.h | 59 -
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp | 123 -
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c | 750 -
.../common/VBoxGuestLib/VBoxGuestR3Lib.cpp | 449 -
.../VBoxGuestLib/VBoxGuestR3LibAdditions.cpp | 349 -
.../VBoxGuestLib/VBoxGuestR3LibAutoLogon.cpp | 119 -
.../common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp | 70 -
.../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp | 228 -
.../common/VBoxGuestLib/VBoxGuestR3LibCoreDump.cpp | 44 -
.../VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp | 123 -
.../VBoxGuestLib/VBoxGuestR3LibCredentials.cpp | 211 -
.../VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp | 254 -
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 2234 ---
.../common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp | 97 -
.../common/VBoxGuestLib/VBoxGuestR3LibGR.cpp | 73 -
.../VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp | 1446 --
.../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp | 994 --
.../VBoxGuestLib/VBoxGuestR3LibGuestUser.cpp | 108 -
.../common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp | 85 -
.../VBoxGuestLib/VBoxGuestR3LibHostChannel.cpp | 327 -
.../VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp | 201 -
.../common/VBoxGuestLib/VBoxGuestR3LibLog.cpp | 91 -
.../common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp | 93 -
.../common/VBoxGuestLib/VBoxGuestR3LibModule.cpp | 169 -
.../common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp | 77 -
.../common/VBoxGuestLib/VBoxGuestR3LibPidFile.cpp | 108 -
.../common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp | 173 -
.../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp | 331 -
.../common/VBoxGuestLib/VBoxGuestR3LibStat.cpp | 69 -
.../common/VBoxGuestLib/VBoxGuestR3LibTime.cpp | 45 -
.../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp | 525 -
src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp | 43 -
.../VBoxGuestLib/VbglR0CanUsePhysPageList.cpp | 44 -
src/VBox/Additions/common/VBoxService/Makefile.kmk | 2 +-
.../common/VBoxService/VBoxServiceBalloon.cpp | 1 +
.../VBoxService/VBoxServiceControlProcess.cpp | 2 +-
.../common/VBoxService/VBoxServiceInternal.h | 1 +
.../common/VBoxService/VBoxServicePageSharing.cpp | 1 +
.../common/VBoxService/VBoxServicePropCache.cpp | 7 +-
.../common/VBoxService/VBoxServiceStats.cpp | 1 +
.../common/VBoxService/VBoxServiceTimeSync.cpp | 42 +-
.../common/VBoxService/VBoxServiceToolBox.cpp | 4 +-
.../common/VBoxService/testcase/Makefile.kmk | 2 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 670 +-
.../Additions/common/VBoxVideo/HGSMIBuffers.cpp | 123 +
.../Additions/common/VBoxVideo/HGSMIHostCmd.cpp | 245 +
.../Additions/common/VBoxVideo/Modesetting.cpp | 145 +-
src/VBox/Additions/common/VBoxVideo/VBVABase.cpp | 57 +-
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 45 +-
src/VBox/Additions/common/crOpenGL/context.c | 8 +-
src/VBox/Additions/common/crOpenGL/dri_glx.h | 2 +-
src/VBox/Additions/common/crOpenGL/egl.c | 17 +-
src/VBox/Additions/common/crOpenGL/entrypoints.pyc | Bin 0 -> 5904 bytes
src/VBox/Additions/common/crOpenGL/glx.c | 856 +-
src/VBox/Additions/common/crOpenGL/icd_drv.c | 6 +-
src/VBox/Additions/common/crOpenGL/load.c | 29 +-
.../Additions/common/crOpenGL/pack/packspu_init.c | 4 +-
src/VBox/Additions/common/crOpenGL/stub.c | 10 -
src/VBox/Additions/common/crOpenGL/stub.h | 2 -
src/VBox/Additions/common/crOpenGL/wgl.c | 2 +-
src/VBox/Additions/common/pam/Makefile.kmk | 2 +-
src/VBox/Additions/common/pam/pam_vbox.cpp | 3 +-
src/VBox/Additions/common/testcase/Makefile.kmk | 2 +-
src/VBox/Additions/darwin/Installer/Makefile.kmk | 2 +-
src/VBox/Additions/darwin/Makefile.kmk | 2 +-
src/VBox/Additions/darwin/VBoxClient/Makefile.kmk | 2 +-
src/VBox/Additions/darwin/vboxfs/Makefile.kmk | 2 +-
src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp | 6 +-
src/VBox/Additions/freebsd/Makefile.kmk | 2 +-
src/VBox/Additions/freebsd/drm/Makefile.kmk | 2 +-
src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/Makefile.kmk | 2 +-
.../Additions/haiku/SharedFolders/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxMouse/Makefile.kmk | 2 +-
.../Additions/haiku/VBoxMouse/VBoxMouseFilter.cpp | 2 -
src/VBox/Additions/haiku/VBoxTray/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxTray/VBoxDisplay.cpp | 3 +-
.../haiku/VBoxTray/VBoxGuestApplication.h | 6 +-
.../haiku/VBoxTray/VBoxGuestDeskbarView.h | 6 +-
src/VBox/Additions/haiku/VBoxVideo/Makefile.kmk | 2 +-
.../haiku/VBoxVideo/accelerant/Makefile.kmk | 2 +-
.../Additions/haiku/VBoxVideo/driver/Makefile.kmk | 6 +-
.../Additions/haiku/VBoxVideo/driver/driver.cpp | 2 +-
src/VBox/Additions/linux/Makefile | 3 +-
src/VBox/Additions/linux/Makefile.kmk | 213 +-
src/VBox/Additions/linux/drm/Makefile.kmk | 17 +-
src/VBox/Additions/linux/drm/Makefile.module.kms | 67 +-
src/VBox/Additions/linux/drm/README.testing | 13 +-
src/VBox/Additions/linux/drm/files_vboxvideo_drv | 57 +-
src/VBox/Additions/linux/drm/indent.sed | 268 +
src/VBox/Additions/linux/drm/vbox_drv.c | 342 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 331 +-
src/VBox/Additions/linux/drm/vbox_dummy.c | 34 -
src/VBox/Additions/linux/drm/vbox_fb.c | 675 +-
src/VBox/Additions/linux/drm/vbox_hgsmi.c | 129 +
src/VBox/Additions/linux/drm/vbox_irq.c | 255 +-
src/VBox/Additions/linux/drm/vbox_main.c | 818 +-
src/VBox/Additions/linux/drm/vbox_mode.c | 1296 +-
src/VBox/Additions/linux/drm/vbox_prime.c | 54 +-
src/VBox/Additions/linux/drm/vbox_ttm.c | 648 +-
src/VBox/Additions/linux/installer/install.sh.in | 35 +-
.../Additions/linux/installer/module-autologon.sh | 2 +-
.../Additions/linux/installer/vboxadd-service.sh | 4 +
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 164 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 118 +-
.../Additions/linux/lightdm-greeter/Config.kmk | 2 +-
.../Additions/linux/lightdm-greeter/Makefile.kmk | 2 +-
.../liblightdm-gobject-1.5.0/Makefile.kmk | 2 +-
.../Additions/linux/sharedfolders/Makefile.kmk | 2 +-
.../Additions/linux/sharedfolders/Makefile.module | 12 +-
src/VBox/Additions/linux/sharedfolders/dirops.c | 3 +-
.../Additions/linux/sharedfolders/files_vboxsf | 23 +-
.../Additions/linux/sharedfolders/mount.vboxsf.c | 2 +-
src/VBox/Additions/linux/sharedfolders/regops.c | 12 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 2 +-
src/VBox/Additions/linux/sharedfolders/vfsmod.c | 11 +-
src/VBox/Additions/solaris/DRM/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/Mouse/Makefile.kmk | 2 +-
.../Additions/solaris/Mouse/testcase/solaris.h | 8 +-
src/VBox/Additions/solaris/Mouse/vboxms.c | 40 +-
.../Additions/solaris/SharedFolders/Makefile.kmk | 11 +-
src/VBox/Additions/solaris/SharedFolders/loadfs.sh | 95 +
.../Additions/solaris/SharedFolders/vboxfs_prov.c | 8 +-
.../Additions/solaris/SharedFolders/vboxfs_vfs.c | 8 +-
.../Additions/solaris/SharedFolders/vboxfs_vnode.c | 5 +-
src/VBox/Additions/solaris/Virtio/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/Virtio/Virtio-solaris.c | 1 +
.../Additions/solaris/Virtio/VirtioNet-solaris.c | 4 +-
src/VBox/Additions/x11/Makefile.kmk | 20 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 6 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 3 +-
src/VBox/Additions/x11/VBoxClient/check3d.cpp | 15 +-
src/VBox/Additions/x11/VBoxClient/clipboard.cpp | 4 +-
src/VBox/Additions/x11/VBoxClient/display-svga.cpp | 430 +
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 6 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 135 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 5 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.h | 4 +-
src/VBox/Additions/x11/VBoxClient/seamless.cpp | 2 -
.../x11/VBoxClient/testcase/tstSeamlessX11.cpp | 1 +
src/VBox/Additions/x11/undefined_xorg | 1 +
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 15 +-
src/VBox/Additions/x11/vboxmouse/vboxmouse.c | 2 +-
src/VBox/Additions/x11/vboxvideo/HGSMIMemAlloc.h | 56 +
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 116 +-
src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h | 221 +
src/VBox/Additions/x11/vboxvideo/edid.c | 18 +-
src/VBox/Additions/x11/vboxvideo/getmode.c | 47 +-
src/VBox/Additions/x11/vboxvideo/helpers.c | 99 -
src/VBox/Additions/x11/vboxvideo/hgsmimemalloc.c | 106 +
src/VBox/Additions/x11/vboxvideo/pointer.c | 44 +-
src/VBox/Additions/x11/vboxvideo/setmode.c | 34 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 141 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 114 +-
src/VBox/Additions/x11/vboxvideo/vbva.c | 56 +-
src/VBox/Debugger/DBGCCmdHlp.cpp | 10 +-
src/VBox/Debugger/DBGCEmulateCodeView.cpp | 866 +-
src/VBox/Debugger/DBGCEval.cpp | 9 +-
src/VBox/Debugger/DBGCInternal.h | 112 +
src/VBox/Debugger/DBGCOps.cpp | 6 +-
src/VBox/Debugger/DBGCScreenAscii.cpp | 435 +
src/VBox/Debugger/DBGCTcp.cpp | 4 +-
src/VBox/Debugger/DBGConsole.cpp | 21 +-
src/VBox/Debugger/DBGPlugInDiggers.cpp | 2 +-
src/VBox/Debugger/DBGPlugInFreeBsd.cpp | 813 +
src/VBox/Debugger/DBGPlugInLinux.cpp | 4 +-
src/VBox/Debugger/DBGPlugIns.h | 2 +-
src/VBox/Debugger/Makefile.kmk | 51 +-
src/VBox/Debugger/VBoxDbgBase.h | 5 +-
src/VBox/Debugger/VBoxDbgConsole.cpp | 40 +
src/VBox/Debugger/VBoxDbgConsole.h | 9 +-
src/VBox/Debugger/VBoxDbgGui.h | 2 +-
src/VBox/Debugger/VBoxDbgStatsQt.cpp | 3224 ++++
src/VBox/Debugger/VBoxDbgStatsQt.h | 250 +
src/VBox/Debugger/VBoxDbgStatsQt4.cpp | 3224 ----
src/VBox/Debugger/VBoxDbgStatsQt4.h | 250 -
src/VBox/Debugger/testcase/tstDBGCStubs.cpp | 161 +-
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 635 +-
src/VBox/Devices/Audio/AudioMixBuffer.h | 30 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 1962 ++-
src/VBox/Devices/Audio/AudioMixer.h | 196 +-
src/VBox/Devices/Audio/DevHDA.cpp | 5605 +++----
src/VBox/Devices/Audio/DevHDA.h | 323 +-
src/VBox/Devices/Audio/DevHDACommon.cpp | 710 +
src/VBox/Devices/Audio/DevHDACommon.h | 606 +
src/VBox/Devices/Audio/DevIchAc97.cpp | 3466 ++--
src/VBox/Devices/Audio/DevSB16.cpp | 831 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 4146 +++--
src/VBox/Devices/Audio/DrvAudio.h | 201 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 1312 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 1171 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 2768 ++--
src/VBox/Devices/Audio/DrvHostDSound.cpp | 1903 ++-
src/VBox/Devices/Audio/DrvHostDebugAudio.cpp | 490 +
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 361 +-
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 981 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 1506 +-
src/VBox/Devices/Audio/DrvHostValidationKit.cpp | 510 +
src/VBox/Devices/Audio/HDACodec.cpp | 2293 ++-
src/VBox/Devices/Audio/HDACodec.h | 109 +-
src/VBox/Devices/Audio/HDAStream.cpp | 1359 ++
src/VBox/Devices/Audio/HDAStream.h | 227 +
src/VBox/Devices/Audio/HDAStreamChannel.cpp | 176 +
src/VBox/Devices/Audio/HDAStreamChannel.h | 29 +
src/VBox/Devices/Audio/HDAStreamMap.cpp | 143 +
src/VBox/Devices/Audio/HDAStreamMap.h | 47 +
src/VBox/Devices/Audio/HDAStreamPeriod.cpp | 31 +-
src/VBox/Devices/Audio/HDAStreamPeriod.h | 2 +-
.../Devices/Audio/VBoxMMNotificationClient.cpp | 188 +
src/VBox/Devices/Audio/VBoxMMNotificationClient.h | 88 +
src/VBox/Devices/Audio/alsa_mangling.h | 10 +-
src/VBox/Devices/Audio/alsa_stubs.c | 19 +
src/VBox/Devices/Audio/alsa_stubs.h | 5 +-
src/VBox/Devices/Audio/pulse_mangling.h | 56 +-
src/VBox/Devices/Audio/pulse_stubs.c | 178 +-
src/VBox/Devices/Audio/pulse_stubs.h | 5 +-
src/VBox/Devices/Audio/sys-queue.h | 241 -
src/VBox/Devices/Audio/testcase/Makefile.kmk | 11 +-
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 306 +-
.../Devices/BiosCommonCode/ASMBitLastSetU16.asm | 2 +-
src/VBox/Devices/BiosCommonCode/DoUInt32Div.c | 2 +-
.../BiosCommonCode/MakeAlternativeSource.cpp | 53 +-
src/VBox/Devices/BiosCommonCode/Makefile.kmk | 2 +-
src/VBox/Devices/BiosCommonCode/__I4D.asm | 2 +-
src/VBox/Devices/BiosCommonCode/__I4M.asm | 2 +-
src/VBox/Devices/BiosCommonCode/__U4D.asm | 2 +-
src/VBox/Devices/BiosCommonCode/__U4M.asm | 2 +-
src/VBox/Devices/BiosCommonCode/__U8LS.asm | 2 +-
src/VBox/Devices/BiosCommonCode/__U8RS.asm | 2 +-
src/VBox/Devices/BiosCommonCode/biosorg_check.sed | 2 +-
src/VBox/Devices/BiosCommonCode/commondefs.inc | 2 +-
src/VBox/Devices/BiosCommonCode/fmemcpy.asm | 2 +-
src/VBox/Devices/BiosCommonCode/fmemset.asm | 2 +-
src/VBox/Devices/Bus/DevPCI.cpp | 1629 +-
src/VBox/Devices/Bus/DevPciIch9.cpp | 2671 ++--
src/VBox/Devices/Bus/DevPciInternal.h | 237 +
src/VBox/Devices/Bus/DevPciMerge1.cpp.h | 23 +-
src/VBox/Devices/Bus/MsiCommon.cpp | 29 -
src/VBox/Devices/Bus/MsiCommon.h | 4 +-
src/VBox/Devices/Bus/MsixCommon.cpp | 95 +-
src/VBox/Devices/Bus/PciInline.h | 3 +-
src/VBox/Devices/Bus/SrvPciRawR0.cpp | 109 +-
src/VBox/Devices/Config.kmk | 2 +-
src/VBox/Devices/EFI/DevEFI.cpp | 96 +-
src/VBox/Devices/EFI/DevEFI.h | 14 +-
src/VBox/Devices/EFI/DevSmc.cpp | 2 +-
.../Devices/EFI/Firmware/BaseTools/Makefile.kmk | 2 +-
.../BaseTools/Source/C/BootSectImage/Makefile.kmk | 2 +-
.../BaseTools/Source/C/Common/Makefile.kmk | 2 +-
.../BaseTools/Source/C/EfiLdrImage/Makefile.kmk | 2 +-
.../BaseTools/Source/C/EfiRom/Makefile.kmk | 2 +-
.../BaseTools/Source/C/GenCrc32/Makefile.kmk | 2 +-
.../BaseTools/Source/C/GenFfs/Makefile.kmk | 2 +-
.../Firmware/BaseTools/Source/C/GenFv/Makefile.kmk | 2 +-
.../Firmware/BaseTools/Source/C/GenFw/Makefile.kmk | 2 +-
.../BaseTools/Source/C/GenPage/Makefile.kmk | 2 +-
.../BaseTools/Source/C/GenSec/Makefile.kmk | 2 +-
.../BaseTools/Source/C/GenVtf/Makefile.kmk | 2 +-
.../Source/C/GnuGenBootSector/Makefile.kmk | 2 +-
.../BaseTools/Source/C/LzmaCompress/Makefile.kmk | 2 +-
.../EFI/Firmware/BaseTools/Source/C/Makefile.kmk | 2 +-
.../Firmware/BaseTools/Source/C/Split/Makefile.kmk | 2 +-
.../BaseTools/Source/C/TianoCompress/Makefile.kmk | 2 +-
.../BaseTools/Source/C/VfrCompile/Makefile.kmk | 2 +-
.../BaseTools/Source/C/VolInfo/Makefile.kmk | 2 +-
.../EFI/Firmware/BaseTools/Source/Makefile.kmk | 2 +-
src/VBox/Devices/EFI/Firmware/Config.kmk | 10 +-
src/VBox/Devices/EFI/Firmware/EfiModules.kmk | 2 +-
src/VBox/Devices/EFI/Firmware/Makefile.kmk | 2 +-
.../Variable/EmuRuntimeDxe/InitVariable.c | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c | 22 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c | 1 +
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c | 1 +
.../Library/VBoxDebugLib/VBoxPrintHexDump.c | 7 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c | 1 +
.../Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/Edid.c | 149 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.c | 336 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.h | 61 +-
.../VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c | 266 +-
.../Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c | 252 +-
.../VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c | 311 +-
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/GIMDev/GIMDev.cpp | 2 +-
src/VBox/Devices/Graphics/BIOS/Makefile.kmk | 3 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 2745 ++--
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 2723 ++--
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 2887 ++--
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Graphics/BIOS/vbe.c | 198 +-
src/VBox/Devices/Graphics/BIOS/vbe.h | 191 +-
src/VBox/Devices/Graphics/BIOS/vberom.asm | 108 -
src/VBox/Devices/Graphics/BIOS/vgabios.c | 17 +-
src/VBox/Devices/Graphics/BIOS/vgarom.asm | 8 +-
src/VBox/Devices/Graphics/BIOS/vgatables.h | 4 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 888 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 278 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp | 7 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 28 +-
.../Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp | 4 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp | 2 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 653 +-
src/VBox/Devices/Graphics/DevVGA.h | 285 +-
src/VBox/Devices/Graphics/DevVGAModes.h | 173 +-
src/VBox/Devices/Graphics/DevVGASavedState.h | 3 +-
src/VBox/Devices/Graphics/DevVGATmpl.h | 6 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 5 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 24 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 3 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 4 +-
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp | 2 +-
src/VBox/Devices/Graphics/shaderlib/directx.c | 2 +-
src/VBox/Devices/Graphics/shaderlib/glsl_shader.c | 8 +-
.../shaderlib/libWineStub/include/wine/port.h | 2 +
src/VBox/Devices/Graphics/shaderlib/shader.c | 6 +-
src/VBox/Devices/Graphics/shaderlib/shaderapi.c | 18 +-
.../Devices/Graphics/shaderlib/wined3d_private.h | 2 +-
src/VBox/Devices/Input/DevPS2.cpp | 4 +-
src/VBox/Devices/Input/PS2K.cpp | 2 +-
src/VBox/Devices/Input/PS2M.cpp | 45 +-
src/VBox/Devices/Input/UsbKbd.cpp | 6 +-
src/VBox/Devices/Input/UsbMouse.cpp | 8 +-
src/VBox/Devices/Input/testcase/Makefile.kmk | 2 +-
src/VBox/Devices/Makefile.kmk | 163 +-
src/VBox/Devices/Network/DevE1000.cpp | 184 +-
src/VBox/Devices/Network/DevEEPROM.cpp | 2 +-
src/VBox/Devices/Network/DevPCNet.cpp | 4 +-
src/VBox/Devices/Network/DevVirtioNet.cpp | 5 +
src/VBox/Devices/Network/DrvIntNet.cpp | 4 +-
src/VBox/Devices/Network/DrvUDPTunnel.cpp | 2 +-
src/VBox/Devices/Network/lwip-new/Config.kmk | 2 +-
src/VBox/Devices/Network/lwip-new/src/api/tcpip.c | 2 -
.../Devices/Network/lwip-new/src/core/tcp_in.c | 29 -
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.h | 4 +-
.../Network/lwip-new/vbox/include/lwip-log.h | 7 +-
src/VBox/Devices/Network/slirp/bootp.c | 2 +-
.../Devices/Network/slirp/bsd/kern/subr_sbuf.c | 2 +-
.../Devices/Network/slirp/bsd/kern/uipc_mbuf.c | 4 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c | 2 +-
src/VBox/Devices/Network/slirp/ip_icmp.c | 2 +-
src/VBox/Devices/Network/slirp/ip_icmpwin.c | 2 +-
.../Devices/Network/slirp/libalias/alias_ftp.c | 2 +-
.../Devices/Network/slirp/resolv_conf_parser.c | 44 +-
src/VBox/Devices/Network/slirp/tcp_subr.c | 2 +-
src/VBox/Devices/Network/slirp/tftp.c | 65 +-
src/VBox/Devices/Network/testcase/tstIntNetR0.cpp | 2 +-
src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp | 10 +-
src/VBox/Devices/PC/BIOS/Makefile.kmk | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 7507 ++++-----
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 8080 +++++-----
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 7421 +++++----
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/ahci.c | 43 +-
src/VBox/Devices/PC/BIOS/apm.c | 9 +-
src/VBox/Devices/PC/BIOS/ata.c | 11 +-
src/VBox/Devices/PC/BIOS/biosint.h | 1 +
src/VBox/Devices/PC/BIOS/disk.c | 2 +
src/VBox/Devices/PC/BIOS/floppy.c | 112 +-
src/VBox/Devices/PC/BIOS/inlines.h | 37 +-
src/VBox/Devices/PC/BIOS/keyboard.c | 7 +-
src/VBox/Devices/PC/BIOS/logo.c | 8 +-
src/VBox/Devices/PC/BIOS/makefile | 2 +-
src/VBox/Devices/PC/BIOS/notes.txt | 12 +-
src/VBox/Devices/PC/BIOS/orgs.asm | 2863 ++--
src/VBox/Devices/PC/BIOS/pcibios.inc | 19 +-
src/VBox/Devices/PC/BIOS/pcicfg.inc | 10 +-
src/VBox/Devices/PC/BIOS/pciutil.c | 44 +-
src/VBox/Devices/PC/BIOS/pirq.inc | 4 +-
src/VBox/Devices/PC/BIOS/post.c | 33 +-
src/VBox/Devices/PC/BIOS/scsi.c | 28 +-
src/VBox/Devices/PC/DevACPI.cpp | 76 +-
src/VBox/Devices/PC/DevAPIC.cpp | 2634 ---
src/VBox/Devices/PC/DevApic.h | 77 -
src/VBox/Devices/PC/DevDMA.cpp | 2 +-
src/VBox/Devices/PC/DevFwCommon.cpp | 8 +-
src/VBox/Devices/PC/DevHPET.cpp | 3 +-
src/VBox/Devices/PC/DevIoApic.cpp | 2 +
src/VBox/Devices/PC/DevIoApic_Old.cpp | 930 --
src/VBox/Devices/PC/DevPIC.cpp | 58 +-
src/VBox/Devices/PC/DevPcBios.cpp | 153 +-
src/VBox/Devices/PC/DevPit-i8254.cpp | 40 +-
src/VBox/Devices/PC/DevRTC.cpp | 12 +-
src/VBox/Devices/PC/ipxe/Makefile.kmk | 2 +-
src/VBox/Devices/PC/vbox.dsl | 14 +-
src/VBox/Devices/Parallel/DevParallel.cpp | 20 +-
src/VBox/Devices/Parallel/DrvHostParallel.cpp | 7 +-
src/VBox/Devices/Samples/DevPlayground.cpp | 155 +-
src/VBox/Devices/Samples/DrvStorageFilter.cpp | 323 +-
src/VBox/Devices/Samples/Makefile.kmk | 44 +-
src/VBox/Devices/Samples/VBoxSampleDevice.cpp | 20 +-
src/VBox/Devices/Serial/DevSerial.cpp | 14 +-
src/VBox/Devices/Serial/DrvChar.cpp | 293 +-
src/VBox/Devices/Serial/DrvHostSerial.cpp | 46 +-
src/VBox/Devices/Serial/DrvNamedPipe.cpp | 637 +-
src/VBox/Devices/Serial/DrvRawFile.cpp | 47 +-
src/VBox/Devices/Serial/DrvTCP.cpp | 483 +-
src/VBox/Devices/Storage/ATAPIPassthrough.cpp | 372 +-
src/VBox/Devices/Storage/ATAPIPassthrough.h | 22 +
src/VBox/Devices/Storage/Debug.cpp | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 4226 +----
src/VBox/Devices/Storage/DevATA.cpp | 1807 +--
src/VBox/Devices/Storage/DevBusLogic.cpp | 1461 +-
src/VBox/Devices/Storage/DevFdc.cpp | 42 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 1075 +-
src/VBox/Devices/Storage/DrvDiskIntegrity.cpp | 1006 +-
src/VBox/Devices/Storage/DrvHostBase-darwin.cpp | 744 +
src/VBox/Devices/Storage/DrvHostBase-freebsd.cpp | 418 +
src/VBox/Devices/Storage/DrvHostBase-linux.cpp | 373 +
src/VBox/Devices/Storage/DrvHostBase-solaris.cpp | 409 +
src/VBox/Devices/Storage/DrvHostBase-win.cpp | 603 +
src/VBox/Devices/Storage/DrvHostBase.cpp | 2147 +--
src/VBox/Devices/Storage/DrvHostBase.h | 171 +-
src/VBox/Devices/Storage/DrvHostDVD.cpp | 1016 +-
src/VBox/Devices/Storage/DrvHostFloppy.cpp | 186 +-
src/VBox/Devices/Storage/DrvRamDisk.cpp | 1841 +++
src/VBox/Devices/Storage/DrvSCSI.cpp | 1470 +-
src/VBox/Devices/Storage/DrvSCSIHost.cpp | 547 -
src/VBox/Devices/Storage/DrvVD.cpp | 1650 +-
src/VBox/Devices/Storage/HBDMgmt-darwin.cpp | 2 +-
src/VBox/Devices/Storage/HBDMgmt-win.cpp | 2 +-
src/VBox/Devices/Storage/IOBufMgmt.cpp | 387 +-
src/VBox/Devices/Storage/IOBufMgmt.h | 2 +-
src/VBox/Devices/Storage/PIIX3ATABmDma.h | 75 -
src/VBox/Devices/Storage/UsbMsd.cpp | 572 +-
src/VBox/Devices/Storage/VBoxSCSI.cpp | 65 +-
src/VBox/Devices/Storage/VBoxSCSI.h | 9 +-
src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp | 72 +-
src/VBox/Devices/Storage/VSCSI/VSCSIInline.h | 98 -
src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h | 233 +-
src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp | 132 +-
src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp | 29 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp | 1755 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp | 99 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSsc.cpp | 458 +
src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp | 2 +-
src/VBox/Devices/Storage/ide.h | 211 -
src/VBox/Devices/USB/DevOHCI.cpp | 28 +-
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 67 +-
src/VBox/Devices/USB/USBProxyDevice.cpp | 20 +-
src/VBox/Devices/USB/VUSBBufferedPipe.cpp | 582 -
src/VBox/Devices/USB/VUSBDevice.cpp | 48 +-
src/VBox/Devices/USB/VUSBInternal.h | 55 +-
src/VBox/Devices/USB/VUSBSniffer.cpp | 4 +-
src/VBox/Devices/USB/VUSBUrb.cpp | 26 +-
src/VBox/Devices/USB/VUSBUrbPool.cpp | 1 -
.../Devices/USB/darwin/USBProxyDevice-darwin.cpp | 7 +-
.../Devices/USB/linux/USBProxyDevice-linux.cpp | 15 +-
src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp | 10 +-
.../Devices/USB/usbip/USBProxyDevice-usbip.cpp | 12 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 5 +-
src/VBox/Devices/VMMDev/VMMDevTesting.cpp | 8 +-
src/VBox/Devices/VirtIO/Virtio.cpp | 107 +-
src/VBox/Devices/VirtIO/Virtio.h | 4 +
src/VBox/Devices/build/VBoxDD.cpp | 15 +-
src/VBox/Devices/build/VBoxDD.d | 8 +-
src/VBox/Devices/build/VBoxDD.h | 10 +-
src/VBox/Devices/build/VBoxDD2.cpp | 15 +-
src/VBox/Devices/build/VBoxDD2.h | 8 +-
src/VBox/Devices/build/VBoxDD2R0.cpp | 4 +-
src/VBox/Devices/build/VBoxDDR0.cpp | 4 +-
src/VBox/Devices/build/VBoxDDUDeps.cpp | 3 +-
src/VBox/Devices/testcase/Makefile.kmk | 14 +-
src/VBox/Devices/testcase/tstDeviceStructSize.cpp | 47 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 357 +-
src/VBox/Disassembler/Disasm.cpp | 2 +-
src/VBox/Disassembler/DisasmCore.cpp | 16 +-
src/VBox/Disassembler/DisasmFormatBytes.cpp | 2 +-
src/VBox/Disassembler/DisasmFormatYasm.cpp | 8 +-
src/VBox/Disassembler/DisasmInternal.h | 4 +-
src/VBox/Disassembler/DisasmReg.cpp | 2 +-
src/VBox/Disassembler/DisasmTables.cpp | 13 +-
src/VBox/Disassembler/DisasmTablesX64.cpp | 11 +-
src/VBox/Disassembler/Makefile.kmk | 2 +-
src/VBox/Disassembler/testcase/Makefile.kmk | 2 +-
src/VBox/Disassembler/testcase/tstAsm.mac | 2 +-
src/VBox/Disassembler/testcase/tstAsm3DNow-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmFnstsw-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmLock-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmLock-2.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmLock-3.asm | 2 +-
.../Disassembler/testcase/tstAsmMovFixedReg-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmMovSeg-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmMovzx-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmPop-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmPush-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstAsmRegs-1.asm | 2 +-
.../Disassembler/testcase/tstAsmSignExtend-1.asm | 2 +-
src/VBox/Disassembler/testcase/tstDisasm-1.cpp | 2 +-
src/VBox/Disassembler/testcase/tstDisasm-1A.asm | 2 +-
src/VBox/Disassembler/testcase/tstDisasm-2.cpp | 5 +-
src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp | 6 +-
src/VBox/ExtPacks/BusMouseSample/ExtPack.xml | 1 +
src/VBox/ExtPacks/BusMouseSample/Makefile.kmk | 12 +-
.../ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp | 80 +-
.../ExtPacks/BusMouseSample/VBoxBusMouseMainVM.cpp | 173 +
src/VBox/ExtPacks/Makefile.kmk | 2 +-
src/VBox/ExtPacks/Skeleton/ExtPack.xml | 1 +
src/VBox/ExtPacks/Skeleton/Makefile.kmk | 13 +-
src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp | 30 +-
src/VBox/ExtPacks/Skeleton/VBoxSkeletonMainVM.cpp | 129 +
src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk | 9 +-
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp | 40 +-
src/VBox/ExtPacks/VBoxDTrace/generated/dt_lex.c | 2 +-
.../ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c | 2 +-
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_open.c | 6 +-
.../onnv/lib/libdtrace/common/dt_aggregate.c | 12 +-
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c | 4 +-
.../onnv/lib/libdtrace/common/dt_consume.c | 2 +-
.../onnv/lib/libdtrace/common/dt_ident.c | 2 +-
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l | 4 +-
.../onnv/lib/libdtrace/common/dt_options.c | 8 +-
.../onnv/lib/libdtrace/common/dt_parser.c | 8 +-
.../VBoxDTrace/onnv/uts/common/dtrace/dtrace.c | 26 +-
.../onnv/uts/intel/dtrace/fasttrap_isa.c | 12 +-
src/VBox/ExtPacks/VNC/Makefile.kmk | 2 +-
src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp | 28 +-
src/VBox/Frontends/Common/Makefile.kmk | 2 +-
.../Frontends/Common/VBoxKeyboard/Makefile.kmk | 2 +-
src/VBox/Frontends/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxAutostart/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxBalloonCtrl/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxBugReport/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxFB/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxHeadless/Makefile.kmk | 5 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp | 41 +-
.../Frontends/VBoxHeadless/testcase/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxManage/Makefile.kmk | 107 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 42 +-
src/VBox/Frontends/VBoxManage/VBoxManage.cpp | 59 +-
src/VBox/Frontends/VBoxManage/VBoxManage.h | 4 +-
.../Frontends/VBoxManage/VBoxManageAppliance.cpp | 5 +
.../Frontends/VBoxManage/VBoxManageControlVM.cpp | 397 +-
src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp | 46 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 238 +-
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 123 +-
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 48 +-
src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp | 560 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 161 +-
.../Frontends/VBoxManage/VBoxManageSnapshot.cpp | 12 +-
src/VBox/Frontends/VBoxSDL/Makefile.kmk | 5 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 6 +-
src/VBox/Frontends/VBoxShell/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxShell/vboxshell.py | 33 +-
src/VBox/Frontends/VirtualBox/Doxyfile | 2654 +++-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 295 +-
src/VBox/Frontends/VirtualBox/VBoxUI.pro | 12 +-
src/VBox/Frontends/VirtualBox/VirtualBox1.qrc | 30 +-
.../Frontends/VirtualBox/VirtualBox1_hidpi.qrc | 33 +-
src/VBox/Frontends/VirtualBox/VirtualBox2.qrc | 21 +-
.../Frontends/VirtualBox/VirtualBox2_hidpi.qrc | 20 +-
.../VirtualBox/images/OSE/VirtualBox_16px.png | Bin 788 -> 625 bytes
.../VirtualBox/images/OSE/VirtualBox_20px.png | Bin 1035 -> 730 bytes
.../VirtualBox/images/OSE/VirtualBox_32px.png | Bin 1821 -> 1136 bytes
.../VirtualBox/images/OSE/VirtualBox_40px.png | Bin 2354 -> 1492 bytes
.../VirtualBox/images/OSE/VirtualBox_48px.png | Bin 3002 -> 1733 bytes
.../VirtualBox/images/OSE/VirtualBox_64px.png | Bin 6895 -> 2365 bytes
.../VirtualBox/images/OSE/VirtualBox_cube_42px.png | Bin 6324 -> 3815 bytes
.../VirtualBox/images/add_host_iface_16px.png | Bin 658 -> 658 bytes
.../VirtualBox/images/add_host_iface_22px.png | Bin 0 -> 945 bytes
.../images/add_host_iface_disabled_16px.png | Bin 631 -> 631 bytes
.../images/add_host_iface_disabled_22px.png | Bin 0 -> 873 bytes
.../VirtualBox/images/adjust_win_size_16px.png | Bin 624 -> 671 bytes
.../images/adjust_win_size_disabled_16px.png | Bin 598 -> 629 bytes
.../Frontends/VirtualBox/images/audio_16px.png | Bin 0 -> 750 bytes
.../VirtualBox/images/audio_all_off_16px.png | Bin 0 -> 731 bytes
.../VirtualBox/images/audio_input_16px.png | Bin 0 -> 554 bytes
.../VirtualBox/images/audio_input_off_16px.png | Bin 0 -> 746 bytes
.../VirtualBox/images/audio_input_on_16px.png | Bin 0 -> 550 bytes
.../VirtualBox/images/audio_output_16px.png | Bin 0 -> 673 bytes
.../VirtualBox/images/audio_output_off_16px.png | Bin 0 -> 753 bytes
.../VirtualBox/images/audio_output_on_16px.png | Bin 0 -> 589 bytes
.../VirtualBox/images/auto_resize_on_16px.png | Bin 507 -> 545 bytes
.../images/auto_resize_on_disabled_16px.png | Bin 421 -> 468 bytes
.../VirtualBox/images/auto_resize_on_on_16px.png | Bin 491 -> 521 bytes
.../images/auto_resize_on_on_disabled_16px.png | Bin 431 -> 471 bytes
src/VBox/Frontends/VirtualBox/images/cd_16px.png | Bin 906 -> 906 bytes
.../Frontends/VirtualBox/images/cd_add_16px.png | Bin 924 -> 924 bytes
.../VirtualBox/images/cd_add_disabled_16px.png | Bin 919 -> 913 bytes
.../Frontends/VirtualBox/images/cd_copy_16px.png | Bin 829 -> 829 bytes
.../Frontends/VirtualBox/images/cd_copy_22px.png | Bin 1312 -> 1312 bytes
.../VirtualBox/images/cd_copy_disabled_16px.png | Bin 895 -> 887 bytes
.../VirtualBox/images/cd_copy_disabled_22px.png | Bin 1332 -> 1372 bytes
.../VirtualBox/images/cd_disabled_16px.png | Bin 929 -> 930 bytes
.../Frontends/VirtualBox/images/cd_modify_16px.png | Bin 930 -> 939 bytes
.../Frontends/VirtualBox/images/cd_modify_22px.png | Bin 1379 -> 1458 bytes
.../VirtualBox/images/cd_modify_disabled_16px.png | Bin 972 -> 959 bytes
.../VirtualBox/images/cd_modify_disabled_22px.png | Bin 1475 -> 1504 bytes
.../Frontends/VirtualBox/images/cd_read_16px.png | Bin 944 -> 944 bytes
.../VirtualBox/images/cd_release_16px.png | Bin 954 -> 954 bytes
.../VirtualBox/images/cd_release_22px.png | Bin 1402 -> 1462 bytes
.../VirtualBox/images/cd_release_disabled_16px.png | Bin 968 -> 979 bytes
.../VirtualBox/images/cd_release_disabled_22px.png | Bin 1441 -> 1491 bytes
.../Frontends/VirtualBox/images/cd_remove_16px.png | Bin 877 -> 957 bytes
.../Frontends/VirtualBox/images/cd_remove_22px.png | Bin 1264 -> 1497 bytes
.../VirtualBox/images/cd_remove_disabled_16px.png | Bin 880 -> 969 bytes
.../VirtualBox/images/cd_remove_disabled_22px.png | Bin 1297 -> 1525 bytes
.../VirtualBox/images/cd_unmount_16px.png | Bin 957 -> 957 bytes
.../VirtualBox/images/cd_unmount_disabled_16px.png | Bin 980 -> 969 bytes
.../Frontends/VirtualBox/images/cd_write_16px.png | Bin 933 -> 933 bytes
.../VirtualBox/images/commit_host_iface_16px.png | Bin 0 -> 708 bytes
.../VirtualBox/images/commit_host_iface_22px.png | Bin 0 -> 1062 bytes
.../images/commit_host_iface_disabled_16px.png | Bin 0 -> 681 bytes
.../images/commit_host_iface_disabled_22px.png | Bin 0 -> 1037 bytes
.../Frontends/VirtualBox/images/diskimage_22px.png | Bin 0 -> 1055 bytes
.../VirtualBox/images/display_hardware_16px.png | Bin 507 -> 546 bytes
.../images/display_hardware_write_16px.png | Bin 616 -> 696 bytes
.../VirtualBox/images/display_software_16px.png | Bin 397 -> 520 bytes
.../VirtualBox/images/download_manager_16px.png | Bin 0 -> 598 bytes
.../VirtualBox/images/download_manager_32px.png | Bin 0 -> 1600 bytes
.../images/download_manager_error_16px.png | Bin 0 -> 757 bytes
.../images/download_manager_loading_16px.png | Bin 0 -> 752 bytes
.../Frontends/VirtualBox/images/edata_add_16px.png | Bin 639 -> 639 bytes
.../Frontends/VirtualBox/images/edata_add_22px.png | Bin 937 -> 944 bytes
.../VirtualBox/images/edata_add_disabled_16px.png | Bin 613 -> 613 bytes
.../VirtualBox/images/edata_add_disabled_22px.png | Bin 831 -> 882 bytes
.../VirtualBox/images/edata_load_16px.png | Bin 670 -> 670 bytes
.../VirtualBox/images/edata_load_22px.png | Bin 1016 -> 1053 bytes
.../VirtualBox/images/edata_load_disabled_16px.png | Bin 658 -> 658 bytes
.../VirtualBox/images/edata_load_disabled_22px.png | Bin 940 -> 1004 bytes
.../VirtualBox/images/edata_remove_16px.png | Bin 548 -> 736 bytes
.../VirtualBox/images/edata_remove_22px.png | Bin 772 -> 1130 bytes
.../images/edata_remove_disabled_16px.png | Bin 530 -> 715 bytes
.../images/edata_remove_disabled_22px.png | Bin 711 -> 1062 bytes
.../VirtualBox/images/edata_save_16px.png | Bin 682 -> 682 bytes
.../VirtualBox/images/edata_save_22px.png | Bin 1021 -> 998 bytes
.../VirtualBox/images/edata_save_disabled_16px.png | Bin 666 -> 666 bytes
.../VirtualBox/images/edata_save_disabled_22px.png | Bin 957 -> 944 bytes
.../VirtualBox/images/edataglobal_32px.png | Bin 460 -> 246 bytes
.../Frontends/VirtualBox/images/edataman_16px.png | Bin 685 -> 687 bytes
.../Frontends/VirtualBox/images/edataman_32px.png | Bin 1744 -> 1632 bytes
.../VirtualBox/images/edit_host_iface_16px.png | Bin 0 -> 730 bytes
.../VirtualBox/images/edit_host_iface_22px.png | Bin 0 -> 1073 bytes
.../images/edit_host_iface_disabled_16px.png | Bin 0 -> 709 bytes
.../images/edit_host_iface_disabled_22px.png | Bin 0 -> 1050 bytes
.../VirtualBox/images/extension_pack_16px.png | Bin 443 -> 571 bytes
.../VirtualBox/images/extension_pack_24px.png | Bin 564 -> 886 bytes
.../VirtualBox/images/extension_pack_32px.png | Bin 963 -> 1387 bytes
.../images/extension_pack_install_16px.png | Bin 709 -> 716 bytes
.../extension_pack_install_disabled_16px.png | Bin 685 -> 687 bytes
.../images/extension_pack_uninstall_16px.png | Bin 781 -> 823 bytes
.../extension_pack_uninstall_disabled_16px.png | Bin 700 -> 780 bytes
.../images/extension_pack_warning_16px.png | Bin 705 -> 765 bytes
src/VBox/Frontends/VirtualBox/images/fd_16px.png | Bin 484 -> 484 bytes
.../Frontends/VirtualBox/images/fd_add_16px.png | Bin 675 -> 675 bytes
.../VirtualBox/images/fd_add_disabled_16px.png | Bin 636 -> 636 bytes
.../Frontends/VirtualBox/images/fd_copy_16px.png | Bin 596 -> 596 bytes
.../Frontends/VirtualBox/images/fd_copy_22px.png | Bin 773 -> 773 bytes
.../VirtualBox/images/fd_copy_disabled_16px.png | Bin 553 -> 553 bytes
.../VirtualBox/images/fd_copy_disabled_22px.png | Bin 712 -> 712 bytes
.../VirtualBox/images/fd_disabled_16px.png | Bin 461 -> 461 bytes
.../Frontends/VirtualBox/images/fd_modify_16px.png | Bin 645 -> 747 bytes
.../Frontends/VirtualBox/images/fd_modify_22px.png | Bin 961 -> 1152 bytes
.../VirtualBox/images/fd_modify_disabled_16px.png | Bin 623 -> 715 bytes
.../VirtualBox/images/fd_modify_disabled_22px.png | Bin 901 -> 1057 bytes
.../Frontends/VirtualBox/images/fd_read_16px.png | Bin 649 -> 649 bytes
.../VirtualBox/images/fd_release_16px.png | Bin 760 -> 760 bytes
.../VirtualBox/images/fd_release_22px.png | Bin 1012 -> 1045 bytes
.../VirtualBox/images/fd_release_disabled_16px.png | Bin 715 -> 715 bytes
.../VirtualBox/images/fd_release_disabled_22px.png | Bin 919 -> 924 bytes
.../Frontends/VirtualBox/images/fd_remove_16px.png | Bin 558 -> 774 bytes
.../Frontends/VirtualBox/images/fd_remove_22px.png | Bin 739 -> 1161 bytes
.../VirtualBox/images/fd_remove_disabled_16px.png | Bin 525 -> 721 bytes
.../VirtualBox/images/fd_remove_disabled_22px.png | Bin 671 -> 1061 bytes
.../VirtualBox/images/fd_unmount_16px.png | Bin 774 -> 774 bytes
.../VirtualBox/images/fd_unmount_disabled_16px.png | Bin 721 -> 721 bytes
.../Frontends/VirtualBox/images/fd_write_16px.png | Bin 646 -> 646 bytes
.../Frontends/VirtualBox/images/floppy_16px.png | Bin 769 -> 769 bytes
.../VirtualBox/images/floppy_add_16px.png | Bin 871 -> 871 bytes
.../VirtualBox/images/floppy_add_disabled_16px.png | Bin 840 -> 840 bytes
.../VirtualBox/images/floppy_collapse_16px.png | Bin 784 -> 784 bytes
.../VirtualBox/images/floppy_expand_16px.png | Bin 848 -> 848 bytes
src/VBox/Frontends/VirtualBox/images/hd_16px.png | Bin 732 -> 740 bytes
src/VBox/Frontends/VirtualBox/images/hd_24px.png | Bin 1155 -> 1336 bytes
src/VBox/Frontends/VirtualBox/images/hd_32px.png | Bin 1827 -> 1986 bytes
.../Frontends/VirtualBox/images/hd_add_16px.png | Bin 809 -> 820 bytes
.../VirtualBox/images/hd_add_disabled_16px.png | Bin 774 -> 767 bytes
.../Frontends/VirtualBox/images/hd_copy_16px.png | Bin 738 -> 746 bytes
.../Frontends/VirtualBox/images/hd_copy_22px.png | Bin 1027 -> 1072 bytes
.../VirtualBox/images/hd_copy_disabled_16px.png | Bin 698 -> 733 bytes
.../VirtualBox/images/hd_copy_disabled_22px.png | Bin 951 -> 1037 bytes
.../VirtualBox/images/hd_disabled_16px.png | Bin 697 -> 704 bytes
.../Frontends/VirtualBox/images/hd_modify_16px.png | Bin 847 -> 884 bytes
.../Frontends/VirtualBox/images/hd_modify_22px.png | Bin 1229 -> 1365 bytes
.../VirtualBox/images/hd_modify_disabled_16px.png | Bin 815 -> 846 bytes
.../VirtualBox/images/hd_modify_disabled_22px.png | Bin 1207 -> 1321 bytes
.../Frontends/VirtualBox/images/hd_new_16px.png | Bin 848 -> 857 bytes
.../VirtualBox/images/hd_new_disabled_16px.png | Bin 815 -> 824 bytes
.../Frontends/VirtualBox/images/hd_read_16px.png | Bin 856 -> 859 bytes
.../VirtualBox/images/hd_release_16px.png | Bin 870 -> 871 bytes
.../VirtualBox/images/hd_release_22px.png | Bin 1217 -> 1353 bytes
.../VirtualBox/images/hd_release_disabled_16px.png | Bin 826 -> 822 bytes
.../VirtualBox/images/hd_release_disabled_22px.png | Bin 1160 -> 1281 bytes
.../Frontends/VirtualBox/images/hd_remove_16px.png | Bin 741 -> 892 bytes
.../Frontends/VirtualBox/images/hd_remove_22px.png | Bin 1010 -> 1403 bytes
.../VirtualBox/images/hd_remove_disabled_16px.png | Bin 701 -> 860 bytes
.../VirtualBox/images/hd_remove_disabled_22px.png | Bin 947 -> 1342 bytes
.../VirtualBox/images/hd_settings_16px.png | Bin 875 -> 884 bytes
.../images/hd_settings_disabled_16px.png | Bin 847 -> 846 bytes
.../VirtualBox/images/hd_warning_16px.png | Bin 793 -> 804 bytes
.../Frontends/VirtualBox/images/hd_write_16px.png | Bin 851 -> 855 bytes
.../images/hidpi/add_host_iface_16px_hidpi.png | Bin 1321 -> 1335 bytes
.../images/hidpi/add_host_iface_22px_hidpi.png | Bin 0 -> 2064 bytes
.../hidpi/add_host_iface_disabled_16px_hidpi.png | Bin 1153 -> 1152 bytes
.../hidpi/add_host_iface_disabled_22px_hidpi.png | Bin 0 -> 1681 bytes
.../images/hidpi/adjust_win_size_16px_hidpi.png | Bin 1481 -> 1733 bytes
.../hidpi/adjust_win_size_disabled_16px_hidpi.png | Bin 1282 -> 1444 bytes
.../VirtualBox/images/hidpi/audio_16px_hidpi.png | Bin 0 -> 1671 bytes
.../images/hidpi/audio_all_off_16px_hidpi.png | Bin 0 -> 1632 bytes
.../images/hidpi/audio_input_16px_hidpi.png | Bin 0 -> 1209 bytes
.../images/hidpi/audio_input_off_16px_hidpi.png | Bin 0 -> 1702 bytes
.../images/hidpi/audio_input_on_16px_hidpi.png | Bin 0 -> 1138 bytes
.../images/hidpi/audio_output_16px_hidpi.png | Bin 0 -> 1518 bytes
.../images/hidpi/audio_output_off_16px_hidpi.png | Bin 0 -> 1741 bytes
.../images/hidpi/audio_output_on_16px_hidpi.png | Bin 0 -> 1298 bytes
.../images/hidpi/auto_resize_on_16px_hidpi.png | Bin 1099 -> 1317 bytes
.../hidpi/auto_resize_on_disabled_16px_hidpi.png | Bin 934 -> 1030 bytes
.../images/hidpi/auto_resize_on_on_16px_hidpi.png | Bin 1001 -> 1179 bytes
.../auto_resize_on_on_disabled_16px_hidpi.png | Bin 882 -> 995 bytes
.../VirtualBox/images/hidpi/cd_16px_hidpi.png | Bin 2160 -> 2329 bytes
.../VirtualBox/images/hidpi/cd_add_16px_hidpi.png | Bin 2329 -> 2456 bytes
.../images/hidpi/cd_add_disabled_16px_hidpi.png | Bin 2250 -> 2264 bytes
.../VirtualBox/images/hidpi/cd_copy_16px_hidpi.png | Bin 1934 -> 2136 bytes
.../VirtualBox/images/hidpi/cd_copy_22px_hidpi.png | Bin 2837 -> 3282 bytes
.../images/hidpi/cd_copy_disabled_16px_hidpi.png | Bin 1985 -> 2169 bytes
.../images/hidpi/cd_copy_disabled_22px_hidpi.png | Bin 2952 -> 3157 bytes
.../images/hidpi/cd_disabled_16px_hidpi.png | Bin 2137 -> 2314 bytes
.../images/hidpi/cd_modify_16px_hidpi.png | Bin 2398 -> 2607 bytes
.../images/hidpi/cd_modify_22px_hidpi.png | Bin 3668 -> 4266 bytes
.../images/hidpi/cd_modify_disabled_16px_hidpi.png | Bin 2378 -> 2563 bytes
.../images/hidpi/cd_modify_disabled_22px_hidpi.png | Bin 3406 -> 3834 bytes
.../VirtualBox/images/hidpi/cd_read_16px_hidpi.png | Bin 2428 -> 2525 bytes
.../images/hidpi/cd_release_16px_hidpi.png | Bin 2467 -> 2616 bytes
.../images/hidpi/cd_release_22px_hidpi.png | Bin 3846 -> 4123 bytes
.../hidpi/cd_release_disabled_16px_hidpi.png | Bin 2402 -> 2508 bytes
.../hidpi/cd_release_disabled_22px_hidpi.png | Bin 3513 -> 3632 bytes
.../images/hidpi/cd_remove_16px_hidpi.png | Bin 2050 -> 2649 bytes
.../images/hidpi/cd_remove_22px_hidpi.png | Bin 3206 -> 4333 bytes
.../images/hidpi/cd_remove_disabled_16px_hidpi.png | Bin 1979 -> 2529 bytes
.../images/hidpi/cd_remove_disabled_22px_hidpi.png | Bin 2962 -> 3845 bytes
.../images/hidpi/cd_unmount_16px_hidpi.png | Bin 2526 -> 2649 bytes
.../hidpi/cd_unmount_disabled_16px_hidpi.png | Bin 2488 -> 2529 bytes
.../images/hidpi/cd_write_16px_hidpi.png | Bin 2358 -> 2464 bytes
.../images/hidpi/commit_host_iface_16px_hidpi.png | Bin 0 -> 1758 bytes
.../images/hidpi/commit_host_iface_22px_hidpi.png | Bin 0 -> 2771 bytes
.../commit_host_iface_disabled_16px_hidpi.png | Bin 0 -> 1722 bytes
.../commit_host_iface_disabled_22px_hidpi.png | Bin 0 -> 2491 bytes
.../images/hidpi/diskimage_22px_hidpi.png | Bin 0 -> 2439 bytes
.../images/hidpi/display_hardware_16px_hidpi.png | Bin 951 -> 1170 bytes
.../hidpi/display_hardware_write_16px_hidpi.png | Bin 1342 -> 1637 bytes
.../images/hidpi/display_software_16px_hidpi.png | Bin 682 -> 1117 bytes
.../images/hidpi/download_manager_16px_hidpi.png | Bin 0 -> 1600 bytes
.../images/hidpi/download_manager_32px_hidpi.png | Bin 0 -> 4034 bytes
.../hidpi/download_manager_error_16px_hidpi.png | Bin 0 -> 2201 bytes
.../hidpi/download_manager_loading_16px_hidpi.png | Bin 0 -> 2386 bytes
.../images/hidpi/edata_add_16px_hidpi.png | Bin 1357 -> 1376 bytes
.../images/hidpi/edata_add_22px_hidpi.png | Bin 1906 -> 1954 bytes
.../images/hidpi/edata_add_disabled_16px_hidpi.png | Bin 1145 -> 1142 bytes
.../images/hidpi/edata_add_disabled_22px_hidpi.png | Bin 1545 -> 1536 bytes
.../images/hidpi/edata_load_16px_hidpi.png | Bin 1559 -> 1614 bytes
.../images/hidpi/edata_load_22px_hidpi.png | Bin 2324 -> 2425 bytes
.../hidpi/edata_load_disabled_16px_hidpi.png | Bin 1496 -> 1496 bytes
.../hidpi/edata_load_disabled_22px_hidpi.png | Bin 2178 -> 2187 bytes
.../images/hidpi/edata_remove_16px_hidpi.png | Bin 1021 -> 1799 bytes
.../images/hidpi/edata_remove_22px_hidpi.png | Bin 1405 -> 2803 bytes
.../hidpi/edata_remove_disabled_16px_hidpi.png | Bin 897 -> 1653 bytes
.../hidpi/edata_remove_disabled_22px_hidpi.png | Bin 1247 -> 2469 bytes
.../images/hidpi/edata_save_16px_hidpi.png | Bin 1525 -> 1564 bytes
.../images/hidpi/edata_save_22px_hidpi.png | Bin 2157 -> 2247 bytes
.../hidpi/edata_save_disabled_16px_hidpi.png | Bin 1414 -> 1478 bytes
.../hidpi/edata_save_disabled_22px_hidpi.png | Bin 1999 -> 2003 bytes
.../images/hidpi/edataglobal_32px_hidpi.png | Bin 668 -> 356 bytes
.../images/hidpi/edataman_16px_hidpi.png | Bin 1744 -> 1632 bytes
.../images/hidpi/edataman_32px_hidpi.png | Bin 4251 -> 4387 bytes
.../images/hidpi/edit_host_iface_16px_hidpi.png | Bin 0 -> 1656 bytes
.../images/hidpi/edit_host_iface_22px_hidpi.png | Bin 0 -> 2888 bytes
.../hidpi/edit_host_iface_disabled_16px_hidpi.png | Bin 0 -> 1578 bytes
.../hidpi/edit_host_iface_disabled_22px_hidpi.png | Bin 0 -> 2702 bytes
.../images/hidpi/extension_pack_16px_hidpi.png | Bin 963 -> 1387 bytes
.../images/hidpi/extension_pack_24px_hidpi.png | Bin 1316 -> 2279 bytes
.../images/hidpi/extension_pack_32px_hidpi.png | Bin 2081 -> 3356 bytes
.../hidpi/extension_pack_install_16px_hidpi.png | Bin 1652 -> 1877 bytes
.../extension_pack_install_disabled_16px_hidpi.png | Bin 1538 -> 1490 bytes
.../hidpi/extension_pack_uninstall_16px_hidpi.png | Bin 1930 -> 2191 bytes
...xtension_pack_uninstall_disabled_16px_hidpi.png | Bin 1727 -> 1840 bytes
.../hidpi/extension_pack_warning_16px_hidpi.png | Bin 1695 -> 2037 bytes
.../VirtualBox/images/hidpi/fd_16px_hidpi.png | Bin 1060 -> 1073 bytes
.../VirtualBox/images/hidpi/fd_add_16px_hidpi.png | Bin 1659 -> 1675 bytes
.../images/hidpi/fd_add_disabled_16px_hidpi.png | Bin 1371 -> 1358 bytes
.../VirtualBox/images/hidpi/fd_copy_16px_hidpi.png | Bin 963 -> 1033 bytes
.../VirtualBox/images/hidpi/fd_copy_22px_hidpi.png | Bin 1511 -> 1554 bytes
.../images/hidpi/fd_copy_disabled_16px_hidpi.png | Bin 849 -> 882 bytes
.../images/hidpi/fd_copy_disabled_22px_hidpi.png | Bin 1251 -> 1271 bytes
.../images/hidpi/fd_disabled_16px_hidpi.png | Bin 867 -> 859 bytes
.../images/hidpi/fd_modify_16px_hidpi.png | Bin 1629 -> 1882 bytes
.../images/hidpi/fd_modify_22px_hidpi.png | Bin 2228 -> 3112 bytes
.../images/hidpi/fd_modify_disabled_16px_hidpi.png | Bin 1429 -> 1637 bytes
.../images/hidpi/fd_modify_disabled_22px_hidpi.png | Bin 1897 -> 2677 bytes
.../VirtualBox/images/hidpi/fd_read_16px_hidpi.png | Bin 1641 -> 1646 bytes
.../images/hidpi/fd_release_16px_hidpi.png | Bin 1832 -> 1875 bytes
.../images/hidpi/fd_release_22px_hidpi.png | Bin 2433 -> 2493 bytes
.../hidpi/fd_release_disabled_16px_hidpi.png | Bin 1597 -> 1613 bytes
.../hidpi/fd_release_disabled_22px_hidpi.png | Bin 2058 -> 2058 bytes
.../images/hidpi/fd_remove_16px_hidpi.png | Bin 1215 -> 2019 bytes
.../images/hidpi/fd_remove_22px_hidpi.png | Bin 1580 -> 3070 bytes
.../images/hidpi/fd_remove_disabled_16px_hidpi.png | Bin 1036 -> 1761 bytes
.../images/hidpi/fd_remove_disabled_22px_hidpi.png | Bin 1297 -> 2495 bytes
.../images/hidpi/fd_unmount_16px_hidpi.png | Bin 2010 -> 2019 bytes
.../hidpi/fd_unmount_disabled_16px_hidpi.png | Bin 1775 -> 1761 bytes
.../images/hidpi/fd_write_16px_hidpi.png | Bin 1598 -> 1587 bytes
.../VirtualBox/images/hidpi/floppy_16px_hidpi.png | Bin 1599 -> 1659 bytes
.../images/hidpi/floppy_add_16px_hidpi.png | Bin 2029 -> 2040 bytes
.../hidpi/floppy_add_disabled_16px_hidpi.png | Bin 1814 -> 1906 bytes
.../images/hidpi/floppy_collapse_16px_hidpi.png | Bin 1792 -> 1853 bytes
.../images/hidpi/floppy_expand_16px_hidpi.png | Bin 1987 -> 2001 bytes
.../VirtualBox/images/hidpi/hd_16px_hidpi.png | Bin 1827 -> 1986 bytes
.../VirtualBox/images/hidpi/hd_24px_hidpi.png | Bin 2767 -> 3451 bytes
.../VirtualBox/images/hidpi/hd_32px_hidpi.png | Bin 4479 -> 5079 bytes
.../VirtualBox/images/hidpi/hd_add_16px_hidpi.png | Bin 2027 -> 2162 bytes
.../images/hidpi/hd_add_disabled_16px_hidpi.png | Bin 1787 -> 1928 bytes
.../VirtualBox/images/hidpi/hd_copy_16px_hidpi.png | Bin 1463 -> 1813 bytes
.../VirtualBox/images/hidpi/hd_copy_22px_hidpi.png | Bin 2443 -> 2674 bytes
.../images/hidpi/hd_copy_disabled_16px_hidpi.png | Bin 1394 -> 1716 bytes
.../images/hidpi/hd_copy_disabled_22px_hidpi.png | Bin 2311 -> 2508 bytes
.../images/hidpi/hd_disabled_16px_hidpi.png | Bin 1731 -> 1881 bytes
.../images/hidpi/hd_modify_16px_hidpi.png | Bin 2224 -> 2396 bytes
.../images/hidpi/hd_modify_22px_hidpi.png | Bin 3277 -> 3910 bytes
.../images/hidpi/hd_modify_disabled_16px_hidpi.png | Bin 2127 -> 2271 bytes
.../images/hidpi/hd_modify_disabled_22px_hidpi.png | Bin 2947 -> 3473 bytes
.../VirtualBox/images/hidpi/hd_new_16px_hidpi.png | Bin 2191 -> 2315 bytes
.../images/hidpi/hd_new_disabled_16px_hidpi.png | Bin 2127 -> 2207 bytes
.../VirtualBox/images/hidpi/hd_read_16px_hidpi.png | Bin 2226 -> 2360 bytes
.../images/hidpi/hd_release_16px_hidpi.png | Bin 2242 -> 2385 bytes
.../images/hidpi/hd_release_22px_hidpi.png | Bin 3363 -> 3789 bytes
.../hidpi/hd_release_disabled_16px_hidpi.png | Bin 2144 -> 2241 bytes
.../hidpi/hd_release_disabled_22px_hidpi.png | Bin 3070 -> 3333 bytes
.../images/hidpi/hd_remove_16px_hidpi.png | Bin 1765 -> 2454 bytes
.../images/hidpi/hd_remove_22px_hidpi.png | Bin 2562 -> 3949 bytes
.../images/hidpi/hd_remove_disabled_16px_hidpi.png | Bin 1650 -> 2296 bytes
.../images/hidpi/hd_remove_disabled_22px_hidpi.png | Bin 2344 -> 3395 bytes
.../images/hidpi/hd_settings_16px_hidpi.png | Bin 2348 -> 2396 bytes
.../hidpi/hd_settings_disabled_16px_hidpi.png | Bin 2233 -> 2271 bytes
.../images/hidpi/hd_warning_16px_hidpi.png | Bin 2160 -> 2266 bytes
.../images/hidpi/hd_write_16px_hidpi.png | Bin 2155 -> 2310 bytes
.../images/hidpi/host_iface_manager_16px_hidpi.png | Bin 0 -> 1086 bytes
.../images/hidpi/host_iface_manager_22px_hidpi.png | Bin 0 -> 1525 bytes
.../images/hidpi/host_iface_manager_32px_hidpi.png | Bin 0 -> 2094 bytes
.../VirtualBox/images/hidpi/machine_16px_hidpi.png | Bin 738 -> 964 bytes
.../VirtualBox/images/hidpi/machine_24px_hidpi.png | Bin 886 -> 1199 bytes
.../VirtualBox/images/hidpi/machine_32px_hidpi.png | Bin 1218 -> 2035 bytes
.../images/hidpi/machine_abstract_16px_hidpi.png | Bin 595 -> 854 bytes
.../hidpi/machine_details_manager_16px_hidpi.png | Bin 0 -> 1193 bytes
.../hidpi/machine_details_manager_22px_hidpi.png | Bin 0 -> 1626 bytes
.../images/hidpi/machine_warning_16px_hidpi.png | Bin 1502 -> 1704 bytes
.../VirtualBox/images/hidpi/menubar_16px_hidpi.png | Bin 608 -> 870 bytes
.../images/hidpi/menubar_disabled_16px_hidpi.png | Bin 531 -> 666 bytes
.../images/hidpi/menubar_on_16px_hidpi.png | Bin 760 -> 903 bytes
.../hidpi/menubar_on_disabled_16px_hidpi.png | Bin 690 -> 752 bytes
.../images/hidpi/menubar_settings_16px_hidpi.png | Bin 1634 -> 1716 bytes
.../hidpi/menubar_settings_disabled_16px_hidpi.png | Bin 1481 -> 1478 bytes
.../VirtualBox/images/hidpi/nw_16px_hidpi.png | Bin 863 -> 855 bytes
.../VirtualBox/images/hidpi/nw_24px_hidpi.png | Bin 1002 -> 1220 bytes
.../VirtualBox/images/hidpi/nw_32px_hidpi.png | Bin 1284 -> 1872 bytes
.../images/hidpi/nw_disabled_16px_hidpi.png | Bin 763 -> 693 bytes
.../images/hidpi/nw_disconnected_16px_hidpi.png | Bin 853 -> 789 bytes
.../images/hidpi/nw_error_16px_hidpi.png | Bin 1745 -> 1763 bytes
.../images/hidpi/nw_loading_16px_hidpi.png | Bin 1971 -> 2022 bytes
.../VirtualBox/images/hidpi/nw_read_16px_hidpi.png | Bin 1367 -> 1419 bytes
.../images/hidpi/nw_settings_16px_hidpi.png | Bin 1655 -> 1640 bytes
.../hidpi/nw_settings_disabled_16px_hidpi.png | Bin 1532 -> 1441 bytes
.../images/hidpi/nw_warning_16px_hidpi.png | Bin 1503 -> 1520 bytes
.../images/hidpi/nw_write_16px_hidpi.png | Bin 1297 -> 1349 bytes
.../images/hidpi/os_archlinux_64_hidpi.png | Bin 4977 -> 4258 bytes
.../VirtualBox/images/hidpi/os_archlinux_hidpi.png | Bin 4248 -> 3932 bytes
.../VirtualBox/images/hidpi/os_debian_64_hidpi.png | Bin 6386 -> 5688 bytes
.../VirtualBox/images/hidpi/os_debian_hidpi.png | Bin 5888 -> 5434 bytes
.../VirtualBox/images/hidpi/os_dos_hidpi.png | Bin 4255 -> 3948 bytes
.../VirtualBox/images/hidpi/os_fedora_64_hidpi.png | Bin 4025 -> 4013 bytes
.../VirtualBox/images/hidpi/os_fedora_hidpi.png | Bin 3385 -> 3693 bytes
.../images/hidpi/os_freebsd_64_hidpi.png | Bin 4576 -> 4435 bytes
.../VirtualBox/images/hidpi/os_freebsd_hidpi.png | Bin 4100 -> 4247 bytes
.../VirtualBox/images/hidpi/os_freedos_hidpi.png | Bin 5072 -> 0 bytes
.../VirtualBox/images/hidpi/os_gentoo_64_hidpi.png | Bin 4896 -> 4437 bytes
.../VirtualBox/images/hidpi/os_gentoo_hidpi.png | Bin 4386 -> 4116 bytes
.../VirtualBox/images/hidpi/os_jrockitve_hidpi.png | Bin 4627 -> 4296 bytes
.../VirtualBox/images/hidpi/os_l4_hidpi.png | Bin 4690 -> 4600 bytes
.../VirtualBox/images/hidpi/os_linux22_hidpi.png | Bin 5248 -> 5509 bytes
.../images/hidpi/os_linux24_64_hidpi.png | Bin 5889 -> 5767 bytes
.../VirtualBox/images/hidpi/os_linux24_hidpi.png | Bin 5221 -> 5472 bytes
.../images/hidpi/os_linux26_64_hidpi.png | Bin 5981 -> 5878 bytes
.../VirtualBox/images/hidpi/os_linux26_hidpi.png | Bin 5301 -> 5575 bytes
.../VirtualBox/images/hidpi/os_linux_64_hidpi.png | Bin 0 -> 4988 bytes
.../VirtualBox/images/hidpi/os_linux_hidpi.png | Bin 4471 -> 4678 bytes
.../images/hidpi/os_linux_other_hidpi.png | Bin 5256 -> 0 bytes
.../VirtualBox/images/hidpi/os_macosx_64_hidpi.png | Bin 5152 -> 4305 bytes
.../VirtualBox/images/hidpi/os_macosx_hidpi.png | Bin 5056 -> 4303 bytes
.../images/hidpi/os_mandriva_64_hidpi.png | Bin 5394 -> 4529 bytes
.../VirtualBox/images/hidpi/os_mandriva_hidpi.png | Bin 4725 -> 4082 bytes
.../VirtualBox/images/hidpi/os_mint_64_hidpi.png | Bin 3030 -> 0 bytes
.../VirtualBox/images/hidpi/os_mint_hidpi.png | Bin 2356 -> 0 bytes
.../VirtualBox/images/hidpi/os_netbsd_64_hidpi.png | Bin 5306 -> 4607 bytes
.../VirtualBox/images/hidpi/os_netbsd_hidpi.png | Bin 4933 -> 4374 bytes
.../VirtualBox/images/hidpi/os_netware_hidpi.png | Bin 6512 -> 5208 bytes
.../images/hidpi/os_openbsd_64_hidpi.png | Bin 6951 -> 6470 bytes
.../VirtualBox/images/hidpi/os_openbsd_hidpi.png | Bin 6463 -> 6342 bytes
.../images/hidpi/os_opensuse_64_hidpi.png | Bin 7872 -> 7656 bytes
.../VirtualBox/images/hidpi/os_opensuse_hidpi.png | Bin 7229 -> 7545 bytes
.../VirtualBox/images/hidpi/os_oracle_64_hidpi.png | Bin 6872 -> 6043 bytes
.../VirtualBox/images/hidpi/os_oracle_hidpi.png | Bin 6679 -> 6195 bytes
.../images/hidpi/os_oraclesolaris_64_hidpi.png | Bin 3909 -> 3153 bytes
.../images/hidpi/os_oraclesolaris_hidpi.png | Bin 3234 -> 2823 bytes
.../VirtualBox/images/hidpi/os_os2_other_hidpi.png | Bin 6672 -> 5964 bytes
.../VirtualBox/images/hidpi/os_os2ecs_hidpi.png | Bin 5308 -> 5079 bytes
.../VirtualBox/images/hidpi/os_os2warp3_hidpi.png | Bin 6780 -> 6180 bytes
.../VirtualBox/images/hidpi/os_os2warp45_hidpi.png | Bin 5148 -> 4823 bytes
.../VirtualBox/images/hidpi/os_os2warp4_hidpi.png | Bin 4822 -> 4504 bytes
.../VirtualBox/images/hidpi/os_other_64_hidpi.png | Bin 5022 -> 4236 bytes
.../VirtualBox/images/hidpi/os_other_hidpi.png | Bin 5058 -> 4464 bytes
.../VirtualBox/images/hidpi/os_qnx_hidpi.png | Bin 6583 -> 6687 bytes
.../VirtualBox/images/hidpi/os_redhat_64_hidpi.png | Bin 6082 -> 5902 bytes
.../VirtualBox/images/hidpi/os_redhat_hidpi.png | Bin 5447 -> 5615 bytes
.../images/hidpi/os_solaris_64_hidpi.png | Bin 5651 -> 4744 bytes
.../VirtualBox/images/hidpi/os_solaris_hidpi.png | Bin 5235 -> 4476 bytes
.../images/hidpi/os_turbolinux_64_hidpi.png | Bin 4934 -> 4123 bytes
.../images/hidpi/os_turbolinux_hidpi.png | Bin 4835 -> 4192 bytes
.../VirtualBox/images/hidpi/os_ubuntu_64_hidpi.png | Bin 5371 -> 4463 bytes
.../VirtualBox/images/hidpi/os_ubuntu_hidpi.png | Bin 5006 -> 4309 bytes
.../VirtualBox/images/hidpi/os_win10_64_hidpi.png | Bin 7389 -> 6092 bytes
.../VirtualBox/images/hidpi/os_win10_hidpi.png | Bin 7531 -> 6454 bytes
.../images/hidpi/os_win2k12_64_hidpi.png | Bin 7172 -> 6181 bytes
.../images/hidpi/os_win2k16_64_hidpi.png | Bin 7712 -> 6391 bytes
.../VirtualBox/images/hidpi/os_win2k3_64_hidpi.png | Bin 7610 -> 6275 bytes
.../VirtualBox/images/hidpi/os_win2k3_hidpi.png | Bin 7773 -> 6653 bytes
.../VirtualBox/images/hidpi/os_win2k8_64_hidpi.png | Bin 7658 -> 6322 bytes
.../VirtualBox/images/hidpi/os_win2k8_hidpi.png | Bin 7821 -> 6693 bytes
.../VirtualBox/images/hidpi/os_win2k_hidpi.png | Bin 7682 -> 6292 bytes
.../VirtualBox/images/hidpi/os_win31_hidpi.png | Bin 7710 -> 6481 bytes
.../VirtualBox/images/hidpi/os_win7_64_hidpi.png | Bin 7409 -> 5768 bytes
.../VirtualBox/images/hidpi/os_win7_hidpi.png | Bin 7555 -> 6146 bytes
.../VirtualBox/images/hidpi/os_win81_64_hidpi.png | Bin 7651 -> 6078 bytes
.../VirtualBox/images/hidpi/os_win81_hidpi.png | Bin 7802 -> 6454 bytes
.../VirtualBox/images/hidpi/os_win8_64_hidpi.png | Bin 7688 -> 6091 bytes
.../VirtualBox/images/hidpi/os_win8_hidpi.png | Bin 7826 -> 6467 bytes
.../VirtualBox/images/hidpi/os_win95_hidpi.png | Bin 7675 -> 6651 bytes
.../VirtualBox/images/hidpi/os_win98_hidpi.png | Bin 7894 -> 6867 bytes
.../images/hidpi/os_win_other_64_hidpi.png | Bin 0 -> 5406 bytes
.../VirtualBox/images/hidpi/os_win_other_hidpi.png | Bin 8014 -> 5769 bytes
.../VirtualBox/images/hidpi/os_winme_hidpi.png | Bin 7498 -> 6328 bytes
.../VirtualBox/images/hidpi/os_winnt4_hidpi.png | Bin 7398 -> 6412 bytes
.../images/hidpi/os_winvista_64_hidpi.png | Bin 7593 -> 6034 bytes
.../VirtualBox/images/hidpi/os_winvista_hidpi.png | Bin 7754 -> 6414 bytes
.../VirtualBox/images/hidpi/os_winxp_64_hidpi.png | Bin 7470 -> 6318 bytes
.../VirtualBox/images/hidpi/os_winxp_hidpi.png | Bin 7625 -> 6695 bytes
.../images/hidpi/os_xandros_64_hidpi.png | Bin 5224 -> 3891 bytes
.../VirtualBox/images/hidpi/os_xandros_hidpi.png | Bin 4759 -> 3544 bytes
.../images/hidpi/parallel_port_16px_hidpi.png | Bin 2104 -> 0 bytes
.../images/hidpi/parallel_port_24px_hidpi.png | Bin 3741 -> 0 bytes
.../images/hidpi/parallel_port_32px_hidpi.png | Bin 5607 -> 0 bytes
.../hidpi/parallel_port_warning_16px_hidpi.png | Bin 2416 -> 0 bytes
.../hidpi/progress_media_move_90px_hidpi.png | Bin 0 -> 18494 bytes
.../hidpi/progress_media_resize_90px_hidpi.png | Bin 0 -> 15842 bytes
.../images/hidpi/remove_host_iface_16px_hidpi.png | Bin 905 -> 1771 bytes
.../images/hidpi/remove_host_iface_22px_hidpi.png | Bin 0 -> 2864 bytes
.../remove_host_iface_disabled_16px_hidpi.png | Bin 821 -> 1684 bytes
.../remove_host_iface_disabled_22px_hidpi.png | Bin 0 -> 2637 bytes
.../VirtualBox/images/hidpi/restore_16px_hidpi.png | Bin 535 -> 813 bytes
.../images/hidpi/screenshot_take_16px_hidpi.png | Bin 1266 -> 1557 bytes
.../hidpi/screenshot_take_disabled_16px_hidpi.png | Bin 1161 -> 1400 bytes
.../VirtualBox/images/hidpi/sf_16px_hidpi.png | Bin 643 -> 1038 bytes
.../VirtualBox/images/hidpi/sf_24px_hidpi.png | Bin 966 -> 1576 bytes
.../VirtualBox/images/hidpi/sf_32px_hidpi.png | Bin 1433 -> 2424 bytes
.../VirtualBox/images/hidpi/sf_add_16px_hidpi.png | Bin 1335 -> 1565 bytes
.../images/hidpi/sf_add_disabled_16px_hidpi.png | Bin 1141 -> 1267 bytes
.../images/hidpi/sf_disabled_16px_hidpi.png | Bin 596 -> 830 bytes
.../VirtualBox/images/hidpi/sf_edit_16px_hidpi.png | Bin 1311 -> 1605 bytes
.../images/hidpi/sf_edit_disabled_16px_hidpi.png | Bin 1252 -> 1383 bytes
.../VirtualBox/images/hidpi/sf_read_16px_hidpi.png | Bin 1327 -> 1624 bytes
.../images/hidpi/sf_remove_16px_hidpi.png | Bin 831 -> 1904 bytes
.../images/hidpi/sf_remove_disabled_16px_hidpi.png | Bin 753 -> 1678 bytes
.../images/hidpi/sf_settings_16px_hidpi.png | Bin 1654 -> 1811 bytes
.../hidpi/sf_settings_disabled_16px_hidpi.png | Bin 1561 -> 1599 bytes
.../images/hidpi/sf_warning_16px_hidpi.png | Bin 1464 -> 1757 bytes
.../images/hidpi/sf_write_16px_hidpi.png | Bin 1255 -> 1553 bytes
.../hidpi/snapshot_commit_details_16px_hidpi.png | Bin 0 -> 2190 bytes
.../hidpi/snapshot_commit_details_22px_hidpi.png | Bin 0 -> 3524 bytes
...snapshot_commit_details_disabled_16px_hidpi.png | Bin 0 -> 2152 bytes
...snapshot_commit_details_disabled_22px_hidpi.png | Bin 0 -> 3114 bytes
.../images/hidpi/snapshot_delete_16px_hidpi.png | Bin 2280 -> 2379 bytes
.../images/hidpi/snapshot_delete_22px_hidpi.png | Bin 3722 -> 3938 bytes
.../hidpi/snapshot_delete_disabled_16px_hidpi.png | Bin 2148 -> 2256 bytes
.../hidpi/snapshot_delete_disabled_22px_hidpi.png | Bin 3262 -> 3423 bytes
.../images/hidpi/snapshot_manager_16px_hidpi.png | Bin 0 -> 1696 bytes
.../images/hidpi/snapshot_manager_22px_hidpi.png | Bin 0 -> 2362 bytes
.../images/hidpi/snapshot_offline_16px_hidpi.png | Bin 1785 -> 1927 bytes
.../images/hidpi/snapshot_online_16px_hidpi.png | Bin 2042 -> 2137 bytes
.../images/hidpi/snapshot_restore_16px_hidpi.png | Bin 2097 -> 2205 bytes
.../images/hidpi/snapshot_restore_22px_hidpi.png | Bin 3367 -> 3479 bytes
.../hidpi/snapshot_restore_disabled_16px_hidpi.png | Bin 2010 -> 2127 bytes
.../hidpi/snapshot_restore_disabled_22px_hidpi.png | Bin 3013 -> 3078 bytes
.../hidpi/snapshot_show_details_16px_hidpi.png | Bin 2070 -> 2339 bytes
.../hidpi/snapshot_show_details_22px_hidpi.png | Bin 3209 -> 3812 bytes
.../snapshot_show_details_disabled_16px_hidpi.png | Bin 1987 -> 2206 bytes
.../snapshot_show_details_disabled_22px_hidpi.png | Bin 2848 -> 3369 bytes
.../images/hidpi/snapshot_take_16px_hidpi.png | Bin 1559 -> 2050 bytes
.../images/hidpi/snapshot_take_22px_hidpi.png | Bin 2407 -> 3197 bytes
.../hidpi/snapshot_take_disabled_16px_hidpi.png | Bin 1427 -> 1831 bytes
.../hidpi/snapshot_take_disabled_22px_hidpi.png | Bin 2081 -> 2572 bytes
.../images/hidpi/state_aborted_16px_hidpi.png | Bin 1310 -> 1737 bytes
.../images/hidpi/state_discarding_16px_hidpi.png | Bin 2110 -> 1747 bytes
.../images/hidpi/state_paused_16px_hidpi.png | Bin 700 -> 1079 bytes
.../images/hidpi/state_powered_off_16px_hidpi.png | Bin 2195 -> 2218 bytes
.../images/hidpi/state_restoring_16px_hidpi.png | Bin 1831 -> 1523 bytes
.../images/hidpi/state_running_16px_hidpi.png | Bin 1792 -> 2047 bytes
.../images/hidpi/state_saved_16px_hidpi.png | Bin 1801 -> 1524 bytes
.../images/hidpi/state_saving_16px_hidpi.png | Bin 1857 -> 1515 bytes
.../images/hidpi/state_stuck_16px_hidpi.png | Bin 771 -> 1218 bytes
.../images/hidpi/statusbar_16px_hidpi.png | Bin 607 -> 885 bytes
.../images/hidpi/statusbar_disabled_16px_hidpi.png | Bin 510 -> 633 bytes
.../images/hidpi/statusbar_on_16px_hidpi.png | Bin 649 -> 883 bytes
.../hidpi/statusbar_on_disabled_16px_hidpi.png | Bin 605 -> 676 bytes
.../images/hidpi/statusbar_settings_16px_hidpi.png | Bin 1571 -> 1717 bytes
.../statusbar_settings_disabled_16px_hidpi.png | Bin 1429 -> 1414 bytes
.../hidpi/tools_banner_global_200px_hidpi.png | Bin 0 -> 93144 bytes
.../hidpi/tools_banner_machine_200px_hidpi.png | Bin 0 -> 45366 bytes
.../images/hidpi/tools_global_32px_hidpi.png | Bin 0 -> 4023 bytes
.../images/hidpi/tools_machine_32px_hidpi.png | Bin 0 -> 3757 bytes
.../VirtualBox/images/hidpi/usb_16px_hidpi.png | Bin 1953 -> 2073 bytes
.../VirtualBox/images/hidpi/usb_24px_hidpi.png | Bin 3093 -> 3111 bytes
.../VirtualBox/images/hidpi/usb_32px_hidpi.png | Bin 4396 -> 4581 bytes
.../VirtualBox/images/hidpi/usb_add_16px_hidpi.png | Bin 2092 -> 2225 bytes
.../images/hidpi/usb_add_disabled_16px_hidpi.png | Bin 1931 -> 2060 bytes
.../images/hidpi/usb_collapse_16px_hidpi.png | Bin 1915 -> 2027 bytes
.../images/hidpi/usb_disabled_16px_hidpi.png | Bin 1878 -> 1969 bytes
.../images/hidpi/usb_expand_16px_hidpi.png | Bin 2043 -> 2180 bytes
.../images/hidpi/usb_filter_edit_16px_hidpi.png | Bin 2335 -> 2470 bytes
.../hidpi/usb_filter_edit_disabled_16px_hidpi.png | Bin 2285 -> 2393 bytes
.../images/hidpi/usb_movedown_16px_hidpi.png | Bin 2366 -> 2479 bytes
.../hidpi/usb_movedown_disabled_16px_hidpi.png | Bin 2356 -> 2462 bytes
.../images/hidpi/usb_moveup_16px_hidpi.png | Bin 2334 -> 2474 bytes
.../hidpi/usb_moveup_disabled_16px_hidpi.png | Bin 2285 -> 2449 bytes
.../VirtualBox/images/hidpi/usb_new_16px_hidpi.png | Bin 2333 -> 2457 bytes
.../images/hidpi/usb_new_disabled_16px_hidpi.png | Bin 2285 -> 2393 bytes
.../images/hidpi/usb_read_16px_hidpi.png | Bin 2358 -> 2490 bytes
.../images/hidpi/usb_remove_16px_hidpi.png | Bin 1885 -> 2561 bytes
.../hidpi/usb_remove_disabled_16px_hidpi.png | Bin 1808 -> 2498 bytes
.../images/hidpi/usb_settings_16px_hidpi.png | Bin 2468 -> 2550 bytes
.../hidpi/usb_settings_disabled_16px_hidpi.png | Bin 2422 -> 2471 bytes
.../images/hidpi/usb_unavailable_16px_hidpi.png | Bin 2414 -> 2561 bytes
.../hidpi/usb_unavailable_disabled_16px_hidpi.png | Bin 2412 -> 2498 bytes
.../images/hidpi/usb_warning_16px_hidpi.png | Bin 2187 -> 2297 bytes
.../images/hidpi/usb_write_16px_hidpi.png | Bin 2296 -> 2427 bytes
.../images/hidpi/video_capture_16px_hidpi.png | Bin 870 -> 1319 bytes
.../hidpi/video_capture_disabled_16px_hidpi.png | Bin 825 -> 1104 bytes
.../images/hidpi/video_capture_on_16px_hidpi.png | Bin 930 -> 1255 bytes
.../hidpi/video_capture_on_disabled_16px_hidpi.png | Bin 896 -> 1104 bytes
.../hidpi/video_capture_settings_16px_hidpi.png | Bin 1765 -> 2011 bytes
.../images/hidpi/virtual_screen_16px_hidpi.png | Bin 1429 -> 1661 bytes
.../hidpi/virtual_screen_disabled_16px_hidpi.png | Bin 1325 -> 1403 bytes
.../VirtualBox/images/hidpi/vm_add_16px_hidpi.png | Bin 1229 -> 1299 bytes
.../images/hidpi/vm_clone_16px_hidpi.png | Bin 2242 -> 2235 bytes
.../images/hidpi/vm_clone_22px_hidpi.png | Bin 2994 -> 3040 bytes
.../images/hidpi/vm_clone_disabled_16px_hidpi.png | Bin 2203 -> 2196 bytes
.../images/hidpi/vm_clone_disabled_22px_hidpi.png | Bin 2939 -> 2977 bytes
.../images/hidpi/vm_create_shortcut_16px_hidpi.png | Bin 1405 -> 1548 bytes
.../vm_create_shortcut_disabled_16px_hidpi.png | Bin 1389 -> 1413 bytes
.../images/hidpi/vm_delete_16px_hidpi.png | Bin 2435 -> 2690 bytes
.../images/hidpi/vm_delete_32px_hidpi.png | Bin 5143 -> 5908 bytes
.../images/hidpi/vm_delete_disabled_16px_hidpi.png | Bin 2252 -> 2529 bytes
.../images/hidpi/vm_delete_disabled_32px_hidpi.png | Bin 4037 -> 4649 bytes
.../images/hidpi/vm_discard_16px_hidpi.png | Bin 1779 -> 1982 bytes
.../images/hidpi/vm_discard_32px_hidpi.png | Bin 3650 -> 4442 bytes
.../hidpi/vm_discard_disabled_16px_hidpi.png | Bin 1608 -> 1800 bytes
.../hidpi/vm_discard_disabled_32px_hidpi.png | Bin 2888 -> 3466 bytes
.../images/hidpi/vm_group_create_16px_hidpi.png | Bin 2051 -> 2119 bytes
.../hidpi/vm_group_create_disabled_16px_hidpi.png | Bin 1598 -> 1586 bytes
.../images/hidpi/vm_group_name_16px_hidpi.png | Bin 2059 -> 2130 bytes
.../hidpi/vm_group_name_disabled_16px_hidpi.png | Bin 1598 -> 1586 bytes
.../images/hidpi/vm_group_remove_16px_hidpi.png | Bin 2203 -> 2270 bytes
.../hidpi/vm_group_remove_disabled_16px_hidpi.png | Bin 1795 -> 1832 bytes
.../VirtualBox/images/hidpi/vm_new_16px_hidpi.png | Bin 2211 -> 2464 bytes
.../VirtualBox/images/hidpi/vm_new_32px_hidpi.png | Bin 5547 -> 6059 bytes
.../hidpi/vm_open_filemanager_16px_hidpi.png | Bin 392 -> 371 bytes
.../vm_open_filemanager_disabled_16px_hidpi.png | Bin 462 -> 382 bytes
.../images/hidpi/vm_pause_16px_hidpi.png | Bin 700 -> 1079 bytes
.../images/hidpi/vm_pause_disabled_16px_hidpi.png | Bin 604 -> 845 bytes
.../images/hidpi/vm_pause_on_16px_hidpi.png | Bin 811 -> 1037 bytes
.../hidpi/vm_pause_on_disabled_16px_hidpi.png | Bin 727 -> 833 bytes
.../images/hidpi/vm_poweroff_16px_hidpi.png | Bin 1482 -> 2442 bytes
.../hidpi/vm_poweroff_disabled_16px_hidpi.png | Bin 1458 -> 2248 bytes
.../images/hidpi/vm_reset_16px_hidpi.png | Bin 2306 -> 2554 bytes
.../images/hidpi/vm_reset_disabled_16px_hidpi.png | Bin 2225 -> 2429 bytes
.../images/hidpi/vm_save_state_16px_hidpi.png | Bin 1860 -> 679 bytes
.../hidpi/vm_save_state_disabled_16px_hidpi.png | Bin 1622 -> 587 bytes
.../images/hidpi/vm_settings_16px_hidpi.png | Bin 2411 -> 2458 bytes
.../images/hidpi/vm_settings_32px_hidpi.png | Bin 6097 -> 6124 bytes
.../hidpi/vm_settings_disabled_16px_hidpi.png | Bin 2242 -> 2317 bytes
.../hidpi/vm_settings_disabled_32px_hidpi.png | Bin 4959 -> 5220 bytes
.../images/hidpi/vm_show_logs_16px_hidpi.png | Bin 1354 -> 1347 bytes
.../images/hidpi/vm_show_logs_32px_hidpi.png | Bin 2592 -> 2868 bytes
.../hidpi/vm_show_logs_disabled_16px_hidpi.png | Bin 1218 -> 1214 bytes
.../hidpi/vm_show_logs_disabled_32px_hidpi.png | Bin 2384 -> 2581 bytes
.../images/hidpi/vm_shutdown_16px_hidpi.png | Bin 2203 -> 1691 bytes
.../hidpi/vm_shutdown_disabled_16px_hidpi.png | Bin 2161 -> 1613 bytes
.../images/hidpi/vm_start_16px_hidpi.png | Bin 1792 -> 2047 bytes
.../images/hidpi/vm_start_32px_hidpi.png | Bin 3799 -> 4748 bytes
.../images/hidpi/vm_start_disabled_16px_hidpi.png | Bin 1701 -> 1882 bytes
.../images/hidpi/vm_start_disabled_32px_hidpi.png | Bin 2993 -> 3651 bytes
.../images/hidpi/vm_start_headless_16px_hidpi.png | Bin 1858 -> 1868 bytes
.../images/hidpi/vm_start_separate_16px_hidpi.png | Bin 1889 -> 1897 bytes
.../VirtualBox/images/hidpi/vrdp_16px_hidpi.png | Bin 995 -> 1082 bytes
.../VirtualBox/images/hidpi/vrdp_24px_hidpi.png | Bin 1249 -> 1391 bytes
.../VirtualBox/images/hidpi/vrdp_32px_hidpi.png | Bin 1435 -> 2493 bytes
.../images/hidpi/vrdp_disabled_16px_hidpi.png | Bin 834 -> 844 bytes
.../VirtualBox/images/hidpi/vrdp_on_16px_hidpi.png | Bin 977 -> 1052 bytes
.../images/hidpi/vrdp_on_disabled_16px_hidpi.png | Bin 857 -> 870 bytes
.../images/hidpi/vrdp_warning_16px_hidpi.png | Bin 1603 -> 1708 bytes
.../images/hidpi/welcome_200px_hidpi.png | Bin 0 -> 139457 bytes
.../VirtualBox/images/host_iface_manager_16px.png | Bin 0 -> 575 bytes
.../VirtualBox/images/host_iface_manager_22px.png | Bin 0 -> 803 bytes
.../VirtualBox/images/host_iface_manager_32px.png | Bin 0 -> 1086 bytes
.../Frontends/VirtualBox/images/machine_16px.png | Bin 361 -> 453 bytes
.../Frontends/VirtualBox/images/machine_24px.png | Bin 445 -> 610 bytes
.../Frontends/VirtualBox/images/machine_32px.png | Bin 738 -> 964 bytes
.../VirtualBox/images/machine_abstract_16px.png | Bin 326 -> 445 bytes
.../images/machine_details_manager_16px.png | Bin 0 -> 557 bytes
.../images/machine_details_manager_22px.png | Bin 0 -> 815 bytes
.../VirtualBox/images/machine_warning_16px.png | Bin 655 -> 718 bytes
.../Frontends/VirtualBox/images/menubar_16px.png | Bin 346 -> 459 bytes
.../VirtualBox/images/menubar_disabled_16px.png | Bin 318 -> 407 bytes
.../VirtualBox/images/menubar_on_16px.png | Bin 422 -> 495 bytes
.../VirtualBox/images/menubar_on_disabled_16px.png | Bin 399 -> 448 bytes
.../VirtualBox/images/menubar_settings_16px.png | Bin 673 -> 744 bytes
.../images/menubar_settings_disabled_16px.png | Bin 635 -> 688 bytes
src/VBox/Frontends/VirtualBox/images/nw_16px.png | Bin 412 -> 450 bytes
src/VBox/Frontends/VirtualBox/images/nw_24px.png | Bin 481 -> 558 bytes
src/VBox/Frontends/VirtualBox/images/nw_32px.png | Bin 863 -> 855 bytes
.../VirtualBox/images/nw_disabled_16px.png | Bin 407 -> 439 bytes
.../VirtualBox/images/nw_disconnected_16px.png | Bin 422 -> 430 bytes
.../Frontends/VirtualBox/images/nw_error_16px.png | Bin 675 -> 695 bytes
.../VirtualBox/images/nw_loading_16px.png | Bin 672 -> 719 bytes
.../Frontends/VirtualBox/images/nw_read_16px.png | Bin 574 -> 628 bytes
.../VirtualBox/images/nw_settings_16px.png | Bin 650 -> 691 bytes
.../images/nw_settings_disabled_16px.png | Bin 631 -> 657 bytes
.../VirtualBox/images/nw_warning_16px.png | Bin 644 -> 678 bytes
.../Frontends/VirtualBox/images/nw_write_16px.png | Bin 562 -> 604 bytes
.../Frontends/VirtualBox/images/os_archlinux.png | Bin 1862 -> 1767 bytes
.../VirtualBox/images/os_archlinux_64.png | Bin 2108 -> 1848 bytes
src/VBox/Frontends/VirtualBox/images/os_debian.png | Bin 2341 -> 2132 bytes
.../Frontends/VirtualBox/images/os_debian_64.png | Bin 2525 -> 2173 bytes
src/VBox/Frontends/VirtualBox/images/os_dos.png | Bin 1988 -> 1847 bytes
src/VBox/Frontends/VirtualBox/images/os_fedora.png | Bin 1492 -> 1576 bytes
.../Frontends/VirtualBox/images/os_fedora_64.png | Bin 1781 -> 1649 bytes
.../Frontends/VirtualBox/images/os_freebsd.png | Bin 1724 -> 1741 bytes
.../Frontends/VirtualBox/images/os_freebsd_64.png | Bin 1933 -> 1764 bytes
src/VBox/Frontends/VirtualBox/images/os_gentoo.png | Bin 1782 -> 1654 bytes
.../Frontends/VirtualBox/images/os_gentoo_64.png | Bin 2005 -> 1717 bytes
.../Frontends/VirtualBox/images/os_jrockitve.png | Bin 2397 -> 1880 bytes
src/VBox/Frontends/VirtualBox/images/os_l4.png | Bin 1800 -> 1634 bytes
src/VBox/Frontends/VirtualBox/images/os_linux.png | Bin 1723 -> 1789 bytes
.../Frontends/VirtualBox/images/os_linux22.png | Bin 1975 -> 2063 bytes
.../Frontends/VirtualBox/images/os_linux24.png | Bin 1989 -> 2071 bytes
.../Frontends/VirtualBox/images/os_linux24_64.png | Bin 2268 -> 2136 bytes
.../Frontends/VirtualBox/images/os_linux26.png | Bin 2006 -> 2084 bytes
.../Frontends/VirtualBox/images/os_linux26_64.png | Bin 2289 -> 2148 bytes
.../Frontends/VirtualBox/images/os_linux_64.png | Bin 0 -> 1856 bytes
.../Frontends/VirtualBox/images/os_linux_other.png | Bin 2003 -> 0 bytes
src/VBox/Frontends/VirtualBox/images/os_macosx.png | Bin 2028 -> 1868 bytes
.../Frontends/VirtualBox/images/os_macosx_64.png | Bin 2113 -> 1808 bytes
.../Frontends/VirtualBox/images/os_mandriva.png | Bin 1890 -> 1718 bytes
.../Frontends/VirtualBox/images/os_mandriva_64.png | Bin 2185 -> 1849 bytes
src/VBox/Frontends/VirtualBox/images/os_netbsd.png | Bin 2001 -> 1837 bytes
.../Frontends/VirtualBox/images/os_netbsd_64.png | Bin 2166 -> 1853 bytes
.../Frontends/VirtualBox/images/os_netware.png | Bin 2308 -> 1815 bytes
.../Frontends/VirtualBox/images/os_openbsd.png | Bin 2314 -> 2334 bytes
.../Frontends/VirtualBox/images/os_openbsd_64.png | Bin 2515 -> 2324 bytes
.../Frontends/VirtualBox/images/os_opensuse.png | Bin 2329 -> 2442 bytes
.../Frontends/VirtualBox/images/os_opensuse_64.png | Bin 2579 -> 2437 bytes
src/VBox/Frontends/VirtualBox/images/os_oracle.png | Bin 2580 -> 2361 bytes
.../Frontends/VirtualBox/images/os_oracle_64.png | Bin 2613 -> 2287 bytes
.../VirtualBox/images/os_oraclesolaris.png | Bin 1451 -> 1284 bytes
.../VirtualBox/images/os_oraclesolaris_64.png | Bin 1752 -> 1365 bytes
.../Frontends/VirtualBox/images/os_os2_other.png | Bin 2762 -> 2537 bytes
src/VBox/Frontends/VirtualBox/images/os_os2ecs.png | Bin 2019 -> 1924 bytes
.../Frontends/VirtualBox/images/os_os2warp3.png | Bin 2689 -> 2547 bytes
.../Frontends/VirtualBox/images/os_os2warp4.png | Bin 2095 -> 1979 bytes
.../Frontends/VirtualBox/images/os_os2warp45.png | Bin 2183 -> 2050 bytes
src/VBox/Frontends/VirtualBox/images/os_other.png | Bin 1974 -> 1737 bytes
.../Frontends/VirtualBox/images/os_other_64.png | Bin 2002 -> 1615 bytes
src/VBox/Frontends/VirtualBox/images/os_qnx.png | Bin 2445 -> 2448 bytes
src/VBox/Frontends/VirtualBox/images/os_redhat.png | Bin 2073 -> 2017 bytes
.../Frontends/VirtualBox/images/os_redhat_64.png | Bin 2336 -> 2109 bytes
.../Frontends/VirtualBox/images/os_solaris.png | Bin 1959 -> 1725 bytes
.../Frontends/VirtualBox/images/os_solaris_64.png | Bin 2141 -> 1798 bytes
.../Frontends/VirtualBox/images/os_turbolinux.png | Bin 2083 -> 1897 bytes
.../VirtualBox/images/os_turbolinux_64.png | Bin 2160 -> 1833 bytes
src/VBox/Frontends/VirtualBox/images/os_ubuntu.png | Bin 1981 -> 1727 bytes
.../Frontends/VirtualBox/images/os_ubuntu_64.png | Bin 2148 -> 1749 bytes
src/VBox/Frontends/VirtualBox/images/os_win10.png | Bin 2676 -> 2316 bytes
.../Frontends/VirtualBox/images/os_win10_64.png | Bin 2673 -> 2155 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k.png | Bin 2734 -> 2263 bytes
.../Frontends/VirtualBox/images/os_win2k12_64.png | Bin 2581 -> 2182 bytes
.../Frontends/VirtualBox/images/os_win2k16_64.png | Bin 2791 -> 2254 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k3.png | Bin 2754 -> 2380 bytes
.../Frontends/VirtualBox/images/os_win2k3_64.png | Bin 2733 -> 2212 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k8.png | Bin 2736 -> 2386 bytes
.../Frontends/VirtualBox/images/os_win2k8_64.png | Bin 2710 -> 2221 bytes
src/VBox/Frontends/VirtualBox/images/os_win31.png | Bin 2690 -> 2336 bytes
src/VBox/Frontends/VirtualBox/images/os_win7.png | Bin 2636 -> 2242 bytes
.../Frontends/VirtualBox/images/os_win7_64.png | Bin 2637 -> 2076 bytes
src/VBox/Frontends/VirtualBox/images/os_win8.png | Bin 2733 -> 2316 bytes
src/VBox/Frontends/VirtualBox/images/os_win81.png | Bin 2698 -> 2320 bytes
.../Frontends/VirtualBox/images/os_win81_64.png | Bin 2692 -> 2157 bytes
.../Frontends/VirtualBox/images/os_win8_64.png | Bin 2724 -> 2151 bytes
src/VBox/Frontends/VirtualBox/images/os_win95.png | Bin 2692 -> 2378 bytes
src/VBox/Frontends/VirtualBox/images/os_win98.png | Bin 2741 -> 2389 bytes
.../Frontends/VirtualBox/images/os_win_other.png | Bin 2697 -> 2146 bytes
.../VirtualBox/images/os_win_other_64.png | Bin 0 -> 1985 bytes
src/VBox/Frontends/VirtualBox/images/os_winme.png | Bin 2595 -> 2295 bytes
src/VBox/Frontends/VirtualBox/images/os_winnt4.png | Bin 2616 -> 2296 bytes
.../Frontends/VirtualBox/images/os_winvista.png | Bin 2706 -> 2337 bytes
.../Frontends/VirtualBox/images/os_winvista_64.png | Bin 2687 -> 2171 bytes
src/VBox/Frontends/VirtualBox/images/os_winxp.png | Bin 2691 -> 2391 bytes
.../Frontends/VirtualBox/images/os_winxp_64.png | Bin 2682 -> 2229 bytes
.../Frontends/VirtualBox/images/os_xandros.png | Bin 1734 -> 1308 bytes
.../Frontends/VirtualBox/images/os_xandros_64.png | Bin 1932 -> 1434 bytes
.../VirtualBox/images/parallel_port_16px.png | Bin 776 -> 0 bytes
.../VirtualBox/images/parallel_port_24px.png | Bin 1225 -> 0 bytes
.../VirtualBox/images/parallel_port_32px.png | Bin 2104 -> 0 bytes
.../images/parallel_port_warning_16px.png | Bin 816 -> 0 bytes
.../VirtualBox/images/progress_media_move_90px.png | Bin 0 -> 8437 bytes
.../images/progress_media_resize_90px.png | Bin 0 -> 8151 bytes
.../VirtualBox/images/remove_host_iface_16px.png | Bin 529 -> 731 bytes
.../VirtualBox/images/remove_host_iface_22px.png | Bin 0 -> 1075 bytes
.../images/remove_host_iface_disabled_16px.png | Bin 503 -> 708 bytes
.../images/remove_host_iface_disabled_22px.png | Bin 0 -> 1062 bytes
.../Frontends/VirtualBox/images/restore_16px.png | Bin 316 -> 412 bytes
.../VirtualBox/images/screenshot_take_16px.png | Bin 611 -> 632 bytes
.../images/screenshot_take_disabled_16px.png | Bin 591 -> 607 bytes
src/VBox/Frontends/VirtualBox/images/sf_16px.png | Bin 362 -> 445 bytes
src/VBox/Frontends/VirtualBox/images/sf_24px.png | Bin 444 -> 665 bytes
src/VBox/Frontends/VirtualBox/images/sf_32px.png | Bin 643 -> 1038 bytes
.../Frontends/VirtualBox/images/sf_add_16px.png | Bin 601 -> 644 bytes
.../VirtualBox/images/sf_add_disabled_16px.png | Bin 581 -> 612 bytes
.../VirtualBox/images/sf_disabled_16px.png | Bin 366 -> 435 bytes
.../Frontends/VirtualBox/images/sf_edit_16px.png | Bin 572 -> 655 bytes
.../VirtualBox/images/sf_edit_disabled_16px.png | Bin 582 -> 631 bytes
.../Frontends/VirtualBox/images/sf_read_16px.png | Bin 580 -> 665 bytes
.../Frontends/VirtualBox/images/sf_remove_16px.png | Bin 449 -> 749 bytes
.../VirtualBox/images/sf_remove_disabled_16px.png | Bin 443 -> 710 bytes
.../VirtualBox/images/sf_settings_16px.png | Bin 680 -> 723 bytes
.../images/sf_settings_disabled_16px.png | Bin 674 -> 711 bytes
.../VirtualBox/images/sf_warning_16px.png | Bin 684 -> 715 bytes
.../Frontends/VirtualBox/images/sf_write_16px.png | Bin 572 -> 3313 bytes
.../images/snapshot_commit_details_16px.png | Bin 0 -> 760 bytes
.../images/snapshot_commit_details_22px.png | Bin 0 -> 1204 bytes
.../snapshot_commit_details_disabled_16px.png | Bin 0 -> 767 bytes
.../snapshot_commit_details_disabled_22px.png | Bin 0 -> 1176 bytes
.../VirtualBox/images/snapshot_delete_16px.png | Bin 814 -> 827 bytes
.../VirtualBox/images/snapshot_delete_22px.png | Bin 1250 -> 1298 bytes
.../images/snapshot_delete_disabled_16px.png | Bin 785 -> 815 bytes
.../images/snapshot_delete_disabled_22px.png | Bin 1202 -> 1284 bytes
.../VirtualBox/images/snapshot_manager_16px.png | Bin 0 -> 692 bytes
.../VirtualBox/images/snapshot_manager_22px.png | Bin 0 -> 1050 bytes
.../VirtualBox/images/snapshot_offline_16px.png | Bin 716 -> 724 bytes
.../VirtualBox/images/snapshot_online_16px.png | Bin 771 -> 779 bytes
.../VirtualBox/images/snapshot_restore_16px.png | Bin 766 -> 792 bytes
.../VirtualBox/images/snapshot_restore_22px.png | Bin 1200 -> 1243 bytes
.../images/snapshot_restore_disabled_16px.png | Bin 752 -> 791 bytes
.../images/snapshot_restore_disabled_22px.png | Bin 1165 -> 1211 bytes
.../images/snapshot_show_details_16px.png | Bin 748 -> 814 bytes
.../images/snapshot_show_details_22px.png | Bin 1177 -> 1272 bytes
.../images/snapshot_show_details_disabled_16px.png | Bin 741 -> 826 bytes
.../images/snapshot_show_details_disabled_22px.png | Bin 1147 -> 1256 bytes
.../VirtualBox/images/snapshot_take_16px.png | Bin 582 -> 742 bytes
.../VirtualBox/images/snapshot_take_22px.png | Bin 911 -> 1144 bytes
.../images/snapshot_take_disabled_16px.png | Bin 575 -> 737 bytes
.../images/snapshot_take_disabled_22px.png | Bin 823 -> 1051 bytes
.../VirtualBox/images/state_aborted_16px.png | Bin 696 -> 731 bytes
.../VirtualBox/images/state_discarding_16px.png | Bin 777 -> 725 bytes
.../VirtualBox/images/state_paused_16px.png | Bin 355 -> 441 bytes
.../VirtualBox/images/state_powered_off_16px.png | Bin 908 -> 912 bytes
.../VirtualBox/images/state_restoring_16px.png | Bin 727 -> 690 bytes
.../VirtualBox/images/state_running_16px.png | Bin 705 -> 756 bytes
.../VirtualBox/images/state_saved_16px.png | Bin 729 -> 686 bytes
.../VirtualBox/images/state_saving_16px.png | Bin 749 -> 700 bytes
.../VirtualBox/images/state_stuck_16px.png | Bin 516 -> 533 bytes
.../Frontends/VirtualBox/images/statusbar_16px.png | Bin 352 -> 456 bytes
.../VirtualBox/images/statusbar_disabled_16px.png | Bin 313 -> 400 bytes
.../VirtualBox/images/statusbar_on_16px.png | Bin 381 -> 466 bytes
.../images/statusbar_on_disabled_16px.png | Bin 355 -> 425 bytes
.../VirtualBox/images/statusbar_settings_16px.png | Bin 639 -> 714 bytes
.../images/statusbar_settings_disabled_16px.png | Bin 601 -> 665 bytes
.../images/tools_banner_global_200px.png | Bin 0 -> 35483 bytes
.../images/tools_banner_machine_200px.png | Bin 0 -> 25688 bytes
.../VirtualBox/images/tools_global_32px.png | Bin 0 -> 1467 bytes
.../VirtualBox/images/tools_machine_32px.png | Bin 0 -> 1644 bytes
.../images/unused/parallel_port_disabled_16px.png | Bin 792 -> 0 bytes
.../images/unused/parallel_port_disabled_32px.png | Bin 2110 -> 0 bytes
.../images/unused/parallel_port_read_16px.png | Bin 832 -> 0 bytes
.../images/unused/parallel_port_write_16px.png | Bin 821 -> 0 bytes
src/VBox/Frontends/VirtualBox/images/usb_16px.png | Bin 676 -> 695 bytes
src/VBox/Frontends/VirtualBox/images/usb_24px.png | Bin 1233 -> 1285 bytes
src/VBox/Frontends/VirtualBox/images/usb_32px.png | Bin 1953 -> 2073 bytes
.../Frontends/VirtualBox/images/usb_add_16px.png | Bin 729 -> 754 bytes
.../VirtualBox/images/usb_add_disabled_16px.png | Bin 719 -> 741 bytes
.../VirtualBox/images/usb_collapse_16px.png | Bin 647 -> 664 bytes
.../VirtualBox/images/usb_disabled_16px.png | Bin 711 -> 728 bytes
.../VirtualBox/images/usb_expand_16px.png | Bin 714 -> 735 bytes
.../VirtualBox/images/usb_filter_edit_16px.png | Bin 774 -> 769 bytes
.../images/usb_filter_edit_disabled_16px.png | Bin 824 -> 829 bytes
.../VirtualBox/images/usb_movedown_16px.png | Bin 780 -> 800 bytes
.../images/usb_movedown_disabled_16px.png | Bin 831 -> 825 bytes
.../VirtualBox/images/usb_moveup_16px.png | Bin 767 -> 746 bytes
.../VirtualBox/images/usb_moveup_disabled_16px.png | Bin 810 -> 815 bytes
.../Frontends/VirtualBox/images/usb_new_16px.png | Bin 787 -> 778 bytes
.../VirtualBox/images/usb_new_disabled_16px.png | Bin 824 -> 829 bytes
.../Frontends/VirtualBox/images/usb_read_16px.png | Bin 786 -> 776 bytes
.../VirtualBox/images/usb_remove_16px.png | Bin 657 -> 820 bytes
.../VirtualBox/images/usb_remove_disabled_16px.png | Bin 681 -> 830 bytes
.../VirtualBox/images/usb_settings_16px.png | Bin 785 -> 789 bytes
.../images/usb_settings_disabled_16px.png | Bin 793 -> 809 bytes
.../VirtualBox/images/usb_unavailable_16px.png | Bin 791 -> 820 bytes
.../images/usb_unavailable_disabled_16px.png | Bin 823 -> 830 bytes
.../VirtualBox/images/usb_warning_16px.png | Bin 787 -> 814 bytes
.../Frontends/VirtualBox/images/usb_write_16px.png | Bin 775 -> 770 bytes
.../VirtualBox/images/video_capture_16px.png | Bin 442 -> 504 bytes
.../images/video_capture_disabled_16px.png | Bin 435 -> 482 bytes
.../VirtualBox/images/video_capture_on_16px.png | Bin 479 -> 477 bytes
.../images/video_capture_on_disabled_16px.png | Bin 474 -> 474 bytes
.../images/video_capture_settings_16px.png | Bin 710 -> 740 bytes
.../VirtualBox/images/virtual_screen_16px.png | Bin 606 -> 723 bytes
.../images/virtual_screen_disabled_16px.png | Bin 559 -> 646 bytes
.../Frontends/VirtualBox/images/vm_add_16px.png | Bin 557 -> 590 bytes
.../Frontends/VirtualBox/images/vm_clone_16px.png | Bin 875 -> 875 bytes
.../Frontends/VirtualBox/images/vm_clone_22px.png | Bin 1346 -> 1346 bytes
.../VirtualBox/images/vm_clone_disabled_16px.png | Bin 851 -> 851 bytes
.../VirtualBox/images/vm_clone_disabled_22px.png | Bin 1325 -> 1325 bytes
.../VirtualBox/images/vm_create_shortcut_16px.png | Bin 627 -> 662 bytes
.../images/vm_create_shortcut_disabled_16px.png | Bin 627 -> 684 bytes
.../Frontends/VirtualBox/images/vm_delete_16px.png | Bin 872 -> 909 bytes
.../Frontends/VirtualBox/images/vm_delete_32px.png | Bin 2435 -> 2690 bytes
.../VirtualBox/images/vm_delete_disabled_16px.png | Bin 836 -> 896 bytes
.../VirtualBox/images/vm_delete_disabled_32px.png | Bin 2252 -> 2529 bytes
.../VirtualBox/images/vm_discard_16px.png | Bin 747 -> 811 bytes
.../VirtualBox/images/vm_discard_32px.png | Bin 1779 -> 1982 bytes
.../VirtualBox/images/vm_discard_disabled_16px.png | Bin 711 -> 763 bytes
.../VirtualBox/images/vm_discard_disabled_32px.png | Bin 1608 -> 1800 bytes
.../VirtualBox/images/vm_group_create_16px.png | Bin 776 -> 802 bytes
.../images/vm_group_create_disabled_16px.png | Bin 676 -> 642 bytes
.../VirtualBox/images/vm_group_name_16px.png | Bin 764 -> 786 bytes
.../images/vm_group_name_disabled_16px.png | Bin 676 -> 678 bytes
.../VirtualBox/images/vm_group_remove_16px.png | Bin 830 -> 839 bytes
.../images/vm_group_remove_disabled_16px.png | Bin 759 -> 758 bytes
.../Frontends/VirtualBox/images/vm_new_16px.png | Bin 893 -> 937 bytes
.../Frontends/VirtualBox/images/vm_new_32px.png | Bin 2211 -> 2464 bytes
.../VirtualBox/images/vm_open_filemanager_16px.png | Bin 274 -> 274 bytes
.../images/vm_open_filemanager_disabled_16px.png | Bin 298 -> 298 bytes
.../Frontends/VirtualBox/images/vm_pause_16px.png | Bin 355 -> 441 bytes
.../VirtualBox/images/vm_pause_disabled_16px.png | Bin 354 -> 417 bytes
.../VirtualBox/images/vm_pause_on_16px.png | Bin 420 -> 472 bytes
.../images/vm_pause_on_disabled_16px.png | Bin 426 -> 457 bytes
.../VirtualBox/images/vm_poweroff_16px.png | Bin 736 -> 912 bytes
.../images/vm_poweroff_disabled_16px.png | Bin 752 -> 918 bytes
.../Frontends/VirtualBox/images/vm_reset_16px.png | Bin 924 -> 913 bytes
.../VirtualBox/images/vm_reset_disabled_16px.png | Bin 935 -> 927 bytes
.../VirtualBox/images/vm_save_state_16px.png | Bin 749 -> 407 bytes
.../images/vm_save_state_disabled_16px.png | Bin 722 -> 400 bytes
.../VirtualBox/images/vm_settings_16px.png | Bin 922 -> 888 bytes
.../VirtualBox/images/vm_settings_32px.png | Bin 2411 -> 2458 bytes
.../images/vm_settings_disabled_16px.png | Bin 900 -> 857 bytes
.../images/vm_settings_disabled_32px.png | Bin 2242 -> 2317 bytes
.../VirtualBox/images/vm_show_logs_16px.png | Bin 700 -> 700 bytes
.../VirtualBox/images/vm_show_logs_32px.png | Bin 1354 -> 1347 bytes
.../images/vm_show_logs_disabled_16px.png | Bin 650 -> 650 bytes
.../images/vm_show_logs_disabled_32px.png | Bin 1218 -> 1214 bytes
.../VirtualBox/images/vm_shutdown_16px.png | Bin 908 -> 631 bytes
.../images/vm_shutdown_disabled_16px.png | Bin 897 -> 752 bytes
.../Frontends/VirtualBox/images/vm_start_16px.png | Bin 705 -> 758 bytes
.../Frontends/VirtualBox/images/vm_start_32px.png | Bin 1792 -> 2047 bytes
.../VirtualBox/images/vm_start_disabled_16px.png | Bin 713 -> 751 bytes
.../VirtualBox/images/vm_start_disabled_32px.png | Bin 1701 -> 1882 bytes
.../VirtualBox/images/vm_start_headless_16px.png | Bin 655 -> 655 bytes
.../VirtualBox/images/vm_start_separate_16px.png | Bin 637 -> 637 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_16px.png | Bin 418 -> 523 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_24px.png | Bin 509 -> 707 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_32px.png | Bin 995 -> 1082 bytes
.../VirtualBox/images/vrdp_disabled_16px.png | Bin 406 -> 494 bytes
.../Frontends/VirtualBox/images/vrdp_on_16px.png | Bin 444 -> 530 bytes
.../VirtualBox/images/vrdp_on_disabled_16px.png | Bin 411 -> 481 bytes
.../VirtualBox/images/vrdp_warning_16px.png | Bin 660 -> 728 bytes
src/VBox/Frontends/VirtualBox/images/welcome.png | Bin 31948 -> 0 bytes
.../Frontends/VirtualBox/images/welcome_200px.png | Bin 0 -> 53665 bytes
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 4 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 2023 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 1871 ++-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 1995 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 1971 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 1875 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 1556 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts | 1654 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 1328 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 3596 +++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fa.ts | 13695 ++++++++++++++++
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 12685 ---------------
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 1988 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 1996 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_gl.ts | 15544 ++++++++++++++++++
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 14850 -----------------
src/VBox/Frontends/VirtualBox/nls/VirtualBox_he.ts | 2312 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 1893 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 1341 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 1304 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 1872 ++-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 2019 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 1325 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 1561 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 15851 +++++++------------
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 1885 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 1891 ++-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 1327 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 1992 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 1670 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 1952 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 3718 +++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 1930 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 2012 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_th.ts | 1971 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 1304 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 1934 ++-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 2480 +--
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 1608 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 2052 +--
src/VBox/Frontends/VirtualBox/nls/qt_ar.ts | 1803 +--
src/VBox/Frontends/VirtualBox/nls/qt_ca.ts | 21 -
src/VBox/Frontends/VirtualBox/nls/qt_da.ts | 691 -
src/VBox/Frontends/VirtualBox/nls/qt_de.ts | 8 -
src/VBox/Frontends/VirtualBox/nls/qt_el.ts | 10 +-
src/VBox/Frontends/VirtualBox/nls/qt_en.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_es.ts | 1251 +-
src/VBox/Frontends/VirtualBox/nls/qt_eu.ts | 36 -
src/VBox/Frontends/VirtualBox/nls/qt_fa.ts | 13202 +++++++++++++++
src/VBox/Frontends/VirtualBox/nls/qt_fa_IR.ts | 13202 ---------------
src/VBox/Frontends/VirtualBox/nls/qt_fi.ts | 1406 +-
src/VBox/Frontends/VirtualBox/nls/qt_fr.ts | 129 -
src/VBox/Frontends/VirtualBox/nls/qt_gl.ts | 13213 ++++++++++++++++
src/VBox/Frontends/VirtualBox/nls/qt_gl_ES.ts | 13213 ----------------
src/VBox/Frontends/VirtualBox/nls/qt_he.ts | 2406 +--
src/VBox/Frontends/VirtualBox/nls/qt_hu.ts | 207 -
src/VBox/Frontends/VirtualBox/nls/qt_it.ts | 208 -
src/VBox/Frontends/VirtualBox/nls/qt_iw.ts | 1735 +-
src/VBox/Frontends/VirtualBox/nls/qt_ja.ts | 1307 +-
src/VBox/Frontends/VirtualBox/nls/qt_ko.ts | 583 -
src/VBox/Frontends/VirtualBox/nls/qt_lt.ts | 793 -
src/VBox/Frontends/VirtualBox/nls/qt_nl.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_pt.ts | 1265 +-
src/VBox/Frontends/VirtualBox/nls/qt_ro.ts | 2457 +--
src/VBox/Frontends/VirtualBox/nls/qt_ru.ts | 1817 +--
src/VBox/Frontends/VirtualBox/nls/qt_sk.ts | 1011 --
src/VBox/Frontends/VirtualBox/nls/qt_sv.ts | 1720 +-
src/VBox/Frontends/VirtualBox/nls/qt_th.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_tr.ts | 446 +-
src/VBox/Frontends/VirtualBox/nls/qt_uk.ts | 1036 --
src/VBox/Frontends/VirtualBox/nls/qt_xx_YY.ts | 2401 ---
.../VirtualBox/src/UITakeSnapshotDialog.cpp | 256 +
.../VirtualBox/src/UITakeSnapshotDialog.h | 98 +
.../Frontends/VirtualBox/src/UIVMInfoDialog.cpp | 983 --
src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.h | 161 -
src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.ui | 2 +-
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp | 17 +
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h | 3 +
.../Frontends/VirtualBox/src/VBoxFBOverlay.cpp | 6 +-
.../VirtualBox/src/VBoxGlobalSettings.cpp | 299 -
.../Frontends/VirtualBox/src/VBoxGlobalSettings.h | 162 -
.../VirtualBox/src/VBoxSnapshotDetailsDlg.cpp | 249 -
.../VirtualBox/src/VBoxSnapshotDetailsDlg.h | 92 -
.../VirtualBox/src/VBoxSnapshotDetailsDlg.ui | 202 -
.../VirtualBox/src/VBoxTakeSnapshotDlg.cpp | 101 -
.../Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h | 47 -
.../VirtualBox/src/VBoxTakeSnapshotDlg.ui | 168 -
src/VBox/Frontends/VirtualBox/src/VBoxUpdateDlg.ui | 2 +-
.../VirtualBox/src/converter/UIConverterBackend.h | 15 +-
.../src/converter/UIConverterBackendGlobal.cpp | 213 +-
.../VirtualBox/src/extensions/QIAdvancedSlider.cpp | 8 +-
.../src/extensions/QIAdvancedToolBar.cpp | 224 -
.../VirtualBox/src/extensions/QIAdvancedToolBar.h | 87 -
.../VirtualBox/src/extensions/QIArrowSplitter.cpp | 11 +-
.../VirtualBox/src/extensions/QIComboBox.cpp | 338 +
.../VirtualBox/src/extensions/QIComboBox.h | 130 +
.../VirtualBox/src/extensions/QIFileDialog.cpp | 454 +-
.../VirtualBox/src/extensions/QIFlowLayout.cpp | 267 +
.../VirtualBox/src/extensions/QIFlowLayout.h | 132 +
.../VirtualBox/src/extensions/QILabel.cpp | 2 +-
.../VirtualBox/src/extensions/QILineEdit.cpp | 48 -
.../VirtualBox/src/extensions/QIListView.cpp | 128 -
.../VirtualBox/src/extensions/QIListView.h | 48 -
.../VirtualBox/src/extensions/QIMainWindow.cpp | 3 +-
.../VirtualBox/src/extensions/QIManagerDialog.cpp | 217 +
.../VirtualBox/src/extensions/QIManagerDialog.h | 195 +
.../VirtualBox/src/extensions/QIMessageBox.cpp | 11 +-
.../VirtualBox/src/extensions/QIRichToolButton.cpp | 4 +-
.../VirtualBox/src/extensions/QIStatusBar.cpp | 48 +-
.../VirtualBox/src/extensions/QIStatusBar.h | 23 +-
.../src/extensions/QIStyledItemDelegate.h | 56 +-
.../VirtualBox/src/extensions/QITableView.cpp | 430 +-
.../VirtualBox/src/extensions/QITableView.h | 95 +-
.../VirtualBox/src/extensions/QITreeView.cpp | 446 +-
.../VirtualBox/src/extensions/QITreeView.h | 123 +-
.../VirtualBox/src/extensions/QITreeWidget.cpp | 436 +-
.../VirtualBox/src/extensions/QITreeWidget.h | 83 +-
.../src/extensions/QIWidgetValidator.cpp | 4 +-
.../VirtualBox/src/extensions/QIWidgetValidator.h | 2 +-
.../src/extensions/graphics/QIGraphicsView.cpp | 12 -
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 32 +-
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 139 +-
.../src/extradata/UIExtraDataManager.cpp | 475 +-
.../VirtualBox/src/extradata/UIExtraDataManager.h | 101 +-
.../VirtualBox/src/globals/COMWrappers.xsl | 70 +-
.../VirtualBox/src/globals/UIActionPool.cpp | 55 +-
.../VirtualBox/src/globals/UIActionPool.h | 12 +-
.../src/globals/UIAnimationFramework.cpp | 6 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 1 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 1 +
.../src/globals/UIDesktopWidgetWatchdog.cpp | 113 +-
.../src/globals/UIDesktopWidgetWatchdog.h | 15 +-
.../VirtualBox/src/globals/UIErrorString.cpp | 239 +
.../VirtualBox/src/globals/UIErrorString.h | 62 +
.../VirtualBox/src/globals/UIIconPool.cpp | 213 +-
.../Frontends/VirtualBox/src/globals/UIIconPool.h | 29 +-
.../VirtualBox/src/globals/UIImageTools.cpp | 16 -
.../VirtualBox/src/globals/UIImageTools.h | 1 -
.../VirtualBox/src/globals/UIMainEventListener.cpp | 23 +-
.../VirtualBox/src/globals/UIMainEventListener.h | 7 +
.../VirtualBox/src/globals/UIMessageCenter.cpp | 801 +-
.../VirtualBox/src/globals/UIMessageCenter.h | 64 +-
.../src/globals/UIModalWindowManager.cpp | 10 +-
.../VirtualBox/src/globals/UIModalWindowManager.h | 5 +
.../VirtualBox/src/globals/UIPopupCenter.cpp | 170 +-
.../VirtualBox/src/globals/UIPopupCenter.h | 41 +
.../VirtualBox/src/globals/UIShortcutPool.cpp | 6 +-
.../VirtualBox/src/globals/UIThreadPool.cpp | 8 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 874 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 54 +-
.../Frontends/VirtualBox/src/globals/VBoxUtils.h | 32 +-
.../src/hostnetwork/UIHostNetworkDetailsWidget.cpp | 1029 ++
.../src/hostnetwork/UIHostNetworkDetailsWidget.h | 354 +
.../src/hostnetwork/UIHostNetworkManager.cpp | 1153 ++
.../src/hostnetwork/UIHostNetworkManager.h | 254 +
.../src/hostnetwork/UIHostNetworkUtils.cpp | 148 +
.../src/hostnetwork/UIHostNetworkUtils.h | 50 +
src/VBox/Frontends/VirtualBox/src/main.cpp | 71 +-
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 67 +-
.../Frontends/VirtualBox/src/medium/UIMedium.h | 37 +-
.../Frontends/VirtualBox/src/medium/UIMediumDefs.h | 4 +-
.../src/medium/UIMediumDetailsWidget.cpp | 752 +
.../VirtualBox/src/medium/UIMediumDetailsWidget.h | 330 +
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 9 +
.../VirtualBox/src/medium/UIMediumManager.cpp | 2242 ++-
.../VirtualBox/src/medium/UIMediumManager.h | 568 +-
.../src/net/UIDownloaderExtensionPack.cpp | 5 +-
.../VirtualBox/src/net/UINetworkManagerDialog.cpp | 2 +-
.../src/net/UINetworkManagerIndicator.cpp | 6 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 3 +-
.../VirtualBox/src/net/UINetworkRequestWidget.cpp | 2 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 14 +-
.../src/platform/darwin/UICocoaSpecialControls.h | 11 +-
.../src/platform/darwin/UICocoaSpecialControls.mm | 239 +-
.../src/platform/darwin/UIWindowMenuManager.cpp | 4 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 16 +-
.../src/platform/darwin/VBoxUtils-darwin.cpp | 8 +-
.../src/platform/darwin/VBoxUtils-darwin.h | 3 -
.../VirtualBox/src/platform/win/WinKeyboard.cpp | 2 +-
src/VBox/Frontends/VirtualBox/src/precomp.cpp | 7 -
src/VBox/Frontends/VirtualBox/src/precomp.h | 27 +-
src/VBox/Frontends/VirtualBox/src/precomp_vcc.h | 157 +
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 118 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 5 +
.../runtime/UIAddDiskEncryptionPasswordDialog.cpp | 6 +-
.../src/runtime/UIConsoleEventHandler.cpp | 11 +-
.../VirtualBox/src/runtime/UIConsoleEventHandler.h | 2 +
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 37 -
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 10 +-
.../VirtualBox/src/runtime/UIIndicatorsPool.cpp | 495 +-
.../VirtualBox/src/runtime/UIIndicatorsPool.h | 3 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 605 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 40 +-
.../VirtualBox/src/runtime/UIMachineDefs.h | 15 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 134 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 2 +
.../VirtualBox/src/runtime/UIMachineView.cpp | 196 +-
.../VirtualBox/src/runtime/UIMachineView.h | 56 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 51 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 13 -
.../src/runtime/UIMenuBarEditorWindow.cpp | 291 +-
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 57 +-
.../VirtualBox/src/runtime/UIMouseHandler.h | 12 -
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 431 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 25 +-
.../VirtualBox/src/runtime/UISlidingToolBar.cpp | 16 +-
.../src/runtime/UIStatusBarEditorWindow.cpp | 87 +
.../VirtualBox/src/runtime/UIVMCloseDialog.cpp | 23 +-
.../VirtualBox/src/runtime/UIVMCloseDialog.h | 6 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 2 +-
.../src/runtime/information/UIInformation.cpp | 182 -
.../src/runtime/information/UIInformation.h | 72 -
.../information/UIInformationConfiguration.cpp | 35 +-
.../information/UIInformationConfiguration.h | 8 +-
.../runtime/information/UIInformationDataItem.cpp | 449 +-
.../runtime/information/UIInformationDataItem.h | 225 +-
.../src/runtime/information/UIInformationItem.cpp | 60 +-
.../src/runtime/information/UIInformationItem.h | 37 +-
.../src/runtime/information/UIInformationModel.cpp | 81 +-
.../src/runtime/information/UIInformationModel.h | 49 +-
.../runtime/information/UIInformationRuntime.cpp | 71 +-
.../src/runtime/information/UIInformationRuntime.h | 10 +-
.../src/runtime/information/UIInformationView.cpp | 18 +-
.../src/runtime/information/UIInformationView.h | 9 +-
.../runtime/information/UIVMInformationDialog.cpp | 66 +-
.../runtime/information/UIVMInformationDialog.h | 58 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 4 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 86 +-
.../src/runtime/normal/UIMachineWindowNormal.h | 2 +
.../src/runtime/scale/UIMachineLogicScale.cpp | 4 +-
.../src/runtime/scale/UIMachineWindowScale.cpp | 65 +-
.../src/runtime/scale/UIMachineWindowScale.h | 6 -
.../src/selector/UIActionPoolSelector.cpp | 241 +-
.../VirtualBox/src/selector/UIActionPoolSelector.h | 15 +-
.../VirtualBox/src/selector/UIDesktopPane.cpp | 790 +
.../VirtualBox/src/selector/UIDesktopPane.h | 66 +
.../VirtualBox/src/selector/UISelectorWindow.cpp | 990 +-
.../VirtualBox/src/selector/UISelectorWindow.h | 132 +-
.../src/selector/UISnapshotDetailsWidget.cpp | 1995 +++
.../src/selector/UISnapshotDetailsWidget.h | 244 +
.../VirtualBox/src/selector/UISnapshotPane.cpp | 1908 +++
.../VirtualBox/src/selector/UISnapshotPane.h | 247 +
.../VirtualBox/src/selector/UIToolsPaneGlobal.cpp | 245 +
.../VirtualBox/src/selector/UIToolsPaneGlobal.h | 92 +
.../VirtualBox/src/selector/UIToolsPaneMachine.cpp | 298 +
.../VirtualBox/src/selector/UIToolsPaneMachine.h | 115 +
.../VirtualBox/src/selector/UIToolsToolbar.cpp | 285 +
.../VirtualBox/src/selector/UIToolsToolbar.h | 128 +
.../VirtualBox/src/selector/UIVMDesktop.cpp | 372 -
.../VirtualBox/src/selector/UIVMDesktop.h | 84 -
.../Frontends/VirtualBox/src/selector/UIVMItem.cpp | 11 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.h | 3 +
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 1050 --
.../VirtualBox/src/selector/VBoxSnapshotsWgt.h | 124 -
.../VirtualBox/src/selector/VBoxSnapshotsWgt.ui | 55 -
.../src/selector/graphics/chooser/UIGChooser.h | 5 +
.../selector/graphics/chooser/UIGChooserItem.cpp | 160 +-
.../src/selector/graphics/chooser/UIGChooserItem.h | 1 +
.../graphics/chooser/UIGChooserItemGroup.cpp | 8 +
.../graphics/chooser/UIGChooserItemGroup.h | 2 +
.../graphics/chooser/UIGChooserItemMachine.cpp | 8 +
.../graphics/chooser/UIGChooserItemMachine.h | 2 +
.../selector/graphics/chooser/UIGChooserModel.cpp | 19 +-
.../selector/graphics/chooser/UIGChooserView.cpp | 86 +-
.../src/selector/graphics/chooser/UIGChooserView.h | 18 +-
.../src/selector/graphics/details/UIGDetails.cpp | 2 +-
.../src/selector/graphics/details/UIGDetails.h | 7 +-
.../graphics/details/UIGDetailsElement.cpp | 29 +-
.../selector/graphics/details/UIGDetailsElement.h | 15 +-
.../graphics/details/UIGDetailsElements.cpp | 84 +-
.../selector/graphics/details/UIGDetailsElements.h | 38 -
.../selector/graphics/details/UIGDetailsGroup.h | 3 +
.../selector/graphics/details/UIGDetailsItem.cpp | 161 +
.../src/selector/graphics/details/UIGDetailsItem.h | 3 +
.../selector/graphics/details/UIGDetailsModel.cpp | 9 +-
.../selector/graphics/details/UIGDetailsModel.h | 18 +-
.../selector/graphics/details/UIGDetailsSet.cpp | 17 +-
.../src/selector/graphics/details/UIGDetailsSet.h | 3 +
.../selector/graphics/details/UIGDetailsView.cpp | 101 +-
.../src/selector/graphics/details/UIGDetailsView.h | 20 +-
.../graphics/details/UIGMachinePreview.cpp | 4 +-
.../VirtualBox/src/settings/UISettingsDefs.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsDefs.h | 210 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 59 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 4 +-
.../VirtualBox/src/settings/UISettingsDialog.ui | 2 +-
.../src/settings/UISettingsDialogSpecific.cpp | 54 +-
.../VirtualBox/src/settings/UISettingsPage.cpp | 15 +-
.../VirtualBox/src/settings/UISettingsPage.h | 31 +-
.../VirtualBox/src/settings/UISettingsSelector.cpp | 818 +
.../VirtualBox/src/settings/UISettingsSelector.h | 278 +
.../src/settings/VBoxSettingsSelector.cpp | 689 -
.../VirtualBox/src/settings/VBoxSettingsSelector.h | 177 -
.../settings/global/UIGlobalSettingsDisplay.cpp | 256 +-
.../src/settings/global/UIGlobalSettingsDisplay.h | 82 +-
.../src/settings/global/UIGlobalSettingsDisplay.ui | 2 +-
.../settings/global/UIGlobalSettingsExtension.cpp | 374 +-
.../settings/global/UIGlobalSettingsExtension.h | 102 +-
.../settings/global/UIGlobalSettingsExtension.ui | 9 +-
.../settings/global/UIGlobalSettingsGeneral.cpp | 207 +-
.../src/settings/global/UIGlobalSettingsGeneral.h | 74 +-
.../src/settings/global/UIGlobalSettingsGeneral.ui | 2 +-
.../src/settings/global/UIGlobalSettingsInput.cpp | 1054 +-
.../src/settings/global/UIGlobalSettingsInput.h | 267 +-
.../src/settings/global/UIGlobalSettingsInput.ui | 2 +-
.../settings/global/UIGlobalSettingsLanguage.cpp | 277 +-
.../src/settings/global/UIGlobalSettingsLanguage.h | 92 +-
.../settings/global/UIGlobalSettingsLanguage.ui | 2 +-
.../settings/global/UIGlobalSettingsNetwork.cpp | 1515 +-
.../src/settings/global/UIGlobalSettingsNetwork.h | 260 +-
.../src/settings/global/UIGlobalSettingsNetwork.ui | 135 +-
.../global/UIGlobalSettingsNetworkDetailsHost.cpp | 248 -
.../global/UIGlobalSettingsNetworkDetailsHost.h | 70 -
.../global/UIGlobalSettingsNetworkDetailsHost.ui | 375 -
.../global/UIGlobalSettingsNetworkDetailsNAT.cpp | 13 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.h | 62 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.ui | 2 +-
.../global/UIGlobalSettingsPortForwardingDlg.cpp | 4 +-
.../global/UIGlobalSettingsPortForwardingDlg.h | 4 +-
.../src/settings/global/UIGlobalSettingsProxy.cpp | 226 +-
.../src/settings/global/UIGlobalSettingsProxy.h | 86 +-
.../src/settings/global/UIGlobalSettingsProxy.ui | 2 +-
.../src/settings/global/UIGlobalSettingsUpdate.cpp | 198 +-
.../src/settings/global/UIGlobalSettingsUpdate.h | 88 +-
.../src/settings/global/UIGlobalSettingsUpdate.ui | 2 +-
.../settings/machine/UIMachineSettingsAudio.cpp | 321 +-
.../src/settings/machine/UIMachineSettingsAudio.h | 95 +-
.../src/settings/machine/UIMachineSettingsAudio.ui | 44 +-
.../settings/machine/UIMachineSettingsDisplay.cpp | 1358 +-
.../settings/machine/UIMachineSettingsDisplay.h | 276 +-
.../settings/machine/UIMachineSettingsDisplay.ui | 24 +-
.../settings/machine/UIMachineSettingsGeneral.cpp | 865 +-
.../settings/machine/UIMachineSettingsGeneral.h | 154 +-
.../settings/machine/UIMachineSettingsGeneral.ui | 2 +-
.../machine/UIMachineSettingsInterface.cpp | 476 +-
.../settings/machine/UIMachineSettingsInterface.h | 163 +-
.../settings/machine/UIMachineSettingsInterface.ui | 2 +-
.../settings/machine/UIMachineSettingsNetwork.cpp | 891 +-
.../settings/machine/UIMachineSettingsNetwork.h | 294 +-
.../settings/machine/UIMachineSettingsNetwork.ui | 2 +-
.../settings/machine/UIMachineSettingsParallel.cpp | 420 -
.../settings/machine/UIMachineSettingsParallel.h | 152 -
.../settings/machine/UIMachineSettingsParallel.ui | 206 -
.../machine/UIMachineSettingsPortForwardingDlg.cpp | 6 +-
.../machine/UIMachineSettingsPortForwardingDlg.h | 2 +-
.../src/settings/machine/UIMachineSettingsSF.cpp | 1281 +-
.../src/settings/machine/UIMachineSettingsSF.h | 194 +-
.../src/settings/machine/UIMachineSettingsSF.ui | 11 +-
.../machine/UIMachineSettingsSFDetails.cpp | 7 +-
.../settings/machine/UIMachineSettingsSFDetails.h | 8 +-
.../settings/machine/UIMachineSettingsSFDetails.ui | 2 +-
.../settings/machine/UIMachineSettingsSerial.cpp | 617 +-
.../src/settings/machine/UIMachineSettingsSerial.h | 157 +-
.../settings/machine/UIMachineSettingsSerial.ui | 2 +-
.../settings/machine/UIMachineSettingsStorage.cpp | 2725 ++--
.../settings/machine/UIMachineSettingsStorage.h | 416 +-
.../settings/machine/UIMachineSettingsStorage.ui | 20 +-
.../settings/machine/UIMachineSettingsSystem.cpp | 978 +-
.../src/settings/machine/UIMachineSettingsSystem.h | 238 +-
.../settings/machine/UIMachineSettingsSystem.ui | 2 +-
.../src/settings/machine/UIMachineSettingsUSB.cpp | 1438 +-
.../src/settings/machine/UIMachineSettingsUSB.h | 247 +-
.../src/settings/machine/UIMachineSettingsUSB.ui | 9 +-
.../machine/UIMachineSettingsUSBFilterDetails.ui | 2 +-
.../src/widgets/UIApplianceEditorWidget.cpp | 1219 +-
.../src/widgets/UIApplianceEditorWidget.h | 336 +-
.../src/widgets/UIApplianceEditorWidget.ui | 103 -
.../src/widgets/UIApplianceExportEditorWidget.cpp | 31 +-
.../src/widgets/UIApplianceImportEditorWidget.cpp | 36 +-
.../Frontends/VirtualBox/src/widgets/UIBar.cpp | 144 -
src/VBox/Frontends/VirtualBox/src/widgets/UIBar.h | 71 -
.../VirtualBox/src/widgets/UIBootTable.cpp | 3 -
.../VirtualBox/src/widgets/UIFilePathSelector.cpp | 60 +-
.../VirtualBox/src/widgets/UIFilePathSelector.h | 10 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 187 +-
.../VirtualBox/src/widgets/UIHostComboEditor.h | 19 -
.../VirtualBox/src/widgets/UIMediumSizeEditor.cpp | 268 +
.../VirtualBox/src/widgets/UIMediumSizeEditor.h | 101 +
.../VirtualBox/src/widgets/UIMenuToolBar.cpp | 327 +
.../VirtualBox/src/widgets/UIMenuToolBar.h | 73 +
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 26 +-
.../src/widgets/UINameAndSystemEditor.cpp | 2 +-
.../VirtualBox/src/widgets/UIPopupPane.cpp | 157 +-
.../Frontends/VirtualBox/src/widgets/UIPopupPane.h | 25 +-
.../VirtualBox/src/widgets/UIPopupPaneDetails.cpp | 257 +
.../VirtualBox/src/widgets/UIPopupPaneDetails.h | 108 +
.../VirtualBox/src/widgets/UIPopupPaneMessage.cpp | 207 +
.../VirtualBox/src/widgets/UIPopupPaneMessage.h | 103 +
.../VirtualBox/src/widgets/UIPopupPaneTextPane.cpp | 207 -
.../VirtualBox/src/widgets/UIPopupPaneTextPane.h | 102 -
.../VirtualBox/src/widgets/UIPopupStack.cpp | 40 +-
.../VirtualBox/src/widgets/UIPopupStack.h | 4 +-
.../src/widgets/UIPopupStackViewport.cpp | 11 +-
.../VirtualBox/src/widgets/UIPopupStackViewport.h | 10 +-
.../src/widgets/UIPortForwardingTable.cpp | 437 +-
.../VirtualBox/src/widgets/UIPortForwardingTable.h | 76 +-
.../VirtualBox/src/widgets/UIProgressDialog.cpp | 784 +-
.../VirtualBox/src/widgets/UIProgressDialog.h | 204 +-
.../VirtualBox/src/widgets/UISlidingWidget.cpp | 158 +
.../VirtualBox/src/widgets/UISlidingWidget.h | 115 +
.../VirtualBox/src/widgets/UISpacerWidgets.h | 77 -
.../VirtualBox/src/widgets/UISpecialControls.cpp | 10 +
.../VirtualBox/src/widgets/UISpecialControls.h | 3 +
.../Frontends/VirtualBox/src/widgets/UITabBar.cpp | 1023 ++
.../Frontends/VirtualBox/src/widgets/UITabBar.h | 131 +
.../Frontends/VirtualBox/src/widgets/UIToolBar.cpp | 18 +-
.../src/widgets/VBoxOSTypeSelectorButton.cpp | 4 +-
.../src/widgets/graphics/UIGraphicsTextPane.cpp | 107 +-
.../src/widgets/graphics/UIGraphicsTextPane.h | 65 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic2.cpp | 6 -
.../UIWizardExportAppPageBasic1.cpp | 4 +-
.../UIWizardExportAppPageBasic3.cpp | 103 +-
.../exportappliance/UIWizardExportAppPageBasic3.h | 2 +-
.../UIWizardExportAppPageExpert.cpp | 47 +-
.../exportappliance/UIWizardExportAppPageExpert.h | 2 +-
.../src/wizards/firstrun/UIWizardFirstRun.cpp | 78 +-
.../wizards/importappliance/UIWizardImportApp.cpp | 2 +
.../UIWizardImportAppPageBasic2.cpp | 3 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.cpp | 165 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.h | 20 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.cpp | 54 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.h | 3 -
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp | 1 +
src/VBox/GuestHost/DragAndDrop/Makefile.kmk | 2 +-
src/VBox/GuestHost/HGSMI/HGSMICommon.cpp | 81 +-
src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp | 50 +-
src/VBox/GuestHost/HGSMI/Makefile.kmk | 4 +-
src/VBox/GuestHost/Makefile.kmk | 2 +-
src/VBox/GuestHost/OpenGL/Makefile.kmk | 32 +-
src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.pyc | Bin 0 -> 23671 bytes
src/VBox/GuestHost/OpenGL/include/cr_error.h | 21 +-
src/VBox/GuestHost/OpenGL/include/cr_net.h | 4 +
src/VBox/GuestHost/OpenGL/include/cr_server.h | 8 +-
src/VBox/GuestHost/OpenGL/include/cr_threads.h | 2 +-
src/VBox/GuestHost/OpenGL/packer/pack_bounds.c | 6 +-
src/VBox/GuestHost/OpenGL/packer/pack_client.c | 20 +-
.../GuestHost/OpenGL/packer/pack_currenttypes.pyc | Bin 0 -> 2110 bytes
.../GuestHost/OpenGL/state_tracker/convert.pyc | Bin 0 -> 2087 bytes
.../OpenGL/state_tracker/get_components.pyc | Bin 0 -> 5791 bytes
.../GuestHost/OpenGL/state_tracker/state_buffer.c | 12 +-
.../OpenGL/state_tracker/state_lighting.c | 16 +-
.../GuestHost/OpenGL/state_tracker/state_polygon.c | 2 +-
.../OpenGL/state_tracker/state_snapshot.c | 13 +-
src/VBox/GuestHost/OpenGL/util/dll.c | 15 +-
src/VBox/GuestHost/OpenGL/util/htable.cpp | 12 +-
src/VBox/GuestHost/OpenGL/util/pixel.c | 41 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 381 +-
src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c | 177 +-
src/VBox/GuestHost/OpenGL/util/vreg.cpp | 1 -
src/VBox/GuestHost/SharedClipboard/Makefile.kmk | 2 +-
.../GuestHost/SharedClipboard/x11-clipboard.cpp | 50 +-
src/VBox/HostDrivers/Makefile.kmk | 3 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 7 +-
src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp | 29 +
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 84 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 7 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 4 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 10 +-
src/VBox/HostDrivers/Support/SUPSvcGrant.cpp | 4 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 6 +
src/VBox/HostDrivers/Support/freebsd/files_vboxdrv | 1 +
src/VBox/HostDrivers/Support/linux/Makefile | 228 +-
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 2 +-
src/VBox/HostDrivers/Support/linux/files_vboxdrv | 4 +-
src/VBox/HostDrivers/Support/testcase/Makefile.kmk | 2 +-
.../HostDrivers/Support/testcase/tstContiguous.cpp | 12 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 8 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 10 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 7 +-
src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk | 2 +-
.../VBoxNetAdp/freebsd/files_vboxnetadp | 1 +
src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile | 206 +-
.../HostDrivers/VBoxNetAdp/linux/files_vboxnetadp | 5 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 2 +-
.../VBoxNetFlt/freebsd/files_vboxnetflt | 1 +
src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile | 210 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 484 +-
.../HostDrivers/VBoxNetFlt/linux/files_vboxnetflt | 3 +
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 4 +-
src/VBox/HostDrivers/VBoxPci/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxPci/VBoxPci.c | 17 +-
src/VBox/HostDrivers/VBoxPci/linux/Makefile | 207 +-
src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci | 3 +
src/VBox/HostDrivers/VBoxUSB/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp | 8 +-
src/VBox/HostDrivers/VBoxUSB/darwin/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp | 6 +
src/VBox/HostDrivers/VBoxUSB/solaris/Makefile.kmk | 2 +-
.../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c | 3 +
src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk | 2 +-
.../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp | 4 +-
src/VBox/HostDrivers/adpctl/Makefile.kmk | 2 +-
src/VBox/HostDrivers/darwin/Makefile.kmk | 2 +-
src/VBox/HostDrivers/freebsd/Makefile.kmk | 2 +-
src/VBox/HostDrivers/linux/Makefile.kmk | 2 +-
src/VBox/HostDrivers/linux/build_in_tmp | 2 +-
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/HostServices/DragAndDrop/Makefile.kmk | 2 +-
src/VBox/HostServices/GuestControl/Makefile.kmk | 2 +-
src/VBox/HostServices/GuestControl/service.cpp | 39 +-
.../GuestControl/testcase/Makefile.kmk | 2 +-
src/VBox/HostServices/GuestProperties/Makefile.kmk | 2 +-
src/VBox/HostServices/GuestProperties/service.cpp | 6 +-
.../GuestProperties/testcase/Makefile.kmk | 2 +-
src/VBox/HostServices/HostChannel/Makefile.kmk | 2 +-
src/VBox/HostServices/Makefile.kmk | 2 +-
src/VBox/HostServices/SharedClipboard/Makefile.kmk | 2 +-
.../SharedClipboard/VBoxClipboard-win.cpp | 7 +-
.../SharedClipboard/darwin-pasteboard.cpp | 12 +-
src/VBox/HostServices/SharedClipboard/darwin.cpp | 6 +-
.../SharedClipboard/testcase/Makefile.kmk | 2 +-
.../HostServices/SharedClipboard/x11-clipboard.cpp | 10 +-
src/VBox/HostServices/SharedClipboard/x11-stub.cpp | 28 +-
src/VBox/HostServices/SharedFolders/Makefile.kmk | 2 +-
src/VBox/HostServices/SharedFolders/service.cpp | 1 +
src/VBox/HostServices/SharedFolders/shflhandle.cpp | 93 +-
.../SharedFolders/testcase/Makefile.kmk | 2 +-
.../testcase/tstSharedFolderService.cpp | 25 +-
.../SharedFolders/testcase/tstShflSizes.cpp | 90 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 20 +-
src/VBox/HostServices/SharedFolders/vbsfpath.h | 9 +-
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 31 +-
.../SharedOpenGL/OpenGLTest/OpenGLTest.cpp | 13 +
.../SharedOpenGL/crserverlib/get_sizes.pyc | Bin 0 -> 17777 bytes
.../HostServices/SharedOpenGL/crserverlib/server.h | 2 +-
.../SharedOpenGL/crserverlib/server_main.c | 4 +-
.../HostServices/SharedOpenGL/dlm/dlm_generated.py | 2 +-
.../HostServices/SharedOpenGL/dlm/dlm_pointers.h | 2 +-
src/VBox/HostServices/auth/Makefile.kmk | 2 +-
src/VBox/HostServices/testcase/Makefile.kmk | 2 +-
src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk | 2 +-
src/VBox/Installer/Config.kmk | 24 +-
src/VBox/Installer/Makefile.kmk | 2 +-
src/VBox/Installer/common/Makefile.kmk | 2 +-
src/VBox/Installer/darwin/Makefile.kmk | 29 +-
src/VBox/Installer/freebsd/Makefile.kmk | 4 +-
src/VBox/Installer/linux/Makefile.include.footer | 35 +-
src/VBox/Installer/linux/Makefile.include.header | 85 +-
src/VBox/Installer/linux/Makefile.kmk | 20 +-
.../Installer/linux/check_module_dependencies.sh | 645 +-
src/VBox/Installer/linux/distributions_deb | 2 -
src/VBox/Installer/linux/install.sh | 4 +-
src/VBox/Installer/linux/prerm-common.sh | 14 -
src/VBox/Installer/linux/routines.sh | 13 +-
src/VBox/Installer/linux/rpm/LocalConfig.kmk | 2 +-
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 8 +-
src/VBox/Installer/linux/rpm/rules | 6 +-
src/VBox/Installer/linux/testcase/Makefile.kmk | 2 +-
src/VBox/Installer/linux/vboxdrv.sh | 11 +-
src/VBox/Installer/solaris/Makefile.kmk | 48 +-
src/VBox/Installer/solaris/vboxconfig.sh | 19 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
src/VBox/Installer/win/Makefile.kmk | 264 +-
src/VBox/Installer/win/MsiHack/Makefile.kmk | 42 +
src/VBox/Installer/win/MsiHack/MsiHack.cpp | 1003 ++
src/VBox/Installer/win/MsiHack/MsiHackExtension.cs | 74 +
src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Installer/win/StubBld/Makefile.kmk | 2 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 33 +-
src/VBox/Installer/win/VirtualBox.wxs | 53 +-
src/VBox/Installer/win/VirtualBox_TypeLib.xsl | 49 +-
.../win/VirtualBox_TypeLibWithInterfaces.xsl | 56 +-
src/VBox/Main/Config.kmk | 2 +-
src/VBox/Main/Doxyfile.Main | 2514 ++-
src/VBox/Main/Makefile.kmk | 388 +-
src/VBox/Main/UnattendedTemplates/Makefile.kmk | 45 +
.../Main/UnattendedTemplates/debian_postinstall.sh | 313 +
.../Main/UnattendedTemplates/debian_preseed.cfg | 84 +
src/VBox/Main/UnattendedTemplates/fedora_ks.cfg | 90 +
src/VBox/Main/UnattendedTemplates/ol_ks.cfg | 103 +
src/VBox/Main/UnattendedTemplates/redhat67_ks.cfg | 103 +
.../Main/UnattendedTemplates/redhat_postinstall.sh | 285 +
.../Main/UnattendedTemplates/suse_autoinstall.xml | 72 +
.../Main/UnattendedTemplates/ubuntu_preseed.cfg | 85 +
.../UnattendedTemplates/win_nt5_unattended.sif | 60 +
.../UnattendedTemplates/win_nt6_unattended.xml | 155 +
.../Main/UnattendedTemplates/win_postinstall.cmd | 147 +
src/VBox/Main/cbinding/Makefile.kmk | 2 +-
src/VBox/Main/cbinding/capiidl.xsl | 60 +-
src/VBox/Main/glue/AutoLock.cpp | 27 +
src/VBox/Main/glue/EventQueue.cpp | 2 +-
src/VBox/Main/glue/GetVBoxUserHomeDirectory.cpp | 131 +
src/VBox/Main/glue/NativeEventQueue.cpp | 4 +-
src/VBox/Main/glue/VBoxLogRelCreate.cpp | 173 +
src/VBox/Main/glue/com.cpp | 269 +-
src/VBox/Main/glue/string.cpp | 34 +-
src/VBox/Main/glue/vboxapi.py | 96 +-
src/VBox/Main/idl/VirtualBox.dtd | 17 +-
src/VBox/Main/idl/VirtualBox.xidl | 724 +-
src/VBox/Main/idl/apiwrap-server-filelist.xsl | 43 +
src/VBox/Main/idl/apiwrap-server.xsl | 8 +
src/VBox/Main/idl/doxygen.xsl | 12 +-
src/VBox/Main/idl/midl.xsl | 81 +-
src/VBox/Main/idl/xpidl.xsl | 51 +-
src/VBox/Main/idl/xpidl_iid.xsl | 10 +-
src/VBox/Main/include/ApplianceImpl.h | 10 +-
src/VBox/Main/include/ApplianceImplPrivate.h | 17 +-
src/VBox/Main/include/BandwidthGroupImpl.h | 2 +-
src/VBox/Main/include/CertificateImpl.h | 9 +-
src/VBox/Main/include/ConsoleImpl.h | 57 +-
src/VBox/Main/include/DHCPServerImpl.h | 4 +-
src/VBox/Main/include/DisplayImpl.h | 70 +-
src/VBox/Main/include/DrvAudioVRDE.h | 2 +-
src/VBox/Main/include/DrvAudioVideoRec.h | 19 +-
src/VBox/Main/include/ExtPackManagerImpl.h | 24 +-
src/VBox/Main/include/ExtPackUtil.h | 4 +-
src/VBox/Main/include/Global.h | 10 +-
src/VBox/Main/include/GuestImpl.h | 2 +-
src/VBox/Main/include/GuestOSTypeImpl.h | 13 +-
src/VBox/Main/include/HGCMObjects.h | 10 +-
src/VBox/Main/include/HostNetworkInterfaceImpl.h | 6 +-
src/VBox/Main/include/HostPower.h | 10 +-
src/VBox/Main/include/KeyboardImpl.h | 4 -
src/VBox/Main/include/Logging.h | 25 +-
src/VBox/Main/include/LoggingNew.h | 38 +
src/VBox/Main/include/MachineImpl.h | 79 +-
src/VBox/Main/include/Matching.h | 9 +-
src/VBox/Main/include/MediumAttachmentImpl.h | 14 +-
src/VBox/Main/include/MediumImpl.h | 15 +-
src/VBox/Main/include/NATEngineImpl.h | 2 +
src/VBox/Main/include/NATNetworkImpl.h | 2 +
src/VBox/Main/include/NetworkAdapterImpl.h | 1 +
src/VBox/Main/include/PCIDeviceAttachmentImpl.h | 2 +-
src/VBox/Main/include/ProgressImpl.h | 9 +-
src/VBox/Main/include/SessionImpl.h | 4 +-
src/VBox/Main/include/SharedFolderImpl.h | 4 +-
src/VBox/Main/include/SnapshotImpl.h | 6 +-
src/VBox/Main/include/StorageControllerImpl.h | 2 +-
src/VBox/Main/include/SystemPropertiesImpl.h | 2 +
src/VBox/Main/include/USBControllerImpl.h | 2 +-
src/VBox/Main/include/USBGetDevices.h | 2 +-
src/VBox/Main/include/USBProxyBackend.h | 44 +-
src/VBox/Main/include/UnattendedImpl.h | 254 +
src/VBox/Main/include/UnattendedInstaller.h | 558 +
src/VBox/Main/include/UnattendedScript.h | 331 +
src/VBox/Main/include/VirtualBoxBase.h | 8 +-
src/VBox/Main/include/VirtualBoxClientImpl.h | 6 +
src/VBox/Main/include/VirtualBoxImpl.h | 11 +-
src/VBox/Main/include/VirtualBoxSDSImpl.h | 141 +
src/VBox/Main/include/netif.h | 40 +-
src/VBox/Main/include/ovfreader.h | 29 +-
src/VBox/Main/include/win/resource.h | 3 +
src/VBox/Main/src-all/DisplayUtils.cpp | 2 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 113 +-
src/VBox/Main/src-all/ExtPackUtil.cpp | 24 +-
src/VBox/Main/src-all/Global.cpp | 15 +
src/VBox/Main/src-all/ProgressImpl.cpp | 71 +-
src/VBox/Main/src-all/QMTranslatorImpl.cpp | 2 +-
src/VBox/Main/src-all/VirtualBoxBase.cpp | 20 +-
.../Main/src-all/win/VBoxAPIWrap-precomp_vcc.h | 41 +
src/VBox/Main/src-all/win/VBoxProxyStub.c | 272 +-
src/VBox/Main/src-all/win/VirtualBox_rgs.xsl | 130 +-
src/VBox/Main/src-all/win/comregister.cmd | 3 +
src/VBox/Main/src-client/AdditionsFacilityImpl.cpp | 6 +-
src/VBox/Main/src-client/BusAssignmentManager.cpp | 10 +-
src/VBox/Main/src-client/ClientTokenHolder.cpp | 3 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 395 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 1262 +-
src/VBox/Main/src-client/ConsoleImplTeleporter.cpp | 26 +-
src/VBox/Main/src-client/ConsoleVRDPServer.cpp | 17 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 1001 +-
src/VBox/Main/src-client/DisplayImplLegacy.cpp | 15 +-
.../Main/src-client/DisplaySourceBitmapImpl.cpp | 5 +-
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 666 +-
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 1486 +-
src/VBox/Main/src-client/EbmlIDs.h | 246 -
src/VBox/Main/src-client/EbmlMkvIDs.h | 86 +
src/VBox/Main/src-client/EbmlWriter.cpp | 1191 +-
src/VBox/Main/src-client/EbmlWriter.h | 155 +-
src/VBox/Main/src-client/EmulatedUSBImpl.cpp | 5 +-
src/VBox/Main/src-client/GuestCtrlImpl.cpp | 9 +-
src/VBox/Main/src-client/GuestCtrlPrivate.cpp | 9 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 9 +-
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 14 +-
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 8 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 9 +-
src/VBox/Main/src-client/GuestFileImpl.cpp | 9 +-
src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | 8 +-
src/VBox/Main/src-client/GuestImpl.cpp | 14 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 23 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 13 +-
src/VBox/Main/src-client/GuestSessionImplTasks.cpp | 9 +-
src/VBox/Main/src-client/HGCM.cpp | 5 +-
src/VBox/Main/src-client/HGCMObjects.cpp | 4 +-
src/VBox/Main/src-client/HGCMThread.cpp | 4 +-
src/VBox/Main/src-client/KeyboardImpl.cpp | 12 +-
src/VBox/Main/src-client/MachineDebuggerImpl.cpp | 55 +-
src/VBox/Main/src-client/MouseImpl.cpp | 46 +-
src/VBox/Main/src-client/Nvram.cpp | 3 +
src/VBox/Main/src-client/PCIRawDevImpl.cpp | 6 +-
src/VBox/Main/src-client/RemoteUSBBackend.cpp | 4 +-
src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp | 10 +-
src/VBox/Main/src-client/SessionImpl.cpp | 39 +-
src/VBox/Main/src-client/USBDeviceImpl.cpp | 5 +-
src/VBox/Main/src-client/UsbCardReader.cpp | 2 +
src/VBox/Main/src-client/UsbWebcamInterface.cpp | 2 +
src/VBox/Main/src-client/VBoxDriversRegister.cpp | 16 +-
src/VBox/Main/src-client/VMMDevInterface.cpp | 21 +-
src/VBox/Main/src-client/VideoRec.cpp | 1556 +-
src/VBox/Main/src-client/VideoRec.h | 176 +-
src/VBox/Main/src-client/VirtualBoxClientImpl.cpp | 264 +-
src/VBox/Main/src-client/win/VBoxC.rc | 2 +-
src/VBox/Main/src-client/win/dllmain.cpp | 1 -
src/VBox/Main/src-client/win/precomp_vcc.h | 39 +
.../Main/src-helper-apps/VBoxExtPackHelperApp.cpp | 2 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 74 +-
src/VBox/Main/src-server/ApplianceImplExport.cpp | 762 +-
src/VBox/Main/src-server/ApplianceImplIO.cpp | 1262 --
src/VBox/Main/src-server/ApplianceImplImport.cpp | 72 +-
src/VBox/Main/src-server/AudioAdapterImpl.cpp | 66 +-
src/VBox/Main/src-server/BIOSSettingsImpl.cpp | 4 +-
src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 24 +-
src/VBox/Main/src-server/CertificateImpl.cpp | 2 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 10 +-
src/VBox/Main/src-server/GuestOSTypeImpl.cpp | 50 +-
src/VBox/Main/src-server/HostDnsService.h | 18 +-
src/VBox/Main/src-server/HostImpl.cpp | 40 +-
.../Main/src-server/HostNetworkInterfaceImpl.cpp | 69 +-
src/VBox/Main/src-server/HostUSBDeviceImpl.cpp | 31 +-
src/VBox/Main/src-server/MachineImpl.cpp | 1305 +-
src/VBox/Main/src-server/MediumAttachmentImpl.cpp | 12 +-
src/VBox/Main/src-server/MediumFormatImpl.cpp | 2 +-
src/VBox/Main/src-server/MediumImpl.cpp | 774 +-
src/VBox/Main/src-server/NATEngineImpl.cpp | 22 +
src/VBox/Main/src-server/NetworkAdapterImpl.cpp | 72 +-
src/VBox/Main/src-server/ParallelPortImpl.cpp | 5 +-
src/VBox/Main/src-server/Performance.cpp | 76 +-
src/VBox/Main/src-server/PerformanceImpl.cpp | 29 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 5 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 124 +-
src/VBox/Main/src-server/StorageControllerImpl.cpp | 11 +-
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 48 +-
src/VBox/Main/src-server/USBControllerImpl.cpp | 2 +-
src/VBox/Main/src-server/USBDeviceFilterImpl.cpp | 13 +-
src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp | 4 +-
src/VBox/Main/src-server/USBProxyBackend.cpp | 2 +-
src/VBox/Main/src-server/USBProxyService.cpp | 6 +-
src/VBox/Main/src-server/UnattendedImpl.cpp | 2024 +++
src/VBox/Main/src-server/UnattendedInstaller.cpp | 1225 ++
src/VBox/Main/src-server/UnattendedScript.cpp | 955 ++
src/VBox/Main/src-server/VFSExplorerImpl.cpp | 9 +-
src/VBox/Main/src-server/VRDEServerImpl.cpp | 8 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 221 +-
.../src-server/darwin/HostDnsServiceDarwin.cpp | 12 +-
src/VBox/Main/src-server/darwin/NetIf-darwin.cpp | 4 +-
src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp | 25 +
.../src-server/freebsd/USBProxyBackendFreeBSD.cpp | 24 +-
.../Main/src-server/linux/HostHardwareLinux.cpp | 8 +-
src/VBox/Main/src-server/linux/NetIf-linux.cpp | 8 +-
src/VBox/Main/src-server/linux/USBGetDevices.cpp | 1 +
.../Main/src-server/os2/USBProxyBackendOs2.cpp | 22 +-
src/VBox/Main/src-server/win/NetIf-win.cpp | 103 +-
src/VBox/Main/src-server/win/precomp_vcc.h | 38 +
src/VBox/Main/src-server/win/svcmain.cpp | 97 +-
src/VBox/Main/src-server/xpcom/server.cpp | 5 +-
src/VBox/Main/testcase/Makefile.kmk | 18 +-
.../Main/testcase/msiDarwinDescriptorDecoder.cpp | 72 +
src/VBox/Main/webservice/Makefile.kmk | 49 +-
.../Main/webservice/samples/python/clienttest.py | 18 +-
src/VBox/Main/webservice/vboxweb.cpp | 27 +-
src/VBox/Main/webservice/vboxweb.h | 4 +-
src/VBox/Main/xml/SchemaDefs.xsl | 29 +-
src/VBox/Main/xml/Settings.cpp | 339 +-
src/VBox/Main/xml/VirtualBox-settings.xsd | 26 +-
src/VBox/Main/xml/ovfreader.cpp | 161 +-
src/VBox/Makefile.kmk | 2 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 10 +-
src/VBox/NetworkServices/DHCP/Config.h | 4 +-
src/VBox/NetworkServices/DHCP/Makefile.kmk | 2 +-
src/VBox/NetworkServices/Makefile.kmk | 2 +-
src/VBox/NetworkServices/NAT/Makefile.kmk | 2 +-
src/VBox/NetworkServices/NAT/RTWinPoll.cpp | 33 +-
src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | 11 +
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 7 +-
src/VBox/NetworkServices/NAT/portfwd.c | 4 -
src/VBox/NetworkServices/NAT/proxy.h | 9 -
src/VBox/NetworkServices/NAT/proxy_pollmgr.c | 295 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.h | 3 +-
src/VBox/NetworkServices/NAT/pxtcp.c | 4 -
src/VBox/NetworkServices/NAT/winutils.h | 1 +
src/VBox/RDP/client-1.8.3/Makefile.kmk | 2 +-
src/VBox/Runtime/.scm-settings | 2 +-
src/VBox/Runtime/Doxyfile | 258 +-
src/VBox/Runtime/Makefile.kmk | 202 +-
src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp | 2 +-
src/VBox/Runtime/VBox/VBoxRTDeps.cpp | 2 +-
src/VBox/Runtime/VBox/VBoxRTImp.def | 2 +-
src/VBox/Runtime/VBox/dbus.cpp | 2 +-
src/VBox/Runtime/VBox/errmsgvboxcom.xsl | 4 +-
src/VBox/Runtime/VBox/log-vbox.cpp | 3 +-
src/VBox/Runtime/VBox/logbackdoor-redirect.cpp | 2 +-
src/VBox/Runtime/VBox/logbackdoor.cpp | 2 +-
src/VBox/Runtime/common/alloc/alloc.cpp | 2 +-
src/VBox/Runtime/common/alloc/heapoffset.cpp | 2 +-
src/VBox/Runtime/common/alloc/heapsimple.cpp | 2 +-
src/VBox/Runtime/common/alloc/memcache.cpp | 2 +-
src/VBox/Runtime/common/alloc/memtracker.cpp | 2 +-
.../Runtime/common/asm/ASMAtomicCmpXchgExU64.asm | 2 +-
.../Runtime/common/asm/ASMAtomicCmpXchgU16.asm | 2 +-
.../Runtime/common/asm/ASMAtomicCmpXchgU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicXchgU16.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitFirstClear.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitFirstSet.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitFirstSetU16.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitFirstSetU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitFirstSetU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitLastSetU16.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitLastSetU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitLastSetU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMBitNextClear.asm | 13 +-
src/VBox/Runtime/common/asm/ASMBitNextSet.asm | 2 +-
src/VBox/Runtime/common/asm/ASMCpuId.asm | 2 +-
src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | 2 +-
src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetGDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetIDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetIdtrLimit.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetLDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetSegAttr.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMGetXcr0.asm | 9 +-
.../common/asm/ASMMemFirstMismatchingU8.asm | 2 +-
.../Runtime/common/asm/ASMMultU32ByU32DivByU32.asm | 2 +-
.../Runtime/common/asm/ASMMultU64ByU32DivByU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMNopPause.asm | 2 +-
src/VBox/Runtime/common/asm/ASMRdMsrEx.asm | 2 +-
.../common/asm/ASMSerializeInstruction-cpuid.asm | 2 +-
.../common/asm/ASMSerializeInstruction-iret.asm | 2 +-
.../common/asm/ASMSerializeInstruction-rdtscp.asm | 2 +-
src/VBox/Runtime/common/asm/ASMSetGDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMSetIDTR.asm | 2 +-
src/VBox/Runtime/common/asm/ASMSetXcr0.asm | 14 +-
src/VBox/Runtime/common/asm/ASMWrMsrEx.asm | 2 +-
src/VBox/Runtime/common/asm/ASMXRstor.asm | 2 +-
src/VBox/Runtime/common/asm/ASMXSave.asm | 2 +-
src/VBox/Runtime/common/asm/asm-fake.cpp | 2 +-
src/VBox/Runtime/common/asn1/asn1-basics.cpp | 2 +-
src/VBox/Runtime/common/asn1/asn1-cursor.cpp | 2 +-
.../Runtime/common/asn1/asn1-default-allocator.cpp | 14 +-
src/VBox/Runtime/common/asn1/asn1-dump.cpp | 2 +-
.../Runtime/common/asn1/asn1-efence-allocator.cpp | 14 +-
src/VBox/Runtime/common/asn1/asn1-encode.cpp | 2 +-
.../common/asn1/asn1-ut-bitstring-decode.cpp | 2 +-
.../common/asn1/asn1-ut-bitstring-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-boolean-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-boolean-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-core-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-core-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-core.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-dyntype-decode.cpp | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-integer-decode.cpp | 16 +-
.../Runtime/common/asn1/asn1-ut-integer-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp | 16 +-
.../Runtime/common/asn1/asn1-ut-null-decode.cpp | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-null.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-objid-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-objid-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp | 2 +-
.../common/asn1/asn1-ut-octetstring-decode.cpp | 2 +-
.../common/asn1/asn1-ut-octetstring-template.h | 2 +-
.../Runtime/common/asn1/asn1-ut-octetstring.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-string-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-string-template.h | 2 +-
.../Runtime/common/asn1/asn1-ut-string-template2.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-string.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-time-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-time-template.h | 2 +-
.../Runtime/common/asn1/asn1-ut-time-template2.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-time.cpp | 2 +-
src/VBox/Runtime/common/asn1/oiddb.cfg | 2 +-
src/VBox/Runtime/common/asn1/oiddb2c.cpp | 2 +-
src/VBox/Runtime/common/checksum/RTSha1Digest.cpp | 2 +-
.../Runtime/common/checksum/RTSha256Digest.cpp | 2 +-
src/VBox/Runtime/common/checksum/adler32.cpp | 10 +-
src/VBox/Runtime/common/checksum/alt-md2.cpp | 2 +-
src/VBox/Runtime/common/checksum/alt-md5.cpp | 2 +-
src/VBox/Runtime/common/checksum/alt-sha1.cpp | 2 +-
src/VBox/Runtime/common/checksum/alt-sha256.cpp | 2 +-
src/VBox/Runtime/common/checksum/alt-sha512.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc16ccitt.cpp | 108 +
src/VBox/Runtime/common/checksum/crc32-zlib.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc32.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc32c.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc64.cpp | 2 +-
src/VBox/Runtime/common/checksum/ipv4.cpp | 2 +-
src/VBox/Runtime/common/checksum/ipv6.cpp | 2 +-
src/VBox/Runtime/common/checksum/manifest-file.cpp | 2 +-
src/VBox/Runtime/common/checksum/manifest.cpp | 2 +-
src/VBox/Runtime/common/checksum/manifest2.cpp | 27 +-
src/VBox/Runtime/common/checksum/manifest3.cpp | 36 +-
src/VBox/Runtime/common/checksum/md2str.cpp | 2 +-
src/VBox/Runtime/common/checksum/md5str.cpp | 2 +-
src/VBox/Runtime/common/checksum/openssl-md2.cpp | 2 +-
src/VBox/Runtime/common/checksum/openssl-md5.cpp | 2 +-
src/VBox/Runtime/common/checksum/openssl-sha1.cpp | 2 +-
.../Runtime/common/checksum/openssl-sha256.cpp | 2 +-
.../Runtime/common/checksum/openssl-sha512.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha1str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha224str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha256str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha384str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha512str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha512t224str.cpp | 2 +-
src/VBox/Runtime/common/checksum/sha512t256str.cpp | 2 +-
.../crypto/RTCrStoreCertAddFromJavaKeyStore.cpp | 2 +-
...RTCrStoreCertAddWantedFromFishingExpedition.cpp | 2 +-
.../common/crypto/RTCrStoreCertExportAsPem.cpp | 2 +-
...teSnapshotOfUserAndSystemTrustedCAsAndCerts.cpp | 2 +-
src/VBox/Runtime/common/crypto/digest-builtin.cpp | 2 +-
src/VBox/Runtime/common/crypto/digest-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/digest-vfs.cpp | 2 +-
src/VBox/Runtime/common/crypto/iprt-openssl.cpp | 2 +-
src/VBox/Runtime/common/crypto/pemfile.cpp | 2 +-
.../Runtime/common/crypto/pkcs7-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-internal.h | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-template.h | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-verify.cpp | 2 +-
.../common/crypto/pkix-signature-builtin.cpp | 2 +-
.../Runtime/common/crypto/pkix-signature-builtin.h | 2 +-
.../Runtime/common/crypto/pkix-signature-core.cpp | 2 +-
.../Runtime/common/crypto/pkix-signature-rsa.cpp | 2 +-
src/VBox/Runtime/common/crypto/pkix-util.cpp | 4 +-
src/VBox/Runtime/common/crypto/pkix-verify.cpp | 2 +-
.../Runtime/common/crypto/rsa-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/rsa-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/rsa-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/rsa-internal.h | 2 +-
src/VBox/Runtime/common/crypto/rsa-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/rsa-template.h | 2 +-
.../Runtime/common/crypto/spc-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/spc-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/spc-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/spc-internal.h | 2 +-
src/VBox/Runtime/common/crypto/spc-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/spc-template.h | 2 +-
.../Runtime/common/crypto/store-cert-add-basic.cpp | 2 +-
src/VBox/Runtime/common/crypto/store-inmem.cpp | 14 +-
src/VBox/Runtime/common/crypto/store-internal.h | 2 +-
src/VBox/Runtime/common/crypto/store.cpp | 2 +-
.../Runtime/common/crypto/taf-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/taf-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/taf-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/taf-internal.h | 2 +-
src/VBox/Runtime/common/crypto/taf-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/taf-template.h | 2 +-
.../Runtime/common/crypto/tsp-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/tsp-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/tsp-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/tsp-internal.h | 2 +-
src/VBox/Runtime/common/crypto/tsp-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/tsp-template.h | 2 +-
.../Runtime/common/crypto/x509-asn1-decoder.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-certpaths.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-core.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-file.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-init.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-internal.h | 2 +-
src/VBox/Runtime/common/crypto/x509-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/x509-template.h | 2 +-
src/VBox/Runtime/common/crypto/x509-verify.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbg.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgas.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgcfg.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmod.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp | 4 +-
src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodexports.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodldr.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodnm.cpp | 2 +-
src/VBox/Runtime/common/dvm/dvm.cpp | 7 +-
src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp | 2 +-
src/VBox/Runtime/common/dvm/dvmgpt.cpp | 2 +-
src/VBox/Runtime/common/dvm/dvmmbr.cpp | 2 +-
src/VBox/Runtime/common/dvm/dvmvfs.cpp | 2 +-
.../Runtime/common/err/RTErrConvertFromErrno.cpp | 5 +-
.../Runtime/common/err/RTErrConvertToErrno.cpp | 2 +-
src/VBox/Runtime/common/err/errinfo-alloc.cpp | 2 +-
src/VBox/Runtime/common/err/errinfo.cpp | 2 +-
src/VBox/Runtime/common/err/errinfolog.cpp | 185 +
src/VBox/Runtime/common/err/errmsg.cpp | 2 +-
src/VBox/Runtime/common/err/errmsg.sed | 2 +-
src/VBox/Runtime/common/err/errmsgcom.sed | 2 +-
src/VBox/Runtime/common/err/errmsgxpcom.cpp | 2 +-
src/VBox/Runtime/common/filesystem/filesystem.cpp | 118 -
.../Runtime/common/filesystem/filesystemext.cpp | 404 -
.../VBox/Runtime/common/fs}/Makefile.kup | 0
src/VBox/Runtime/common/fs/fatvfs.cpp | 5227 ++++++
src/VBox/Runtime/common/fs/filesystem.cpp | 118 +
src/VBox/Runtime/common/fs/filesystemext.cpp | 419 +
src/VBox/Runtime/common/fs/isomaker.cpp | 7478 +++++++++
src/VBox/Runtime/common/fs/isomakercmd-man.xml | 569 +
src/VBox/Runtime/common/fs/isomakercmd.cpp | 3429 ++++
src/VBox/Runtime/common/fs/isomakerimport.cpp | 2718 ++++
src/VBox/Runtime/common/fs/isovfs.cpp | 6206 ++++++++
src/VBox/Runtime/common/ldr/ldr.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrELF.cpp | 2 +-
.../Runtime/common/ldr/ldrELFRelocatable.cpp.h | 2 +-
src/VBox/Runtime/common/ldr/ldrEx.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrFile.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrMemory.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrNative.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrkStuff.cpp | 4 +-
src/VBox/Runtime/common/log/log.cpp | 51 +-
src/VBox/Runtime/common/log/logcom.cpp | 2 +-
src/VBox/Runtime/common/log/logellipsis.cpp | 2 +-
src/VBox/Runtime/common/log/logformat.cpp | 2 +-
src/VBox/Runtime/common/log/logrel.cpp | 2 +-
src/VBox/Runtime/common/log/logrelellipsis.cpp | 2 +-
src/VBox/Runtime/common/log/tracebuf.cpp | 2 +-
src/VBox/Runtime/common/log/tracedefault.cpp | 2 +-
src/VBox/Runtime/common/math/RTUInt128MulByU64.asm | 2 +-
src/VBox/Runtime/common/math/bignum-amd64-x86.asm | 2 +-
src/VBox/Runtime/common/math/bignum.cpp | 36 +-
src/VBox/Runtime/common/math/ceill.asm | 2 +-
src/VBox/Runtime/common/math/cosl.asm | 2 +-
src/VBox/Runtime/common/math/fabs.asm | 2 +-
src/VBox/Runtime/common/math/fabsf.asm | 2 +-
src/VBox/Runtime/common/math/fabsl.asm | 2 +-
src/VBox/Runtime/common/math/floor.asm | 2 +-
src/VBox/Runtime/common/math/floorf.asm | 2 +-
src/VBox/Runtime/common/math/floorl.asm | 2 +-
src/VBox/Runtime/common/math/gcc/udivmoddi4.c | 2 +-
src/VBox/Runtime/common/math/ldexpl.asm | 2 +-
src/VBox/Runtime/common/math/llrint.asm | 2 +-
src/VBox/Runtime/common/math/llrintf.asm | 2 +-
src/VBox/Runtime/common/math/llrintl.asm | 2 +-
src/VBox/Runtime/common/math/logl.asm | 2 +-
src/VBox/Runtime/common/math/lrint.asm | 2 +-
src/VBox/Runtime/common/math/lrintf.asm | 2 +-
src/VBox/Runtime/common/math/lrintl.asm | 2 +-
src/VBox/Runtime/common/math/remainder.asm | 2 +-
src/VBox/Runtime/common/math/remainderf.asm | 2 +-
src/VBox/Runtime/common/math/remainderl.asm | 2 +-
src/VBox/Runtime/common/math/sinl.asm | 2 +-
src/VBox/Runtime/common/math/tanl.asm | 2 +-
src/VBox/Runtime/common/math/trunc.asm | 2 +-
src/VBox/Runtime/common/math/truncf.asm | 2 +-
src/VBox/Runtime/common/math/truncl.asm | 2 +-
src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp | 2 +-
src/VBox/Runtime/common/misc/RTAssertMsg2.cpp | 2 +-
src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp | 2 +-
.../Runtime/common/misc/RTAssertMsg2AddWeak.cpp | 2 +-
.../Runtime/common/misc/RTAssertMsg2AddWeakV.cpp | 2 +-
src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp | 2 +-
src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp | 2 +-
src/VBox/Runtime/common/misc/RTFileModeToFlags.cpp | 63 +-
src/VBox/Runtime/common/misc/RTFileOpenF.cpp | 2 +-
src/VBox/Runtime/common/misc/RTFileOpenV.cpp | 2 +-
.../Runtime/common/misc/RTMemWipeThoroughly.cpp | 2 +-
.../common/misc/RTSystemIsInsideVM-amd64-x86.cpp | 2 +-
src/VBox/Runtime/common/misc/aiomgr.cpp | 8 +-
src/VBox/Runtime/common/misc/assert.cpp | 2 +-
src/VBox/Runtime/common/misc/buildconfig.cpp | 2 +-
src/VBox/Runtime/common/misc/cidr.cpp | 2 +-
src/VBox/Runtime/common/misc/getopt.cpp | 85 +-
src/VBox/Runtime/common/misc/getoptargv.cpp | 51 +-
src/VBox/Runtime/common/misc/handle.cpp | 2 +-
src/VBox/Runtime/common/misc/handletable.cpp | 2 +-
src/VBox/Runtime/common/misc/handletable.h | 2 +-
src/VBox/Runtime/common/misc/handletablectx.cpp | 2 +-
src/VBox/Runtime/common/misc/handletablesimple.cpp | 2 +-
src/VBox/Runtime/common/misc/inifile.cpp | 789 +
src/VBox/Runtime/common/misc/json.cpp | 2 +-
src/VBox/Runtime/common/misc/lockvalidator.cpp | 4 +-
src/VBox/Runtime/common/misc/message.cpp | 23 +-
src/VBox/Runtime/common/misc/messagerefentry.cpp | 321 +
src/VBox/Runtime/common/misc/once.cpp | 4 +-
src/VBox/Runtime/common/misc/req.cpp | 2 +-
src/VBox/Runtime/common/misc/reqpool.cpp | 2 +-
src/VBox/Runtime/common/misc/reqqueue.cpp | 2 +-
src/VBox/Runtime/common/misc/s3.cpp | 2 +-
src/VBox/Runtime/common/misc/sanity-c.c | 2 +-
src/VBox/Runtime/common/misc/sanity-cpp.cpp | 2 +-
src/VBox/Runtime/common/misc/sanity.h | 2 +-
src/VBox/Runtime/common/misc/semspingpong.cpp | 2 +-
src/VBox/Runtime/common/misc/setjmp.asm | 2 +-
src/VBox/Runtime/common/misc/sg.cpp | 2 +-
src/VBox/Runtime/common/misc/term.cpp | 2 +-
src/VBox/Runtime/common/misc/thread.cpp | 23 +-
src/VBox/Runtime/common/misc/uri.cpp | 2 +-
src/VBox/Runtime/common/misc/zero.asm | 2 +-
src/VBox/Runtime/common/misc/zero.cpp | 42 +
src/VBox/Runtime/common/net/macstr.cpp | 2 +-
src/VBox/Runtime/common/net/netaddrstr.cpp | 2 +-
src/VBox/Runtime/common/net/netaddrstr2.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathAbsDup.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathAbsEx.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathAbsExDup.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathAppend.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathAppendEx.cpp | 2 +-
.../Runtime/common/path/RTPathCalcRelative.cpp | 2 +-
.../common/path/RTPathChangeToDosSlashes.cpp | 2 +-
.../common/path/RTPathChangeToUnixSlashes.cpp | 2 +-
.../Runtime/common/path/RTPathCopyComponents.cpp | 2 +-
.../Runtime/common/path/RTPathCountComponents.cpp | 2 +-
.../common/path/RTPathEnsureTrailingSeparator.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathExt.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathFilename.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathGlob.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathHasExt.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathHasPath.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathJoin.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathJoinA.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathJoinEx.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathParse.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathParse.cpp.h | 2 +-
src/VBox/Runtime/common/path/RTPathParseSimple.cpp | 2 +-
.../Runtime/common/path/RTPathParsedReassemble.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathRealDup.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathRmCmd.cpp | 2 +-
.../Runtime/common/path/RTPathSkipRootSpec.cpp | 41 +
src/VBox/Runtime/common/path/RTPathSplit.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathSplitA.cpp | 2 +-
.../Runtime/common/path/RTPathSplitReassemble.cpp | 2 +-
.../Runtime/common/path/RTPathStartsWithRoot.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathStripExt.cpp | 2 +-
.../Runtime/common/path/RTPathStripFilename.cpp | 2 +-
.../common/path/RTPathStripTrailingSlash.cpp | 2 +-
.../Runtime/common/path/RTPathTraverseList.cpp | 2 +-
src/VBox/Runtime/common/path/comparepaths.cpp | 2 +-
src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp | 2 +-
.../Runtime/common/path/rtPathVolumeSpecLen.cpp | 2 +-
.../common/path/rtpath-expand-template.cpp.h | 2 +-
src/VBox/Runtime/common/rand/rand.cpp | 2 +-
src/VBox/Runtime/common/rand/randadv.cpp | 22 +-
src/VBox/Runtime/common/rand/randparkmiller.cpp | 2 +-
src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp | 2 +-
src/VBox/Runtime/common/sort/RTSortIsSorted.cpp | 2 +-
src/VBox/Runtime/common/sort/shellsort.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCat.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCatEx.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCatP.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCatPEx.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCmp.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCopy.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCopyEx.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCopyP.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrCopyPEx.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrICmpAscii.cpp | 2 +-
.../Runtime/common/string/RTStrIStartsWith.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrNCmp.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrNLen.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrNLenEx.cpp | 2 +-
.../Runtime/common/string/RTStrPrintHexBytes.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrStartsWith.cpp | 2 +-
src/VBox/Runtime/common/string/RTStrStr.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16Cat.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16Copy.cpp | 2 +-
.../Runtime/common/string/RTUtf16CopyAscii.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16End.cpp | 2 +-
.../Runtime/common/string/RTUtf16ICmpAscii.cpp | 2 +-
.../Runtime/common/string/RTUtf16NICmpAscii.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16NLen.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp | 2 +-
.../Runtime/common/string/RTUtf16PrintHexBytes.cpp | 2 +-
src/VBox/Runtime/common/string/base64.cpp | 2 +-
src/VBox/Runtime/common/string/bzero.asm | 2 +-
src/VBox/Runtime/common/string/memchr.asm | 2 +-
src/VBox/Runtime/common/string/memchr.cpp | 2 +-
src/VBox/Runtime/common/string/memchr_alias.c | 2 +-
src/VBox/Runtime/common/string/memcmp.asm | 2 +-
src/VBox/Runtime/common/string/memcmp.cpp | 2 +-
src/VBox/Runtime/common/string/memcmp_alias.c | 2 +-
src/VBox/Runtime/common/string/memcpy.asm | 2 +-
src/VBox/Runtime/common/string/memcpy.cpp | 2 +-
src/VBox/Runtime/common/string/memcpy_alias.c | 2 +-
src/VBox/Runtime/common/string/memmove.asm | 2 +-
src/VBox/Runtime/common/string/memmove_alias.c | 2 +-
src/VBox/Runtime/common/string/mempcpy.asm | 2 +-
src/VBox/Runtime/common/string/memrchr.asm | 2 +-
src/VBox/Runtime/common/string/memset.asm | 2 +-
src/VBox/Runtime/common/string/memset.cpp | 2 +-
src/VBox/Runtime/common/string/memset_alias.c | 2 +-
src/VBox/Runtime/common/string/ministring.cpp | 338 +-
src/VBox/Runtime/common/string/simplepattern.cpp | 2 +-
src/VBox/Runtime/common/string/straprintf.cpp | 2 +-
src/VBox/Runtime/common/string/strcache.cpp | 2 +-
src/VBox/Runtime/common/string/strchr.asm | 2 +-
src/VBox/Runtime/common/string/strchr_alias.c | 2 +-
src/VBox/Runtime/common/string/strcmp.asm | 2 +-
src/VBox/Runtime/common/string/strcmp_alias.c | 2 +-
src/VBox/Runtime/common/string/strcpy.asm | 2 +-
src/VBox/Runtime/common/string/strcpy.cpp | 2 +-
src/VBox/Runtime/common/string/strcpy_alias.c | 2 +-
src/VBox/Runtime/common/string/strformat.cpp | 4 +-
src/VBox/Runtime/common/string/strformatnum.cpp | 2 +-
src/VBox/Runtime/common/string/strformatrt.cpp | 126 +-
src/VBox/Runtime/common/string/strformattype.cpp | 2 +-
src/VBox/Runtime/common/string/strhash1.cpp | 2 +-
src/VBox/Runtime/common/string/stringalloc.cpp | 2 +-
src/VBox/Runtime/common/string/strlen.asm | 2 +-
src/VBox/Runtime/common/string/strlen.cpp | 2 +-
src/VBox/Runtime/common/string/strlen_alias.c | 2 +-
src/VBox/Runtime/common/string/strncmp.asm | 2 +-
src/VBox/Runtime/common/string/strncmp.cpp | 2 +-
src/VBox/Runtime/common/string/strncpy.asm | 2 +-
src/VBox/Runtime/common/string/strpbrk.cpp | 2 +-
src/VBox/Runtime/common/string/strprintf.cpp | 18 +-
src/VBox/Runtime/common/string/strprintf2.cpp | 163 +
src/VBox/Runtime/common/string/strspace.cpp | 2 +-
src/VBox/Runtime/common/string/strstrip.cpp | 2 +-
src/VBox/Runtime/common/string/strtonum.cpp | 2 +-
src/VBox/Runtime/common/string/strversion.cpp | 2 +-
src/VBox/Runtime/common/string/uni.cpp | 2 +-
src/VBox/Runtime/common/string/unidata-flags.cpp | 2 +-
src/VBox/Runtime/common/string/unidata-lower.cpp | 2 +-
src/VBox/Runtime/common/string/unidata-upper.cpp | 2 +-
src/VBox/Runtime/common/string/uniread.cpp | 4 +-
src/VBox/Runtime/common/string/utf-16-case.cpp | 224 +-
src/VBox/Runtime/common/string/utf-16-latin-1.cpp | 2 +-
src/VBox/Runtime/common/string/utf-16.cpp | 537 +-
src/VBox/Runtime/common/string/utf-8-case.cpp | 2 +-
src/VBox/Runtime/common/string/utf-8-case2.cpp | 2 +-
src/VBox/Runtime/common/string/utf-8.cpp | 422 +-
src/VBox/Runtime/common/table/avl_Enum.cpp.h | 2 +-
src/VBox/Runtime/common/time/time.cpp | 2 +-
src/VBox/Runtime/common/time/timeprog.cpp | 2 +-
src/VBox/Runtime/common/time/timesup.cpp | 2 +-
src/VBox/Runtime/common/time/timesupA.asm | 2 +-
src/VBox/Runtime/common/time/timesupA.mac | 2 +-
src/VBox/Runtime/common/time/timesupref.cpp | 2 +-
src/VBox/Runtime/common/time/timesupref.h | 2 +-
src/VBox/Runtime/common/time/timesysalias.cpp | 2 +-
src/VBox/Runtime/common/time/timezoneinfo-gen.py | 460 +
src/VBox/Runtime/common/time/timezoneinfo.cpp | 1161 ++
src/VBox/Runtime/common/vfs/vfsbase.cpp | 955 +-
src/VBox/Runtime/common/vfs/vfschain.cpp | 1217 +-
src/VBox/Runtime/common/vfs/vfsfss2dir.cpp | 432 +
src/VBox/Runtime/common/vfs/vfsiosmisc.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsmemory.cpp | 57 +-
src/VBox/Runtime/common/vfs/vfsmisc.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsmsg.cpp | 68 +
src/VBox/Runtime/common/vfs/vfsprogress.cpp | 520 +
src/VBox/Runtime/common/vfs/vfsreadahead.cpp | 154 +-
src/VBox/Runtime/common/vfs/vfsstdfile.cpp | 89 +-
src/VBox/Runtime/common/vfs/vfsstdpipe.cpp | 2 +-
src/VBox/Runtime/common/zip/gzipvfs.cpp | 197 +-
src/VBox/Runtime/common/zip/pkzip.cpp | 2 +-
src/VBox/Runtime/common/zip/pkzipvfs.cpp | 9 +-
src/VBox/Runtime/common/zip/tar.cpp | 58 +-
src/VBox/Runtime/common/zip/tar.h | 145 +-
src/VBox/Runtime/common/zip/tarcmd.cpp | 547 +-
src/VBox/Runtime/common/zip/tarvfs.cpp | 65 +-
src/VBox/Runtime/common/zip/tarvfswriter.cpp | 2135 +++
src/VBox/Runtime/common/zip/unzipcmd.cpp | 24 +-
src/VBox/Runtime/common/zip/xarvfs.cpp | 8 +-
src/VBox/Runtime/common/zip/zip.cpp | 2 +-
src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp | 5 +-
.../Runtime/darwin/RTErrConvertFromDarwinCOM.cpp | 5 +-
.../Runtime/darwin/RTErrConvertFromDarwinIO.cpp | 2 +-
.../Runtime/darwin/RTErrConvertFromDarwinKern.cpp | 2 +-
src/VBox/Runtime/gc/initterm-gc.cpp | 2 +-
.../generic/RTAssertShouldPanic-generic.cpp | 2 +-
.../RTCrStoreCreateSnapshotById-generic.cpp | 2 +-
.../generic/RTDirCreateUniqueNumbered-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTDirExists-generic.cpp | 2 +-
.../Runtime/generic/RTDirQueryInfo-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTFileCopy-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTFileExists-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTFileMove-generic.cpp | 2 +-
.../Runtime/generic/RTFileQuerySize-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTFileReadAll-generic.cpp | 2 +-
.../generic/RTFileReadAllByHandle-generic.cpp | 2 +-
.../generic/RTFileReadAllByHandleEx-generic.cpp | 7 +-
.../Runtime/generic/RTFileReadAllEx-generic.cpp | 2 +-
.../Runtime/generic/RTFileReadAllFree-generic.cpp | 2 +-
.../generic/RTFileSetAllocationSize-generic.cpp | 2 +-
.../Runtime/generic/RTLogDefaultInit-generic.cpp | 2 +-
.../Runtime/generic/RTLogWriteDebugger-generic.cpp | 2 +-
.../Runtime/generic/RTLogWriteStdErr-generic.cpp | 2 +-
.../generic/RTLogWriteStdErr-stub-generic.cpp | 2 +-
.../Runtime/generic/RTLogWriteStdOut-generic.cpp | 2 +-
.../generic/RTLogWriteStdOut-stub-generic.cpp | 2 +-
.../Runtime/generic/RTLogWriteUser-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTMpCpuId-generic.cpp | 2 +-
.../generic/RTMpCpuIdFromSetIndex-generic.cpp | 2 +-
.../generic/RTMpCpuIdToSetIndex-generic.cpp | 2 +-
.../Runtime/generic/RTMpGetArraySize-generic.cpp | 2 +-
.../Runtime/generic/RTMpGetCoreCount-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTMpGetCount-generic.cpp | 2 +-
.../generic/RTMpGetCurFrequency-generic.cpp | 2 +-
.../generic/RTMpGetDescription-generic-stub.cpp | 2 +-
.../Runtime/generic/RTMpGetDescription-generic.cpp | 2 +-
.../Runtime/generic/RTMpGetMaxCpuId-generic.cpp | 2 +-
.../generic/RTMpGetMaxFrequency-generic.cpp | 2 +-
.../generic/RTMpGetOnlineCoreCount-generic.cpp | 2 +-
.../Runtime/generic/RTMpGetOnlineCount-generic.cpp | 2 +-
.../Runtime/generic/RTMpGetOnlineSet-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTMpGetSet-generic.cpp | 2 +-
.../Runtime/generic/RTMpIsCpuOnline-generic.cpp | 2 +-
.../Runtime/generic/RTMpIsCpuPossible-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTMpOnPair-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTPathAbs-generic.cpp | 20 +-
.../generic/RTPathGetCurrentDrive-generic.cpp | 2 +-
.../generic/RTPathGetCurrentOnDrive-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTPathIsSame-generic.cpp | 2 +-
.../Runtime/generic/RTProcDaemonize-generic.cpp | 2 +-
.../generic/RTProcIsRunningByName-generic.cpp | 2 +-
.../generic/RTProcessQueryUsernameA-generic.cpp | 2 +-
.../RTRandAdvCreateSystemFaster-generic.cpp | 2 +-
.../generic/RTRandAdvCreateSystemTruer-generic.cpp | 2 +-
.../generic/RTSemEventMultiWait-2-ex-generic.cpp | 2 +-
.../generic/RTSemEventMultiWait-generic.cpp | 2 +-
.../RTSemEventMultiWaitNoResume-2-ex-generic.cpp | 2 +-
.../generic/RTSemEventWait-2-ex-generic.cpp | 2 +-
.../Runtime/generic/RTSemEventWait-generic.cpp | 2 +-
.../RTSemEventWaitNoResume-2-ex-generic.cpp | 2 +-
.../Runtime/generic/RTSemMutexRequest-generic.cpp | 2 +-
.../generic/RTSemMutexRequestDebug-generic.cpp | 2 +-
.../Runtime/generic/RTSystemIsInsideVM-generic.cpp | 2 +-
.../generic/RTSystemQueryDmiString-generic.cpp | 2 +-
.../generic/RTSystemQueryOSInfo-generic.cpp | 2 +-
.../Runtime/generic/RTSystemShutdown-generic.cpp | 2 +-
.../generic/RTThreadGetAffinity-stub-generic.cpp | 2 +-
.../generic/RTThreadGetNativeState-generic.cpp | 2 +-
.../generic/RTThreadSetAffinity-stub-generic.cpp | 2 +-
.../generic/RTThreadSetAffinityToCpu-generic.cpp | 2 +-
.../generic/RTTimeLocalDeltaNano-generic.cpp | 2 +-
.../Runtime/generic/RTTimeLocalExplode-generic.cpp | 2 +-
.../Runtime/generic/RTTimeLocalNow-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTTimerCreate-generic.cpp | 2 +-
.../Runtime/generic/RTTimerLRCreate-generic.cpp | 2 +-
src/VBox/Runtime/generic/RTUuidCreate-generic.cpp | 2 +-
src/VBox/Runtime/generic/cdrom-generic.cpp | 2 +-
src/VBox/Runtime/generic/createtemp-generic.cpp | 2 +-
src/VBox/Runtime/generic/critsect-generic.cpp | 2 +-
src/VBox/Runtime/generic/critsectrw-generic.cpp | 2 +-
src/VBox/Runtime/generic/env-generic.cpp | 2 +-
src/VBox/Runtime/generic/errvars-generic.cpp | 2 +-
src/VBox/Runtime/generic/fs-stubs-generic.cpp | 2 +-
src/VBox/Runtime/generic/http-curl.cpp | 10 +-
src/VBox/Runtime/generic/mempool-generic.cpp | 2 +-
src/VBox/Runtime/generic/memsafer-generic.cpp | 2 +-
.../Runtime/generic/mppresent-generic-online.cpp | 2 +-
src/VBox/Runtime/generic/mppresent-generic.cpp | 2 +-
src/VBox/Runtime/generic/pathhost-generic.cpp | 2 +-
src/VBox/Runtime/generic/sched-generic.cpp | 2 +-
src/VBox/Runtime/generic/semfastmutex-generic.cpp | 2 +-
src/VBox/Runtime/generic/semrw-generic.cpp | 2 +-
.../Runtime/generic/semrw-lockless-generic.cpp | 2 +-
src/VBox/Runtime/generic/semxroads-generic.cpp | 2 +-
src/VBox/Runtime/generic/spinlock-generic.cpp | 2 +-
.../Runtime/generic/strcache-stubs-generic.cpp | 2 +-
src/VBox/Runtime/generic/timer-generic.cpp | 2 +-
src/VBox/Runtime/generic/timerlr-generic.cpp | 2 +-
src/VBox/Runtime/generic/tls-generic.cpp | 2 +-
src/VBox/Runtime/generic/utf16locale-generic.cpp | 2 +-
src/VBox/Runtime/generic/uuid-generic.cpp | 2 +-
.../Runtime/include/internal/alignmentchecks.h | 2 +-
src/VBox/Runtime/include/internal/assert.h | 2 +-
src/VBox/Runtime/include/internal/bignum.mac | 2 +-
src/VBox/Runtime/include/internal/dbgmod.h | 2 +-
src/VBox/Runtime/include/internal/dir.h | 4 +-
src/VBox/Runtime/include/internal/dvm.h | 2 +-
src/VBox/Runtime/include/internal/file.h | 2 +-
src/VBox/Runtime/include/internal/fileaio.h | 2 +-
src/VBox/Runtime/include/internal/filesystem.h | 2 +-
src/VBox/Runtime/include/internal/fs.h | 7 +-
src/VBox/Runtime/include/internal/initterm.h | 2 +-
src/VBox/Runtime/include/internal/iprt-openssl.h | 2 +-
src/VBox/Runtime/include/internal/iprt.h | 2 +-
src/VBox/Runtime/include/internal/ldr.h | 2 +-
src/VBox/Runtime/include/internal/ldrELF.h | 2 +-
src/VBox/Runtime/include/internal/ldrELF32.h | 2 +-
src/VBox/Runtime/include/internal/ldrELF64.h | 2 +-
src/VBox/Runtime/include/internal/lockvalidator.h | 2 +-
src/VBox/Runtime/include/internal/magics.h | 10 +-
src/VBox/Runtime/include/internal/mem.h | 2 +-
src/VBox/Runtime/include/internal/memobj.h | 2 +-
src/VBox/Runtime/include/internal/mp.h | 2 +-
src/VBox/Runtime/include/internal/path.h | 2 +-
src/VBox/Runtime/include/internal/pipe.h | 2 +-
src/VBox/Runtime/include/internal/process.h | 2 +-
src/VBox/Runtime/include/internal/rand.h | 2 +-
src/VBox/Runtime/include/internal/req.h | 2 +-
src/VBox/Runtime/include/internal/sched.h | 2 +-
src/VBox/Runtime/include/internal/socket.h | 2 +-
src/VBox/Runtime/include/internal/strhash.h | 2 +-
src/VBox/Runtime/include/internal/strict.h | 2 +-
src/VBox/Runtime/include/internal/string.h | 2 +-
src/VBox/Runtime/include/internal/thread.h | 17 +-
src/VBox/Runtime/include/internal/time.h | 2 +-
src/VBox/Runtime/iprt.d | 2 +-
src/VBox/Runtime/nt/NtProcessStartup-stub.cpp | 2 +-
src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp | 19 +-
src/VBox/Runtime/nt/RTNtPathExpand8dot3Path.cpp | 2 +-
.../Runtime/nt/RTNtPathFindPossible8dot3Name.cpp | 2 +-
src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp | 6 +-
.../Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp | 2 +-
src/VBox/Runtime/os2/sys0.asm | 2 +-
src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp | 2 +-
src/VBox/Runtime/r0drv/alloc-r0drv.cpp | 2 +-
src/VBox/Runtime/r0drv/alloc-r0drv.h | 2 +-
.../darwin/RTLogWriteDebugger-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/memuserkernel-r0drv-darwin.cpp | 2 +-
src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/process-r0drv-darwin.cpp | 2 +-
.../rtStrFormatKernelAddress-r0drv-darwin.cpp | 50 +
.../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/semeventmulti-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/semfastmutex-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp | 2 +-
src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h | 2 +-
.../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp | 2 +-
.../r0drv/darwin/threadpreempt-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/time-r0drv-darwin.cpp | 2 +-
.../r0drv/freebsd/memuserkernel-r0drv-freebsd.c | 2 +-
src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c | 2 +-
.../Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c | 2 +-
.../r0drv/freebsd/sleepqueue-r0drv-freebsd.h | 2 +-
.../Runtime/r0drv/freebsd/thread-r0drv-freebsd.c | 2 +-
.../Runtime/r0drv/freebsd/timer-r0drv-freebsd.c | 2 +-
.../generic/RTMpIsCpuWorkPending-r0drv-generic.cpp | 2 +-
.../Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp | 2 +-
.../r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp | 2 +-
.../RTThreadPreemptDisable-r0drv-generic.cpp | 2 +-
.../RTThreadPreemptIsEnabled-r0drv-generic.cpp | 2 +-
.../RTThreadPreemptIsPending-r0drv-generic.cpp | 2 +-
...TThreadPreemptIsPendingTrusty-r0drv-generic.cpp | 2 +-
.../RTThreadPreemptRestore-r0drv-generic.cpp | 2 +-
.../r0drv/generic/mpnotification-r0drv-generic.cpp | 2 +-
.../r0drv/generic/semspinmutex-r0drv-generic.c | 2 +-
.../r0drv/generic/threadctxhooks-r0drv-generic.cpp | 2 +-
.../r0drv/haiku/RTLogWriteDebugger-r0drv-haiku.c | 2 +-
.../r0drv/haiku/RTLogWriteStdOut-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/alloc-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/assert-r0drv-haiku.c | 2 +-
.../Runtime/r0drv/haiku/initterm-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/mp-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/process-r0drv-haiku.c | 2 +-
.../Runtime/r0drv/haiku/semevent-r0drv-haiku.c | 2 +-
.../r0drv/haiku/semeventmulti-r0drv-haiku.c | 2 +-
.../Runtime/r0drv/haiku/semfastmutex-r0drv-haiku.c | 2 +-
.../Runtime/r0drv/haiku/semmutex-r0drv-haiku.c | 2 +-
.../Runtime/r0drv/haiku/spinlock-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/the-haiku-kernel.h | 2 +-
src/VBox/Runtime/r0drv/haiku/thread-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/thread2-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c | 2 +-
src/VBox/Runtime/r0drv/initterm-r0drv.cpp | 2 +-
.../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/initterm-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 2 +-
.../r0drv/linux/memuserkernel-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c | 2 +-
.../r0drv/linux/mpnotification-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/semevent-r0drv-linux.c | 2 +-
.../r0drv/linux/semeventmulti-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/semmutex-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/spinlock-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/string.h | 2 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 2 +-
src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c | 2 +-
.../r0drv/linux/threadctxhooks-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/waitqueue-r0drv-linux.h | 2 +-
src/VBox/Runtime/r0drv/memobj-r0drv.cpp | 2 +-
src/VBox/Runtime/r0drv/mp-r0drv.h | 2 +-
src/VBox/Runtime/r0drv/mpnotification-r0drv.c | 2 +-
.../r0drv/netbsd/RTLogWriteStdOut-r0drv-netbsd.c | 2 +-
src/VBox/Runtime/r0drv/netbsd/alloc-r0drv-netbsd.c | 10 +-
.../r0drv/netbsd/memuserkernel-r0drv-netbsd.c | 2 +-
src/VBox/Runtime/r0drv/netbsd/mp-r0drv-netbsd.c | 2 +-
.../Runtime/r0drv/netbsd/semmutex-r0drv-netbsd.c | 2 +-
.../Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h | 2 +-
.../Runtime/r0drv/netbsd/thread-r0drv-netbsd.c | 2 +-
.../r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp | 2 +-
.../nt/RTTimerGetSystemGranularity-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 2 +-
src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp | 4 +-
.../Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp | 6 +-
src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp | 2 +-
.../Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp | 2 +-
.../Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp | 5 +-
src/VBox/Runtime/r0drv/nt/symdb.h | 2 +-
src/VBox/Runtime/r0drv/nt/symdbdata.h | 2 +-
src/VBox/Runtime/r0drv/nt/the-nt-kernel.h | 2 +-
src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 2 +-
.../Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm | 2 +-
src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp | 2 +-
.../Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp | 2 +-
src/VBox/Runtime/r0drv/power-r0drv.h | 2 +-
src/VBox/Runtime/r0drv/powernotification-r0drv.c | 2 +-
.../solaris/RTLogWriteDebugger-r0drv-solaris.c | 2 +-
.../r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/alloc-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/assert-r0drv-solaris.c | 2 +-
.../r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/initterm-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/memobj-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/memobj-r0drv-solaris.h | 2 +-
.../r0drv/solaris/memuserkernel-r0drv-solaris.c | 2 +-
.../r0drv/solaris/modulestub-r0drv-solaris.c | 2 +-
src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c | 2 +-
.../r0drv/solaris/mpnotification-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/process-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/semevent-r0drv-solaris.c | 2 +-
.../r0drv/solaris/semeventmulti-r0drv-solaris.c | 2 +-
.../r0drv/solaris/semeventwait-r0drv-solaris.h | 2 +-
.../r0drv/solaris/semfastmutex-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/semmutex-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/spinlock-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/the-solaris-kernel.h | 2 +-
.../Runtime/r0drv/solaris/thread-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/thread2-r0drv-solaris.c | 2 +-
.../r0drv/solaris/threadctxhooks-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/time-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/timer-r0drv-solaris.c | 2 +-
src/VBox/Runtime/r3/alloc-ef-cpp.cpp | 2 +-
src/VBox/Runtime/r3/alloc-ef.cpp | 2 +-
src/VBox/Runtime/r3/alloc-ef.h | 2 +-
src/VBox/Runtime/r3/alloc.cpp | 2 +-
src/VBox/Runtime/r3/allocex.cpp | 2 +-
src/VBox/Runtime/r3/allocex.h | 2 +-
.../darwin/RTCrStoreCreateSnapshotById-darwin.cpp | 2 +-
.../r3/darwin/RTPathUserDocuments-darwin.cpp | 2 +-
.../r3/darwin/RTSystemQueryDmiString-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/filelock-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/krnlmod-darwin.cpp | 352 +
src/VBox/Runtime/r3/darwin/mp-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp | 2 +-
.../Runtime/r3/darwin/rtProcInitExePath-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/sched-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/systemmem-darwin.cpp | 2 +-
src/VBox/Runtime/r3/darwin/time-darwin.cpp | 2 +-
src/VBox/Runtime/r3/dir.cpp | 4 +-
src/VBox/Runtime/r3/dir2.cpp | 2 +-
src/VBox/Runtime/r3/fileio.cpp | 2 +-
src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp | 2 +-
src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp | 2 +-
.../r3/freebsd/rtProcInitExePath-freebsd.cpp | 2 +-
src/VBox/Runtime/r3/freebsd/systemmem-freebsd.cpp | 2 +-
src/VBox/Runtime/r3/fs.cpp | 10 +-
.../generic/RTLocaleQueryLocaleName-r3-generic.cpp | 48 +
...aleQueryNormalizedBaseLocaleName-r3-generic.cpp | 93 +
.../RTLocaleQueryUserCountryCode-r3-generic.cpp | 77 +
.../r3/generic/RTTimeZoneGetCurrent-generic.cpp | 41 +
src/VBox/Runtime/r3/generic/allocex-r3-generic.cpp | 2 +-
.../Runtime/r3/generic/semspinmutex-r3-generic.cpp | 2 +-
.../Runtime/r3/haiku/rtProcInitExePath-haiku.cpp | 2 +-
src/VBox/Runtime/r3/haiku/time-haiku.cpp | 2 +-
src/VBox/Runtime/r3/init.cpp | 2 +-
src/VBox/Runtime/r3/init.h | 2 +-
src/VBox/Runtime/r3/isofs.cpp | 2 +-
.../r3/linux/RTFileSetAllocationSize-linux.cpp | 2 +-
.../r3/linux/RTProcIsRunningByName-linux.cpp | 2 +-
.../r3/linux/RTSystemQueryDmiString-linux.cpp | 2 +-
.../Runtime/r3/linux/RTSystemShutdown-linux.cpp | 2 +-
.../r3/linux/RTThreadGetNativeState-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/fileaio-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/krnlmod-linux.cpp | 326 +
src/VBox/Runtime/r3/linux/mp-linux.cpp | 2 +-
.../Runtime/r3/linux/rtProcInitExePath-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/sched-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/semevent-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/semmutex-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/sysfs.cpp | 2 +-
src/VBox/Runtime/r3/linux/systemmem-linux.cpp | 2 +-
.../Runtime/r3/linux/thread-affinity-linux.cpp | 2 +-
src/VBox/Runtime/r3/linux/time-linux.cpp | 2 +-
src/VBox/Runtime/r3/memsafer-r3.cpp | 2 +-
.../Runtime/r3/netbsd/rtProcInitExePath-netbsd.cpp | 2 +-
src/VBox/Runtime/r3/nt/RTFileQueryFsSizes-nt.cpp | 92 +
src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp | 391 +
src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp | 4 +-
src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 36 +-
src/VBox/Runtime/r3/nt/fs-nt.cpp | 51 +-
src/VBox/Runtime/r3/nt/internal-r3-nt.h | 2 +-
src/VBox/Runtime/r3/nt/pathint-nt.cpp | 5 +-
src/VBox/Runtime/r3/nt/time-nt.cpp | 2 +-
src/VBox/Runtime/r3/os2/filelock-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/mp-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/pipe-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/sched-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/sems-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/systemmem-os2.cpp | 2 +-
src/VBox/Runtime/r3/os2/thread-os2.cpp | 2 +-
src/VBox/Runtime/r3/path.cpp | 2 +-
src/VBox/Runtime/r3/poll.cpp | 2 +-
.../Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp | 2 +-
.../r3/posix/RTFileSetAllocationSize-posix.cpp | 2 +-
.../Runtime/r3/posix/RTHandleGetStandard-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/RTMemProtect-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp | 2 +-
.../Runtime/r3/posix/RTPathUserDocuments-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/RTPathUserHome-posix.cpp | 2 +-
.../Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp | 2 +-
.../r3/posix/RTSystemQueryTotalRam-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/dir-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/env-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/errvars-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fileaio-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fileio-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fileio2-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/filelock-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fs-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fs2-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/fs3-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/ldrNative-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/localipc-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/path-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/path2-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/pathhost-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/pipe-posix.cpp | 2 +-
.../Runtime/r3/posix/process-creation-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/process-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/rand-posix.cpp | 2 +-
.../r3/posix/rtmempage-exec-mmap-heap-posix.cpp | 2 +-
.../Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/sched-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/semevent-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/semmutex-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/semrw-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/symlink-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/thread-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/thread2-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/time-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/timelocal-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/timer-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/tls-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/utf8-posix.cpp | 21 +-
src/VBox/Runtime/r3/process.cpp | 2 +-
src/VBox/Runtime/r3/socket.cpp | 3 +-
.../r3/solaris/RTSystemQueryDmiString-solaris.cpp | 2 +-
.../r3/solaris/RTSystemShutdown-solaris.cpp | 2 +-
src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp | 2 +-
src/VBox/Runtime/r3/solaris/coredumper-solaris.h | 2 +-
src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp | 2 +-
src/VBox/Runtime/r3/solaris/krnlmod-solaris.cpp | 324 +
src/VBox/Runtime/r3/solaris/mp-solaris.cpp | 2 +-
.../r3/solaris/rtProcInitExePath-solaris.cpp | 2 +-
src/VBox/Runtime/r3/solaris/systemmem-solaris.cpp | 2 +-
.../Runtime/r3/solaris/thread-affinity-solaris.cpp | 2 +-
src/VBox/Runtime/r3/stream.cpp | 72 +-
src/VBox/Runtime/r3/tcp.cpp | 2 +-
src/VBox/Runtime/r3/test.cpp | 2 +-
src/VBox/Runtime/r3/testi.cpp | 2 +-
src/VBox/Runtime/r3/udp.cpp | 2 +-
.../r3/win/RTCrStoreCreateSnapshotById-win.cpp | 2 +-
.../Runtime/r3/win/RTHandleGetStandard-win.cpp | 2 +-
.../RTLocaleQueryNormalizedBaseLocaleName-win.cpp | 107 +
.../r3/win/RTLocaleQueryUserCountryCode-win.cpp | 119 +
src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp | 2 +-
.../Runtime/r3/win/RTSystemQueryDmiString-win.cpp | 2 +-
.../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp | 2 +-
.../Runtime/r3/win/RTSystemQueryTotalRam-win.cpp | 2 +-
src/VBox/Runtime/r3/win/RTSystemShutdown-win.cpp | 2 +-
.../Runtime/r3/win/RTTimeZoneGetCurrent-win.cpp | 106 +
src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl-1.1plus.def | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl-pre-1.1.def | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-win32.def | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-win64.def | 2 +-
src/VBox/Runtime/r3/win/alloc-win.cpp | 2 +-
src/VBox/Runtime/r3/win/allocex-win.cpp | 2 +-
src/VBox/Runtime/r3/win/dir-win.cpp | 2 +-
src/VBox/Runtime/r3/win/direnum-win.cpp | 4 +-
src/VBox/Runtime/r3/win/dllmain-win.cpp | 2 +-
src/VBox/Runtime/r3/win/env-win.cpp | 2 +-
src/VBox/Runtime/r3/win/errvars-win.cpp | 2 +-
src/VBox/Runtime/r3/win/fileaio-win.cpp | 2 +-
src/VBox/Runtime/r3/win/fileio-win.cpp | 22 +-
src/VBox/Runtime/r3/win/fs-win.cpp | 4 +-
src/VBox/Runtime/r3/win/init-win.cpp | 294 +-
src/VBox/Runtime/r3/win/internal-r3-win.h | 2 +-
src/VBox/Runtime/r3/win/krnlmod-win.cpp | 297 +
src/VBox/Runtime/r3/win/ldrNative-win.cpp | 2 +-
src/VBox/Runtime/r3/win/localipc-win.cpp | 6 +-
src/VBox/Runtime/r3/win/mp-win.cpp | 2 +-
src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 31 +-
src/VBox/Runtime/r3/win/path-win.cpp | 17 +-
src/VBox/Runtime/r3/win/pipe-win.cpp | 2 +-
src/VBox/Runtime/r3/win/process-win.cpp | 2 +-
.../r3/win/rtFileNativeSetAttributes-win.cpp | 2 +-
src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp | 2 +-
src/VBox/Runtime/r3/win/sched-win.cpp | 2 +-
src/VBox/Runtime/r3/win/semevent-win.cpp | 2 +-
src/VBox/Runtime/r3/win/semeventmulti-win.cpp | 2 +-
src/VBox/Runtime/r3/win/semmutex-win.cpp | 2 +-
src/VBox/Runtime/r3/win/symlink-win.cpp | 2 +-
src/VBox/Runtime/r3/win/thread-win.cpp | 14 +-
src/VBox/Runtime/r3/win/thread2-win.cpp | 2 +-
src/VBox/Runtime/r3/win/time-win.cpp | 2 +-
src/VBox/Runtime/r3/win/time2-win.cpp | 2 +-
src/VBox/Runtime/r3/win/timer-win.cpp | 2 +-
src/VBox/Runtime/r3/win/tls-win.cpp | 2 +-
src/VBox/Runtime/r3/win/utf16locale-win.cpp | 2 +-
src/VBox/Runtime/r3/win/utf8-win.cpp | 2 +-
src/VBox/Runtime/r3/win/uuid-win.cpp | 2 +-
src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp | 2 +-
src/VBox/Runtime/r3/win/vcc100-msvcrt-fakes.cpp | 2 +-
src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp | 2 +-
src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp | 2 +-
src/VBox/Runtime/r3/xml.cpp | 154 +-
src/VBox/Runtime/testcase/72kb-random.h | 2 +-
src/VBox/Runtime/testcase/Makefile.kmk | 6 +-
src/VBox/Runtime/testcase/ntGetTimerResolution.cpp | 2 +-
src/VBox/Runtime/testcase/tstDarwinSched.cpp | 2 +-
src/VBox/Runtime/testcase/tstDir-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstDir-3.cpp | 8 +-
src/VBox/Runtime/testcase/tstDir.cpp | 30 +-
src/VBox/Runtime/testcase/tstEnv.cpp | 2 +-
src/VBox/Runtime/testcase/tstFile.cpp | 2 +-
src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstFileLock.cpp | 2 +-
src/VBox/Runtime/testcase/tstFork.cpp | 2 +-
src/VBox/Runtime/testcase/tstHandleTable.cpp | 4 +-
src/VBox/Runtime/testcase/tstIprtList.cpp | 2 +-
src/VBox/Runtime/testcase/tstIprtMiniString.cpp | 12 +-
src/VBox/Runtime/testcase/tstLdr-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdr-3.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdr-4.cpp | 4 +-
src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def | 2 +-
src/VBox/Runtime/testcase/tstLdr-4Imp-win.def | 2 +-
src/VBox/Runtime/testcase/tstLdr.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdrLoad.cpp | 4 +-
src/VBox/Runtime/testcase/tstLdrObj.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdrObjR0.cpp | 2 +-
src/VBox/Runtime/testcase/tstLog.cpp | 2 +-
src/VBox/Runtime/testcase/tstMove.cpp | 2 +-
src/VBox/Runtime/testcase/tstNoCrt-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstOnce.cpp | 2 +-
src/VBox/Runtime/testcase/tstPrfRT.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTAssertCompile.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTAvl.cpp | 10 +-
src/VBox/Runtime/testcase/tstRTBase64.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTBigNum.cpp | 7 +-
src/VBox/Runtime/testcase/tstRTBitOperations.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCType.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCidr.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCircBuf.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCoreDump.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCrX509-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTCritSect.cpp | 4 +-
src/VBox/Runtime/testcase/tstRTCritSectRw.cpp | 2 +-
.../Runtime/testcase/tstRTDarwinMachKernel.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTDigest-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTDigest.cpp | 2 +-
.../testcase/tstRTDirCreateUniqueNumbered.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTDvm.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTErrUnique.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTFileAio.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTFileAppend-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTFileGetSize-1.cpp | 2 +-
.../testcase/tstRTFileModeStringToFlags.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTFilesystem.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTFsQueries.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTGetOpt.cpp | 34 +-
src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTHeapOffset.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTHeapSimple.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTHttp.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTInlineAsm.cpp | 8 +-
src/VBox/Runtime/testcase/tstRTIsoFs.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTJson.cpp | 13 +-
.../Runtime/testcase/tstRTLdrVerifyPeImage.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTList.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTLocalIpc.cpp | 8 +-
src/VBox/Runtime/testcase/tstRTLockValidator.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTManifest.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMemCache.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMemEf.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMemPool.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMemSafer.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMemWipe.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTMp-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTNetIPv4.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTNetIPv6.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTNtPath-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPath.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPathGlob.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPathQueryInfo.cpp | 155 +
src/VBox/Runtime/testcase/tstRTPipe.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPoll.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPrfA.asm | 2 +-
src/VBox/Runtime/testcase/tstRTPrfIO.cpp | 4 +-
src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTProcCreatePrf.cpp | 2 +-
.../Runtime/testcase/tstRTProcIsRunningByName.cpp | 2 +-
.../Runtime/testcase/tstRTProcQueryUsername.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTProcWait.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0Common.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0CommonDriver.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0CommonReq.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.h | 2 +-
.../Runtime/testcase/tstRTR0DbgKrnlInfoDriver.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h | 2 +-
.../testcase/tstRTR0MemUserKernelDriver.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0SemMutex.h | 2 +-
.../Runtime/testcase/tstRTR0SemMutexDriver.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0Thread.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0Thread.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0ThreadDriver.cpp | 2 +-
.../Runtime/testcase/tstRTR0ThreadPreemption.cpp | 2 +-
.../Runtime/testcase/tstRTR0ThreadPreemption.h | 2 +-
.../testcase/tstRTR0ThreadPreemptionDriver.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0Timer.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTR0Timer.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTReqPool.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTS3.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSemEventMulti.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSemRW.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSemXRoads.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSort.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTStrAlloc.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTStrCache.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTStrCatCopy.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTStrFormat.cpp | 148 +-
src/VBox/Runtime/testcase/tstRTStrVersion.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSymlink.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp | 2 +-
.../Runtime/testcase/tstRTSystemQueryOsInfo.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTTcp-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTTemp.cpp | 2 +-
.../Runtime/testcase/tstRTThreadExecutionTime.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTThreadPoke.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTTime.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTTimeSpec.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTUdp-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTUri.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTUuid.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTVfs.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTZip.cpp | 2 +-
src/VBox/Runtime/testcase/tstRand.cpp | 2 +-
src/VBox/Runtime/testcase/tstSemMutex.cpp | 2 +-
src/VBox/Runtime/testcase/tstSemPingPong.cpp | 2 +-
src/VBox/Runtime/testcase/tstStrSimplePattern.cpp | 2 +-
src/VBox/Runtime/testcase/tstStrToNum.cpp | 2 +-
src/VBox/Runtime/testcase/tstTSC.cpp | 4 +-
src/VBox/Runtime/testcase/tstTermCallbacks.cpp | 2 +-
src/VBox/Runtime/testcase/tstThread-1.cpp | 2 +-
src/VBox/Runtime/testcase/tstTime-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstTime-3.cpp | 2 +-
src/VBox/Runtime/testcase/tstTime-4.cpp | 2 +-
src/VBox/Runtime/testcase/tstTimer.cpp | 2 +-
src/VBox/Runtime/testcase/tstTimerLR.cpp | 2 +-
src/VBox/Runtime/testcase/tstUtf8.cpp | 2 +-
src/VBox/Runtime/testcase/tstVector.cpp | 2 +-
src/VBox/Runtime/tools/Makefile.kmk | 80 +-
src/VBox/Runtime/tools/RTCat.cpp | 308 +
src/VBox/Runtime/tools/RTDbgSymCache.cpp | 4 +-
src/VBox/Runtime/tools/RTGzip.cpp | 27 +-
src/VBox/Runtime/tools/RTHttp.cpp | 4 +-
src/VBox/Runtime/tools/RTIsoMaker.cpp | 44 +
src/VBox/Runtime/tools/RTKrnlModInfo.cpp | 85 +
src/VBox/Runtime/tools/RTLdrFlt.cpp | 4 +-
src/VBox/Runtime/tools/RTLs.cpp | 1749 ++
src/VBox/Runtime/tools/RTManifest.cpp | 49 +-
src/VBox/Runtime/tools/RTNtDbgHelp.cpp | 4 +-
src/VBox/Runtime/tools/RTRm.cpp | 2 +-
src/VBox/Runtime/tools/RTShutdown.cpp | 2 +-
src/VBox/Runtime/tools/RTSignTool.cpp | 2 +-
src/VBox/Runtime/tools/RTTar.cpp | 2 +-
src/VBox/Runtime/tools/RTUnzip.cpp | 2 +-
src/VBox/Runtime/win/RTErrConvertFromWin32.cpp | 9 +-
src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm | 2 +-
.../win/amd64/ASMAtomicBitTestAndToggle.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetCS.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR0.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR1.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR2.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR3.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR6.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDR7.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetDS.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetES.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetFS.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetFlags.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetGS.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMGetSS.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMSetFlags.asm | 2 +-
src/VBox/Runtime/win/errmsgwin.cpp | 2 +-
src/VBox/Storage/CUE.cpp | 1920 +++
src/VBox/Storage/DMG.cpp | 522 +-
src/VBox/Storage/Debug/Makefile.kmk | 2 +-
src/VBox/Storage/ISCSI.cpp | 1708 +-
src/VBox/Storage/Makefile.kmk | 11 +-
src/VBox/Storage/Parallels.cpp | 873 +-
src/VBox/Storage/QCOW.cpp | 1720 +-
src/VBox/Storage/QED.cpp | 1622 +-
src/VBox/Storage/RAW.cpp | 943 +-
src/VBox/Storage/VCICache.cpp | 14 +-
src/VBox/Storage/VD.cpp | 1984 +--
src/VBox/Storage/VDBackends.h | 24 +-
src/VBox/Storage/VDBackendsInline.h | 111 +
src/VBox/Storage/VDI.cpp | 1680 +-
src/VBox/Storage/VDICore.h | 2 +
src/VBox/Storage/VDIfVfs2.cpp | 12 +-
src/VBox/Storage/VDInternal.h | 279 +
src/VBox/Storage/VDPlugin.cpp | 906 ++
src/VBox/Storage/VDVfs.cpp | 121 +-
src/VBox/Storage/VHD.cpp | 1195 +-
src/VBox/Storage/VHDX.cpp | 370 +-
src/VBox/Storage/VISO.cpp | 902 ++
src/VBox/Storage/VMDK.cpp | 4100 +++--
src/VBox/Storage/testcase/Makefile.kmk | 5 +-
src/VBox/Storage/testcase/VDIoBackendMem.cpp | 2 +-
src/VBox/Storage/testcase/VDScriptInterp.cpp | 4 +-
src/VBox/Storage/testcase/tstVD-2.cpp | 4 +-
src/VBox/Storage/testcase/tstVD.cpp | 16 +-
src/VBox/Storage/testcase/tstVDFill.cpp | 2 +-
src/VBox/Storage/testcase/tstVDIo.cpp | 206 +-
src/VBox/Storage/testcase/tstVDSnap.cpp | 6 +-
src/VBox/Storage/testcase/vbox-img.cpp | 395 +-
src/VBox/VMM/Docs-CodingGuidelines.cpp | 2 +-
src/VBox/VMM/Docs-RawMode.cpp | 2 +-
src/VBox/VMM/Makefile.kmk | 95 +-
src/VBox/VMM/VBoxVMM.d | 2 +-
src/VBox/VMM/VMMAll/APICAll.cpp | 645 +-
src/VBox/VMM/VMMAll/AllPdbTypeHack.cpp | 6 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 162 +-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 155 +-
src/VBox/VMM/VMMAll/CPUMStack.cpp | 2 +-
src/VBox/VMM/VMMAll/CSAMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/DBGFAll.cpp | 15 +-
src/VBox/VMM/VMMAll/EMAll.cpp | 12 +-
src/VBox/VMM/VMMAll/EMAllA.asm | 2 +-
src/VBox/VMM/VMMAll/FTMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/GIMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/GIMAllHv.cpp | 345 +-
src/VBox/VMM/VMMAll/GIMAllKvm.cpp | 2 +-
src/VBox/VMM/VMMAll/HMAll.cpp | 146 +-
src/VBox/VMM/VMMAll/HMSVMAll.cpp | 371 +
src/VBox/VMM/VMMAll/IEMAll.cpp | 373 +-
src/VBox/VMM/VMMAll/IEMAllAImpl.asm | 2 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 2 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 362 +-
src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h | 10 +-
src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h | 1305 ++
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 3 +-
.../VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h | 4 +-
src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py | 361 +-
.../VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h | 31 +-
.../VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h | 44 +-
.../VMM/VMMAll/IEMAllInstructionsVexMap2.cpp.h | 64 +-
src/VBox/VMM/VMMAll/IOMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 2 +-
src/VBox/VMM/VMMAll/MMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/MMAllHyper.cpp | 2 +-
src/VBox/VMM/VMMAll/MMAllPagePool.cpp | 2 +-
src/VBox/VMM/VMMAll/PATMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAll.cpp | 257 +-
src/VBox/VMM/VMMAll/PDMAllCritSect.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllQueue.cpp | 2 +-
src/VBox/VMM/VMMAll/PGMAll.cpp | 57 +-
src/VBox/VMM/VMMAll/PGMAllBth.h | 34 +-
src/VBox/VMM/VMMAll/PGMAllGst.h | 173 +-
src/VBox/VMM/VMMAll/PGMAllHandler.cpp | 2 +-
src/VBox/VMM/VMMAll/PGMAllMap.cpp | 2 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 10 +-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 221 +-
src/VBox/VMM/VMMAll/PGMAllShw.h | 2 +-
src/VBox/VMM/VMMAll/REMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/SELMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/TMAll.cpp | 8 +-
src/VBox/VMM/VMMAll/TMAllCpu.cpp | 2 +-
src/VBox/VMM/VMMAll/TMAllReal.cpp | 2 +-
src/VBox/VMM/VMMAll/TMAllVirtual.cpp | 2 +-
src/VBox/VMM/VMMAll/TRPMAll.cpp | 4 +-
src/VBox/VMM/VMMAll/VMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/VMMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/VMMAllA.asm | 2 +-
src/VBox/VMM/VMMR0/CPUMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/CPUMR0A.asm | 2 +-
src/VBox/VMM/VMMR0/GIMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/GIMR0Hv.cpp | 2 +-
src/VBox/VMM/VMMR0/GIMR0Kvm.cpp | 2 +-
src/VBox/VMM/VMMR0/GMMR0.cpp | 308 +-
src/VBox/VMM/VMMR0/GMMR0Internal.h | 2 +-
src/VBox/VMM/VMMR0/GVMMR0.cpp | 467 +-
src/VBox/VMM/VMMR0/GVMMR0Internal.h | 2 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 26 +-
src/VBox/VMM/VMMR0/HMR0A.asm | 190 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 3486 +++-
src/VBox/VMM/VMMR0/HMSVMR0.h | 2 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 676 +-
src/VBox/VMM/VMMR0/HMVMXR0.h | 2 +-
src/VBox/VMM/VMMR0/PDMR0Device.cpp | 284 +-
src/VBox/VMM/VMMR0/PDMR0Driver.cpp | 28 +-
src/VBox/VMM/VMMR0/PGMR0.cpp | 61 +-
src/VBox/VMM/VMMR0/PGMR0Bth.h | 2 +-
src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp | 2 +-
src/VBox/VMM/VMMR0/TRPMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/TRPMR0A.asm | 2 +-
src/VBox/VMM/VMMR0/VMMR0.cpp | 159 +-
src/VBox/VMM/VMMR0/VMMR0.def | 2 +-
src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm | 2 +-
src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm | 2 +-
src/VBox/VMM/VMMR0/VMMR0TripleFaultHack.cpp | 2 +-
src/VBox/VMM/VMMR0/VMMR0TripleFaultHackA.asm | 2 +-
src/VBox/VMM/VMMR3/APIC.cpp | 164 +-
src/VBox/VMM/VMMR3/CFGM.cpp | 8 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 284 +-
src/VBox/VMM/VMMR3/CPUMDbg.cpp | 11 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 45 +-
src/VBox/VMM/VMMR3/CPUMR3Db.cpp | 2 +-
src/VBox/VMM/VMMR3/CSAM.cpp | 8 +-
src/VBox/VMM/VMMR3/DBGF.cpp | 4 +-
src/VBox/VMM/VMMR3/DBGFAddr.cpp | 6 +-
src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFBp.cpp | 298 +-
src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp | 26 +-
src/VBox/VMM/VMMR3/DBGFCpu.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFDisas.cpp | 72 +-
src/VBox/VMM/VMMR3/DBGFInfo.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFLog.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFMem.cpp | 6 +-
src/VBox/VMM/VMMR3/DBGFModule.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFOS.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFR3Flow.cpp | 2260 +++
src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFR3Trace.cpp | 4 +-
src/VBox/VMM/VMMR3/DBGFR3Type.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFReg.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFStack.cpp | 2 +-
src/VBox/VMM/VMMR3/EM.cpp | 135 +-
src/VBox/VMM/VMMR3/EMHM.cpp | 2 +-
src/VBox/VMM/VMMR3/EMR3Dbg.cpp | 2 +-
src/VBox/VMM/VMMR3/EMRaw.cpp | 4 +-
src/VBox/VMM/VMMR3/FTM.cpp | 2 +-
src/VBox/VMM/VMMR3/GIM.cpp | 28 +-
src/VBox/VMM/VMMR3/GIMHv.cpp | 255 +-
src/VBox/VMM/VMMR3/GIMKvm.cpp | 4 +-
src/VBox/VMM/VMMR3/GIMMinimal.cpp | 8 +-
src/VBox/VMM/VMMR3/GMM.cpp | 2 +-
src/VBox/VMM/VMMR3/HM.cpp | 125 +-
src/VBox/VMM/VMMR3/IEMR3.cpp | 2 +-
src/VBox/VMM/VMMR3/IOM.cpp | 2 +-
src/VBox/VMM/VMMR3/MM.cpp | 2 +-
src/VBox/VMM/VMMR3/MMHeap.cpp | 2 +-
src/VBox/VMM/VMMR3/MMHyper.cpp | 2 +-
src/VBox/VMM/VMMR3/MMPagePool.cpp | 2 +-
src/VBox/VMM/VMMR3/MMUkHeap.cpp | 2 +-
src/VBox/VMM/VMMR3/PATM.cpp | 12 +-
src/VBox/VMM/VMMR3/PATMA.asm | 2 +-
src/VBox/VMM/VMMR3/PATMA.mac | 2 +-
src/VBox/VMM/VMMR3/PATMGuest.cpp | 2 +-
src/VBox/VMM/VMMR3/PATMPatch.cpp | 2 +-
src/VBox/VMM/VMMR3/PATMPatch.h | 2 +-
src/VBox/VMM/VMMR3/PATMR3Dbg.cpp | 2 +-
src/VBox/VMM/VMMR3/PATMSSM.cpp | 2 +-
src/VBox/VMM/VMMR3/PDM.cpp | 28 +-
src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp | 2 +-
.../VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp | 2 +-
.../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMBlkCache.cpp | 4 +-
src/VBox/VMM/VMMR3/PDMCritSect.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMDevHlp.cpp | 380 +-
src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp | 343 +-
src/VBox/VMM/VMMR3/PDMDevice.cpp | 24 +-
src/VBox/VMM/VMMR3/PDMDriver.cpp | 16 +-
src/VBox/VMM/VMMR3/PDMLdr.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMNetShaper.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMQueue.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMThread.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMUsb.cpp | 55 +-
src/VBox/VMM/VMMR3/PGM.cpp | 35 +-
src/VBox/VMM/VMMR3/PGMBth.h | 2 +-
src/VBox/VMM/VMMR3/PGMDbg.cpp | 366 +-
src/VBox/VMM/VMMR3/PGMGst.h | 2 +-
src/VBox/VMM/VMMR3/PGMHandler.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMMap.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 90 +-
src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h | 2 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 111 +-
src/VBox/VMM/VMMR3/PGMR3DbgA.asm | 2 +-
src/VBox/VMM/VMMR3/PGMSavedState.cpp | 8 +-
src/VBox/VMM/VMMR3/PGMSharedPage.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMShw.h | 2 +-
src/VBox/VMM/VMMR3/SELM.cpp | 2 +-
src/VBox/VMM/VMMR3/SSM.cpp | 10 +-
src/VBox/VMM/VMMR3/STAM.cpp | 4 +-
src/VBox/VMM/VMMR3/TM.cpp | 56 +-
src/VBox/VMM/VMMR3/TRPM.cpp | 2 +-
src/VBox/VMM/VMMR3/VM.cpp | 24 +-
src/VBox/VMM/VMMR3/VMEmt.cpp | 34 +-
src/VBox/VMM/VMMR3/VMM.cpp | 22 +-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp | 30 +-
src/VBox/VMM/VMMR3/VMMR3.def | 42 +-
src/VBox/VMM/VMMR3/VMMSwitcher.cpp | 2 +-
src/VBox/VMM/VMMR3/VMMTests.cpp | 2 +-
src/VBox/VMM/VMMR3/VMReq.cpp | 2 +-
src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h | 2 +-
.../VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h | 2 +-
src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h | 2 +-
src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_80186.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_80286.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_80386.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_8086.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h | 2 +-
.../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h | 2 +-
.../VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h | 2 +-
src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h | 7 +-
.../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h | 2 +-
.../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h | 2 +-
src/VBox/VMM/VMMRC/CPUMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/CPUMRCA.asm | 2 +-
src/VBox/VMM/VMMRC/CPUMRCPatchHlp.asm | 2 +-
src/VBox/VMM/VMMRC/CSAMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/EMRCA.asm | 2 +-
src/VBox/VMM/VMMRC/IOMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/MMRamRC.cpp | 2 +-
src/VBox/VMM/VMMRC/MMRamRCA.asm | 2 +-
src/VBox/VMM/VMMRC/PATMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/PDMRCDevice.cpp | 232 +-
src/VBox/VMM/VMMRC/PGMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/PGMRCBth.h | 2 +-
src/VBox/VMM/VMMRC/PGMRCGst.h | 2 +-
src/VBox/VMM/VMMRC/PGMRCShw.h | 2 +-
src/VBox/VMM/VMMRC/SELMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/TRPMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp | 15 +-
src/VBox/VMM/VMMRC/TRPMRCHandlersA.asm | 2 +-
src/VBox/VMM/VMMRC/VMMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/VMMRC.def | 2 +-
src/VBox/VMM/VMMRC/VMMRC.mac | 2 +-
src/VBox/VMM/VMMRC/VMMRC0.asm | 2 +-
src/VBox/VMM/VMMRC/VMMRC99.asm | 2 +-
src/VBox/VMM/VMMRC/VMMRCA.asm | 2 +-
src/VBox/VMM/VMMRC/VMMRCBuiltin.def | 2 +-
src/VBox/VMM/VMMRC/VMMRCDeps.cpp | 2 +-
src/VBox/VMM/VMMRZ/CPUMRZ.cpp | 2 +-
src/VBox/VMM/VMMRZ/CPUMRZA.asm | 2 +-
src/VBox/VMM/VMMRZ/DBGFRZ.cpp | 2 +-
src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp | 2 +-
src/VBox/VMM/VMMRZ/VMMRZ.cpp | 2 +-
src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm | 2 +-
src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm | 2 +-
src/VBox/VMM/VMMSwitcher/32BitToPAE.asm | 2 +-
src/VBox/VMM/VMMSwitcher/AMD64Stub.asm | 2 +-
src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm | 2 +-
src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm | 2 +-
src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac | 6 +-
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 2 +-
src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm | 2 +-
src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm | 2 +-
src/VBox/VMM/VMMSwitcher/PAEToPAE.asm | 2 +-
src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac | 2 +-
src/VBox/VMM/VMMSwitcher/X86Stub.asm | 2 +-
src/VBox/VMM/dtrace/int-1.d | 2 +-
src/VBox/VMM/dtrace/lib/amd64/vbox-arch-types.d | 2 +-
src/VBox/VMM/dtrace/lib/vbox-types.d | 2 +-
src/VBox/VMM/dtrace/lib/x86/vbox-arch-types.d | 2 +-
.../VMM/dtrace/return-to-ring-3-aggregation-1.d | 2 +-
src/VBox/VMM/dtrace/vmexit-reason-aggregation-1.d | 2 +-
src/VBox/VMM/dtrace/vmexit-rip-aggregation-1.d | 2 +-
src/VBox/VMM/include/APICInternal.h | 71 +-
src/VBox/VMM/include/CFGMInternal.h | 2 +-
src/VBox/VMM/include/CPUMInternal.h | 2 +-
src/VBox/VMM/include/CPUMInternal.mac | 64 +-
src/VBox/VMM/include/CSAMInternal.h | 2 +-
src/VBox/VMM/include/DBGFInternal.h | 44 +-
src/VBox/VMM/include/EMHandleRCTmpl.h | 2 +-
src/VBox/VMM/include/EMInternal.h | 2 +-
src/VBox/VMM/include/FTMInternal.h | 2 +-
src/VBox/VMM/include/GIMHvInternal.h | 99 +-
src/VBox/VMM/include/GIMInternal.h | 2 +-
src/VBox/VMM/include/GIMKvmInternal.h | 2 +-
src/VBox/VMM/include/GIMMinimalInternal.h | 2 +-
src/VBox/VMM/include/HMInternal.h | 58 +-
src/VBox/VMM/include/HMInternal.mac | 2 +-
src/VBox/VMM/include/IEMInternal.h | 9 +-
src/VBox/VMM/include/IOMInline.h | 2 +-
src/VBox/VMM/include/IOMInternal.h | 2 +-
src/VBox/VMM/include/MMInternal.h | 2 +-
src/VBox/VMM/include/PATMA.h | 2 +-
src/VBox/VMM/include/PATMInternal.h | 2 +-
.../VMM/include/PDMAsyncCompletionFileInternal.h | 2 +-
src/VBox/VMM/include/PDMAsyncCompletionInternal.h | 2 +-
src/VBox/VMM/include/PDMBlkCacheInternal.h | 2 +-
src/VBox/VMM/include/PDMInline.h | 2 +-
src/VBox/VMM/include/PDMInternal.h | 80 +-
src/VBox/VMM/include/PDMNetShaperInternal.h | 2 +-
src/VBox/VMM/include/PGMGstDefs.h | 6 +-
src/VBox/VMM/include/PGMInline.h | 2 +-
src/VBox/VMM/include/PGMInternal.h | 113 +-
src/VBox/VMM/include/REMInternal.h | 2 +-
src/VBox/VMM/include/SELMInline.h | 2 +-
src/VBox/VMM/include/SELMInternal.h | 2 +-
src/VBox/VMM/include/SSMInternal.h | 2 +-
src/VBox/VMM/include/STAMInternal.h | 2 +-
src/VBox/VMM/include/TMInline.h | 2 +-
src/VBox/VMM/include/TMInternal.h | 2 +-
src/VBox/VMM/include/TRPMInternal.h | 2 +-
src/VBox/VMM/include/TRPMInternal.mac | 2 +-
src/VBox/VMM/include/VMInternal.h | 13 +-
src/VBox/VMM/include/VMMInternal.h | 2 +-
src/VBox/VMM/include/VMMInternal.mac | 2 +-
src/VBox/VMM/include/VMMSwitcher.h | 2 +-
src/VBox/VMM/include/VMMSwitcher.mac | 2 +-
src/VBox/VMM/include/VMMTracing.h | 2 +-
src/VBox/VMM/pure_test.sh | 2 +-
.../testcase/Instructions/InstructionTestGen.py | 4 +-
src/VBox/VMM/testcase/Instructions/Makefile.kmk | 2 +-
.../testcase/Instructions/env-bs2-r0-32-big.mac | 2 +-
.../testcase/Instructions/env-bs2-r0-64-big.mac | 2 +-
.../VMM/testcase/Instructions/env-bs2-r0-64.mac | 2 +-
.../VMM/testcase/Instructions/env-bs2-r0-big.mac | 2 +-
.../testcase/Instructions/env-bs2-r0-common.mac | 2 +-
src/VBox/VMM/testcase/Instructions/env-bs2-r0.mac | 2 +-
src/VBox/VMM/testcase/Instructions/env-common.mac | 2 +-
.../VMM/testcase/Instructions/env-iprt-r3-32.mac | 2 +-
.../VMM/testcase/Instructions/env-iprt-r3-64.mac | 2 +-
src/VBox/VMM/testcase/Instructions/env-iprt-r3.mac | 2 +-
src/VBox/VMM/testcase/Instructions/itgTableDaa.py | 4 +-
src/VBox/VMM/testcase/Instructions/itgTableDas.py | 4 +-
.../VMM/testcase/Instructions/tstVBInsTstR3.cpp | 2 +-
src/VBox/VMM/testcase/Makefile.kmk | 20 +-
src/VBox/VMM/testcase/mkdsk.sh | 2 +-
src/VBox/VMM/testcase/tstAnimate.cpp | 2 +-
src/VBox/VMM/testcase/tstAsmStructs.cpp | 2 +-
src/VBox/VMM/testcase/tstAsmStructsAsm.asm | 2 +-
src/VBox/VMM/testcase/tstCFGM.cpp | 2 +-
src/VBox/VMM/testcase/tstCompressionBenchmark.cpp | 2 +-
src/VBox/VMM/testcase/tstGlobalConfig.cpp | 2 +-
src/VBox/VMM/testcase/tstHelp.h | 2 +-
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 11 +-
src/VBox/VMM/testcase/tstInstrEmul.cpp | 2 +-
src/VBox/VMM/testcase/tstMMHyperHeap.cpp | 2 +-
src/VBox/VMM/testcase/tstMicro.cpp | 2 +-
src/VBox/VMM/testcase/tstMicro.h | 2 +-
src/VBox/VMM/testcase/tstMicro.mac | 2 +-
src/VBox/VMM/testcase/tstMicroRC.cpp | 2 +-
src/VBox/VMM/testcase/tstMicroRC.def | 2 +-
src/VBox/VMM/testcase/tstMicroRCA.asm | 2 +-
src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp | 2 +-
.../VMM/testcase/tstPDMAsyncCompletionStress.cpp | 2 +-
src/VBox/VMM/testcase/tstSSM-2.cpp | 2 +-
src/VBox/VMM/testcase/tstSSM.cpp | 2 +-
src/VBox/VMM/testcase/tstVMM-HM.cpp | 2 +-
src/VBox/VMM/testcase/tstVMM.cpp | 4 +-
src/VBox/VMM/testcase/tstVMMFork.cpp | 2 +-
src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp | 2 +-
src/VBox/VMM/testcase/tstVMREQ.cpp | 2 +-
src/VBox/VMM/testcase/tstVMStruct.h | 55 +-
src/VBox/VMM/testcase/tstVMStructDTrace.cpp | 6 +-
src/VBox/VMM/testcase/tstVMStructRC.cpp | 6 +-
src/VBox/VMM/testcase/tstVMStructSize.cpp | 12 +-
src/VBox/VMM/testcase/tstX86-1.cpp | 2 +-
src/VBox/VMM/testcase/tstX86-1A.asm | 2 +-
src/VBox/VMM/testcase/tstX86-FpuSaveRestore.cpp | 2 +-
src/VBox/VMM/testcase/tstX86-FpuSaveRestoreA.asm | 2 +-
src/VBox/VMM/tools/Makefile.kmk | 5 +-
src/VBox/VMM/tools/VBoxCpuReport.cpp | 4 +-
src/VBox/VMM/tools/VBoxVMMPreload.cpp | 5 +-
src/VBox/VMM/tools/VBoxVMMPreloadHardened.cpp | 2 +-
src/VBox/ValidationKit/Config.kmk | 6 +-
src/VBox/ValidationKit/Makefile.kmk | 42 +-
src/VBox/ValidationKit/bootsectors/Config.kmk | 47 +-
src/VBox/ValidationKit/bootsectors/Makefile.kmk | 2 +-
.../ValidationKit/bootsectors/VBoxBs2Linker.cpp | 4 +-
.../ValidationKit/bootsectors/bootsector-empty.asm | 2 +-
.../ValidationKit/bootsectors/bootsector-pae.asm | 7 +-
.../bootsectors/bootsector-shutdown.asm | 10 +-
.../ValidationKit/bootsectors/bootsector2-api.mac | 2 +-
.../bootsectors/bootsector2-boot-registers-1.asm | 2 +-
.../bootsectors/bootsector2-common-end.mac | 2 +-
.../bootsectors/bootsector2-common-init-code.mac | 7 +-
.../bootsectors/bootsector2-common-init-traps.mac | 2 +-
.../bootsectors/bootsector2-common-macros-1.mac | 2 +-
.../bootsector2-common-routines-template-1.mac | 8 +-
.../bootsector2-common-routines-template-2.mac | 2 +-
.../bootsectors/bootsector2-common-routines.mac | 2 +-
.../bootsector2-common-traprec-template.mac | 2 +-
.../bootsectors/bootsector2-common-traprec.mac | 2 +-
.../bootsectors/bootsector2-cpu-a20-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-a20-1.asm | 2 +-
.../bootsectors/bootsector2-cpu-ac-loop.asm | 2 +-
.../bootsector2-cpu-basic-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-basic-1.asm | 2 +-
.../bootsectors/bootsector2-cpu-db-loop.asm | 2 +-
.../bootsector2-cpu-hidden-regs-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-hidden-regs-1.asm | 2 +-
.../bootsector2-cpu-instr-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-instr-1.asm | 2 +-
.../bootsectors/bootsector2-cpu-pf-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-pf-1.asm | 2 +-
.../bootsector2-cpu-xcpt-1-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-xcpt-1.asm | 2 +-
.../bootsector2-cpu-xcpt-2-template.mac | 2 +-
.../bootsectors/bootsector2-cpu-xcpt-2.asm | 2 +-
.../bootsectors/bootsector2-first.mac | 2 +-
.../bootsectors/bootsector2-structures.mac | 2 +-
.../bootsectors/bootsector2-template-footer.mac | 2 +-
.../bootsectors/bootsector2-template-header.mac | 2 +-
.../bootsectors/bootsector2-test1-template.mac | 2 +-
.../bootsectors/bootsector2-test1.asm | 2 +-
.../bootsectors/bootsector2-triple-fault-1.asm | 2 +-
.../bootsectors/bootsector2-vbinstst-64-1.asm | 2 +-
.../bootsector2-vbinstst-big-template.asm | 2 +-
.../bootsectors/bootsector2-vbinstst-kernel.asm | 2 +-
.../bootsectors/bs3-cpu-basic-2-32.c32 | 2 +-
.../bootsectors/bs3-cpu-basic-2-asm.asm | 2 +-
.../bootsectors/bs3-cpu-basic-2-pf.c32 | 2 +-
.../bootsectors/bs3-cpu-basic-2-template.c | 2 +-
.../bootsectors/bs3-cpu-basic-2-template.mac | 2 +-
.../ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c | 2 +-
.../ValidationKit/bootsectors/bs3-cpu-basic-2.c | 2 +-
.../bootsectors/bs3-cpu-decoding-1-asm.asm | 2 +-
.../bootsectors/bs3-cpu-decoding-1-template.c | 2 +-
.../bootsectors/bs3-cpu-decoding-1.c32 | 2 +-
.../bootsectors/bs3-cpu-generated-1-data.py | 23 +-
.../bootsectors/bs3-cpu-generated-1-template.c | 3022 ++--
.../bootsectors/bs3-cpu-generated-1.c | 2 +-
.../bootsectors/bs3-cpu-generated-1.h | 11 +-
.../bootsectors/bs3-cpu-instr-2-asm.asm | 2 +-
.../bootsectors/bs3-cpu-instr-2-template.c | 2 +-
.../bootsectors/bs3-cpu-instr-2-template.mac | 2 +-
.../ValidationKit/bootsectors/bs3-cpu-instr-2.c | 2 +-
.../bootsectors/bs3-fpustate-1-asm.asm | 2 +-
.../bootsectors/bs3-fpustate-1-template.c | 2 +-
.../bootsectors/bs3-fpustate-1-template.mac | 2 +-
.../ValidationKit/bootsectors/bs3-fpustate-1.c | 2 +-
.../ValidationKit/bootsectors/bs3kit/Makefile.kmk | 6 +-
.../bootsectors/bs3kit/VBoxBs3Linker.cpp | 4 +-
.../bootsectors/bs3kit/VBoxBs3ObjConverter.cpp | 18 +-
.../bootsectors/bs3kit/asmdefs-first.mac | 2 +-
.../bootsectors/bs3kit/bs3-bootsector.asm | 2 +-
.../bs3kit/bs3-c16-CreateHybridFarRet.asm | 2 +-
.../bs3-c16-SwitchFromV86To16BitAndCallC.asm | 2 +-
.../bootsectors/bs3kit/bs3-c16-Trap16Generic.asm | 2 +-
.../bootsectors/bs3kit/bs3-c16-TrapRmV86Data.c | 2 +-
.../bs3kit/bs3-c16-TrapRmV86Generic.asm | 2 +-
.../bootsectors/bs3kit/bs3-c32-Trap32Generic.asm | 2 +-
.../bootsectors/bs3kit/bs3-c64-Trap64Generic.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-A20Disable.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-A20Enable.asm | 2 +-
...s3-cmn-ConvertRMStackToP16UsingCxReturnToAx.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-CpuDetectData.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-GetModeName.c | 2 +-
.../bs3kit/bs3-cmn-GetModeNameShortLower.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-KbdRead.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-KbdWait.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-KbdWrite.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemAlloc.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemAllocZ.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemChr.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemCmp.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemCpy.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemFree.c | 2 +-
.../bs3kit/bs3-cmn-MemGuardedTestPage.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemMove.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemPCpy.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemSet.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-MemZero.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PagingAlias.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PagingData.c | 2 +-
.../bs3kit/bs3-cmn-PagingInitRootForLM.c | 2 +-
.../bs3kit/bs3-cmn-PagingInitRootForPAE.c | 2 +-
.../bs3kit/bs3-cmn-PagingInitRootForPP.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PagingProtect.c | 2 +-
.../bs3kit/bs3-cmn-PagingQueryAddressInfo.c | 2 +-
.../bs3kit/bs3-cmn-PagingSetupCanonicalTraps.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Panic.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PerCpuData.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PicMaskAll.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PicSetup.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PicUpdateMask.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PitIrqHandler.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PrintChr.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PrintStr.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PrintStrN.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PrintU32.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-PrintX32.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Printf.c | 4 +-
.../bs3kit/bs3-cmn-RegCtxConvertToRingX.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-RegCtxRestore.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-RegCtxSave.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-RegCtxSaveEx.asm | 2 +-
.../bs3kit/bs3-cmn-RegCtxSetGrpSegFromCurPtr.c | 2 +-
.../bs3kit/bs3-cmn-RegCtxSetGrpSegFromFlat.c | 2 +-
.../bs3kit/bs3-cmn-RegCtxSetRipCsFromCurPtr.c | 2 +-
.../bs3kit/bs3-cmn-RegCtxSetRipCsFromFlat.c | 2 +-
.../bs3kit/bs3-cmn-RegCtxSetRipCsFromLnkPtr.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32.c | 2 +-
.../bs3kit/bs3-cmn-SelFar32ToFlat32NoClobber.asm | 2 +-
.../bs3kit/bs3-cmn-SelFlatCodeToProtFar16.asm | 2 +-
.../bs3kit/bs3-cmn-SelFlatCodeToRealMode.asm | 2 +-
.../bs3kit/bs3-cmn-SelFlatDataToProtFar16.asm | 2 +-
.../bs3kit/bs3-cmn-SelFlatDataToRealMode.asm | 2 +-
.../bs3kit/bs3-cmn-SelProtFar16DataToFlat.asm | 2 +-
.../bs3kit/bs3-cmn-SelProtFar16DataToRealMode.asm | 2 +-
.../bs3kit/bs3-cmn-SelProtFar32ToFlat32.c | 2 +-
.../bs3kit/bs3-cmn-SelProtModeCodeToRealMode.asm | 2 +-
.../bs3kit/bs3-cmn-SelRealModeCodeToProtMode.asm | 2 +-
.../bs3kit/bs3-cmn-SelRealModeDataToFlat.asm | 2 +-
.../bs3kit/bs3-cmn-SelRealModeDataToProtFar16.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SelSetup16BitCode.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SelSetup16BitData.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Shutdown.asm | 9 +-
.../bootsectors/bs3kit/bs3-cmn-SlabAlloc.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabAllocEx.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabFree.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabInit.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabListAdd.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabListAlloc.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabListAllocEx.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabListFree.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SlabListInit.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-StrCpy.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-StrFormatV.c | 27 +-
.../bootsectors/bs3kit/bs3-cmn-StrLen.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-StrNLen.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-StrPrintf.c | 4 +-
.../bs3-cmn-SwitchHlpConvFlatRetToRetfProtMode.asm | 2 +-
...witchHlpConvProtModeRetfPopBpDecBpAndReturn.asm | 2 +-
...witchHlpConvRealModeRetfPopBpDecBpAndReturn.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchTo16Bit.asm | 2 +-
.../bs3kit/bs3-cmn-SwitchTo16BitV86.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchTo32Bit.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchTo64Bit.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchToRing0.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchToRing1.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchToRing2.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchToRing3.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchToRingX.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Syscall.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestCheckRegCtxEx.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestData.c | 2 +-
.../bs3kit/bs3-cmn-TestDoModesByOneHlp.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestFailed.c | 4 +-
.../bootsectors/bs3kit/bs3-cmn-TestInit.c | 2 +-
.../bs3kit/bs3-cmn-TestIsVmmDevTestingPresent.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestPrintf.c | 4 +-
.../bs3kit/bs3-cmn-TestSendCmdWithStr.asm | 2 +-
.../bs3kit/bs3-cmn-TestSendCmdWithU32.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestSkipped.c | 4 +-
.../bootsectors/bs3kit/bs3-cmn-TestSub.c | 4 +-
.../bootsectors/bs3kit/bs3-cmn-TestSubDone.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestSubErrorCount.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestTerm.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap16Init.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap16SetGate.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap32Init.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap32SetGate.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap64Init.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-Trap64SetGate.c | 2 +-
.../bs3kit/bs3-cmn-TrapDefaultHandler.c | 2 +-
.../bs3kit/bs3-cmn-TrapHandlersData.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapPrintFrame.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapReInit.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapRmV86Init.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapRmV86SetGate.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapSetHandler.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapSetHandlerEx.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapSetJmp.asm | 2 +-
.../bs3kit/bs3-cmn-TrapSetJmpAndRestore.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TrapUnsetJmp.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-UInt32Div.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-UInt64Div.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-UtilSetFullGdtr.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-UtilSetFullIdtr.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-hexdigits.c | 2 +-
.../bs3kit/bs3-cmn-instantiate-common.h | 2 +-
.../bootsectors/bs3kit/bs3-cmn-instantiate-x0.c16 | 2 +-
.../bootsectors/bs3kit/bs3-cmn-instantiate-x1.c16 | 2 +-
.../bootsectors/bs3kit/bs3-cmn-instantiate.c16 | 2 +-
.../bootsectors/bs3kit/bs3-cmn-instantiate.c32 | 2 +-
.../bootsectors/bs3kit/bs3-cmn-instantiate.c64 | 2 +-
.../bootsectors/bs3kit/bs3-cmn-memory.h | 2 +-
.../bootsectors/bs3kit/bs3-cmn-paging.h | 2 +-
.../bootsectors/bs3kit/bs3-cmn-pic-data.c | 2 +-
.../ValidationKit/bootsectors/bs3kit/bs3-cmn-pic.h | 2 +-
.../ValidationKit/bootsectors/bs3kit/bs3-cmn-pit.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-test.h | 2 +-
.../bootsectors/bs3kit/bs3-first-common.mac | 2 +-
.../bootsectors/bs3kit/bs3-first-dosexe.asm | 2 +-
.../bootsectors/bs3kit/bs3-first-init-all-pe32.asm | 2 +-
.../bootsectors/bs3kit/bs3-first-init-all-pp32.asm | 2 +-
.../bootsectors/bs3kit/bs3-first-pe16.asm | 2 +-
.../bootsectors/bs3kit/bs3-first-rm.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-CpuDetect.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-Name.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-NameShortLower.asm | 2 +-
.../bs3kit/bs3-mode-PagingGetRootForLM64.asm | 2 +-
.../bs3kit/bs3-mode-PagingGetRootForPAE16.asm | 2 +-
.../bs3kit/bs3-mode-PagingGetRootForPAE32.asm | 2 +-
.../bs3kit/bs3-mode-PagingGetRootForPP16.asm | 2 +-
.../bs3kit/bs3-mode-PagingGetRootForPP32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchTo32BitAndCallC.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToLM16.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToLM32.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToLM64.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPAE16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPAE16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPAE32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPAE32_16.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPAEV86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPE16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPE16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPE32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPE32_16.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPEV86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPP16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPP16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPP32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPP32_16.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPPV86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToRM.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModes.c | 2 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModesByOne.c | 2 +-
.../bs3kit/bs3-mode-TestDoModesByOneStub.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm | 2 +-
.../bs3kit/bs3-mode-TestDoModesStub.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-TrapInit.c | 2 +-
.../bs3kit/bs3-mode-TrapSystemCallHandler.asm | 2 +-
.../bootsectors/bs3kit/bs3-rm-InitAll.c | 2 +-
.../bootsectors/bs3kit/bs3-rm-InitGdt.c | 2 +-
.../bootsectors/bs3kit/bs3-rm-InitMemory.c | 2 +-
.../bootsectors/bs3kit/bs3-shutdown.c | 2 +-
.../bootsectors/bs3kit/bs3-system-data.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-I4D.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-I8DQ.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-I8DR.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-I8RS.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-U4D.asm | 6 +-
.../bootsectors/bs3kit/bs3-wc16-U8DQ.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-U8DR.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-U8LS.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc16-U8RS.asm | 6 +-
.../bootsectors/bs3kit/bs3-wc32-I8D.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc32-I8RS.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc32-U8D.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc32-U8LS.asm | 2 +-
.../bootsectors/bs3kit/bs3-wc32-U8RS.asm | 2 +-
.../ValidationKit/bootsectors/bs3kit/bs3cpudt.c | 2 +-
.../bootsectors/bs3kit/bs3kit-autostubs.kmk | 2 +-
.../ValidationKit/bootsectors/bs3kit/bs3kit-docs.c | 2 +-
.../bs3kit/bs3kit-mangling-code-define.h | 2 +-
.../bs3kit/bs3kit-mangling-code-undef.h | 2 +-
.../bootsectors/bs3kit/bs3kit-mangling-code.h | 2 +-
.../bootsectors/bs3kit/bs3kit-mangling-data.h | 2 +-
.../bootsectors/bs3kit/bs3kit-template-footer.h | 2 +-
.../bootsectors/bs3kit/bs3kit-template-footer.mac | 2 +-
.../bootsectors/bs3kit/bs3kit-template-header.h | 2 +-
.../bootsectors/bs3kit/bs3kit-template-header.mac | 2 +-
src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h | 19 +-
.../ValidationKit/bootsectors/bs3kit/bs3kit.mac | 3 +-
src/VBox/ValidationKit/common/Makefile.kmk | 2 +-
src/VBox/ValidationKit/common/__init__.py | 4 +-
.../ValidationKit/common/constants/__init__.py | 4 +-
src/VBox/ValidationKit/common/constants/result.py | 4 +-
.../ValidationKit/common/constants/rtexitcode.py | 4 +-
src/VBox/ValidationKit/common/constants/tbreq.py | 4 +-
src/VBox/ValidationKit/common/constants/tbresp.py | 4 +-
.../ValidationKit/common/constants/valueunit.py | 4 +-
src/VBox/ValidationKit/common/utils.py | 325 +-
src/VBox/ValidationKit/common/webutils.py | 4 +-
.../ValidationKit/docs/AutomaticTestingRevamp.html | 2 +-
.../ValidationKit/docs/AutomaticTestingRevamp.txt | 2 +-
src/VBox/ValidationKit/docs/Makefile.kmk | 33 +-
src/VBox/ValidationKit/docs/TestBoxImaging.html | 736 +
src/VBox/ValidationKit/docs/TestBoxImaging.txt | 370 +
.../docs/VBoxValidationKitReadMe.html | 2 +-
.../ValidationKit/docs/VBoxValidationKitReadMe.txt | 2 +-
src/VBox/ValidationKit/docs/testbox-maintenance.sh | 400 +
src/VBox/ValidationKit/docs/testbox-pxe-conf.sh | 152 +
src/VBox/ValidationKit/snippets/alloc-1.c | 2 +-
src/VBox/ValidationKit/snippets/time-1.c | 2 +-
src/VBox/ValidationKit/testanalysis/Makefile.kmk | 2 +-
src/VBox/ValidationKit/testanalysis/__init__.py | 4 +-
src/VBox/ValidationKit/testanalysis/diff.py | 4 +-
src/VBox/ValidationKit/testanalysis/reader.py | 4 +-
src/VBox/ValidationKit/testanalysis/reporting.py | 4 +-
src/VBox/ValidationKit/testanalysis/tst-a1.py | 4 +-
src/VBox/ValidationKit/testboxscript/Makefile.kmk | 2 +-
.../ValidationKit/testboxscript/TestBoxHelper.cpp | 312 +-
.../testboxscript/darwin/setup-routines.sh | 86 +-
.../testboxscript/linux/setup-routines.sh | 36 +-
.../testboxscript/linux/testboxscript-service.sh | 34 +-
src/VBox/ValidationKit/testboxscript/setup.sh | 244 +-
.../testboxscript/solaris/setup-routines.sh | 132 +-
.../ValidationKit/testboxscript/testboxcommand.py | 6 +-
.../ValidationKit/testboxscript/testboxcommons.py | 6 +-
.../testboxscript/testboxconnection.py | 4 +-
.../ValidationKit/testboxscript/testboxscript.py | 42 +-
.../testboxscript/testboxscript_real.py | 38 +-
.../ValidationKit/testboxscript/testboxtasks.py | 34 +-
.../ValidationKit/testboxscript/testboxupgrade.py | 6 +-
.../testboxscript/win/autoexec-testbox.cmd | 5 +-
.../ValidationKit/testboxscript/win/readme.txt | 58 +-
src/VBox/ValidationKit/testdriver/Makefile.kmk | 2 +-
src/VBox/ValidationKit/testdriver/__init__.py | 4 +-
src/VBox/ValidationKit/testdriver/base.py | 153 +-
src/VBox/ValidationKit/testdriver/btresolver.py | 612 +
src/VBox/ValidationKit/testdriver/reporter.py | 356 +-
src/VBox/ValidationKit/testdriver/tst-txsclient.py | 4 +-
src/VBox/ValidationKit/testdriver/txsclient.py | 58 +-
src/VBox/ValidationKit/testdriver/vbox.py | 233 +-
src/VBox/ValidationKit/testdriver/vboxcon.py | 18 +-
src/VBox/ValidationKit/testdriver/vboxinstaller.py | 144 +-
src/VBox/ValidationKit/testdriver/vboxtestvms.py | 75 +-
src/VBox/ValidationKit/testdriver/vboxwrappers.py | 154 +-
src/VBox/ValidationKit/testdriver/winbase.py | 4 +-
src/VBox/ValidationKit/testmanager/Makefile.kmk | 2 +-
src/VBox/ValidationKit/testmanager/__init__.py | 4 +-
.../testmanager/apache-template-2.2.conf | 2 +-
.../testmanager/apache-template-2.4.conf | 2 +-
.../ValidationKit/testmanager/batch/Makefile.kmk | 2 +-
.../ValidationKit/testmanager/batch/add_build.py | 6 +-
.../testmanager/batch/check_for_deleted_builds.py | 6 +-
.../testmanager/batch/close_orphaned_testsets.py | 6 +-
.../ValidationKit/testmanager/batch/del_build.py | 6 +-
.../testmanager/batch/filearchiver.py | 4 +-
.../testmanager/batch/regen_sched_queues.py | 8 +-
.../ValidationKit/testmanager/batch/vcs_import.py | 6 +-
.../testmanager/batch/virtual_test_sheriff.py | 368 +-
.../ValidationKit/testmanager/cgi/Makefile.kmk | 2 +-
src/VBox/ValidationKit/testmanager/cgi/admin.py | 4 +-
.../ValidationKit/testmanager/cgi/debuginfo.py | 4 +-
src/VBox/ValidationKit/testmanager/cgi/index.py | 4 +-
src/VBox/ValidationKit/testmanager/cgi/logout.py | 4 +-
src/VBox/ValidationKit/testmanager/cgi/logout2.py | 4 +-
.../ValidationKit/testmanager/cgi/testboxdisp.py | 4 +-
src/VBox/ValidationKit/testmanager/config.py | 16 +-
.../ValidationKit/testmanager/core/Makefile.kmk | 2 +-
.../ValidationKit/testmanager/core/__init__.py | 4 +-
src/VBox/ValidationKit/testmanager/core/base.py | 160 +-
src/VBox/ValidationKit/testmanager/core/build.py | 92 +-
.../testmanager/core/buildblacklist.py | 49 +-
.../ValidationKit/testmanager/core/buildsource.py | 54 +-
.../ValidationKit/testmanager/core/coreconsts.py | 4 +-
src/VBox/ValidationKit/testmanager/core/db.py | 10 +-
.../ValidationKit/testmanager/core/dbobjcache.py | 6 +-
.../testmanager/core/failurecategory.py | 15 +-
.../testmanager/core/failurereason.py | 20 +-
.../testmanager/core/globalresource.pgsql | 2 +-
.../testmanager/core/globalresource.py | 50 +-
src/VBox/ValidationKit/testmanager/core/report.py | 203 +-
.../ValidationKit/testmanager/core/schedgroup.py | 69 +-
.../testmanager/core/schedulerbase.py | 112 +-
.../testmanager/core/schedulerbeci.py | 6 +-
.../testmanager/core/systemchangelog.py | 192 +
.../ValidationKit/testmanager/core/systemlog.py | 7 +-
.../ValidationKit/testmanager/core/testbox.pgsql | 2 +-
src/VBox/ValidationKit/testmanager/core/testbox.py | 185 +-
.../testmanager/core/testboxcontroller.py | 37 +-
.../testmanager/core/testboxstatus.py | 4 +-
.../ValidationKit/testmanager/core/testcase.pgsql | 2 +-
.../ValidationKit/testmanager/core/testcase.py | 31 +-
.../ValidationKit/testmanager/core/testcaseargs.py | 8 +-
.../ValidationKit/testmanager/core/testgroup.py | 65 +-
.../testmanager/core/testresultfailures.py | 10 +-
.../ValidationKit/testmanager/core/testresults.py | 937 +-
src/VBox/ValidationKit/testmanager/core/testset.py | 35 +-
.../testmanager/core/useraccount.pgsql | 10 +-
.../ValidationKit/testmanager/core/useraccount.py | 15 +-
.../ValidationKit/testmanager/core/vcsrevisions.py | 12 +-
.../testmanager/core/webservergluebase.py | 15 +-
.../testmanager/core/webservergluecgi.py | 6 +-
src/VBox/ValidationKit/testmanager/db/Makefile.kmk | 2 +-
.../db/TestManagerDatabaseComments.pgsql | 45 +-
.../TestManagerDatabaseDefaultUserAccounts.pgsql | 2 +-
.../db/TestManagerDatabaseForeignKeyErHacks.pgsql | 2 +-
.../db/TestManagerDatabaseForeignKeyErHacks2.pgsql | 2 +-
.../testmanager/db/TestManagerDatabaseInit.pgsql | 4 +-
.../testmanager/db/TestManagerVBoxPilot-1.pgsql | 2 +-
.../testmanager/db/gen-sql-comments.py | 2 +-
.../testmanager/db/partial-db-dump.py | 11 +-
.../testmanager/db/tmdb-r01-builds-1.pgsql | 2 +-
.../testmanager/db/tmdb-r02-testboxes-1.pgsql | 2 +-
.../testmanager/db/tmdb-r03-teststatus-1.pgsql | 2 +-
.../testmanager/db/tmdb-r04-teststatus-2.pgsql | 2 +-
.../testmanager/db/tmdb-r05-teststatus-3.pgsql | 2 +-
.../testmanager/db/tmdb-r06-buildsources-1.pgsql | 2 +-
.../testmanager/db/tmdb-r07-testresults-1.pgsql | 2 +-
.../db/tmdb-r08-testresultvalues-1.pgsql | 2 +-
.../testmanager/db/tmdb-r09-testsets-1.pgsql | 2 +-
.../db/tmdb-r10-testresultvalues-2.pgsql | 2 +-
.../testmanager/db/tmdb-r11-testsets-2.pgsql | 2 +-
.../tmdb-r12-testresultvalues-3-testsets-3.pgsql | 2 +-
...tmdb-r13-buildcategories-1-vcsrevisions-1.pgsql | 2 +-
.../testmanager/db/tmdb-r14-testboxes-2.pgsql | 2 +-
.../testmanager/db/tmdb-r15-index-sorting.pgsql | 2 +-
...b-r16-testcaseargs-1-testresultfailures-1.pgsql | 2 +-
.../db/tmdb-r17-testresultvalues-4.pgsql | 2 +-
...db-r18-testresultfiles-1-testresultmsgs-1.pgsql | 2 +-
.../testmanager/db/tmdb-r19-testboxes-3.pgsql | 2 +-
...20-testcases-1-testgroups-1-schedgroups-1.pgsql | 2 +-
.../testmanager/db/tmdb-r21-testsets-4.pgsql | 2 +-
...xes-3-teststatus-4-testboxinschedgroups-1.pgsql | 2 +-
.../testmanager/db/tmdb-r23-users-2.pgsql | 50 +
.../ValidationKit/testmanager/debug/Makefile.kmk | 2 +-
.../ValidationKit/testmanager/debug/__init__.py | 4 +-
.../testmanager/debug/add_testbox.pgsql | 2 +-
.../testmanager/debug/cgiprofiling.py | 4 +-
.../testmanager/debug/functions.pgsql | 2 +-
.../testmanager/htdocs/css/common.css | 389 +-
.../testmanager/htdocs/css/details.css | 5 +-
.../testmanager/htdocs/css/graphwiz.css | 6 +-
.../testmanager/htdocs/css/tooltip.css | 2 +-
.../ValidationKit/testmanager/htdocs/js/common.js | 243 +-
.../testmanager/htdocs/js/graphwiz.js | 2 +-
.../ValidationKit/testmanager/misc/Makefile.kmk | 2 +-
.../testmanager/selftest/st1-load.pgsql | 2 +-
.../testmanager/selftest/st1-unload.pgsql | 2 +-
.../ValidationKit/testmanager/webui/Makefile.kmk | 2 +-
.../ValidationKit/testmanager/webui/__init__.py | 4 +-
.../testmanager/webui/template-details.html | 82 +-
.../testmanager/webui/template-graphwiz.html | 84 +-
.../ValidationKit/testmanager/webui/template.html | 108 +-
.../ValidationKit/testmanager/webui/wuiadmin.py | 159 +-
.../testmanager/webui/wuiadminbuild.py | 49 +-
.../testmanager/webui/wuiadminbuildblacklist.py | 49 +-
.../testmanager/webui/wuiadminbuildcategory.py | 23 +-
.../testmanager/webui/wuiadminbuildsource.py | 35 +-
.../testmanager/webui/wuiadminfailurecategory.py | 40 +-
.../testmanager/webui/wuiadminfailurereason.py | 39 +-
.../testmanager/webui/wuiadminglobalrsrc.py | 29 +-
.../testmanager/webui/wuiadminschedgroup.py | 39 +-
.../testmanager/webui/wuiadminsystemchangelog.py | 437 +
.../testmanager/webui/wuiadminsystemlog.py | 45 +-
.../testmanager/webui/wuiadmintestbox.py | 92 +-
.../testmanager/webui/wuiadmintestcase.py | 39 +-
.../testmanager/webui/wuiadmintestgroup.py | 54 +-
.../testmanager/webui/wuiadminuseraccount.py | 40 +-
.../ValidationKit/testmanager/webui/wuibase.py | 188 +-
.../testmanager/webui/wuicontentbase.py | 196 +-
.../ValidationKit/testmanager/webui/wuigraphwiz.py | 30 +-
.../ValidationKit/testmanager/webui/wuihlpform.py | 16 +-
.../ValidationKit/testmanager/webui/wuihlpgraph.py | 4 +-
.../testmanager/webui/wuihlpgraphbase.py | 4 +-
.../testmanager/webui/wuihlpgraphgooglechart.py | 4 +-
.../testmanager/webui/wuihlpgraphmatplotlib.py | 4 +-
.../testmanager/webui/wuihlpgraphsimple.py | 17 +-
.../testmanager/webui/wuilogviewer.py | 8 +-
.../ValidationKit/testmanager/webui/wuimain.py | 303 +-
.../ValidationKit/testmanager/webui/wuireport.py | 97 +-
.../testmanager/webui/wuitestresult.py | 45 +-
.../testmanager/webui/wuitestresultfailure.py | 4 +-
.../testmanager/webui/wuivcshistory.py | 4 +-
src/VBox/ValidationKit/tests/Makefile.kmk | 2 +-
.../ValidationKit/tests/additions/Makefile.kmk | 2 +-
.../ValidationKit/tests/additions/tdAddBasic1.py | 12 +-
.../tests/additions/tdAddGuestCtrl.py | 28 +-
src/VBox/ValidationKit/tests/api/Makefile.kmk | 2 +-
.../tests/api/tdAppliance1-t7-bad-instance.ova | Bin 0 -> 78336 bytes
src/VBox/ValidationKit/tests/api/tdAppliance1.py | 8 +-
src/VBox/ValidationKit/tests/api/tdMoveMedium.py | 2 +-
src/VBox/ValidationKit/tests/api/tdPython1.py | 4 +-
src/VBox/ValidationKit/tests/api/tdTreeDepth1.py | 4 +-
.../ValidationKit/tests/autostart/Makefile.kmk | 2 +-
.../ValidationKit/tests/autostart/tdAutostart1.py | 6 +-
.../ValidationKit/tests/benchmarks/Makefile.kmk | 2 +-
.../ValidationKit/tests/benchmarks/tdBenchmark1.py | 7 +-
src/VBox/ValidationKit/tests/cpu/Makefile.kmk | 2 +-
src/VBox/ValidationKit/tests/cpu/tdCpuPae1.py | 6 +-
.../ValidationKit/tests/installation/Makefile.kmk | 2 +-
.../tests/installation/tdGuestOsInstOs2.py | 4 +-
.../tests/installation/tdGuestOsInstTest1.py | 12 +-
src/VBox/ValidationKit/tests/network/Makefile.kmk | 2 +-
.../ValidationKit/tests/network/tdNetBenchmark1.py | 6 +-
.../ValidationKit/tests/selftests/Makefile.kmk | 2 +-
.../ValidationKit/tests/selftests/tdSelfTest1.py | 4 +-
.../ValidationKit/tests/selftests/tdSelfTest2.py | 4 +-
.../ValidationKit/tests/selftests/tdSelfTest3.py | 4 +-
.../ValidationKit/tests/selftests/tdSelfTest4.py | 4 +-
.../tests/shutdown/tdGuestOsShutdown1.py | 4 +-
.../ValidationKit/tests/smoketests/Makefile.kmk | 2 +-
.../ValidationKit/tests/smoketests/tdSmokeTest1.py | 15 +-
src/VBox/ValidationKit/tests/storage/Makefile.kmk | 2 +-
.../ValidationKit/tests/storage/remoteexecutor.py | 55 +-
src/VBox/ValidationKit/tests/storage/storagecfg.py | 141 +-
.../tests/storage/tdStorageBenchmark1.py | 522 +-
.../tests/storage/tdStorageSnapshotMerging1.py | 4 +-
.../tests/storage/tdStorageStress1.py | 4 +-
.../ValidationKit/tests/teleportation/Makefile.kmk | 2 +-
.../tests/teleportation/tdTeleportLocal1.py | 9 +-
.../ValidationKit/tests/unittests/Makefile.kmk | 2 +-
.../ValidationKit/tests/unittests/tdUnitTest1.py | 23 +-
src/VBox/ValidationKit/tests/usb/Makefile.kmk | 2 +-
src/VBox/ValidationKit/tests/usb/tdUsb1.py | 109 +-
src/VBox/ValidationKit/tests/usb/tst-utsgadget.py | 4 +-
src/VBox/ValidationKit/tests/usb/usbgadget.py | 52 +-
src/VBox/ValidationKit/utils/Makefile.kmk | 6 +-
.../ValidationKit/utils/TestExecServ/Makefile.kmk | 3 +-
.../utils/TestExecServ/TestExecService.cpp | 75 +-
.../utils/TestExecServ/TestExecServiceInternal.h | 4 +-
.../utils/TestExecServ/TestExecServiceTcp.cpp | 6 +-
.../utils/TestExecServ/linux/vboxtxs-nat.sh | 8 +-
.../utils/TestExecServ/linux/vboxtxs.service | 18 +
.../utils/TestExecServ/linux/vboxtxs.sh | 8 +-
.../utils/TestExecServ/solaris/vboxtxs-sol10.xml | 2 +-
.../utils/TestExecServ/solaris/vboxtxs.sh | 2 +-
.../utils/TestExecServ/solaris/vboxtxs.xml | 2 +-
.../utils/TestExecServ/vboxtxs-readme.txt | 12 +-
.../utils/TestExecServ/win/vboxtxs-nat.cmd | 2 +-
.../utils/TestExecServ/win/vboxtxs.cmd | 2 +-
src/VBox/ValidationKit/utils/cpu/Makefile.kmk | 2 +-
src/VBox/ValidationKit/utils/cpu/cidet-app.cpp | 22 +-
src/VBox/ValidationKit/utils/cpu/cidet-appA.asm | 2 +-
src/VBox/ValidationKit/utils/cpu/cidet-core.cpp | 50 +-
src/VBox/ValidationKit/utils/cpu/cidet-instr-1.cpp | 2 +-
src/VBox/ValidationKit/utils/cpu/cidet.h | 2 +-
src/VBox/ValidationKit/utils/cpu/cidet.mac | 2 +-
.../ValidationKit/utils/cpu/cpu-alloc-all-mem.cpp | 2 +-
src/VBox/ValidationKit/utils/cpu/cpu-numa.cpp | 2 +-
.../ValidationKit/utils/cpu/exceptionsR3-asm.asm | 2 +-
src/VBox/ValidationKit/utils/cpu/exceptionsR3.cpp | 2 +-
src/VBox/ValidationKit/utils/cpu/rdtsc.cpp | 2 +-
src/VBox/ValidationKit/utils/cpu/xmmsaving-asm.asm | 2 +-
src/VBox/ValidationKit/utils/cpu/xmmsaving.cpp | 2 +-
src/VBox/ValidationKit/utils/misc/Makefile.kmk | 2 +-
.../ValidationKit/utils/misc/loadgenerator.cpp | 4 +-
.../ValidationKit/utils/misc/loadgeneratorR0.cpp | 4 +-
src/VBox/ValidationKit/utils/misc/vts_rm.cpp | 2 +-
src/VBox/ValidationKit/utils/misc/vts_tar.cpp | 2 +-
src/VBox/ValidationKit/utils/network/Makefile.kmk | 2 +-
src/VBox/ValidationKit/utils/network/NetPerf.cpp | 8 +-
src/VBox/ValidationKit/utils/nt/Makefile.kmk | 9 +-
.../utils/nt/ntFlushVirtualMemory.cpp | 488 +
src/VBox/ValidationKit/utils/nt/ntsetfreq.cpp | 2 +-
src/VBox/ValidationKit/utils/nt/nttimesources.cpp | 2 +-
src/VBox/ValidationKit/utils/usb/Makefile.kmk | 2 +-
src/VBox/ValidationKit/utils/usb/UsbTest.cpp | 2 +-
.../ValidationKit/utils/usb/UsbTestService.cpp | 21 +-
.../utils/usb/UsbTestServiceGadget.cpp | 2 +-
.../ValidationKit/utils/usb/UsbTestServiceGadget.h | 2 +-
.../utils/usb/UsbTestServiceGadgetCfg.cpp | 2 +-
.../utils/usb/UsbTestServiceGadgetClassTest.cpp | 12 +-
.../utils/usb/UsbTestServiceGadgetHost.cpp | 2 +-
.../utils/usb/UsbTestServiceGadgetHostInternal.h | 2 +-
.../utils/usb/UsbTestServiceGadgetHostUsbIp.cpp | 2 +-
.../utils/usb/UsbTestServiceGadgetInternal.h | 2 +-
.../utils/usb/UsbTestServiceInternal.h | 18 +-
.../utils/usb/UsbTestServicePlatform-linux.cpp | 4 +-
.../utils/usb/UsbTestServicePlatform.h | 2 +-
.../utils/usb/UsbTestServiceProtocol.cpp | 2 +-
.../utils/usb/UsbTestServiceProtocol.h | 2 +-
.../ValidationKit/utils/usb/UsbTestServiceTcp.cpp | 4 +-
src/apps/Makefile.kmk | 2 +-
src/apps/svnsync-vbox/Makefile.kmk | 2 +-
src/apps/tunctl/Makefile.kmk | 2 +-
src/bldprogs/Makefile.kmk | 4 +-
src/bldprogs/VBoxCompilerPlugIns.h | 16 +-
src/bldprogs/VBoxCompilerPlugInsGcc.cpp | 208 +-
src/bldprogs/VBoxDef2LazyLoad.cpp | 2 +-
src/bldprogs/filesplitter.cpp | 11 +-
src/bldprogs/scm.cpp | 3 +-
src/bldprogs/scmsubversion.cpp | 35 +-
src/bldprogs/test-gccplugin-2.c | 14 +-
src/libs/Makefile.kmk | 21 +-
src/libs/kStuff/Makefile.kmk | 9 +-
src/libs/kStuff/kStuff/include/k/kDefs.h | 60 +-
src/libs/kStuff/kStuff/include/k/kHlpAssert.h | 119 +-
src/libs/kStuff/kStuff/include/k/kLdrFmts/pe.h | 64 +-
src/libs/kStuff/kStuff/include/k/kTypes.h | 31 +-
src/libs/kStuff/kStuff/kLdr/kLdrModLX.c | 16 +-
src/libs/kStuff/kStuff/kLdr/kLdrModMachO.c | 59 +-
src/libs/liblzf-3.4/Makefile.kmk | 4 +-
src/libs/xpcom18a4/Config.kmk | 2 +-
src/libs/xpcom18a4/Makefile.kmk | 2 +-
src/libs/xpcom18a4/java/Makefile.kmk | 2 +-
.../xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c | 13 +-
src/libs/xpcom18a4/python/Makefile.kmk | 2 +-
src/libs/xpcom18a4/python/src/PyGBase.cpp | 7 +
src/libs/xpcom18a4/xpcom/base/nsStackFrameUnix.cpp | 2 +-
.../xpcom18a4/xpcom/base/nsTraceRefcntImpl.cpp | 4 +-
src/libs/xpcom18a4/xpcom/glue/nsISupportsImpl.h | 95 +-
src/recompiler/Makefile.kmk | 5 +-
src/recompiler/VBoxREMWrapper.cpp | 44 +-
src/recompiler/VBoxRecompiler.c | 44 +-
src/recompiler/target-i386/op_helper.c | 11 +-
4898 files changed, 365133 insertions(+), 257158 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list