[Pkg-virtualbox-commits] [virtualbox] 04/05: Merge branch 'experimental'
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Aug 14 17:34:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to annotated tag debian/5.0.2-dfsg-1
in repository virtualbox.
commit 1c85ea21858051751c9dc9b0e0ec4e8e7f462ebf
Merge: 6d013e7 2b105b6
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Aug 14 19:09:48 2015 +0200
Merge branch 'experimental'
Conflicts:
debian/changelog
debian/patches/16-no-update.patch
debian/patches/27-hide-host-cache-warning.patch
debian/patches/29-fix-ftbfs-as-needed.patch
debian/virtualbox.lintian-overrides
.scm-settings | 23 +-
Config.kmk | 855 +-
Maintenance.kmk | 52 +
Makefile.kmk | 362 +-
configure | 200 +-
configure.vbs | 5 +-
debian/changelog | 26 +-
debian/control | 2 +-
debian/copyright | 2 +-
debian/patches/01-build-arch.patch | 2 +-
debian/patches/02-gsoap-build-fix.patch | 2 +-
debian/patches/04-vboxdrv-references.patch | 10 +-
debian/patches/13-module-mismatch.patch | 6 +-
debian/patches/16-no-update.patch | 107 +-
debian/patches/18-system-xorg.patch | 16 +-
debian/patches/23-remove-invalid-chars-check.patch | 2 +-
debian/patches/27-hide-host-cache-warning.patch | 10 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 6 +-
.../patches/32-disable-guest-version-check.patch | 2 +-
debian/patches/36-fix-vnc-version-string.patch | 10 +-
debian/patches/fix-gcc-5.2.patch | 15 +
debian/patches/series | 1 +
debian/rules | 7 +-
debian/virtualbox.install | 2 +-
debian/virtualbox.lintian-overrides | 8 +-
doc/VBox-CodingGuidelines.cpp | 16 +
doc/VBox-doc.c | 4 +-
doc/manual/Makefile.kmk | 1000 +-
doc/manual/common-formatcfg.xsl | 76 +
doc/manual/docbook-htmlhelp-formatcfg.xsl | 50 +-
doc/manual/docbook-refentry-to-C-help.xsl | 879 +
doc/manual/docbook-refentry-to-H-help.xsl | 92 +
.../docbook-refentry-to-manpage-preprocessing.xsl | 71 +
doc/manual/docbook-refentry-to-manpage.xsl | 31 +
doc/manual/docbook-refentry-to-manual-overview.xsl | 63 +
doc/manual/docbook-refentry-to-manual-sect1.xsl | 163 +
doc/manual/docbook2latex.xsl | 349 +-
doc/manual/en_US/SDKRef.xml | 2038 +-
doc/manual/en_US/UserManual.xml | 10 +-
doc/manual/en_US/images/clone-vm.png | Bin 29989 -> 27242 bytes
doc/manual/en_US/images/create-vdi-1.png | Bin 33067 -> 34961 bytes
doc/manual/en_US/images/create-vm-1.png | Bin 30882 -> 39447 bytes
doc/manual/en_US/images/create-vm-2.png | Bin 36180 -> 43915 bytes
doc/manual/en_US/images/dnd-modes.png | Bin 0 -> 36457 bytes
doc/manual/en_US/images/ovf-import.png | Bin 41683 -> 51253 bytes
doc/manual/en_US/images/seamless.png | Bin 846281 -> 603665 bytes
doc/manual/en_US/images/virtual-disk-manager.png | Bin 33124 -> 24362 bytes
doc/manual/en_US/images/virtual-disk-manager2.png | Bin 36552 -> 27222 bytes
doc/manual/en_US/images/virtualbox-main-empty.png | Bin 29346 -> 26800 bytes
doc/manual/en_US/images/vm-close.png | Bin 9543 -> 6360 bytes
doc/manual/en_US/images/vm-groups.png | Bin 171438 -> 67765 bytes
doc/manual/en_US/images/vm-hostkey.png | Bin 15368 -> 1977 bytes
doc/manual/en_US/images/vm-settings-harddisk.png | Bin 21836 -> 17982 bytes
doc/manual/en_US/images/vm-vista-running.png | Bin 166128 -> 76644 bytes
doc/manual/en_US/man_VBoxManage-debugvm.xml | 593 +
doc/manual/en_US/man_VBoxManage-extpack.xml | 134 +
doc/manual/en_US/user_AdvancedTopics.xml | 629 +-
doc/manual/en_US/user_BasicConcepts.xml | 179 +-
doc/manual/en_US/user_ChangeLog.xml | 12 +-
doc/manual/en_US/user_Frontends.xml | 49 +-
doc/manual/en_US/user_Glossary.xml | 9 +
doc/manual/en_US/user_GuestAdditions.xml | 309 +-
doc/manual/en_US/user_Installation.xml | 60 +-
doc/manual/en_US/user_Introduction.xml | 84 +-
doc/manual/en_US/user_KnownIssues.xml | 43 +-
doc/manual/en_US/user_Networking.xml | 31 +-
doc/manual/en_US/user_Security.xml | 264 +-
doc/manual/en_US/user_Storage.xml | 51 +-
doc/manual/en_US/user_Technical.xml | 48 +-
doc/manual/en_US/user_ThirdParty.xml | 15 +-
doc/manual/en_US/user_Troubleshooting.xml | 36 +-
doc/manual/en_US/user_VBoxManage.xml | 820 +-
doc/manual/fr_FR/SDKRef.xml | 15 +-
doc/manual/fr_FR/UserManual.xml | 16 +-
doc/manual/fr_FR/images/dnd-modes.png | Bin 0 -> 84541 bytes
doc/manual/fr_FR/images/vbox-components.png | Bin 183580 -> 178225 bytes
doc/manual/fr_FR/user_AdvancedTopics.xml | 314 +-
doc/manual/fr_FR/user_BasicConcepts.xml | 132 +-
doc/manual/fr_FR/user_ChangeLog.xml | 1122 +-
doc/manual/fr_FR/user_Frontends.xml | 107 +-
doc/manual/fr_FR/user_Glossary.xml | 272 +-
doc/manual/fr_FR/user_GuestAdditions.xml | 276 +-
doc/manual/fr_FR/user_Installation.xml | 60 +-
doc/manual/fr_FR/user_Introduction.xml | 257 +-
doc/manual/fr_FR/user_KnownIssues.xml | 56 +-
doc/manual/fr_FR/user_Networking.xml | 123 +-
doc/manual/fr_FR/user_Security.xml | 32 +-
doc/manual/fr_FR/user_Storage.xml | 112 +-
doc/manual/fr_FR/user_Technical.xml | 133 +-
doc/manual/fr_FR/user_ThirdParty.xml | 20 +-
doc/manual/fr_FR/user_Troubleshooting.xml | 157 +-
doc/manual/fr_FR/user_VBoxManage.xml | 332 +-
doc/manual/fr_FR/user_VirtualBoxAPI.xml | 4 +-
doc/manual/user_ChangeLogImpl.xml | 11926 +---------
doc/manual/xidl2docbook.xsl | 98 +-
include/Makefile.kmk | 2 +-
include/VBox/ExtPack/ExtPack.h | 2 +-
include/VBox/GuestHost/DragAndDrop.h | 210 +
include/VBox/GuestHost/SharedClipboard.h | 2 +-
include/VBox/GuestHost/clipboard-helper.h | 2 +-
include/VBox/HGSMI/HGSMI.h | 264 +-
include/VBox/HGSMI/HGSMIChSetup.h | 2 +-
include/VBox/HGSMI/HGSMIChannels.h | 2 +-
include/VBox/HGSMI/HGSMIDefs.h | 123 +
include/VBox/HGSMI/HGSMIMemAlloc.h | 100 +
include/VBox/Hardware/VBoxVideoVBE.h | 4 +-
include/VBox/HostServices/DragAndDropSvc.h | 565 +-
include/VBox/HostServices/GuestControlSvc.h | 2 +-
include/VBox/HostServices/GuestPropertySvc.h | 2 +-
include/VBox/HostServices/Service.h | 65 +-
include/VBox/HostServices/VBoxClipboardExt.h | 2 +-
include/VBox/HostServices/VBoxClipboardSvc.h | 2 +-
include/VBox/HostServices/VBoxCrOpenGLSvc.h | 17 +-
include/VBox/HostServices/VBoxHostChannel.h | 2 +-
include/VBox/HostServices/VBoxOGLOp.h | 2 +-
include/VBox/HostServices/VBoxOpenGLSvc.h | 2 +-
include/VBox/RemoteDesktop/VRDE.h | 12 +-
include/VBox/RemoteDesktop/VRDEImage.h | 2 +-
include/VBox/RemoteDesktop/VRDEInput.h | 2 +-
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 | 2 +-
include/VBox/SUPDrvMangling.h | 2 +-
include/VBox/VBoxAuth.h | 2 +-
include/VBox/VBoxCocoa.h | 2 +-
include/VBox/VBoxCrHgsmi.h | 2 +-
include/VBox/VBoxDrvCfg-win.h | 2 +-
include/VBox/VBoxGL2D.h | 2 +-
include/VBox/VBoxGuest.h | 17 +-
include/VBox/VBoxGuest2.h | 2 +-
include/VBox/VBoxGuestLib.h | 87 +-
include/VBox/VBoxGuestMangling.h | 2 +-
include/VBox/VBoxNetCfg-win.h | 9 +-
include/VBox/VBoxNetCmn-win.h | 136 +
include/VBox/VBoxOGL.h | 56 +
include/VBox/VBoxOGLTest.h | 37 -
include/VBox/VBoxTpG.h | 4 +-
include/VBox/VBoxUhgsmi.h | 2 +-
include/VBox/VBoxVideo.h | 11 +-
include/VBox/VBoxVideo3D.h | 5 +-
include/VBox/VBoxVideoGuest.h | 7 +-
include/VBox/VBoxVideoHost3D.h | 2 +-
include/VBox/VDEPlug.h | 2 +-
include/VBox/VDEPlugSymDefs.h | 2 +-
include/VBox/VMMDev.h | 21 +-
include/VBox/VMMDev2.h | 2 +-
include/VBox/apic.h | 6 +-
include/VBox/apic.mac | 4 +
include/VBox/asmdefs.mac | 2 +-
include/VBox/bioslogo.h | 6 +-
include/VBox/cdefs.h | 2 +-
include/VBox/com/AutoLock.h | 2 +-
include/VBox/com/ErrorInfo.h | 6 +-
include/VBox/com/EventQueue.h | 2 +-
include/VBox/com/Guid.h | 370 +-
include/VBox/com/MultiResult.h | 2 +-
include/VBox/com/NativeEventQueue.h | 2 +-
include/VBox/com/VirtualBox.h | 2 +-
include/VBox/com/array.h | 54 +-
include/VBox/com/assert.h | 2 +-
include/VBox/com/com.h | 2 +-
include/VBox/com/defs.h | 2 +-
include/VBox/com/errorprint.h | 195 +-
include/VBox/com/list.h | 2 +-
include/VBox/com/listeners.h | 2 +-
include/VBox/com/mtlist.h | 2 +-
include/VBox/com/ptr.h | 11 +-
include/VBox/com/string.h | 27 +-
include/VBox/dbg.h | 97 +-
include/VBox/dbggui.h | 13 +-
include/VBox/dbus-calls.h | 4 +-
include/VBox/dbus.h | 2 +-
include/VBox/dis.h | 93 +-
include/VBox/disopcode.h | 1528 +-
include/VBox/err.h | 354 +-
include/VBox/err.mac | 75 +-
include/VBox/err.sed | 2 +-
include/VBox/hgcmsvc.h | 30 +-
include/VBox/intnet.h | 54 +-
include/VBox/intnetinline.h | 26 +-
include/VBox/log.h | 83 +-
include/VBox/msi.h | 2 +-
include/VBox/nasm.mac | 2 +-
include/VBox/ostypes.h | 5 +-
include/VBox/param.h | 5 +-
include/VBox/pci.h | 2 +-
include/VBox/rawpci.h | 2 +-
include/VBox/refentry.h | 107 +
include/VBox/scsi.h | 2 +-
include/VBox/settings.h | 75 +-
include/VBox/shflsvc.h | 76 +-
include/VBox/sup.h | 512 +-
include/VBox/sup.mac | 25 +-
include/VBox/types.h | 29 +-
include/VBox/usb.h | 4 +-
include/VBox/usbfilter.h | 2 +-
include/VBox/usblib-darwin.h | 2 +-
include/VBox/usblib-solaris.h | 2 +-
include/VBox/usblib-win.h | 2 +-
include/VBox/usblib.h | 2 +-
include/VBox/vd-cache-backend.h | 2 +-
include/VBox/vd-filter-backend.h | 5 +-
include/VBox/vd-ifs-internal.h | 2 +-
include/VBox/vd-ifs.h | 162 +-
include/VBox/vd-image-backend.h | 4 +-
include/VBox/vd-plugin.h | 2 +-
include/VBox/vd.h | 82 +-
include/VBox/vddbg.h | 2 +-
include/VBox/version.h | 68 +-
include/VBox/vmm/cfgm.h | 20 +-
include/VBox/vmm/cpum.h | 778 +-
include/VBox/vmm/cpum.mac | 60 +-
include/VBox/vmm/cpumctx-v1_6.h | 2 +-
include/VBox/vmm/cpumctx.h | 68 +-
include/VBox/vmm/cpumdis.h | 2 +-
include/VBox/vmm/csam.h | 5 +-
include/VBox/vmm/dbgf.h | 120 +-
include/VBox/vmm/dbgfcorefmt.h | 100 +-
include/VBox/vmm/dbgfsel.h | 2 +-
include/VBox/vmm/dbgftrace.h | 2 +-
include/VBox/vmm/em.h | 7 +-
include/VBox/vmm/ftm.h | 3 +-
include/VBox/vmm/gim.h | 185 +
include/VBox/vmm/gmm.h | 3 +-
include/VBox/vmm/gvm.h | 4 +-
include/VBox/vmm/gvmm.h | 2 +-
include/VBox/vmm/hm.h | 77 +-
include/VBox/vmm/hm_svm.h | 179 +-
include/VBox/vmm/hm_vmx.h | 635 +-
include/VBox/vmm/hm_vmx.mac | 2 +-
include/VBox/vmm/iem.h | 29 +-
include/VBox/vmm/iom.h | 38 +-
include/VBox/vmm/mm.h | 35 +-
include/VBox/vmm/patm.h | 34 +-
include/VBox/vmm/pdm.h | 2 +-
include/VBox/vmm/pdmapi.h | 6 +-
include/VBox/vmm/pdmasynccompletion.h | 2 +-
include/VBox/vmm/pdmasynctask.h | 2 +-
include/VBox/vmm/pdmaudioifs.h | 663 +
include/VBox/vmm/pdmblkcache.h | 2 +-
include/VBox/vmm/pdmcardreaderinfs.h | 2 +-
include/VBox/vmm/pdmcommon.h | 2 +-
include/VBox/vmm/pdmcritsect.h | 9 +-
include/VBox/vmm/pdmcritsectrw.h | 5 +-
include/VBox/vmm/pdmdev.h | 139 +-
include/VBox/vmm/pdmdrv.h | 91 +-
include/VBox/vmm/pdmifs.h | 344 +-
include/VBox/vmm/pdmins.h | 2 +-
include/VBox/vmm/pdmnetifs.h | 2 +-
include/VBox/vmm/pdmnetinline.h | 50 +-
include/VBox/vmm/pdmnetshaper.h | 2 +-
include/VBox/vmm/pdmnvram.h | 2 +-
include/VBox/vmm/pdmpci.h | 2 +-
include/VBox/vmm/pdmqueue.h | 3 +-
include/VBox/vmm/pdmsrv.h | 2 +-
include/VBox/vmm/pdmthread.h | 2 +-
include/VBox/vmm/pdmusb.h | 73 +-
include/VBox/vmm/pdmwebcaminfs.h | 2 +-
include/VBox/vmm/pgm.h | 467 +-
include/VBox/vmm/rem.h | 15 +-
include/VBox/vmm/selm.h | 3 +-
include/VBox/vmm/ssm.h | 83 +-
include/VBox/vmm/stam.h | 19 +-
include/VBox/vmm/stam.mac | 2 +-
include/VBox/vmm/tm.h | 14 +-
include/VBox/vmm/trpm.h | 7 +-
include/VBox/vmm/trpm.mac | 2 +-
include/VBox/vmm/uvm.h | 12 +-
include/VBox/vmm/vm.h | 98 +-
include/VBox/vmm/vm.mac | 18 +-
include/VBox/vmm/vmapi.h | 18 +-
include/VBox/vmm/vmcpuset.h | 2 +-
include/VBox/vmm/vmm.h | 41 +-
include/VBox/vrdpusb.h | 2 +-
include/VBox/vscsi.h | 10 +-
include/VBox/vusb.h | 273 +-
include/iprt/aiomgr.h | 2 +-
include/iprt/alloc.h | 2 +-
include/iprt/alloca.h | 4 +-
include/iprt/asm-amd64-x86.h | 356 +-
include/iprt/asm-math.h | 52 +-
include/iprt/asm.h | 98 +-
include/iprt/asmdefs.mac | 39 +-
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 | 38 +-
include/iprt/asn1-generator-sanity.h | 3 +-
include/iprt/asn1.h | 6 +-
include/iprt/assert.h | 281 +-
include/iprt/avl.h | 2 +-
include/iprt/base64.h | 2 +-
include/iprt/bignum.h | 2 +-
include/iprt/buildconfig.h | 2 +-
include/iprt/cdefs.h | 67 +-
include/iprt/cdrom.h | 5 +-
include/iprt/cidr.h | 2 +-
include/iprt/circbuf.h | 2 +-
include/iprt/condvar.h | 5 +-
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/mem.h | 2 +-
include/iprt/cpp/meta.h | 2 +-
include/iprt/cpp/ministring.h | 70 +-
include/iprt/cpp/mtlist.h | 2 +-
include/iprt/cpp/utils.h | 4 +-
include/iprt/cpp/xml.h | 2 +-
include/iprt/cpuset.h | 100 +-
include/iprt/crc.h | 41 +-
include/iprt/critsect.h | 14 +-
include/iprt/crypto/digest.h | 2 +-
include/iprt/crypto/pem.h | 2 +-
include/iprt/crypto/pkcs7.h | 2 +-
include/iprt/crypto/pkix.h | 2 +-
include/iprt/crypto/rsa.h | 3 +-
include/iprt/crypto/spc.h | 2 +-
include/iprt/crypto/store.h | 2 +-
include/iprt/crypto/taf.h | 2 +-
include/iprt/crypto/tsp.h | 3 +-
include/iprt/crypto/x509.h | 2 +-
include/iprt/ctype.h | 2 +-
include/iprt/dbg.h | 37 +-
include/iprt/dir.h | 10 +-
include/iprt/dvm.h | 2 +-
include/iprt/env.h | 135 +-
include/iprt/err.h | 139 +-
include/iprt/err.mac | 18 +
include/iprt/err.sed | 2 +-
include/iprt/errno.h | 2 +-
include/iprt/file.h | 87 +-
include/iprt/filesystem.h | 8 +-
include/iprt/formats/asn1.h | 2 +-
include/iprt/formats/codeview.h | 2 +-
include/iprt/formats/hfs.h | 2 +-
include/iprt/formats/mach-o.h | 2 +-
include/iprt/formats/mz.mac | 2 +-
include/iprt/formats/pe.mac | 2 +-
include/iprt/formats/xar.h | 2 +-
include/iprt/fs.h | 2 +-
include/iprt/getopt.h | 2 +-
include/iprt/handle.h | 2 +-
include/iprt/handletable.h | 2 +-
include/iprt/heap.h | 6 +-
include/iprt/http.h | 2 +-
include/iprt/initterm.h | 2 +-
include/iprt/isofs.h | 2 +-
include/iprt/ldr.h | 15 +-
include/iprt/ldrlazy.h | 2 +-
include/iprt/linux/sysfs.h | 60 +-
include/iprt/list-off32.h | 502 +
include/iprt/list.h | 2 +-
include/iprt/localipc.h | 17 +-
include/iprt/lockvalidator.h | 43 +-
include/iprt/log.h | 1334 +-
include/iprt/mangling.h | 153 +-
include/iprt/manifest.h | 2 +-
include/iprt/md2.h | 2 +-
include/iprt/md5.h | 2 +-
include/iprt/mem.h | 99 +-
include/iprt/memcache.h | 2 +-
include/iprt/memobj.h | 2 +-
include/iprt/mempool.h | 2 +-
include/iprt/memsafer.h | 2 +-
include/iprt/memtracker.h | 2 +-
include/iprt/message.h | 24 +-
include/iprt/mp.h | 98 +-
include/iprt/net.h | 54 +-
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/nt-and-windows.h | 2 +-
include/iprt/nt/nt.h | 393 +-
include/iprt/once.h | 2 +-
include/iprt/param.h | 2 +-
include/iprt/path.h | 33 +-
include/iprt/pipe.h | 2 +-
include/iprt/poll.h | 2 +-
include/iprt/power.h | 2 +-
include/iprt/process.h | 2 +-
include/iprt/queueatomic.h | 5 +-
include/iprt/rand.h | 2 +-
include/iprt/req.h | 2 +-
include/iprt/runtime-loader.h | 2 +-
include/iprt/runtime.h | 2 +-
include/iprt/s3.h | 2 +-
include/iprt/semaphore.h | 15 +-
include/iprt/sg.h | 2 +-
include/iprt/sha.h | 2 +-
include/iprt/socket.h | 4 +-
include/iprt/solaris/kmoddeps.mac | 2 +-
include/iprt/sort.h | 2 +-
include/iprt/spinlock.h | 5 +-
include/iprt/stdarg.h | 2 +-
include/iprt/stdint.h | 2 +-
include/iprt/strcache.h | 2 +-
include/iprt/stream.h | 37 +-
include/iprt/string.h | 40 +-
include/iprt/symlink.h | 2 +-
include/iprt/system.h | 16 +-
include/iprt/table.h | 2 +-
include/iprt/tar.h | 319 +-
include/iprt/tcp.h | 2 +-
include/iprt/test.h | 106 +-
include/iprt/thread.h | 122 +-
include/iprt/time.h | 108 +-
include/iprt/timer.h | 18 +-
include/iprt/trace.h | 10 +-
include/iprt/types.h | 47 +-
include/iprt/udp.h | 2 +-
include/iprt/uint128.h | 4 +-
include/iprt/uni.h | 2 +-
include/iprt/uri.h | 12 +-
include/iprt/uuid.h | 2 +-
include/iprt/vector.h | 11 +-
include/iprt/vfs.h | 4 +-
include/iprt/vfslowlevel.h | 4 +-
include/iprt/win/lazy-dbghelp.h | 2 +-
include/iprt/x509-branch-collision.h | 81 +
include/iprt/x86.h | 602 +-
include/iprt/x86.mac | 117 +-
include/iprt/x86extra.mac | 2 +-
include/iprt/zero.h | 2 +-
include/iprt/zip.h | 17 +-
src/Makefile.kmk | 5 +-
src/VBox/Additions/Makefile.kmk | 6 +-
src/VBox/Additions/common/Makefile.kmk | 6 +-
src/VBox/Additions/common/VBoxControl/Makefile.kmk | 2 +-
.../Additions/common/VBoxControl/VBoxControl.cpp | 108 +-
.../Additions/common/VBoxControl/VBoxControl.rc | 27 +-
.../common/VBoxControl/testcase/Makefile.kmk | 2 +-
.../common/VBoxControl/testcase/tstVBoxControl.cpp | 9 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 10 +-
.../Additions/common/VBoxGuest/VBoxDev-haiku.c | 10 +-
.../common/VBoxGuest/VBoxGuest-darwin.cpp | 159 +-
.../Additions/common/VBoxGuest/VBoxGuest-freebsd.c | 32 +-
.../common/VBoxGuest/VBoxGuest-haiku-stubs.c | 182 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.c | 32 +-
.../Additions/common/VBoxGuest/VBoxGuest-haiku.h | 12 +-
.../Additions/common/VBoxGuest/VBoxGuest-linux.c | 95 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.cpp | 34 +-
.../Additions/common/VBoxGuest/VBoxGuest-os2.def | 2 +-
.../Additions/common/VBoxGuest/VBoxGuest-solaris.c | 30 +-
.../common/VBoxGuest/VBoxGuest-solaris.conf | 2 +-
.../common/VBoxGuest/VBoxGuest-win-legacy.cpp | 2 +-
.../common/VBoxGuest/VBoxGuest-win-pnp.cpp | 6 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 36 +-
.../Additions/common/VBoxGuest/VBoxGuest-win.h | 2 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 2347 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp | 142 -
src/VBox/Additions/common/VBoxGuest/VBoxGuest2.h | 40 -
.../Additions/common/VBoxGuest/VBoxGuestA-os2.asm | 2 +-
.../common/VBoxGuest/VBoxGuestIDC-unix.c.h | 12 +-
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 134 +-
.../Additions/common/VBoxGuest/freebsd/Makefile | 6 +-
.../common/VBoxGuest/freebsd/files_vboxguest | 4 +-
src/VBox/Additions/common/VBoxGuest/linux/Makefile | 8 +-
.../Additions/common/VBoxGuest/linux/dkms.conf | 2 +-
.../common/VBoxGuest/linux/files_vboxguest | 8 +-
.../Additions/common/VBoxGuest/solaris/deps.asm | 2 +-
.../Additions/common/VBoxGuest/win/VBoxGuest.inf | 2 +-
.../Additions/common/VBoxGuest/win/VBoxGuest.rc | 27 +-
.../common/VBoxGuest/win/VBoxGuestInst.cpp | 2 +-
.../common/VBoxGuestLib/GenericRequest.cpp | 16 +-
src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp | 4 +-
.../Additions/common/VBoxGuestLib/HGCMInternal.cpp | 6 +-
src/VBox/Additions/common/VBoxGuestLib/Init.cpp | 4 +-
.../Additions/common/VBoxGuestLib/Makefile.kmk | 6 +-
src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp | 4 +-
.../Additions/common/VBoxGuestLib/PhysHeap.cpp | 4 +-
src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp | 4 +-
src/VBox/Additions/common/VBoxGuestLib/SysHlp.h | 4 +-
.../Additions/common/VBoxGuestLib/VBGLInternal.h | 4 +-
.../Additions/common/VBoxGuestLib/VBGLR3Internal.h | 2 +-
.../Additions/common/VBoxGuestLib/VBoxGuestLog.h | 3 +-
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp | 3 +-
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h | 3 +-
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c | 4 +-
.../VBoxGuestLib/VBoxGuestR0LibSharedFolders.h | 3 +-
.../common/VBoxGuestLib/VBoxGuestR3Lib.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibAdditions.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibAutoLogon.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibCoreDump.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibCredentials.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 1397 +-
.../common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibGR.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibGuestUser.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibHostChannel.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibLog.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibModule.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp | 16 +-
.../common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp | 2 +-
.../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibStat.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibTime.cpp | 2 +-
.../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp | 4 +-
src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp | 3 +-
.../VBoxGuestLib/VbglR0CanUsePhysPageList.cpp | 4 +-
src/VBox/Additions/common/VBoxService/Makefile.kmk | 5 +-
.../common/VBoxService/VBoxService-os2.def | 2 +-
.../common/VBoxService/VBoxService-win.cpp | 2 +-
.../common/VBoxService/VBoxService-win.rc | 27 +-
.../Additions/common/VBoxService/VBoxService.cpp | 25 +-
.../common/VBoxService/VBoxServiceAutoMount.cpp | 2 +-
.../common/VBoxService/VBoxServiceBalloon.cpp | 2 +-
.../VBoxService/VBoxServiceClipboard-os2.cpp | 2 +-
.../common/VBoxService/VBoxServiceControl.cpp | 54 +-
.../common/VBoxService/VBoxServiceControl.h | 2 +-
.../VBoxService/VBoxServiceControlProcess.cpp | 4 +-
.../VBoxService/VBoxServiceControlSession.cpp | 176 +-
.../common/VBoxService/VBoxServiceCpuHotPlug.cpp | 2 +-
.../common/VBoxService/VBoxServiceInternal.h | 4 +-
.../common/VBoxService/VBoxServicePageSharing.cpp | 14 +-
.../common/VBoxService/VBoxServicePropCache.cpp | 2 +-
.../common/VBoxService/VBoxServicePropCache.h | 2 +-
.../common/VBoxService/VBoxServiceResource-win.h | 2 +-
.../common/VBoxService/VBoxServiceStats.cpp | 134 +-
.../common/VBoxService/VBoxServiceTimeSync.cpp | 2 +-
.../common/VBoxService/VBoxServiceToolBox.cpp | 193 +-
.../common/VBoxService/VBoxServiceUtils.cpp | 2 +-
.../common/VBoxService/VBoxServiceUtils.h | 2 +-
.../common/VBoxService/VBoxServiceVMInfo-win.cpp | 11 +-
.../common/VBoxService/VBoxServiceVMInfo.cpp | 345 +-
.../common/VBoxService/VBoxServiceVMInfo.h | 2 +-
.../common/VBoxService/testcase/Makefile.kmk | 2 +-
.../common/VBoxService/testcase/tstUserInfo.cpp | 2 +-
src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp | 25 +-
.../Additions/common/VBoxVideo/Modesetting.cpp | 8 +-
src/VBox/Additions/common/VBoxVideo/VBVABase.cpp | 2 +-
src/VBox/Additions/common/crOpenGL/DD_glc.py | 2 +-
src/VBox/Additions/common/crOpenGL/DD_glh.py | 2 +-
.../common/crOpenGL/Linux_i386_glxapi_exports.py | 2 +-
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 31 +-
.../common/crOpenGL/SunOS_i386_exports.py | 2 +-
.../common/crOpenGL/SunOS_i386_exports_dri.py | 2 +-
.../common/crOpenGL/SunOS_i386_glxapi_exports.py | 2 +-
src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc | 28 +-
src/VBox/Additions/common/crOpenGL/VBoxICDList.h | 2 +-
.../Additions/common/crOpenGL/array/arrayspu.rc | 27 +-
src/VBox/Additions/common/crOpenGL/context.c | 15 +-
src/VBox/Additions/common/crOpenGL/cr_gl.py | 2 +-
src/VBox/Additions/common/crOpenGL/dri_drv.c | 2 +-
src/VBox/Additions/common/crOpenGL/dri_drv.h | 2 +-
src/VBox/Additions/common/crOpenGL/dri_glx.h | 2 +-
src/VBox/Additions/common/crOpenGL/fakedri_drv.c | 2 +-
src/VBox/Additions/common/crOpenGL/fakedri_drv.h | 2 +-
.../common/crOpenGL/fakedri_glfuncsList.h | 2 +-
.../common/crOpenGL/fakedri_glxfuncsList.h | 2 +-
.../common/crOpenGL/feedback/feedback_context.c | 2 +-
.../common/crOpenGL/feedback/feedbackspu.rc | 27 +-
src/VBox/Additions/common/crOpenGL/glx_c_exports.c | 2 +-
src/VBox/Additions/common/crOpenGL/glx_proto.h | 2 +-
src/VBox/Additions/common/crOpenGL/icd_drv.c | 66 +-
src/VBox/Additions/common/crOpenGL/icd_drv.h | 2 +-
src/VBox/Additions/common/crOpenGL/load.c | 12 +
src/VBox/Additions/common/crOpenGL/pack/packspu.h | 4 +-
src/VBox/Additions/common/crOpenGL/pack/packspu.rc | 25 +-
.../common/crOpenGL/pack/packspu_context.c | 45 +-
.../common/crOpenGL/pack/packspu_framebuffer.c | 2 +-
.../common/crOpenGL/pack/packspu_getshaders.c | 2 +-
.../Additions/common/crOpenGL/pack/packspu_glsl.c | 2 +-
.../Additions/common/crOpenGL/pack/packspu_init.c | 32 +-
.../common/crOpenGL/pack/packspu_texture.c | 2 +-
.../common/crOpenGL/passthrough/passthroughspu.rc | 27 +-
src/VBox/Additions/common/crOpenGL/stub.c | 2 +-
src/VBox/Additions/common/crOpenGL/stub.h | 2 +-
src/VBox/Additions/common/crOpenGL/wgl.c | 13 +-
src/VBox/Additions/common/pam/Makefile.kmk | 2 +-
src/VBox/Additions/common/pam/pam_vbox.cpp | 2 +-
src/VBox/Additions/common/testcase/Makefile.kmk | 2 +-
.../Additions/common/testcase/tstPageFusion.cpp | 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/Info.plist | 44 +
src/VBox/Additions/darwin/vboxfs/Makefile.kmk | 57 +
.../Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp | 587 +
.../Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp | 769 +
src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp | 615 +
src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp | 324 +
src/VBox/Additions/darwin/vboxfs/mount.vboxvfs.c | 97 +
src/VBox/Additions/darwin/vboxfs/vboxvfs.h | 239 +
src/VBox/Additions/freebsd/Makefile.kmk | 2 +-
src/VBox/Additions/freebsd/drm/Makefile.kmk | 2 +-
src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk | 2 +-
.../Additions/freebsd/vboxvfs/vboxvfs_vfsops.c | 4 +-
src/VBox/Additions/haiku/Makefile.kmk | 2 +-
.../Additions/haiku/SharedFolders/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxMouse/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxTray/Makefile.kmk | 2 +-
src/VBox/Additions/haiku/VBoxVideo/Makefile.kmk | 2 +-
.../haiku/VBoxVideo/accelerant/Makefile.kmk | 4 +-
.../Additions/haiku/VBoxVideo/driver/Makefile.kmk | 2 +-
src/VBox/Additions/linux/Makefile.kmk | 3 +-
src/VBox/Additions/linux/drm/Makefile.kmk | 15 +-
src/VBox/Additions/linux/drm/Makefile.module.kms | 5 +-
src/VBox/Additions/linux/drm/files_vboxvideo_drv | 4 +
src/VBox/Additions/linux/drm/vbox_drv.c | 106 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 171 +-
src/VBox/Additions/linux/drm/vbox_fb.c | 488 +
src/VBox/Additions/linux/drm/vbox_main.c | 533 +
src/VBox/Additions/linux/drm/vbox_mode.c | 738 +
src/VBox/Additions/linux/drm/vbox_ttm.c | 534 +
src/VBox/Additions/linux/drm/vboxvideo_drm.c | 70 +-
src/VBox/Additions/linux/export_modules | 1 +
.../Additions/linux/installer/vboxadd-service.sh | 32 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 54 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 29 +-
.../Additions/linux/lightdm-greeter/Makefile.kmk | 2 +-
.../liblightdm-gobject-1.5.0/Makefile.kmk | 2 +-
.../linux/lightdm-greeter/vbox-greeter.cpp | 2 +
.../Additions/linux/sharedfolders/Makefile.kmk | 2 +-
src/VBox/Additions/linux/sharedfolders/dirops.c | 34 +-
src/VBox/Additions/linux/sharedfolders/lnkops.c | 14 +
src/VBox/Additions/solaris/DRM/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/DRM/vboxvideo_drm.c | 4 -
.../Additions/solaris/Installer/postinstall.sh | 3 +-
.../Additions/solaris/Installer/vboxdevlink.sed | 2 +-
src/VBox/Additions/solaris/Makefile.kmk | 5 +-
src/VBox/Additions/solaris/Mouse/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/Mouse/vboxmslnk.c | 3 +-
.../Additions/solaris/SharedFolders/Makefile.kmk | 13 +-
.../Additions/solaris/SharedFolders/vboxfs_prov.h | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vfs.c | 2 +-
.../Additions/solaris/SharedFolders/vboxfs_vnode.c | 6 +
src/VBox/Additions/solaris/Virtio/Makefile.kmk | 2 +-
src/VBox/Additions/solaris/Virtio/Virtio-solaris.c | 3 -
.../Additions/solaris/Virtio/VirtioNet-solaris.c | 3 -
.../Additions/solaris/Virtio/VirtioPci-solaris.c | 3 -
.../Additions/solaris/Virtio/VirtioRing-solaris.c | 3 -
src/VBox/Additions/x11/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 14 +-
src/VBox/Additions/x11/VBoxClient/VBoxClient.h | 1 +
src/VBox/Additions/x11/VBoxClient/display.cpp | 10 +-
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 3719 +++-
src/VBox/Additions/x11/VBoxClient/hostversion.cpp | 3 +-
src/VBox/Additions/x11/VBoxClient/main.cpp | 36 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp | 66 +-
src/VBox/Additions/x11/VBoxClient/seamless-x11.h | 6 +-
src/VBox/Additions/x11/VBoxClient/seamless.cpp | 3 +-
src/VBox/Additions/x11/VBoxClient/seamless.h | 5 +-
.../VBoxClient/testcase/tstSeamlessX11-auto.cpp | 1 +
.../x11/VBoxClient/testcase/tstSeamlessX11.cpp | 2 +-
src/VBox/Additions/x11/undefined_xorg | 2 +-
src/VBox/Additions/x11/vboxmouse/Makefile.kmk | 2 +-
src/VBox/Additions/x11/vboxmouse/vboxmouse.c | 1 +
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 5 +-
src/VBox/Additions/x11/vboxvideo/getmode.c | 2 -
src/VBox/Additions/x11/vboxvideo/helpers.c | 1 -
src/VBox/Additions/x11/vboxvideo/pointer.c | 5 +-
src/VBox/Additions/x11/vboxvideo/undefined | 216 -
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 77 +-
src/VBox/Additions/x11/vboxvideo/vboxvideo.h | 7 +-
src/VBox/Additions/x11/vboxvideo/vbva.c | 23 +-
src/VBox/Additions/x11/x11stubs/Makefile.kmk | 2 +-
src/VBox/Artwork/OSE/virtualbox-128px.png | Bin 0 -> 4861 bytes
src/VBox/Artwork/OSE/virtualbox-16px.png | Bin 0 -> 625 bytes
src/VBox/Artwork/OSE/virtualbox-20px.png | Bin 0 -> 730 bytes
src/VBox/Artwork/OSE/virtualbox-32px.png | Bin 0 -> 1136 bytes
src/VBox/Artwork/OSE/virtualbox-40px.png | Bin 0 -> 1492 bytes
src/VBox/Artwork/OSE/virtualbox-48px.png | Bin 0 -> 1733 bytes
src/VBox/Artwork/OSE/virtualbox-64px.png | Bin 0 -> 2365 bytes
src/VBox/{Resources => Artwork}/OSE/virtualbox.svg | 0
.../images => Artwork/darwin}/OSE/VirtualBox.icns | Bin
.../darwin/virtualbox-hdd.icns | Bin
.../darwin/virtualbox-ova.icns | Bin
.../darwin/virtualbox-ovf.icns | Bin
.../darwin/virtualbox-vbox-extpack.icns | Bin
.../darwin/virtualbox-vbox.icns | Bin
.../darwin/virtualbox-vdi.icns | Bin
.../darwin/virtualbox-vhd.icns | Bin
.../darwin/virtualbox-vmdk.icns | Bin
.../other/virtualbox-hdd-128px.png | Bin
.../other/virtualbox-hdd-16px.png | Bin
.../other/virtualbox-hdd-20px.png | Bin
.../other/virtualbox-hdd-24px.png | Bin
.../other/virtualbox-hdd-256px.png | Bin
.../other/virtualbox-hdd-32px.png | Bin
.../other/virtualbox-hdd-40px.png | Bin
.../other/virtualbox-hdd-48px.png | Bin
.../other/virtualbox-hdd-512px.png | Bin
.../other/virtualbox-hdd-64px.png | Bin
.../other/virtualbox-hdd-72px.png | Bin
.../other/virtualbox-hdd-80px.png | Bin
.../other/virtualbox-hdd-96px.png | Bin
.../other/virtualbox-ova-128px.png | Bin
.../other/virtualbox-ova-16px.png | Bin
.../other/virtualbox-ova-20px.png | Bin
.../other/virtualbox-ova-24px.png | Bin
.../other/virtualbox-ova-256px.png | Bin
.../other/virtualbox-ova-32px.png | Bin
.../other/virtualbox-ova-40px.png | Bin
.../other/virtualbox-ova-48px.png | Bin
.../other/virtualbox-ova-512px.png | Bin
.../other/virtualbox-ova-64px.png | Bin
.../other/virtualbox-ova-72px.png | Bin
.../other/virtualbox-ova-80px.png | Bin
.../other/virtualbox-ova-96px.png | Bin
.../other/virtualbox-ovf-128px.png | Bin
.../other/virtualbox-ovf-16px.png | Bin
.../other/virtualbox-ovf-20px.png | Bin
.../other/virtualbox-ovf-24px.png | Bin
.../other/virtualbox-ovf-256px.png | Bin
.../other/virtualbox-ovf-32px.png | Bin
.../other/virtualbox-ovf-40px.png | Bin
.../other/virtualbox-ovf-48px.png | Bin
.../other/virtualbox-ovf-512px.png | Bin
.../other/virtualbox-ovf-64px.png | Bin
.../other/virtualbox-ovf-72px.png | Bin
.../other/virtualbox-ovf-80px.png | Bin
.../other/virtualbox-ovf-96px.png | Bin
.../other/virtualbox-vbox-128px.png | Bin
.../other/virtualbox-vbox-16px.png | Bin
.../other/virtualbox-vbox-20px.png | Bin
.../other/virtualbox-vbox-24px.png | Bin
.../other/virtualbox-vbox-256px.png | Bin
.../other/virtualbox-vbox-32px.png | Bin
.../other/virtualbox-vbox-40px.png | Bin
.../other/virtualbox-vbox-48px.png | Bin
.../other/virtualbox-vbox-512px.png | Bin
.../other/virtualbox-vbox-64px.png | Bin
.../other/virtualbox-vbox-72px.png | Bin
.../other/virtualbox-vbox-80px.png | Bin
.../other/virtualbox-vbox-96px.png | Bin
.../other/virtualbox-vbox-extpack-128px.png | Bin
.../other/virtualbox-vbox-extpack-16px.png | Bin
.../other/virtualbox-vbox-extpack-20px.png | Bin
.../other/virtualbox-vbox-extpack-24px.png | Bin
.../other/virtualbox-vbox-extpack-256px.png | Bin
.../other/virtualbox-vbox-extpack-32px.png | Bin
.../other/virtualbox-vbox-extpack-40px.png | Bin
.../other/virtualbox-vbox-extpack-48px.png | Bin
.../other/virtualbox-vbox-extpack-512px.png | Bin
.../other/virtualbox-vbox-extpack-64px.png | Bin
.../other/virtualbox-vbox-extpack-72px.png | Bin
.../other/virtualbox-vbox-extpack-80px.png | Bin
.../other/virtualbox-vbox-extpack-96px.png | Bin
.../other/virtualbox-vdi-128px.png | Bin
.../other/virtualbox-vdi-16px.png | Bin
.../other/virtualbox-vdi-20px.png | Bin
.../other/virtualbox-vdi-24px.png | Bin
.../other/virtualbox-vdi-256px.png | Bin
.../other/virtualbox-vdi-32px.png | Bin
.../other/virtualbox-vdi-40px.png | Bin
.../other/virtualbox-vdi-48px.png | Bin
.../other/virtualbox-vdi-512px.png | Bin
.../other/virtualbox-vdi-64px.png | Bin
.../other/virtualbox-vdi-72px.png | Bin
.../other/virtualbox-vdi-80px.png | Bin
.../other/virtualbox-vdi-96px.png | Bin
.../other/virtualbox-vhd-128px.png | Bin
.../other/virtualbox-vhd-16px.png | Bin
.../other/virtualbox-vhd-20px.png | Bin
.../other/virtualbox-vhd-24px.png | Bin
.../other/virtualbox-vhd-256px.png | Bin
.../other/virtualbox-vhd-32px.png | Bin
.../other/virtualbox-vhd-40px.png | Bin
.../other/virtualbox-vhd-48px.png | Bin
.../other/virtualbox-vhd-512px.png | Bin
.../other/virtualbox-vhd-64px.png | Bin
.../other/virtualbox-vhd-72px.png | Bin
.../other/virtualbox-vhd-80px.png | Bin
.../other/virtualbox-vhd-96px.png | Bin
.../other/virtualbox-vmdk-128px.png | Bin
.../other/virtualbox-vmdk-16px.png | Bin
.../other/virtualbox-vmdk-20px.png | Bin
.../other/virtualbox-vmdk-24px.png | Bin
.../other/virtualbox-vmdk-256px.png | Bin
.../other/virtualbox-vmdk-32px.png | Bin
.../other/virtualbox-vmdk-40px.png | Bin
.../other/virtualbox-vmdk-48px.png | Bin
.../other/virtualbox-vmdk-512px.png | Bin
.../other/virtualbox-vmdk-64px.png | Bin
.../other/virtualbox-vmdk-72px.png | Bin
.../other/virtualbox-vmdk-80px.png | Bin
.../other/virtualbox-vmdk-96px.png | Bin
.../images => Artwork/win}/OSE/VirtualBox_win.ico | Bin
.../win/OSE/virtualbox-ova.ico | Bin
.../win/OSE/virtualbox-ovf.ico | Bin
.../win/OSE/virtualbox-vbox-extpack.ico | Bin
.../win/OSE/virtualbox-vbox.ico | Bin
src/VBox/Artwork/win/TemplateDll.rc | 114 +
src/VBox/Artwork/win/TemplateDrv.rc | 117 +
src/VBox/Artwork/win/TemplateExe.rc | 114 +
src/VBox/Artwork/win/TemplateR0.rc | 115 +
src/VBox/Artwork/win/TemplateRC.rc | 115 +
src/VBox/Artwork/win/TemplateRsrcDefs.h | 45 +
.../{Resources => Artwork}/win/virtualbox-hdd.ico | Bin
.../{Resources => Artwork}/win/virtualbox-vdi.ico | Bin
.../{Resources => Artwork}/win/virtualbox-vhd.ico | Bin
.../{Resources => Artwork}/win/virtualbox-vmdk.ico | Bin
src/VBox/Debugger/DBGCBuiltInSymbols.cpp | 2 +-
src/VBox/Debugger/DBGCCmdHlp.cpp | 4 +-
src/VBox/Debugger/DBGCCmdWorkers.cpp | 2 +-
src/VBox/Debugger/DBGCCommands.cpp | 490 +-
src/VBox/Debugger/DBGCEmulateCodeView.cpp | 10 +-
src/VBox/Debugger/DBGCEval.cpp | 10 +-
src/VBox/Debugger/DBGCFunctions.cpp | 2 +-
src/VBox/Debugger/DBGCGdbRemoteStub.cpp | 2 +-
src/VBox/Debugger/DBGCInternal.h | 29 +-
src/VBox/Debugger/DBGCOps.cpp | 2 +-
src/VBox/Debugger/DBGCPlugInDiggers.rc | 50 -
src/VBox/Debugger/DBGCTcp.cpp | 6 +-
src/VBox/Debugger/DBGConsole.cpp | 21 +-
src/VBox/Debugger/DBGPlugInCommonELF.cpp | 2 +-
src/VBox/Debugger/DBGPlugInCommonELF.h | 2 +-
src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h | 2 +-
src/VBox/Debugger/DBGPlugInDarwin.cpp | 476 +-
src/VBox/Debugger/DBGPlugInDiggers.cpp | 10 +-
src/VBox/Debugger/DBGPlugInLinux.cpp | 999 +-
src/VBox/Debugger/DBGPlugInOS2.cpp | 2 +-
src/VBox/Debugger/DBGPlugInSolaris.cpp | 2 +-
src/VBox/Debugger/DBGPlugInWinNt.cpp | 21 +-
src/VBox/Debugger/DBGPlugIns.h | 2 +-
src/VBox/Debugger/Makefile.kmk | 27 +-
src/VBox/Debugger/VBoxDbg.cpp | 7 +-
src/VBox/Debugger/VBoxDbg.rc | 50 -
src/VBox/Debugger/VBoxDbgBase.cpp | 2 +-
src/VBox/Debugger/VBoxDbgBase.h | 2 +-
src/VBox/Debugger/VBoxDbgConsole.cpp | 2 +-
src/VBox/Debugger/VBoxDbgConsole.h | 2 +-
src/VBox/Debugger/VBoxDbgDisas.h | 2 +-
src/VBox/Debugger/VBoxDbgGui.cpp | 2 +-
src/VBox/Debugger/VBoxDbgGui.h | 2 +-
src/VBox/Debugger/VBoxDbgStatsQt4.cpp | 43 +-
src/VBox/Debugger/VBoxDbgStatsQt4.h | 10 +-
src/VBox/Debugger/testcase/tstDBGCParser.cpp | 2 +-
src/VBox/Debugger/testcase/tstDBGCStubs.cpp | 18 +-
src/VBox/Debugger/testcase/tstVBoxDbg.cpp | 2 +-
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 1715 ++
src/VBox/Devices/Audio/AudioMixBuffer.h | 80 +
src/VBox/Devices/Audio/AudioMixer.cpp | 486 +
src/VBox/Devices/Audio/AudioMixer.h | 112 +
src/VBox/Devices/Audio/DevIchAc97.cpp | 1627 +-
src/VBox/Devices/Audio/DevIchHda.cpp | 2695 ++-
src/VBox/Devices/Audio/DevIchHdaCodec.cpp | 1225 +-
src/VBox/Devices/Audio/DevIchHdaCodec.h | 75 +-
src/VBox/Devices/Audio/DevSB16.cpp | 2824 +--
src/VBox/Devices/Audio/DrvAudio.cpp | 1932 ++
src/VBox/Devices/Audio/DrvAudio.h | 200 +
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 481 +
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 1403 ++
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 2107 ++
src/VBox/Devices/Audio/DrvHostDSound.cpp | 1709 ++
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 313 +
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 985 +
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 1243 ++
src/VBox/Devices/Audio/alsa_mangling.h | 2 +-
src/VBox/Devices/Audio/alsa_stubs.c | 5 +-
src/VBox/Devices/Audio/alsa_stubs.h | 2 +-
src/VBox/Devices/Audio/alsaaudio.c | 1194 -
src/VBox/Devices/Audio/audio.c | 2161 --
src/VBox/Devices/Audio/audio.h | 205 -
src/VBox/Devices/Audio/audio_int.h | 338 -
src/VBox/Devices/Audio/audio_template.h | 574 -
src/VBox/Devices/Audio/audiosniffer.c | 679 -
src/VBox/Devices/Audio/coreaudio.c | 2209 --
src/VBox/Devices/Audio/dsound_template.h | 303 -
src/VBox/Devices/Audio/dsoundaudio.c | 1375 --
src/VBox/Devices/Audio/filteraudio.c | 987 -
src/VBox/Devices/Audio/mixeng.c | 352 -
src/VBox/Devices/Audio/mixeng.h | 60 -
src/VBox/Devices/Audio/mixeng_template.h | 181 -
src/VBox/Devices/Audio/noaudio.c | 181 -
src/VBox/Devices/Audio/ossaudio.c | 897 -
src/VBox/Devices/Audio/pulse_mangling.h | 2 +-
src/VBox/Devices/Audio/pulse_stubs.c | 5 +-
src/VBox/Devices/Audio/pulse_stubs.h | 2 +-
src/VBox/Devices/Audio/pulseaudio.c | 866 -
src/VBox/Devices/Audio/rate_template.h | 111 -
src/VBox/Devices/Audio/solaudio.c | 871 -
src/VBox/Devices/Audio/testcase/Makefile.kmk | 41 +
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 592 +
src/VBox/Devices/Audio/winaudio.c | 801 -
.../BiosCommonCode/MakeAlternativeSource.cpp | 59 +-
src/VBox/Devices/BiosCommonCode/Makefile.kmk | 4 +-
src/VBox/Devices/BiosCommonCode/support.asm | 2 +-
src/VBox/Devices/Bus/DevPCI.cpp | 12 +-
src/VBox/Devices/Bus/DevPciIch9.cpp | 284 +-
src/VBox/Devices/Bus/MsiCommon.cpp | 2 +-
src/VBox/Devices/Bus/MsiCommon.h | 2 +-
src/VBox/Devices/Bus/MsixCommon.cpp | 2 +-
src/VBox/Devices/Bus/PCIInternal.h | 2 +-
src/VBox/Devices/Bus/SrvPciRawR0.cpp | 8 +-
src/VBox/Devices/Config.kmk | 2 +-
src/VBox/Devices/EFI/DevEFI.cpp | 29 +-
src/VBox/Devices/EFI/DevEFI.h | 4 +-
src/VBox/Devices/EFI/DevSmc.cpp | 12 +-
.../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 | 2 +-
src/VBox/Devices/EFI/Firmware/Makefile.kmk | 2 +-
.../EFI/Firmware/MdePkg/Include/Uefi/UefiSpec.h | 14 +
.../OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 4 +-
.../VBoxPkg/AcpiPlatformDxe/AcpiPlatform.c | 2 +-
.../VBoxPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 2 +-
.../Include/IndustryStandard/VBoxFatImage.h | 2 +-
.../EFI/Firmware/VBoxPkg/Include/VBoxDebugLib.h | 2 +-
.../EFI/Firmware/VBoxPkg/Include/VBoxMemLayout.h | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/Include/VBoxPkg.h | 2 +-
.../VBoxPkg/Library/AcpiTimerLib/AcpiTimerLib.c | 2 +-
.../VBoxPkg/Library/AcpiTimerLib/AcpiTimerLib.inf | 2 +-
.../Library/VBoxDebugAgentLib/VBoxDebugAgentLib.c | 2 +-
.../VBoxDebugAgentLib/VBoxDebugAgentLib.inf | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c | 2 +-
.../Library/VBoxDebugLib/VBoxPrintHexDump.c | 2 +-
.../VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c | 2 +-
.../VBoxOemHookStatusCodeLib.c | 2 +-
.../VBoxOemHookStatusCodeLib.inf | 2 +-
.../VBoxPeCoffExtraActionLib.c | 2 +-
.../VBoxPeCoffExtraActionLib.inf | 2 +-
.../VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c | 2 +-
.../Library/VBoxPeCoffLib/BasePeCoffLibInternals.h | 2 +-
.../VBoxPkg/Library/VBoxPeCoffLib/PeCoffLoaderEx.c | 2 +-
.../Library/VBoxPeCoffLib/VBoxPeCoffLib.inf | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/Apple.c | 2 +-
.../Firmware/VBoxPkg/PartitionDxe/ComponentName.c | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/ElTorito.c | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/Gpt.c | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/Mbr.c | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/Partition.c | 2 +-
.../EFI/Firmware/VBoxPkg/PartitionDxe/Partition.h | 2 +-
.../Firmware/VBoxPkg/PartitionDxe/PartitionDxe.inf | 2 +-
.../EFI/Firmware/VBoxPkg/PlatformPei/Cmos.c | 2 +-
.../EFI/Firmware/VBoxPkg/PlatformPei/Cmos.h | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/PlatformPei/Fv.c | 2 +-
.../EFI/Firmware/VBoxPkg/PlatformPei/MemDetect.c | 2 +-
.../EFI/Firmware/VBoxPkg/PlatformPei/Platform.c | 2 +-
.../EFI/Firmware/VBoxPkg/PlatformPei/Platform.h | 2 +-
.../Firmware/VBoxPkg/PlatformPei/PlatformPei.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxAppleSim/Console.c | 2 +-
.../Firmware/VBoxPkg/VBoxAppleSim/ConsoleControl.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxAppleSim/Cpu.c | 2 +-
.../Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c | 204 +-
.../Firmware/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf | 2 +-
.../Firmware/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c | 4 +-
.../Firmware/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h | 2 +-
.../VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFsDxe.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxFswParam.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxHfs.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_base.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_core.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_base.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_efi_lib.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_hfs.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_iso9660.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_lib.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxFsDxe/fsw_strfunc.h | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/BootService.c | 2 +-
.../Firmware/VBoxPkg/VBoxInterceptorDxe/RunTime.c | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/VBoxInterceptor.c | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/VBoxInterceptor.h | 2 +-
.../VBoxInterceptorDxe/VBoxInterceptorDxe.inf | 2 +-
.../VBoxInterceptorDxe/boot_service_table.h | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/interceptor.h | 2 +-
.../VBoxPkg/VBoxInterceptorDxe/print_types.h | 2 +-
.../VBoxInterceptorDxe/runtime_service_table.h | 2 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.c | 2 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/VBoxMimicry.h | 2 +-
.../VBoxPkg/VBoxMimicryDxe/VBoxMimicryDxe.inf | 2 +-
.../Firmware/VBoxPkg/VBoxMimicryDxe/mimic_tbl.h | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/VBoxMisc/Makefile | 2 +-
.../Firmware/VBoxPkg/VBoxMisc/efi-app/Readme.txt | 2 +-
src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxPkg.dec | 3 +-
.../VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h | 2 +-
.../VBoxPkg/VBoxSysTables/TableConversion.c | 2 +-
.../Firmware/VBoxPkg/VBoxSysTables/VBoxSysTables.c | 2 +-
.../VBoxPkg/VBoxSysTables/VBoxSysTables.inf | 2 +-
.../Firmware/VBoxPkg/VBoxVariable/EmuVariable.c | 2 +-
.../Firmware/VBoxPkg/VBoxVariable/InitVariable.c | 2 +-
.../VBoxVariable/VBoxVariableRuntimeDxe.inf | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVariable/Variable.h | 2 +-
.../Firmware/VBoxPkg/VBoxVgaDxe/ComponentName.c | 6 +-
.../VBoxPkg/VBoxVgaDxe/DriverSupportedEfiVersion.c | 2 +-
.../Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/Edid.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.c | 21 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVga.h | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaDxe.inf | 9 +-
.../VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c | 4 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c | 2 +-
.../EFI/Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h | 2 +-
.../Firmware/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c | 2 +-
.../VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c | 2 +-
.../VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf | 2 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/VBoxSmcUtil-darwin.cpp | 2 +-
src/VBox/Devices/GIMDev/GIMDev.cpp | 227 +
src/VBox/Devices/Graphics/BIOS/Makefile.kmk | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 2537 +--
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/BIOS/inlines.h | 2 +-
src/VBox/Devices/Graphics/BIOS/vbe.c | 2 +-
src/VBox/Devices/Graphics/BIOS/vberom.asm | 2 +
src/VBox/Devices/Graphics/BIOS/vgabios.c | 66 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 812 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 4 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h | 8 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 455 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp | 1953 ++
src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h | 1062 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 2246 +-
.../Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp | 893 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 158 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h | 811 -
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 1433 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp | 568 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d.h | 143 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 800 +-
src/VBox/Devices/Graphics/DevVGA.h | 74 +-
src/VBox/Devices/Graphics/DevVGAModes.h | 2 +-
src/VBox/Devices/Graphics/DevVGASavedState.h | 32 +-
src/VBox/Devices/Graphics/DevVGATmpl.h | 122 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 1126 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 121 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 1101 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h | 37 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp | 80 -
src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h | 112 -
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp | 3 +-
src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h | 3 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.def | 2 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.rc | 50 -
src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def | 13 +-
src/VBox/Devices/Graphics/shaderlib/utils.c | 2 +-
src/VBox/Devices/Graphics/shaderlib/vboxext.h | 2 +-
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.c | 2 +-
.../Graphics/shaderlib/wine/vbox/VBoxDbgGl.h | 2 +-
.../Graphics/shaderlib/wine/vbox/VBoxWineEx.h | 2 +-
src/VBox/Devices/Graphics/shaderlib/winoverride.h | 2 +-
src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c | 10 +-
src/VBox/Devices/Input/DevPS2.cpp | 210 +-
src/VBox/Devices/Input/DrvKeyboardQueue.cpp | 183 +-
src/VBox/Devices/Input/DrvMouseQueue.cpp | 16 +-
src/VBox/Devices/Input/PS2Dev.h | 4 +-
src/VBox/Devices/Input/PS2K.cpp | 173 +-
src/VBox/Devices/Input/PS2M.cpp | 386 +-
src/VBox/Devices/Input/UsbKbd.cpp | 419 +-
src/VBox/Devices/Input/UsbMouse.cpp | 3 +-
src/VBox/Devices/Input/testcase/Makefile.kmk | 2 +-
src/VBox/Devices/Input/testcase/tstUsbMouse.cpp | 3 +-
src/VBox/Devices/Makefile.kmk | 318 +-
src/VBox/Devices/Misc/VirtualKD.cpp | 2 +-
src/VBox/Devices/Network/DevE1000.cpp | 85 +-
src/VBox/Devices/Network/DevE1000Phy.cpp | 2 +-
src/VBox/Devices/Network/DevE1000Phy.h | 2 +-
src/VBox/Devices/Network/DevEEPROM.cpp | 2 +-
src/VBox/Devices/Network/DevEEPROM.h | 2 +-
src/VBox/Devices/Network/DevINIP.cpp | 177 +-
src/VBox/Devices/Network/DevPCNet.cpp | 163 +-
src/VBox/Devices/Network/DevVirtioNet.cpp | 92 +-
src/VBox/Devices/Network/DrvDedicatedNic.cpp | 2 +-
src/VBox/Devices/Network/DrvIntNet.cpp | 6 +-
src/VBox/Devices/Network/DrvNAT.cpp | 15 +-
src/VBox/Devices/Network/DrvNetShaper.cpp | 2 +-
src/VBox/Devices/Network/DrvNetSniffer.cpp | 6 +-
src/VBox/Devices/Network/DrvTAP.cpp | 26 +-
src/VBox/Devices/Network/DrvUDPTunnel.cpp | 2 +-
src/VBox/Devices/Network/DrvVDE.cpp | 2 +-
src/VBox/Devices/Network/Pcap.cpp | 2 +-
src/VBox/Devices/Network/Pcap.h | 2 +-
src/VBox/Devices/Network/SrvIntNetR0.cpp | 234 +-
src/VBox/Devices/Network/VDEPlug.cpp | 2 +-
src/VBox/Devices/Network/lwip-new/Makefile.kmk | 2 +-
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp | 12 +-
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.h | 4 +-
.../Network/lwip-new/vbox/include/arch/cc.h | 2 +-
.../Network/lwip-new/vbox/include/lwip-log.h | 15 +-
.../Network/lwip-new/vbox/include/lwip-namespace.h | 2 +-
src/VBox/Devices/Network/lwip-new/vbox/sys_arch.c | 4 +-
src/VBox/Devices/Network/lwip/CHANGELOG | 680 -
src/VBox/Devices/Network/lwip/COPYING | 33 -
src/VBox/Devices/Network/lwip/FILES | 4 -
src/VBox/Devices/Network/lwip/Makefile.kmk | 49 -
src/VBox/Devices/Network/lwip/README | 74 -
src/VBox/Devices/Network/lwip/README.vbox | 1 -
src/VBox/Devices/Network/lwip/doc/FILES | 5 -
src/VBox/Devices/Network/lwip/doc/contrib.txt | 62 -
src/VBox/Devices/Network/lwip/doc/rawapi.txt | 419 -
src/VBox/Devices/Network/lwip/doc/savannah.txt | 135 -
src/VBox/Devices/Network/lwip/doc/snmp_agent.txt | 172 -
src/VBox/Devices/Network/lwip/doc/sys_arch.txt | 201 -
src/VBox/Devices/Network/lwip/src/FILES | 13 -
src/VBox/Devices/Network/lwip/src/api/api_lib.c | 722 -
src/VBox/Devices/Network/lwip/src/api/api_msg.c | 807 -
src/VBox/Devices/Network/lwip/src/api/err.c | 59 -
src/VBox/Devices/Network/lwip/src/api/sockets.c | 1367 --
src/VBox/Devices/Network/lwip/src/api/tcpip.c | 224 -
src/VBox/Devices/Network/lwip/src/core/dhcp.c | 1464 --
src/VBox/Devices/Network/lwip/src/core/inet.c | 537 -
src/VBox/Devices/Network/lwip/src/core/inet6.c | 168 -
src/VBox/Devices/Network/lwip/src/core/ipv4/icmp.c | 202 -
src/VBox/Devices/Network/lwip/src/core/ipv4/ip.c | 516 -
.../Devices/Network/lwip/src/core/ipv4/ip_addr.c | 78 -
.../Devices/Network/lwip/src/core/ipv4/ip_frag.c | 388 -
src/VBox/Devices/Network/lwip/src/core/ipv6/README | 1 -
.../Devices/Network/lwip/src/core/ipv6/icmp6.c | 184 -
src/VBox/Devices/Network/lwip/src/core/ipv6/ip6.c | 386 -
.../Devices/Network/lwip/src/core/ipv6/ip6_addr.c | 90 -
src/VBox/Devices/Network/lwip/src/core/mem.c | 414 -
src/VBox/Devices/Network/lwip/src/core/memp.c | 238 -
src/VBox/Devices/Network/lwip/src/core/netif.c | 325 -
src/VBox/Devices/Network/lwip/src/core/pbuf.c | 961 -
src/VBox/Devices/Network/lwip/src/core/raw.c | 326 -
.../Devices/Network/lwip/src/core/snmp/asn1_dec.c | 652 -
.../Devices/Network/lwip/src/core/snmp/asn1_enc.c | 610 -
src/VBox/Devices/Network/lwip/src/core/snmp/mib2.c | 4021 ----
.../Network/lwip/src/core/snmp/mib_structs.c | 1185 -
.../Devices/Network/lwip/src/core/snmp/msg_in.c | 1458 --
.../Devices/Network/lwip/src/core/snmp/msg_out.c | 687 -
src/VBox/Devices/Network/lwip/src/core/stats.c | 115 -
src/VBox/Devices/Network/lwip/src/core/sys.c | 294 -
src/VBox/Devices/Network/lwip/src/core/tcp.c | 1182 -
src/VBox/Devices/Network/lwip/src/core/tcp_in.c | 1209 -
src/VBox/Devices/Network/lwip/src/core/tcp_out.c | 727 -
src/VBox/Devices/Network/lwip/src/core/udp.c | 661 -
.../Network/lwip/src/include/ipv4/lwip/icmp.h | 112 -
.../Network/lwip/src/include/ipv4/lwip/inet.h | 99 -
.../Network/lwip/src/include/ipv4/lwip/ip.h | 154 -
.../Network/lwip/src/include/ipv4/lwip/ip_addr.h | 160 -
.../Network/lwip/src/include/ipv4/lwip/ip_frag.h | 49 -
.../Network/lwip/src/include/ipv6/lwip/icmp.h | 90 -
.../Network/lwip/src/include/ipv6/lwip/inet.h | 62 -
.../Network/lwip/src/include/ipv6/lwip/ip.h | 96 -
.../Network/lwip/src/include/ipv6/lwip/ip_addr.h | 59 -
.../Devices/Network/lwip/src/include/lwip/api.h | 159 -
.../Network/lwip/src/include/lwip/api_msg.h | 94 -
.../Devices/Network/lwip/src/include/lwip/arch.h | 216 -
.../Devices/Network/lwip/src/include/lwip/debug.h | 87 -
.../Devices/Network/lwip/src/include/lwip/def.h | 47 -
.../Devices/Network/lwip/src/include/lwip/dhcp.h | 223 -
.../Devices/Network/lwip/src/include/lwip/err.h | 70 -
.../Devices/Network/lwip/src/include/lwip/mem.h | 69 -
.../Devices/Network/lwip/src/include/lwip/memp.h | 63 -
.../Devices/Network/lwip/src/include/lwip/netif.h | 165 -
.../Devices/Network/lwip/src/include/lwip/opt.h | 722 -
.../Devices/Network/lwip/src/include/lwip/pbuf.h | 113 -
.../Devices/Network/lwip/src/include/lwip/raw.h | 74 -
.../Devices/Network/lwip/src/include/lwip/sio.h | 63 -
.../Devices/Network/lwip/src/include/lwip/snmp.h | 309 -
.../Network/lwip/src/include/lwip/snmp_asn1.h | 90 -
.../Network/lwip/src/include/lwip/snmp_msg.h | 292 -
.../Network/lwip/src/include/lwip/snmp_structs.h | 253 -
.../Network/lwip/src/include/lwip/sockets.h | 271 -
.../Devices/Network/lwip/src/include/lwip/stats.h | 158 -
.../Devices/Network/lwip/src/include/lwip/sys.h | 187 -
.../Devices/Network/lwip/src/include/lwip/tcp.h | 531 -
.../Devices/Network/lwip/src/include/lwip/tcpip.h | 75 -
.../Devices/Network/lwip/src/include/lwip/udp.h | 106 -
.../Network/lwip/src/include/netif/etharp.h | 129 -
.../Network/lwip/src/include/netif/loopif.h | 39 -
.../Network/lwip/src/include/netif/slipif.h | 42 -
src/VBox/Devices/Network/lwip/src/netif/FILES | 27 -
src/VBox/Devices/Network/lwip/src/netif/etharp.c | 892 -
.../Devices/Network/lwip/src/netif/ethernetif.c | 326 -
src/VBox/Devices/Network/lwip/src/netif/loopif.c | 119 -
src/VBox/Devices/Network/lwip/src/netif/ppp/auth.c | 927 -
src/VBox/Devices/Network/lwip/src/netif/ppp/auth.h | 94 -
src/VBox/Devices/Network/lwip/src/netif/ppp/chap.c | 872 -
src/VBox/Devices/Network/lwip/src/netif/ppp/chap.h | 167 -
.../Devices/Network/lwip/src/netif/ppp/chpms.c | 398 -
.../Devices/Network/lwip/src/netif/ppp/chpms.h | 64 -
src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.c | 838 -
src/VBox/Devices/Network/lwip/src/netif/ppp/fsm.h | 187 -
src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.c | 1377 --
src/VBox/Devices/Network/lwip/src/netif/ppp/ipcp.h | 126 -
src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.c | 1991 --
src/VBox/Devices/Network/lwip/src/netif/ppp/lcp.h | 169 -
.../Devices/Network/lwip/src/netif/ppp/magic.c | 79 -
.../Devices/Network/lwip/src/netif/ppp/magic.h | 64 -
src/VBox/Devices/Network/lwip/src/netif/ppp/md5.c | 306 -
src/VBox/Devices/Network/lwip/src/netif/ppp/md5.h | 55 -
src/VBox/Devices/Network/lwip/src/netif/ppp/pap.c | 608 -
src/VBox/Devices/Network/lwip/src/netif/ppp/pap.h | 129 -
src/VBox/Devices/Network/lwip/src/netif/ppp/ppp.c | 1631 --
src/VBox/Devices/Network/lwip/src/netif/ppp/ppp.h | 446 -
.../Devices/Network/lwip/src/netif/ppp/pppdebug.h | 89 -
.../Devices/Network/lwip/src/netif/ppp/randm.c | 242 -
.../Devices/Network/lwip/src/netif/ppp/randm.h | 81 -
src/VBox/Devices/Network/lwip/src/netif/ppp/vj.c | 633 -
src/VBox/Devices/Network/lwip/src/netif/ppp/vj.h | 155 -
.../Devices/Network/lwip/src/netif/ppp/vjbsdhdr.h | 76 -
src/VBox/Devices/Network/lwip/src/netif/slipif.c | 213 -
.../Network/lwip/vbox/include/arch/bpstruct.h | 1 -
.../Devices/Network/lwip/vbox/include/arch/cc.h | 48 -
.../Network/lwip/vbox/include/arch/epstruct.h | 1 -
.../Devices/Network/lwip/vbox/include/arch/perf.h | 7 -
.../Network/lwip/vbox/include/arch/sys_arch.h | 33 -
.../Devices/Network/lwip/vbox/include/lwipopts.h | 300 -
src/VBox/Devices/Network/lwip/vbox/sys_arch.c | 445 -
src/VBox/Devices/Network/lwipopts.h | 8 +-
.../Devices/Network/scripts/VBoxConvertNATStats.sh | 2 +-
.../Devices/Network/scripts/VBoxPortForwarding.py | 26 +-
src/VBox/Devices/Network/slirp/bootp.c | 18 +-
src/VBox/Devices/Network/slirp/bootp.h | 2 +-
src/VBox/Devices/Network/slirp/cksum.c | 2 +-
src/VBox/Devices/Network/slirp/counters.h | 2 +-
src/VBox/Devices/Network/slirp/ctl.h | 2 +-
src/VBox/Devices/Network/slirp/debug.c | 2 +-
src/VBox/Devices/Network/slirp/debug.h | 26 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c | 2 +-
src/VBox/Devices/Network/slirp/ext.h | 2 +-
src/VBox/Devices/Network/slirp/icmp_var.h | 2 +-
src/VBox/Devices/Network/slirp/if.h | 2 +-
src/VBox/Devices/Network/slirp/ip.h | 2 +-
src/VBox/Devices/Network/slirp/ip_icmp.c | 2 +-
src/VBox/Devices/Network/slirp/ip_icmp.h | 2 +-
src/VBox/Devices/Network/slirp/ip_icmpwin.c | 2 +-
src/VBox/Devices/Network/slirp/ip_input.c | 6 +-
src/VBox/Devices/Network/slirp/ip_output.c | 2 +-
src/VBox/Devices/Network/slirp/libalias/alias.c | 11 +-
.../Devices/Network/slirp/libalias/alias_dns.c | 4 +-
.../Devices/Network/slirp/libalias/alias_mod.c | 24 +-
src/VBox/Devices/Network/slirp/libslirp.h | 2 +-
src/VBox/Devices/Network/slirp/main.h | 2 +-
src/VBox/Devices/Network/slirp/misc.c | 2 +-
src/VBox/Devices/Network/slirp/misc.h | 2 +-
src/VBox/Devices/Network/slirp/queue.h | 2 +-
.../Devices/Network/slirp/resolv_conf_parser.c | 6 +-
.../Devices/Network/slirp/resolv_conf_parser.h | 2 +-
src/VBox/Devices/Network/slirp/sbuf.c | 2 +-
src/VBox/Devices/Network/slirp/sbuf.h | 2 +-
src/VBox/Devices/Network/slirp/slirp.c | 9 +-
src/VBox/Devices/Network/slirp/slirp.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_config.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_dns.c | 2 +-
src/VBox/Devices/Network/slirp/slirp_dns.h | 2 +-
src/VBox/Devices/Network/slirp/slirp_state.h | 6 +-
src/VBox/Devices/Network/slirp/socket.c | 36 +-
src/VBox/Devices/Network/slirp/socket.h | 2 +-
src/VBox/Devices/Network/slirp/tcp.h | 2 +-
src/VBox/Devices/Network/slirp/tcp_input.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_output.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_subr.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_timer.c | 2 +-
src/VBox/Devices/Network/slirp/tcp_timer.h | 2 +-
src/VBox/Devices/Network/slirp/tcp_var.h | 2 +-
src/VBox/Devices/Network/slirp/tcpip.h | 2 +-
src/VBox/Devices/Network/slirp/tftp.c | 2 +-
src/VBox/Devices/Network/slirp/tftp.h | 2 +-
src/VBox/Devices/Network/slirp/udp.c | 2 +-
src/VBox/Devices/Network/slirp/udp.h | 2 +-
src/VBox/Devices/Network/slirp/zone.h | 2 +-
src/VBox/Devices/Network/testcase/tstDevEEPROM.cpp | 2 +-
src/VBox/Devices/Network/testcase/tstDevPhy.cpp | 2 +-
src/VBox/Devices/Network/testcase/tstIntNet-1.cpp | 6 +-
src/VBox/Devices/Network/testcase/tstIntNetR0.cpp | 2 +-
src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp | 2 +-
src/VBox/Devices/PC/BIOS/Makefile.kmk | 3 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 6700 +++---
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/BIOS/ahci.c | 48 +-
src/VBox/Devices/PC/BIOS/apm.c | 2 +-
src/VBox/Devices/PC/BIOS/apm_pm.asm | 2 +-
src/VBox/Devices/PC/BIOS/ata.c | 2 +-
src/VBox/Devices/PC/BIOS/ata.h | 2 +-
src/VBox/Devices/PC/BIOS/bios.c | 2 +-
src/VBox/Devices/PC/BIOS/biosint.h | 3 +-
src/VBox/Devices/PC/BIOS/boot.c | 2 +-
src/VBox/Devices/PC/BIOS/disk.c | 2 +-
src/VBox/Devices/PC/BIOS/ebda.h | 2 +-
src/VBox/Devices/PC/BIOS/eltorito.c | 2 +-
src/VBox/Devices/PC/BIOS/floppy.c | 203 +-
src/VBox/Devices/PC/BIOS/floppyt.c | 2 +-
src/VBox/Devices/PC/BIOS/inlines.h | 2 +-
src/VBox/Devices/PC/BIOS/invop.c | 2 +-
src/VBox/Devices/PC/BIOS/keyboard.c | 17 +-
src/VBox/Devices/PC/BIOS/logo.c | 2 +-
src/VBox/Devices/PC/BIOS/makefile | 4 +-
src/VBox/Devices/PC/BIOS/orgs.asm | 172 +-
src/VBox/Devices/PC/BIOS/parallel.c | 2 +-
src/VBox/Devices/PC/BIOS/pci32.c | 2 +-
src/VBox/Devices/PC/BIOS/pcibio32.asm | 2 +-
src/VBox/Devices/PC/BIOS/pcibios.c | 6 +-
src/VBox/Devices/PC/BIOS/pcibios.inc | 2 +-
src/VBox/Devices/PC/BIOS/pciutil.c | 2 +-
src/VBox/Devices/PC/BIOS/pciutil.h | 2 +-
src/VBox/Devices/PC/BIOS/pirq.inc | 2 +-
src/VBox/Devices/PC/BIOS/pmode.inc | 2 +-
src/VBox/Devices/PC/BIOS/pmsetup.inc | 24 +-
src/VBox/Devices/PC/BIOS/post.c | 102 +
src/VBox/Devices/PC/BIOS/print.c | 2 +-
src/VBox/Devices/PC/BIOS/ps2mouse.c | 2 +-
src/VBox/Devices/PC/BIOS/scsi.c | 47 +-
src/VBox/Devices/PC/BIOS/serial.c | 2 +-
src/VBox/Devices/PC/BIOS/smidmi.inc | 2 +-
src/VBox/Devices/PC/BIOS/system.c | 2 +-
src/VBox/Devices/PC/BIOS/timepci.c | 2 +-
src/VBox/Devices/PC/BIOS/vds.c | 2 +-
src/VBox/Devices/PC/DevACPI.cpp | 31 +-
src/VBox/Devices/PC/DevAPIC.cpp | 112 +-
src/VBox/Devices/PC/DevApic.h | 2 +-
src/VBox/Devices/PC/DevDMA.cpp | 2 +-
src/VBox/Devices/PC/DevFwCommon.cpp | 2 +-
src/VBox/Devices/PC/DevFwCommon.h | 2 +-
src/VBox/Devices/PC/DevHPET.cpp | 48 +-
src/VBox/Devices/PC/DevIoApic.cpp | 6 +-
src/VBox/Devices/PC/DevLPC.cpp | 4 +-
src/VBox/Devices/PC/DevPIC.cpp | 4 +-
src/VBox/Devices/PC/DevPcArch.cpp | 4 +-
src/VBox/Devices/PC/DevPcBios.cpp | 29 +-
src/VBox/Devices/PC/DevPcBios.h | 2 +-
src/VBox/Devices/PC/DevPit-i8254.cpp | 4 +-
src/VBox/Devices/PC/DevRTC.cpp | 33 +-
src/VBox/Devices/PC/DrvACPI.cpp | 2 +-
src/VBox/Devices/PC/DrvAcpiCpu.cpp | 2 +-
src/VBox/Devices/PC/ipxe/Makefile.kmk | 2 +-
src/VBox/Devices/PC/ipxe/iPxeBiosBin.rom | Bin 54272 -> 53248 bytes
src/VBox/Devices/PC/ipxe/src/config/general.h | 2 +-
src/VBox/Devices/PC/vbox-cpuhotplug.dsl | 2 +-
src/VBox/Devices/PC/vbox-standard.dsl | 2 +-
src/VBox/Devices/PC/vbox.dsl | 4 +-
src/VBox/Devices/Parallel/DevParallel.cpp | 4 +-
src/VBox/Devices/Parallel/DrvHostParallel.cpp | 2 +-
src/VBox/Devices/Samples/DrvStorageFilter.cpp | 2 +-
src/VBox/Devices/Samples/Makefile.kmk | 2 +-
src/VBox/Devices/Samples/VBoxSampleDevice.cpp | 2 +-
src/VBox/Devices/Serial/DevSerial.cpp | 89 +-
src/VBox/Devices/Serial/DrvChar.cpp | 2 +-
src/VBox/Devices/Serial/DrvHostSerial.cpp | 2 +-
src/VBox/Devices/Serial/DrvNamedPipe.cpp | 2 +-
src/VBox/Devices/Serial/DrvRawFile.cpp | 4 +-
src/VBox/Devices/Serial/DrvTCP.cpp | 492 +
src/VBox/Devices/Storage/ATAPIPassthrough.cpp | 2 +-
src/VBox/Devices/Storage/ATAPIPassthrough.h | 2 +-
src/VBox/Devices/Storage/Debug.cpp | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 698 +-
src/VBox/Devices/Storage/DevATA.cpp | 1862 +-
src/VBox/Devices/Storage/DevBusLogic.cpp | 165 +-
src/VBox/Devices/Storage/DevFdc.cpp | 138 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 64 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.h | 2 +-
src/VBox/Devices/Storage/DrvBlock.cpp | 7 +-
src/VBox/Devices/Storage/DrvDiskIntegrity.cpp | 12 +-
src/VBox/Devices/Storage/DrvHostBase.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostBase.h | 2 +-
src/VBox/Devices/Storage/DrvHostDVD.cpp | 2 +-
src/VBox/Devices/Storage/DrvHostFloppy.cpp | 3 +-
src/VBox/Devices/Storage/DrvMediaISO.cpp | 2 +-
src/VBox/Devices/Storage/DrvRawImage.cpp | 2 +-
src/VBox/Devices/Storage/DrvSCSI.cpp | 35 +-
src/VBox/Devices/Storage/DrvSCSIHost.cpp | 12 +-
src/VBox/Devices/Storage/DrvVD.cpp | 182 +-
src/VBox/Devices/Storage/HBDMgmt-darwin.cpp | 496 +
src/VBox/Devices/Storage/HBDMgmt-generic.cpp | 60 +
src/VBox/Devices/Storage/HBDMgmt-win.cpp | 560 +
src/VBox/Devices/Storage/HBDMgmt.h | 90 +
src/VBox/Devices/Storage/PIIX3ATABmDma.h | 3 +-
src/VBox/Devices/Storage/UsbMsd.cpp | 687 +-
src/VBox/Devices/Storage/VBoxSCSI.cpp | 252 +-
src/VBox/Devices/Storage/VBoxSCSI.h | 16 +-
src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp | 11 +-
src/VBox/Devices/Storage/VSCSI/VSCSIInline.h | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h | 25 +-
src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp | 9 +-
src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp | 18 +-
.../Devices/Storage/VSCSI/VSCSIVpdPagePool.cpp | 2 +-
src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h | 2 +-
src/VBox/Devices/Storage/ide.h | 2 +-
src/VBox/Devices/Storage/swab.h | 3 +-
src/VBox/Devices/USB/DevOHCI.cpp | 185 +-
src/VBox/Devices/USB/DrvVUSBRootHub.cpp | 67 +-
src/VBox/Devices/USB/USBProxyDevice-stub.cpp | 2 +-
src/VBox/Devices/USB/USBProxyDevice.cpp | 2 +-
src/VBox/Devices/USB/USBProxyDevice.h | 2 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 50 +-
src/VBox/Devices/USB/VUSBInternal.h | 35 +-
src/VBox/Devices/USB/VUSBReadAhead.cpp | 4 +-
src/VBox/Devices/USB/VUSBSniffer.cpp | 3 +-
src/VBox/Devices/USB/VUSBSniffer.h | 2 +-
src/VBox/Devices/USB/VUSBUrb.cpp | 20 +-
.../Devices/USB/darwin/USBProxyDevice-darwin.cpp | 2 +-
.../Devices/USB/freebsd/USBProxyDevice-freebsd.cpp | 93 +-
.../Devices/USB/linux/USBProxyDevice-linux.cpp | 2 +-
src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp | 2 +-
.../Devices/USB/solaris/USBProxyDevice-solaris.cpp | 5 +-
.../Devices/USB/testcase/tstOhciRegisterAccess.cpp | 2 +-
src/VBox/Devices/USB/testcase/tstPalmOne.c | 2 +-
src/VBox/Devices/USB/testcase/tstTrekStorGo.c | 2 +-
.../{Network/lwip => USB/usbip}/Makefile.kup | 0
.../Devices/USB/usbip/USBProxyDevice-usbip.cpp | 1429 ++
src/VBox/Devices/USB/vrdp/USBProxyDevice-vrdp.cpp | 2 +-
src/VBox/Devices/USB/win/USBProxyDevice-win.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 249 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.cpp | 16 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.h | 2 +-
src/VBox/Devices/VMMDev/VMMDevState.h | 21 +-
src/VBox/Devices/VMMDev/VMMDevTesting.cpp | 2 +-
src/VBox/Devices/VMMDev/VMMDevTesting.h | 2 +-
src/VBox/Devices/VirtIO/Virtio.cpp | 2 +-
src/VBox/Devices/VirtIO/Virtio.h | 2 +-
src/VBox/Devices/build/VBoxDD.cpp | 54 +-
src/VBox/Devices/build/VBoxDD.d | 2 +-
src/VBox/Devices/build/VBoxDD.h | 24 +-
src/VBox/Devices/build/VBoxDD.rc | 50 -
src/VBox/Devices/build/VBoxDD2.cpp | 2 +-
src/VBox/Devices/build/VBoxDD2.h | 2 +-
src/VBox/Devices/build/VBoxDD2.rc | 50 -
src/VBox/Devices/build/VBoxDD2R0.cpp | 2 +-
src/VBox/Devices/build/VBoxDDR0.cpp | 2 +-
src/VBox/Devices/build/VBoxDDU.rc | 50 -
src/VBox/Devices/build/VBoxDDUDeps.cpp | 2 +-
src/VBox/Devices/build/vl_vbox.h | 374 -
src/VBox/Devices/testcase/Makefile.kmk | 6 +-
src/VBox/Devices/testcase/tstDeviceStructSize.cpp | 23 +-
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 179 +-
src/VBox/Disassembler/Disasm.cpp | 2 +-
src/VBox/Disassembler/DisasmCore.cpp | 383 +-
src/VBox/Disassembler/DisasmFormatBytes.cpp | 2 +-
src/VBox/Disassembler/DisasmFormatYasm.cpp | 156 +-
src/VBox/Disassembler/DisasmInternal.h | 126 +-
src/VBox/Disassembler/DisasmReg.cpp | 2 +-
src/VBox/Disassembler/DisasmTables.cpp | 3675 +++-
src/VBox/Disassembler/DisasmTablesX64.cpp | 6 +-
src/VBox/Disassembler/Makefile.kmk | 62 +-
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 | 4 +-
src/VBox/Disassembler/testcase/tstDisasm-1A.asm | 197 +-
src/VBox/Disassembler/testcase/tstDisasm-2.cpp | 6 +-
src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp | 4 +-
src/VBox/ExtPacks/BusMouseSample/Makefile.kmk | 2 +-
.../ExtPacks/BusMouseSample/VBoxBusMouseMain.cpp | 2 +-
src/VBox/ExtPacks/Makefile.kmk | 5 +-
src/VBox/ExtPacks/Skeleton/Makefile.kmk | 2 +-
src/VBox/ExtPacks/Skeleton/VBoxSkeletonMain.cpp | 2 +-
src/VBox/ExtPacks/VBoxDTrace/.scm-settings | 34 +
src/VBox/ExtPacks/VBoxDTrace/CDDL-ONLY | 2 +
src/VBox/ExtPacks/VBoxDTrace/COPYING | 378 +
src/VBox/ExtPacks/VBoxDTrace/ExtPack.xml | 8 +
src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk | 349 +
src/VBox/ExtPacks/VBoxDTrace/Samples/Hello.d | 13 +
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceMain.cpp | 137 +
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp | 2135 ++
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0A.asm | 32 +
src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp | 202 +
.../ExtPacks/VBoxDTrace/generated/dt_grammar.c | 3358 +++
.../ExtPacks/VBoxDTrace/generated/dt_grammar.h | 284 +
src/VBox/ExtPacks/VBoxDTrace/generated/dt_lex.c | 3763 ++++
.../VBoxDTrace/include/VBoxDTraceLibCWrappers.h | 96 +
.../ExtPacks/VBoxDTrace/include/VBoxDTraceTypes.h | 465 +
src/VBox/ExtPacks/VBoxDTrace/onnv/COPYING | 378 +
.../VBox/ExtPacks/VBoxDTrace/onnv/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd}/Makefile.kup | 0
.../ExtPacks/VBoxDTrace/onnv/cmd/dtrace/Makefile | 57 +
.../VBoxDTrace/onnv/cmd/dtrace/Makefile.com | 57 +
.../VBoxDTrace/onnv/cmd/dtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/amd64/Makefile | 32 +
.../VBoxDTrace/onnv/cmd/dtrace/amd64}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/Makefile | 167 +
.../VBoxDTrace/onnv/cmd/dtrace/demo}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/act}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/act/time.d | 44 +
.../onnv/cmd/dtrace/demo/agg}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/agg/clear.d | 45 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/agg/dateprof.d | 52 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/agg/denorm.d | 51 +
.../onnv/cmd/dtrace/demo/agg/lquantize.d | 30 +
.../onnv/cmd/dtrace/demo/agg/normalize.d | 49 +
.../onnv/cmd/dtrace/demo/agg/renormalize.d | 43 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/agg/trunc.d | 46 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/agg/writes.d | 30 +
.../onnv/cmd/dtrace/demo/agg/writesbycmd.d | 30 +
.../onnv/cmd/dtrace/demo/agg/writesbycmdfd.d | 30 +
.../onnv/cmd/dtrace/demo/agg/writetime.d | 37 +
.../onnv/cmd/dtrace/demo/agg/writetimeq.d | 37 +
.../onnv/cmd/dtrace/demo/anon}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/anon/iprb.d | 39 +
.../onnv/cmd/dtrace/demo/buf}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/buf/ring.d | 39 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/chapters | 125 +
.../onnv/cmd/dtrace/demo/dtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/dtrace/begin.d | 42 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/dtrace/end.d | 39 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/dtrace/error.d | 35 +
.../onnv/cmd/dtrace/demo/fbt}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/fbt/delay.d | 39 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/fbt/putnext.d | 30 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/fbt/ssd.d | 31 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/fbt/xioctl.d | 50 +
.../onnv/cmd/dtrace/demo/intro}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/intro/countdown.d | 43 +
.../onnv/cmd/dtrace/demo/intro/counter.d | 44 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/intro/hello.d | 31 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/intro/rwtime.d | 39 +
.../onnv/cmd/dtrace/demo/intro/trussrw.d | 38 +
.../onnv/cmd/dtrace/demo/io}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/applicat.d | 32 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/iocpu.d | 65 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/iosnoop.d | 38 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/iothrough.d | 66 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/iotime.d | 47 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/whoio.d | 38 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/io/whowrite.d | 39 +
.../onnv/cmd/dtrace/demo/ip}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/ip/ipio.d | 52 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/ip/ipproto.d | 45 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/ip/tcprst.d | 284 +
.../onnv/cmd/dtrace/demo/lockstat}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/lockstat/whatlock.d | 37 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/mkdemo.pl | 227 +
.../onnv/cmd/dtrace/demo/out}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/out/printa.d | 35 +
.../onnv/cmd/dtrace/demo/proc}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/proc/lwptime.d | 38 +
.../onnv/cmd/dtrace/demo/proc/progtime.d | 37 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/proc/sig.d | 39 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/proc/whoexec.d | 51 +
.../onnv/cmd/dtrace/demo/profile}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/profile/prof.d | 39 +
.../onnv/cmd/dtrace/demo/profile/profpri.d | 31 +
.../onnv/cmd/dtrace/demo/profile/restest.d | 45 +
.../onnv/cmd/dtrace/demo/sched}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/sched/firebird.d | 52 +
.../onnv/cmd/dtrace/demo/sched/howlong.d | 42 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/nscd.d | 45 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/pri.d | 31 +
.../onnv/cmd/dtrace/demo/sched/pritime.d | 44 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/qlen.d | 37 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/qtime.d | 38 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/tick.d | 31 +
.../onnv/cmd/dtrace/demo/sched/ticktime.d | 38 +
.../onnv/cmd/dtrace/demo/sched/whatfor.d | 64 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/where.d | 37 +
.../onnv/cmd/dtrace/demo/sched/whererun.d | 60 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/whofor.d | 46 +
.../onnv/cmd/dtrace/demo/sched/whopreempt.d | 57 +
.../onnv/cmd/dtrace/demo/sched/whoqueue.d | 95 +
.../onnv/cmd/dtrace/demo/sched/whosteal.d | 40 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/xterm.d | 44 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sched/xwork.d | 40 +
.../onnv/cmd/dtrace/demo/script}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/script/interp.d | 33 +
.../onnv/cmd/dtrace/demo/script/syscall.d | 31 +
.../onnv/cmd/dtrace/demo/script/tracewrite.d | 32 +
.../onnv/cmd/dtrace/demo/sdt}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/sdt/callout.d | 38 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sdt/interval.d | 54 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/sdt/intr.d | 38 +
.../onnv/cmd/dtrace/demo/spec}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/spec/spec.d | 37 +
.../onnv/cmd/dtrace/demo/spec/specopen.d | 93 +
.../onnv/cmd/dtrace/demo/struct}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/struct/kstat.d | 44 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/struct/ksyms.d | 55 +
.../onnv/cmd/dtrace/demo/struct/rwinfo.d | 59 +
.../onnv/cmd/dtrace/demo/sysinfo}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/sysinfo/find.d | 45 +
.../onnv/cmd/dtrace/demo/tcp}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/tcp/tcp1stbyte.d | 37 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/tcp/tcpbytes.d | 36 +
.../onnv/cmd/dtrace/demo/tcp/tcpbytesstat.d | 45 +
.../onnv/cmd/dtrace/demo/tcp/tcpconnlat.d | 37 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/tcp/tcpio.d | 32 +
.../onnv/cmd/dtrace/demo/tcp/tcpioflags.d | 64 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/tcp/tcpsnoop.d | 78 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/tcp/tcpstate.d | 39 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/tcp/tcptop.d | 138 +
.../onnv/cmd/dtrace/demo/udp}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/udp/udpbytes.d | 36 +
.../onnv/cmd/dtrace/demo/udp/udpbytesstat.d | 45 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/udp/udpio.d | 32 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/udp/udpsnoop.d | 59 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/udp/udptop.d | 133 +
.../onnv/cmd/dtrace/demo/user}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/user/badopen.d | 38 +
.../onnv/cmd/dtrace/demo/user/errorpath.d | 52 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/user/libc.d | 30 +
.../onnv/cmd/dtrace/demo/user/userfunc.d | 42 +
.../onnv/cmd/dtrace/demo/vars}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/demo/vars/clause.d | 55 +
.../VBoxDTrace/onnv/cmd/dtrace/demo/vars/rtime.d | 43 +
.../onnv/cmd/dtrace/demo/vminfo}/Makefile.kup | 0
.../onnv/cmd/dtrace/demo/vminfo/soffice.d | 52 +
.../ExtPacks/VBoxDTrace/onnv/cmd/dtrace/dtrace.c | 2025 ++
.../VBoxDTrace/onnv/cmd/dtrace/i386/Makefile | 30 +
.../VBoxDTrace/onnv/cmd/dtrace/i386}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/sparc/Makefile | 30 +
.../VBoxDTrace/onnv/cmd/dtrace/sparc}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/sparcv9/Makefile | 31 +
.../onnv/cmd/dtrace/sparcv9}/Makefile.kup | 0
.../VBoxDTrace/onnv/cmd/dtrace/test/Makefile | 46 +
.../VBoxDTrace/onnv/cmd/dtrace/test}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/Makefile.subdirs | 41 +
.../VBoxDTrace/onnv/cmd/dtrace/test/README | 32 +
.../VBoxDTrace/onnv/cmd/dtrace/test/cmd/Makefile | 31 +
.../onnv/cmd/dtrace/test/cmd}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/baddof/Makefile | 59 +
.../onnv/cmd/dtrace/test/cmd/baddof}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/baddof/baddof.c | 207 +
.../onnv/cmd/dtrace/test/cmd/badioctl/Makefile | 58 +
.../cmd/dtrace/test/cmd/badioctl}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/badioctl/badioctl.c | 145 +
.../onnv/cmd/dtrace/test/cmd/chkargs/Makefile | 33 +
.../onnv/cmd/dtrace/test/cmd/chkargs/Makefile.com | 76 +
.../onnv/cmd/dtrace/test/cmd/chkargs}/Makefile.kup | 0
.../cmd/dtrace/test/cmd/chkargs/amd64/Makefile | 31 +
.../dtrace/test/cmd/chkargs/amd64}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/chkargs/chkargs.c | 149 +
.../onnv/cmd/dtrace/test/cmd/chkargs/i386/Makefile | 30 +
.../cmd/dtrace/test/cmd/chkargs/i386}/Makefile.kup | 0
.../cmd/dtrace/test/cmd/chkargs/sparc/Makefile | 30 +
.../dtrace/test/cmd/chkargs/sparc}/Makefile.kup | 0
.../cmd/dtrace/test/cmd/chkargs/sparcv9/Makefile | 31 +
.../dtrace/test/cmd/chkargs/sparcv9}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/jdtrace/Getopt.java | 453 +
.../onnv/cmd/dtrace/test/cmd/jdtrace/JDTrace.java | 1042 +
.../onnv/cmd/dtrace/test/cmd/jdtrace/Makefile | 109 +
.../onnv/cmd/dtrace/test/cmd/jdtrace}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/jdtrace/exception.lst | 77 +
.../onnv/cmd/dtrace/test/cmd/jdtrace/jdtrace.c | 60 +
.../dtrace/test/cmd/jdtrace/manifest}/Makefile.kup | 0
.../test/cmd/jdtrace/manifest/jdtrace.jar-manifest | 3 +
.../onnv/cmd/dtrace/test/cmd/scripts/Makefile | 56 +
.../onnv/cmd/dtrace/test/cmd/scripts}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/cmd/scripts/dstyle.pl | 235 +
.../onnv/cmd/dtrace/test/cmd/scripts/dtest.pl | 704 +
.../VBoxDTrace/onnv/cmd/dtrace/test/tst/Makefile | 39 +
.../onnv/cmd/dtrace/test/tst/Makefile.com | 104 +
.../onnv/cmd/dtrace/test/tst}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/tst/common/Makefile | 101 +
.../onnv/cmd/dtrace/test/tst/common}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/aggs}/Makefile.kup | 0
.../test/tst/common/aggs/err.D_AGG_FUNC.bad.d | 45 +
.../test/tst/common/aggs/err.D_AGG_MDIM.bad.d | 45 +
.../test/tst/common/aggs/err.D_AGG_NULL.bad.d | 44 +
.../test/tst/common/aggs/err.D_AGG_REDEF.redef.d | 45 +
.../tst/common/aggs/err.D_AGG_SCALAR.avgtoofew.d | 43 +
.../tst/common/aggs/err.D_AGG_SCALAR.maxnoarg.d | 41 +
.../tst/common/aggs/err.D_AGG_SCALAR.mintoofew.d | 42 +
.../common/aggs/err.D_AGG_SCALAR.quantizetoofew.d | 41 +
.../common/aggs/err.D_AGG_SCALAR.stddevtoofew.d | 41 +
.../tst/common/aggs/err.D_AGG_SCALAR.sumtoofew.d | 42 +
.../test/tst/common/aggs/err.D_CLEAR_AGGARG.bad.d | 77 +
.../test/tst/common/aggs/err.D_CLEAR_PROTO.bad.d | 77 +
.../test/tst/common/aggs/err.D_FUNC_IDENT.bad.d | 45 +
.../tst/common/aggs/err.D_FUNC_UNDEF.badaggfunc.d | 43 +
.../tst/common/aggs/err.D_IDENT_UNDEF.badexpr.d | 41 +
.../tst/common/aggs/err.D_IDENT_UNDEF.badkey3.d | 42 +
.../tst/common/aggs/err.D_IDENT_UNDEF.noeffect.d | 41 +
.../test/tst/common/aggs/err.D_KEY_TYPE.badkey1.d | 41 +
.../test/tst/common/aggs/err.D_KEY_TYPE.badkey2.d | 42 +
.../test/tst/common/aggs/err.D_KEY_TYPE.badkey4.d | 44 +
.../tst/common/aggs/err.D_LQUANT_BASETYPE.lqbad1.d | 44 +
.../common/aggs/err.D_LQUANT_BASETYPE.lqshort.d | 44 +
.../tst/common/aggs/err.D_LQUANT_BASEVAL.bad.d | 43 +
.../tst/common/aggs/err.D_LQUANT_LIMTYPE.lqbad1.d | 45 +
.../test/tst/common/aggs/err.D_LQUANT_LIMVAL.bad.d | 44 +
.../test/tst/common/aggs/err.D_LQUANT_MATCHBASE.d | 33 +
.../tst/common/aggs/err.D_LQUANT_MATCHBASE.order.d | 33 +
.../test/tst/common/aggs/err.D_LQUANT_MATCHLIM.d | 33 +
.../tst/common/aggs/err.D_LQUANT_MATCHLIM.order.d | 33 +
.../test/tst/common/aggs/err.D_LQUANT_MATCHSTEP.d | 33 +
.../common/aggs/err.D_LQUANT_MISMATCH.lqbadarg.d | 55 +
.../common/aggs/err.D_LQUANT_STEPLARGE.lqtoofew.d | 42 +
.../tst/common/aggs/err.D_LQUANT_STEPSMALL.bad.d | 55 +
.../common/aggs/err.D_LQUANT_STEPTYPE.lqbadinc.d | 56 +
.../tst/common/aggs/err.D_LQUANT_STEPVAL.bad.d | 56 +
.../tst/common/aggs/err.D_NORMALIZE_AGGARG.bad.d | 65 +
.../tst/common/aggs/err.D_NORMALIZE_PROTO.bad.d | 64 +
.../tst/common/aggs/err.D_NORMALIZE_SCALAR.bad.d | 64 +
.../common/aggs/err.D_PROTO_ARG.lquantizetoofew.d | 42 +
.../tst/common/aggs/err.D_PROTO_LEN.avgnoarg.d | 44 +
.../tst/common/aggs/err.D_PROTO_LEN.avgtoomany.d | 44 +
.../tst/common/aggs/err.D_PROTO_LEN.counttoomany.d | 41 +
.../common/aggs/err.D_PROTO_LEN.lquantizenoarg.d | 42 +
.../common/aggs/err.D_PROTO_LEN.lquantizetoomany.d | 40 +
.../tst/common/aggs/err.D_PROTO_LEN.maxnoarg.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.maxtoomany.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.minnoarg.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.mintoomany.d | 42 +
.../common/aggs/err.D_PROTO_LEN.quantizenoarg.d | 42 +
.../common/aggs/err.D_PROTO_LEN.quantizetoomany.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.stddevnoarg.d | 41 +
.../common/aggs/err.D_PROTO_LEN.stddevtoomany.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.sumnoarg.d | 41 +
.../tst/common/aggs/err.D_PROTO_LEN.sumtoomany.d | 41 +
.../test/tst/common/aggs/err.D_TRUNC_AGGARG.bad.d | 35 +
.../tst/common/aggs/err.D_TRUNC_PROTO.badmany.d | 34 +
.../tst/common/aggs/err.D_TRUNC_PROTO.badnone.d | 33 +
.../test/tst/common/aggs/err.D_TRUNC_SCALAR.bad.d | 34 +
.../cmd/dtrace/test/tst/common/aggs/tst.allquant.d | 46 +
.../dtrace/test/tst/common/aggs/tst.allquant.d.out | 131 +
.../onnv/cmd/dtrace/test/tst/common/aggs/tst.avg.d | 57 +
.../cmd/dtrace/test/tst/common/aggs/tst.avg.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.avg_neg.d | 46 +
.../dtrace/test/tst/common/aggs/tst.avg_neg.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.clear.d | 75 +
.../dtrace/test/tst/common/aggs/tst.clear.d.out | 22 +
.../cmd/dtrace/test/tst/common/aggs/tst.clearavg.d | 60 +
.../dtrace/test/tst/common/aggs/tst.clearavg.d.out | 2 +
.../dtrace/test/tst/common/aggs/tst.clearavg2.d | 63 +
.../test/tst/common/aggs/tst.clearavg2.d.out | 16 +
.../test/tst/common/aggs/tst.cleardenormalize.d | 78 +
.../tst/common/aggs/tst.cleardenormalize.d.out | 22 +
.../test/tst/common/aggs/tst.clearlquantize.d | 67 +
.../test/tst/common/aggs/tst.clearlquantize.d.out | 94 +
.../test/tst/common/aggs/tst.clearnormalize.d | 77 +
.../test/tst/common/aggs/tst.clearnormalize.d.out | 22 +
.../dtrace/test/tst/common/aggs/tst.clearstddev.d | 57 +
.../test/tst/common/aggs/tst.clearstddev.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.count.d | 44 +
.../dtrace/test/tst/common/aggs/tst.count.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.count2.d | 54 +
.../dtrace/test/tst/common/aggs/tst.count2.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.count3.d | 56 +
.../dtrace/test/tst/common/aggs/tst.denormalize.d | 63 +
.../test/tst/common/aggs/tst.denormalize.d.out | 7 +
.../test/tst/common/aggs/tst.denormalizeonly.d | 61 +
.../test/tst/common/aggs/tst.denormalizeonly.d.out | 6 +
.../dtrace/test/tst/common/aggs/tst.fmtnormalize.d | 61 +
.../test/tst/common/aggs/tst.fmtnormalize.d.out | 7 +
.../cmd/dtrace/test/tst/common/aggs/tst.forms.d | 53 +
.../dtrace/test/tst/common/aggs/tst.forms.d.out | 6 +
.../cmd/dtrace/test/tst/common/aggs/tst.goodkey.d | 55 +
.../cmd/dtrace/test/tst/common/aggs/tst.keysort.d | 108 +
.../dtrace/test/tst/common/aggs/tst.keysort.d.out | 160 +
.../dtrace/test/tst/common/aggs/tst.lquantize.d | 57 +
.../test/tst/common/aggs/tst.lquantize.d.out | 61 +
.../dtrace/test/tst/common/aggs/tst.lquantnormal.d | 51 +
.../test/tst/common/aggs/tst.lquantnormal.d.out | 16 +
.../dtrace/test/tst/common/aggs/tst.lquantrange.d | 40 +
.../test/tst/common/aggs/tst.lquantrange.d.out | 23 +
.../dtrace/test/tst/common/aggs/tst.lquantround.d | 57 +
.../test/tst/common/aggs/tst.lquantround.d.out | 9 +
.../dtrace/test/tst/common/aggs/tst.lquantzero.d | 96 +
.../test/tst/common/aggs/tst.lquantzero.d.out | 910 +
.../onnv/cmd/dtrace/test/tst/common/aggs/tst.max.d | 58 +
.../cmd/dtrace/test/tst/common/aggs/tst.max.d.out | 3 +
.../cmd/dtrace/test/tst/common/aggs/tst.max_neg.d | 46 +
.../dtrace/test/tst/common/aggs/tst.max_neg.d.out | 2 +
.../onnv/cmd/dtrace/test/tst/common/aggs/tst.min.d | 57 +
.../cmd/dtrace/test/tst/common/aggs/tst.min.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.min_neg.d | 46 +
.../dtrace/test/tst/common/aggs/tst.min_neg.d.out | 2 +
.../dtrace/test/tst/common/aggs/tst.multiaggs1.d | 66 +
.../dtrace/test/tst/common/aggs/tst.multiaggs2.d | 61 +
.../test/tst/common/aggs/tst.multiaggs2.d.out | 37 +
.../dtrace/test/tst/common/aggs/tst.multiaggs3.d | 74 +
.../test/tst/common/aggs/tst.multiaggs3.d.out | 38 +
.../test/tst/common/aggs/tst.multinormalize.d | 65 +
.../test/tst/common/aggs/tst.multinormalize.d.out | 15 +
.../dtrace/test/tst/common/aggs/tst.neglquant.d | 150 +
.../test/tst/common/aggs/tst.neglquant.d.out | 64 +
.../cmd/dtrace/test/tst/common/aggs/tst.negorder.d | 85 +
.../dtrace/test/tst/common/aggs/tst.negorder.d.out | 376 +
.../cmd/dtrace/test/tst/common/aggs/tst.negquant.d | 115 +
.../dtrace/test/tst/common/aggs/tst.negquant.d.out | 55 +
.../cmd/dtrace/test/tst/common/aggs/tst.negtrunc.d | 49 +
.../dtrace/test/tst/common/aggs/tst.negtrunc.d.out | 11 +
.../test/tst/common/aggs/tst.negtruncquant.d | 52 +
.../test/tst/common/aggs/tst.negtruncquant.d.out | 46 +
.../dtrace/test/tst/common/aggs/tst.normalize.d | 60 +
.../test/tst/common/aggs/tst.normalize.d.out | 7 +
.../cmd/dtrace/test/tst/common/aggs/tst.order.d | 78 +
.../dtrace/test/tst/common/aggs/tst.order.d.out | 33 +
.../cmd/dtrace/test/tst/common/aggs/tst.quantize.d | 57 +
.../dtrace/test/tst/common/aggs/tst.quantize.d.out | 61 +
.../dtrace/test/tst/common/aggs/tst.quantmany.d | 56 +
.../test/tst/common/aggs/tst.quantmany.d.out | 1208 +
.../dtrace/test/tst/common/aggs/tst.quantround.d | 57 +
.../test/tst/common/aggs/tst.quantround.d.out | 9 +
.../dtrace/test/tst/common/aggs/tst.quantzero.d | 63 +
.../test/tst/common/aggs/tst.quantzero.d.out | 146 +
.../dtrace/test/tst/common/aggs/tst.signature.d | 54 +
.../dtrace/test/tst/common/aggs/tst.signedkeys.d | 120 +
.../test/tst/common/aggs/tst.signedkeys.d.out | 44 +
.../test/tst/common/aggs/tst.signedkeyspos.d | 115 +
.../test/tst/common/aggs/tst.signedkeyspos.d.out | 61 +
.../cmd/dtrace/test/tst/common/aggs/tst.stddev.d | 64 +
.../dtrace/test/tst/common/aggs/tst.stddev.d.out | 3 +
.../cmd/dtrace/test/tst/common/aggs/tst.subr.d | 112 +
.../onnv/cmd/dtrace/test/tst/common/aggs/tst.sum.d | 57 +
.../cmd/dtrace/test/tst/common/aggs/tst.sum.d.out | 2 +
.../cmd/dtrace/test/tst/common/aggs/tst.trunc.d | 49 +
.../dtrace/test/tst/common/aggs/tst.trunc.d.out | 11 +
.../cmd/dtrace/test/tst/common/aggs/tst.trunc0.d | 57 +
.../dtrace/test/tst/common/aggs/tst.trunc0.d.out | 7 +
.../dtrace/test/tst/common/aggs/tst.truncquant.d | 52 +
.../test/tst/common/aggs/tst.truncquant.d.out | 46 +
.../test/tst/common/aggs/tst.valsortkeypos.d | 49 +
.../test/tst/common/aggs/tst.valsortkeypos.d.out | 4 +
.../test/tst/common/arithmetic}/Makefile.kup | 0
.../tst/common/arithmetic/err.D_DIV_ZERO.divby0.d | 43 +
.../common/arithmetic/err.D_DIV_ZERO.divby0_1.d | 45 +
.../common/arithmetic/err.D_DIV_ZERO.divby0_2.d | 46 +
.../tst/common/arithmetic/err.D_DIV_ZERO.modby0.d | 44 +
.../tst/common/arithmetic/err.D_SYNTAX.addmin.d | 47 +
.../tst/common/arithmetic/err.D_SYNTAX.divmin.d | 46 +
.../tst/common/arithmetic/err.D_SYNTAX.muladd.d | 46 +
.../tst/common/arithmetic/err.D_SYNTAX.muldiv.d | 46 +
.../dtrace/test/tst/common/arithmetic/tst.basics.d | 66 +
.../test/tst/common/arithmetic/tst.complex.d | 57 +
.../dtrace/test/tst/common/arrays}/Makefile.kup | 0
.../test/tst/common/arrays/err.D_ARR_BADREF.bad.d | 42 +
.../tst/common/arrays/err.D_DECL_ARRBIG.toobig.d | 45 +
.../tst/common/arrays/err.D_DECL_ARRNULL.bad.d | 42 +
.../test/tst/common/arrays/err.D_DECL_ARRSUB.bad.d | 42 +
.../common/arrays/err.D_DECL_PROTO_TYPE.badtuple.d | 44 +
.../tst/common/arrays/err.D_IDENT_UNDEF.badureg.d | 42 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic1.d | 56 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic2.d | 57 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic3.d | 56 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic4.d | 56 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic5.d | 59 +
.../cmd/dtrace/test/tst/common/arrays/tst.basic6.d | 58 +
.../dtrace/test/tst/common/arrays/tst.uregsarray.d | 51 +
.../dtrace/test/tst/common/assocs}/Makefile.kup | 0
.../tst/common/assocs/err.D_OP_INCOMPAT.dupgtype.d | 42 +
.../tst/common/assocs/err.D_OP_INCOMPAT.dupttype.d | 42 +
.../tst/common/assocs/err.D_OP_INCOMPAT.this.d | 48 +
.../tst/common/assocs/err.D_PROTO_ARG.badsig.d | 46 +
.../tst/common/assocs/err.D_PROTO_LEN.toofew.d | 46 +
.../tst/common/assocs/err.D_PROTO_LEN.toomany.d | 46 +
.../tst/common/assocs/err.D_SYNTAX.errassign.d | 45 +
.../dtrace/test/tst/common/assocs/err.tupoflow.d | 41 +
.../dtrace/test/tst/common/assocs/tst.cpyarray.d | 65 +
.../test/tst/common/assocs/tst.diffprofile.d | 62 +
.../dtrace/test/tst/common/assocs/tst.initialize.d | 47 +
.../dtrace/test/tst/common/assocs/tst.invalidref.d | 75 +
.../cmd/dtrace/test/tst/common/assocs/tst.misc.d | 69 +
.../test/tst/common/assocs/tst.orthogonality.d | 51 +
.../cmd/dtrace/test/tst/common/assocs/tst.this.d | 49 +
.../test/tst/common/assocs/tst.valassign.d.out | 2 +
.../cmd/dtrace/test/tst/common/begin}/Makefile.kup | 0
.../test/tst/common/begin/err.D_PDESC_ZERO.begin.d | 44 +
.../test/tst/common/begin/err.D_PDESC_ZERO.tick.d | 45 +
.../cmd/dtrace/test/tst/common/begin/tst.begin.d | 55 +
.../dtrace/test/tst/common/begin/tst.begin.d.out | 5 +
.../dtrace/test/tst/common/begin/tst.multibegin.d | 60 +
.../test/tst/common/begin/tst.multibegin.d.out | 6 +
.../dtrace/test/tst/common/bitfields}/Makefile.kup | 0
.../err.D_ADDROF_BITFIELD.BitfieldAddress.d | 50 +
.../bitfields/err.D_DECL_BFCONST.NegBitField.d | 46 +
.../bitfields/err.D_DECL_BFCONST.ZeroBitField.d | 46 +
.../bitfields/err.D_DECL_BFSIZE.ExceedBaseType.d | 53 +
.../bitfields/err.D_DECL_BFSIZE.GreaterThan64.d | 46 +
.../common/bitfields/err.D_DECL_BFTYPE.badtype.d | 47 +
.../tst/common/bitfields/err.D_OFFSETOF_BITFIELD.d | 53 +
.../err.D_SIZEOF_BITFIELD.SizeofBitfield.d | 49 +
.../tst/common/bitfields/tst.BitFieldPromotion.d | 60 +
.../test/tst/common/bitfields/tst.SizeofBitField.d | 109 +
.../dtrace/test/tst/common/buffering}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/buffering/err.end.d | 54 +
.../dtrace/test/tst/common/buffering/err.resize1.d | 46 +
.../dtrace/test/tst/common/buffering/err.resize2.d | 47 +
.../dtrace/test/tst/common/buffering/err.resize3.d | 62 +
.../dtrace/test/tst/common/buffering/err.zerobuf.d | 43 +
.../test/tst/common/buffering/tst.alignring.d | 81 +
.../test/tst/common/buffering/tst.cputime.ksh | 90 +
.../test/tst/common/buffering/tst.dynvarsize.d | 67 +
.../dtrace/test/tst/common/buffering/tst.fill1.d | 115 +
.../test/tst/common/buffering/tst.fill1.d.out | 9 +
.../dtrace/test/tst/common/buffering/tst.resize1.d | 51 +
.../dtrace/test/tst/common/buffering/tst.resize2.d | 52 +
.../dtrace/test/tst/common/buffering/tst.resize3.d | 73 +
.../dtrace/test/tst/common/buffering/tst.ring1.d | 75 +
.../dtrace/test/tst/common/buffering/tst.ring2.d | 53 +
.../test/tst/common/buffering/tst.ring2.d.out | 6 +
.../dtrace/test/tst/common/buffering/tst.ring3.d | 78 +
.../test/tst/common/buffering/tst.ring3.d.out | 5 +
.../test/tst/common/buffering/tst.smallring.d | 57 +
.../dtrace/test/tst/common/buffering/tst.switch1.d | 69 +
.../test/tst/common/buffering/tst.switch1.d.out | 11 +
.../test/tst/common/builtinvar}/Makefile.kup | 0
.../builtinvar/err.D_XLATE_NOCONV.cpuusage.d | 42 +
.../common/builtinvar/err.D_XLATE_NOCONV.nice.d | 45 +
.../builtinvar/err.D_XLATE_NOCONV.priority.d | 43 +
.../common/builtinvar/err.D_XLATE_NOCONV.prsize.d | 42 +
.../common/builtinvar/err.D_XLATE_NOCONV.rssize.d | 42 +
.../dtrace/test/tst/common/builtinvar/tst.arg0.d | 42 +
.../test/tst/common/builtinvar/tst.arg0clause.d | 47 +
.../dtrace/test/tst/common/builtinvar/tst.arg1.d | 42 +
.../test/tst/common/builtinvar/tst.arg1to8.d | 43 +
.../test/tst/common/builtinvar/tst.arg1to8clause.d | 47 +
.../dtrace/test/tst/common/builtinvar/tst.caller.d | 42 +
.../test/tst/common/builtinvar/tst.caller1.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.epid.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.epid1.d | 43 +
.../dtrace/test/tst/common/builtinvar/tst.errno.d | 47 +
.../dtrace/test/tst/common/builtinvar/tst.errno1.d | 43 +
.../test/tst/common/builtinvar/tst.execname.d | 49 +
.../test/tst/common/builtinvar/tst.hpriority.d | 42 +
.../cmd/dtrace/test/tst/common/builtinvar/tst.id.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.id1.d | 42 +
.../dtrace/test/tst/common/builtinvar/tst.ipl.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.ipl1.d | 42 +
.../test/tst/common/builtinvar/tst.lwpsinfo.d | 55 +
.../test/tst/common/builtinvar/tst.lwpsinfo1.d | 51 +
.../dtrace/test/tst/common/builtinvar/tst.pid.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.pid1.d | 42 +
.../dtrace/test/tst/common/builtinvar/tst.psinfo.d | 55 +
.../test/tst/common/builtinvar/tst.psinfo1.d | 51 +
.../dtrace/test/tst/common/builtinvar/tst.tid.d | 46 +
.../dtrace/test/tst/common/builtinvar/tst.tid1.d | 43 +
.../test/tst/common/builtinvar/tst.timestamp.d | 43 +
.../test/tst/common/builtinvar/tst.vtimestamp.d | 43 +
.../dtrace/test/tst/common/clauses}/Makefile.kup | 0
.../tst/common/clauses/err.D_IDENT_UNDEF.aggfun.d | 40 +
.../tst/common/clauses/err.D_IDENT_UNDEF.aggtup.d | 40 +
.../tst/common/clauses/err.D_IDENT_UNDEF.arrtup.d | 40 +
.../tst/common/clauses/err.D_IDENT_UNDEF.body.d | 38 +
.../tst/common/clauses/err.D_IDENT_UNDEF.both.d | 41 +
.../tst/common/clauses/err.D_IDENT_UNDEF.pred.d | 39 +
.../dtrace/test/tst/common/clauses/tst.nopred.d | 38 +
.../cmd/dtrace/test/tst/common/clauses/tst.pred.d | 39 +
.../dtrace/test/tst/common/clauses/tst.predfirst.d | 41 +
.../dtrace/test/tst/common/clauses/tst.predlast.d | 42 +
.../cmd/dtrace/test/tst/common/cpc}/Makefile.kup | 0
.../tst/common/cpc/err.D_PDESC_ZERO.lowfrequency.d | 45 +
.../cpc/err.D_PDESC_ZERO.malformedoverflow.d | 40 +
.../common/cpc/err.D_PDESC_ZERO.nonexistentevent.d | 40 +
.../test/tst/common/cpc/err.cpcvscpustatpart1.ksh | 78 +
.../test/tst/common/cpc/err.cpcvscpustatpart2.ksh | 70 +
.../tst/common/cpc/err.cputrackfailtostart.ksh | 77 +
.../test/tst/common/cpc/err.cputrackterminates.ksh | 70 +
.../test/tst/common/cpc/err.toomanyenablings.d | 55 +
.../cmd/dtrace/test/tst/common/cpc/tst.allcpus.ksh | 107 +
.../dtrace/test/tst/common/cpc/tst.genericevent.d | 48 +
.../test/tst/common/cpc/tst.platformevent.ksh | 81 +
.../cmd/dtrace/test/tst/common/decls}/Makefile.kup | 0
.../decls/err.D_DECL_LOCASSC.NonLocalAssoc.d | 49 +
.../common/decls/err.D_DECL_LONGINT.LongStruct.d | 52 +
.../decls/err.D_DECL_PARMCLASS.BadStorageClass.d | 51 +
.../common/decls/err.D_DECL_PROTO_NAME.VoidName.d | 40 +
.../tst/common/decls/err.D_DECL_PROTO_TYPE.Dyn.d | 40 +
.../decls/err.D_DECL_PROTO_VARARGS.VarLenArgs.d | 50 +
.../decls/err.D_DECL_PROTO_VOID.NonSoleVoid.d | 49 +
.../decls/err.D_DECL_SIGNINT.UnsignedStruct.d | 52 +
.../decls/err.D_DECL_VOIDATTR.ShortVoidDecl.d | 49 +
.../cmd/dtrace/test/tst/common/decls/tst.arrays.d | 51 +
.../cmd/dtrace/test/tst/common/decls/tst.basics.d | 67 +
.../cmd/dtrace/test/tst/common/decls/tst.funcs.d | 49 +
.../dtrace/test/tst/common/decls/tst.pointers.d | 43 +
.../test/tst/common/decls/tst.varargsfuncs.d | 45 +
.../test/tst/common/docsExamples}/Makefile.kup | 0
.../dtrace/test/tst/common/docsExamples/badptr.d | 42 +
.../test/tst/common/docsExamples/countdown.d | 53 +
.../dtrace/test/tst/common/docsExamples/counter.d | 52 +
.../test/tst/common/docsExamples/errorpath.d | 47 +
.../dtrace/test/tst/common/docsExamples/hello.d | 42 +
.../dtrace/test/tst/common/docsExamples/kstat.d | 57 +
.../dtrace/test/tst/common/docsExamples/ksyms.d | 63 +
.../test/tst/common/docsExamples/renormalize.d | 55 +
.../dtrace/test/tst/common/docsExamples/rtime.d | 50 +
.../cmd/dtrace/test/tst/common/docsExamples/rw.d | 42 +
.../dtrace/test/tst/common/docsExamples/rwinfo.d | 74 +
.../dtrace/test/tst/common/docsExamples/rwtime.d | 50 +
.../dtrace/test/tst/common/docsExamples/specopen.d | 79 +
.../dtrace/test/tst/common/docsExamples/truss.d | 55 +
.../dtrace/test/tst/common/docsExamples/trussrw.d | 52 +
.../dtrace/test/tst/common/docsExamples/userfunc.d | 61 +
.../cmd/dtrace/test/tst/common/drops}/Makefile.kup | 0
.../tst/common/drops/drp.DTRACEDROP_AGGREGATION.d | 44 +
.../tst/common/drops/drp.DTRACEDROP_DBLERROR.d | 42 +
.../test/tst/common/drops/drp.DTRACEDROP_DYNAMIC.d | 43 +
.../tst/common/drops/drp.DTRACEDROP_PRINCIPAL.d | 43 +
.../common/drops/drp.DTRACEDROP_PRINCIPAL.end.d | 43 +
.../test/tst/common/drops/drp.DTRACEDROP_SPEC.d | 48 +
.../tst/common/drops/drp.DTRACEDROP_SPECUNAVAIL.d | 42 +
.../common/drops/drp.DTRACEDROP_STKSTROVERFLOW.d | 53 +
.../test/tst/common/dtraceUtil}/Makefile.kup | 0
.../err.D_PDESC_ZERO.InvalidDescription1.d | 42 +
.../test/tst/common/dtraceUtil/man.APIVersion.d | 37 +
.../test/tst/common/dtraceUtil/man.AddSearchPath.d | 55 +
.../test/tst/common/dtraceUtil/man.CoalesceTrace.d | 67 +
.../test/tst/common/dtraceUtil/man.ELFGeneration.d | 48 +
.../tst/common/dtraceUtil/man.IncludedFilePath.d | 48 +
.../common/dtraceUtil/man.ListProbesWithFunctions | 99 +
.../tst/common/dtraceUtil/man.ListProbesWithIDs | 77 +
.../common/dtraceUtil/man.ListProbesWithModules | 91 +
.../tst/common/dtraceUtil/man.ListProbesWithNames | 128 +
.../common/dtraceUtil/man.ListProbesWithProviders | 82 +
.../tst/common/dtraceUtil/man.ShowCompilerCode.d | 44 +
.../test/tst/common/dtraceUtil/man.TraceFunctions | 115 +
.../dtrace/test/tst/common/dtraceUtil/man.TraceIDs | 70 +
.../test/tst/common/dtraceUtil/man.TraceModule | 114 +
.../test/tst/common/dtraceUtil/man.TraceNames | 129 +
.../test/tst/common/dtraceUtil/man.TraceProvider | 83 +
.../common/dtraceUtil/man.VerboseStabilityReport.d | 47 +
.../tst/common/dtraceUtil/tst.AddSearchPath.d.ksh | 82 +
.../tst/common/dtraceUtil/tst.BufsizeGiga.d.ksh | 45 +
.../tst/common/dtraceUtil/tst.BufsizeKilo.d.ksh | 45 +
.../tst/common/dtraceUtil/tst.BufsizeMega.d.ksh | 45 +
.../tst/common/dtraceUtil/tst.BufsizeTera.d.ksh | 45 +
.../tst/common/dtraceUtil/tst.DataModel32.d.ksh | 73 +
.../tst/common/dtraceUtil/tst.DataModel64.d.ksh | 74 +
.../common/dtraceUtil/tst.DefineNameWithCPP.d.ksh | 68 +
.../dtraceUtil/tst.DefineNameWithCPP.d.ksh.out | 2 +
.../dtraceUtil/tst.DestructWithFunction.d.ksh | 56 +
.../dtraceUtil/tst.DestructWithFunction.d.ksh.out | 1 +
.../tst/common/dtraceUtil/tst.DestructWithID.d.ksh | 54 +
.../common/dtraceUtil/tst.DestructWithID.d.ksh.out | 1 +
.../common/dtraceUtil/tst.DestructWithModule.d.ksh | 54 +
.../dtraceUtil/tst.DestructWithModule.d.ksh.out | 1 +
.../common/dtraceUtil/tst.DestructWithName.d.ksh | 54 +
.../dtraceUtil/tst.DestructWithName.d.ksh.out | 1 +
.../dtraceUtil/tst.DestructWithProvider.d.ksh | 54 +
.../dtraceUtil/tst.DestructWithProvider.d.ksh.out | 1 +
.../common/dtraceUtil/tst.DestructWithoutW.d.ksh | 55 +
.../common/dtraceUtil/tst.ELFGenerationOut.d.ksh | 73 +
.../common/dtraceUtil/tst.ELFGenerationWithO.d.ksh | 74 +
.../tst/common/dtraceUtil/tst.ExitStatus1.d.ksh | 56 +
.../tst/common/dtraceUtil/tst.ExitStatus2.d.ksh | 55 +
.../common/dtraceUtil/tst.ExtraneousProbeIds.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidFuncName1.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidFuncName2.d.ksh | 53 +
.../tst/common/dtraceUtil/tst.InvalidId1.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidId2.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidId3.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidModule1.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidModule2.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidModule3.d.ksh | 59 +
.../tst/common/dtraceUtil/tst.InvalidModule4.d.ksh | 59 +
.../dtraceUtil/tst.InvalidProbeIdentifier.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidProvider1.d.ksh | 59 +
.../common/dtraceUtil/tst.InvalidProvider2.d.ksh | 59 +
.../common/dtraceUtil/tst.InvalidProvider3.d.ksh | 59 +
.../common/dtraceUtil/tst.InvalidProvider4.d.ksh | 59 +
.../common/dtraceUtil/tst.InvalidTraceFunc1.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc2.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc3.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc4.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc5.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc6.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc7.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc8.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceFunc9.d.ksh | 53 +
.../common/dtraceUtil/tst.InvalidTraceID1.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID2.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID3.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID4.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID5.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID6.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceID7.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule1.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule2.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule3.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule4.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule5.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule6.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule7.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceModule8.d.ksh | 58 +
.../common/dtraceUtil/tst.InvalidTraceName1.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName2.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName3.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName4.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName5.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName6.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName7.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName8.d.ksh | 57 +
.../common/dtraceUtil/tst.InvalidTraceName9.d.ksh | 57 +
.../dtraceUtil/tst.InvalidTraceProvider1.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceProvider2.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceProvider3.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceProvider4.d.ksh | 58 +
.../dtraceUtil/tst.InvalidTraceProvider5.d.ksh | 58 +
.../dtraceUtil/tst.MultipleInvalidProbeId.d.ksh | 53 +
.../dtraceUtil/tst.PreprocessorStatement.d.ksh | 70 +
.../test/tst/common/dtraceUtil/tst.QuietMode.d.ksh | 65 +
.../tst/common/dtraceUtil/tst.QuietMode.d.ksh.out | 1 +
.../tst/common/dtraceUtil/tst.TestCompile.d.ksh | 67 +
.../common/dtraceUtil/tst.TestCompile.d.ksh.out | 0
.../dtraceUtil/tst.UnDefineNameWithCPP.d.ksh | 71 +
.../common/dtraceUtil/tst.ZeroFunctionProbes.d.ksh | 58 +
.../dtraceUtil/tst.ZeroFunctionProbes.d.ksh.out | 1 +
.../common/dtraceUtil/tst.ZeroModuleProbes.d.ksh | 57 +
.../dtraceUtil/tst.ZeroModuleProbes.d.ksh.out | 1 +
.../tst/common/dtraceUtil/tst.ZeroNameProbes.d.ksh | 56 +
.../common/dtraceUtil/tst.ZeroNameProbes.d.ksh.out | 1 +
.../common/dtraceUtil/tst.ZeroProbeIdentfier.d.ksh | 53 +
.../common/dtraceUtil/tst.ZeroProbesWithoutZ.d.ksh | 57 +
.../common/dtraceUtil/tst.ZeroProviderProbes.d.ksh | 57 +
.../dtraceUtil/tst.ZeroProviderProbes.d.ksh.out | 1 +
.../cmd/dtrace/test/tst/common/end}/Makefile.kup | 0
.../tst/common/end/err.D_IDENT_UNDEF.timespent.d | 49 +
.../onnv/cmd/dtrace/test/tst/common/end/tst.end.d | 55 +
.../test/tst/common/end/tst.endwithoutbegin.d | 48 +
.../dtrace/test/tst/common/end/tst.multibeginend.d | 77 +
.../cmd/dtrace/test/tst/common/end/tst.multiend.d | 61 +
.../cmd/dtrace/test/tst/common/enum}/Makefile.kup | 0
.../common/enum/err.D_DECL_IDRED.EnumSameName.d | 57 +
.../common/enum/err.D_UNKNOWN.RepeatIdentifiers.d | 52 +
.../dtrace/test/tst/common/enum/tst.EnumEquality.d | 56 +
.../test/tst/common/enum/tst.EnumSameValue.d | 51 +
.../test/tst/common/enum/tst.EnumValAssign.d | 57 +
.../cmd/dtrace/test/tst/common/error}/Makefile.kup | 0
.../test/tst/common/error/tst.DTRACEFLT_BADADDR.d | 51 +
.../test/tst/common/error/tst.DTRACEFLT_DIVZERO.d | 54 +
.../test/tst/common/error/tst.DTRACEFLT_UNKNOWN.d | 53 +
.../cmd/dtrace/test/tst/common/error/tst.error.d | 49 +
.../dtrace/test/tst/common/error/tst.errorend.d | 54 +
.../cmd/dtrace/test/tst/common/exit}/Makefile.kup | 0
.../test/tst/common/exit/err.D_PROTO_LEN.noarg.d | 42 +
.../cmd/dtrace/test/tst/common/exit/err.exitarg1.d | 42 +
.../cmd/dtrace/test/tst/common/exit/tst.basic1.d | 42 +
.../test/tst/common/fbtprovider}/Makefile.kup | 0
.../fbtprovider/err.D_PDESC_ZERO.notreturn.d | 56 +
.../dtrace/test/tst/common/fbtprovider/tst.basic.d | 49 +
.../tst/common/fbtprovider/tst.functionentry.d | 48 +
.../common/fbtprovider/tst.functionreturnvalue.d | 43 +
.../test/tst/common/fbtprovider/tst.ioctlargs.d | 50 +
.../test/tst/common/fbtprovider/tst.offset.d | 53 +
.../test/tst/common/fbtprovider/tst.offsetzero.d | 50 +
.../test/tst/common/fbtprovider/tst.return.d | 52 +
.../test/tst/common/fbtprovider/tst.return0.d | 44 +
.../test/tst/common/fbtprovider/tst.tailcall.d | 55 +
.../cmd/dtrace/test/tst/common/funcs}/Makefile.kup | 0
.../common/funcs/err.D_FUNC_UNDEF.progenyofbad1.d | 44 +
.../test/tst/common/funcs/err.D_OP_VFPTR.badop.d | 47 +
.../tst/common/funcs/err.D_PROTO_ARG.chillbadarg.d | 43 +
.../common/funcs/err.D_PROTO_ARG.copyoutbadarg.d | 43 +
.../tst/common/funcs/err.D_PROTO_ARG.mobadarg.d | 41 +
.../tst/common/funcs/err.D_PROTO_ARG.raisebadarg.d | 43 +
.../tst/common/funcs/err.D_PROTO_LEN.allocanoarg.d | 45 +
.../common/funcs/err.D_PROTO_LEN.badbreakpoint.d | 43 +
.../tst/common/funcs/err.D_PROTO_LEN.chilltoofew.d | 43 +
.../common/funcs/err.D_PROTO_LEN.chilltoomany.d | 42 +
.../funcs/err.D_PROTO_LEN.copyoutstrbadarg.d | 43 +
.../funcs/err.D_PROTO_LEN.copyoutstrtoofew.d | 43 +
.../common/funcs/err.D_PROTO_LEN.copyouttoofew.d | 43 +
.../common/funcs/err.D_PROTO_LEN.copyouttoomany.d | 44 +
.../tst/common/funcs/err.D_PROTO_LEN.motoofew.d | 41 +
.../tst/common/funcs/err.D_PROTO_LEN.motoomany.d | 41 +
.../tst/common/funcs/err.D_PROTO_LEN.mtabadarg.d | 42 +
.../tst/common/funcs/err.D_PROTO_LEN.mtatoofew.d | 43 +
.../tst/common/funcs/err.D_PROTO_LEN.mtatoomany.d | 42 +
.../tst/common/funcs/err.D_PROTO_LEN.panicbadarg.d | 43 +
.../common/funcs/err.D_PROTO_LEN.progenyofbad2.d | 44 +
.../tst/common/funcs/err.D_PROTO_LEN.stopbadarg.d | 43 +
.../common/funcs/err.D_STRINGOF_TYPE.badstringof.d | 43 +
.../test/tst/common/funcs/err.D_VAR_UNDEF.badvar.d | 43 +
.../dtrace/test/tst/common/funcs/err.badalloca.d | 56 +
.../dtrace/test/tst/common/funcs/err.badalloca2.d | 49 +
.../dtrace/test/tst/common/funcs/err.badbcopy.d | 55 +
.../dtrace/test/tst/common/funcs/err.badbcopy1.d | 54 +
.../dtrace/test/tst/common/funcs/err.badbcopy2.d | 53 +
.../dtrace/test/tst/common/funcs/err.badbcopy3.d | 50 +
.../dtrace/test/tst/common/funcs/err.badbcopy4.d | 53 +
.../dtrace/test/tst/common/funcs/err.badbcopy5.d | 55 +
.../dtrace/test/tst/common/funcs/err.badbcopy6.d | 40 +
.../dtrace/test/tst/common/funcs/err.badchill.d | 39 +
.../test/tst/common/funcs/err.chillbadarg.ksh | 69 +
.../cmd/dtrace/test/tst/common/funcs/err.copyout.d | 49 +
.../test/tst/common/funcs/err.copyoutbadaddr.ksh | 71 +
.../tst/common/funcs/err.copyoutstrbadaddr.ksh | 70 +
.../test/tst/common/funcs/err.inet_ntoa6badaddr.d | 45 +
.../test/tst/common/funcs/err.inet_ntoabadaddr.d | 45 +
.../test/tst/common/funcs/err.inet_ntopbadaddr.d | 45 +
.../test/tst/common/funcs/err.inet_ntopbadarg.d | 47 +
.../test/tst/common/funcs/tst.badfreopen.ksh | 102 +
.../dtrace/test/tst/common/funcs/tst.basename.d | 87 +
.../test/tst/common/funcs/tst.basename.d.out | 163 +
.../cmd/dtrace/test/tst/common/funcs/tst.bcopy.d | 61 +
.../cmd/dtrace/test/tst/common/funcs/tst.chill.ksh | 77 +
.../dtrace/test/tst/common/funcs/tst.cleanpath.d | 70 +
.../test/tst/common/funcs/tst.cleanpath.d.out | 22 +
.../cmd/dtrace/test/tst/common/funcs/tst.copyin.d | 54 +
.../dtrace/test/tst/common/funcs/tst.copyinto.d | 56 +
.../test/tst/common/funcs/tst.ddi_pathname.d | 64 +
.../cmd/dtrace/test/tst/common/funcs/tst.default.d | 64 +
.../dtrace/test/tst/common/funcs/tst.freopen.ksh | 111 +
.../dtrace/test/tst/common/funcs/tst.ftruncate.ksh | 64 +
.../test/tst/common/funcs/tst.ftruncate.ksh.out | 11 +
.../cmd/dtrace/test/tst/common/funcs/tst.hton.d | 97 +
.../cmd/dtrace/test/tst/common/funcs/tst.index.d | 226 +
.../dtrace/test/tst/common/funcs/tst.index.d.out | 1126 +
.../dtrace/test/tst/common/funcs/tst.inet_ntoa.d | 58 +
.../test/tst/common/funcs/tst.inet_ntoa.d.out | 5 +
.../dtrace/test/tst/common/funcs/tst.inet_ntoa6.d | 95 +
.../test/tst/common/funcs/tst.inet_ntoa6.d.out | 8 +
.../dtrace/test/tst/common/funcs/tst.inet_ntop.d | 135 +
.../test/tst/common/funcs/tst.inet_ntop.d.out | 13 +
.../cmd/dtrace/test/tst/common/funcs/tst.lltostr.d | 41 +
.../dtrace/test/tst/common/funcs/tst.lltostr.d.out | 8 +
.../dtrace/test/tst/common/funcs/tst.mutex_owned.d | 62 +
.../dtrace/test/tst/common/funcs/tst.mutex_owner.d | 63 +
.../tst/common/funcs/tst.mutex_type_adaptive.d | 71 +
.../dtrace/test/tst/common/funcs/tst.progenyof.d | 64 +
.../cmd/dtrace/test/tst/common/funcs/tst.rand.d | 54 +
.../cmd/dtrace/test/tst/common/funcs/tst.strchr.d | 71 +
.../dtrace/test/tst/common/funcs/tst.strchr.d.out | 6 +
.../cmd/dtrace/test/tst/common/funcs/tst.strjoin.d | 38 +
.../dtrace/test/tst/common/funcs/tst.strjoin.d.out | 5 +
.../cmd/dtrace/test/tst/common/funcs/tst.strstr.d | 89 +
.../dtrace/test/tst/common/funcs/tst.strstr.d.out | 10 +
.../cmd/dtrace/test/tst/common/funcs/tst.strtok.d | 146 +
.../dtrace/test/tst/common/funcs/tst.strtok.d.out | 5 +
.../dtrace/test/tst/common/funcs/tst.strtok_null.d | 43 +
.../cmd/dtrace/test/tst/common/funcs/tst.substr.d | 231 +
.../dtrace/test/tst/common/funcs/tst.substr.d.out | 254 +
.../test/tst/common/funcs/tst.substrminate.d | 52 +
.../test/tst/common/funcs/tst.substrminate.d.out | 3 +
.../cmd/dtrace/test/tst/common/funcs/tst.system.d | 45 +
.../dtrace/test/tst/common/funcs/tst.system.d.out | 8 +
.../dtrace/test/tst/common/grammar}/Makefile.kup | 0
.../test/tst/common/grammar/err.D_ADDROF_LVAL.d | 41 +
.../test/tst/common/grammar/err.D_EMPTY.empty.d | 34 +
.../dtrace/test/tst/common/grammar/tst.clauses.d | 48 +
.../cmd/dtrace/test/tst/common/grammar/tst.stmts.d | 59 +
.../dtrace/test/tst/common/inline}/Makefile.kup | 0
.../tst/common/inline/err.D_DECL_IDRED.redef1.d | 42 +
.../tst/common/inline/err.D_DECL_IDRED.redef2.d | 41 +
.../tst/common/inline/err.D_IDENT_UNDEF.recur.d | 41 +
.../tst/common/inline/err.D_OP_INCOMPAT.baddef1.d | 41 +
.../tst/common/inline/err.D_OP_INCOMPAT.baddef2.d | 41 +
.../tst/common/inline/err.D_OP_INCOMPAT.badxlate.d | 41 +
.../test/tst/common/inline/tst.InlineDataAssign.d | 68 +
.../test/tst/common/inline/tst.InlineExpression.d | 80 +
.../test/tst/common/inline/tst.InlineKinds.d | 64 +
.../test/tst/common/inline/tst.InlineKinds.d.out | 7 +
.../test/tst/common/inline/tst.InlineTypedef.d | 52 +
.../tst/common/inline/tst.InlineWritableAssign.d | 66 +
.../cmd/dtrace/test/tst/common/io}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/tst/common/io/tst.fds.c | 100 +
.../onnv/cmd/dtrace/test/tst/common/io/tst.fds.d | 54 +
.../cmd/dtrace/test/tst/common/io/tst.fds.d.out | 36 +
.../cmd/dtrace/test/tst/common/ip}/Makefile.kup | 0
.../dtrace/test/tst/common/ip/get.ipv4remote.pl | 104 +
.../dtrace/test/tst/common/ip/get.ipv6remote.pl | 88 +
.../test/tst/common/ip/tst.ipv4localicmp.ksh | 70 +
.../test/tst/common/ip/tst.ipv4localicmp.ksh.out | 6 +
.../dtrace/test/tst/common/ip/tst.ipv4localtcp.ksh | 125 +
.../test/tst/common/ip/tst.ipv4localtcp.ksh.out | 7 +
.../dtrace/test/tst/common/ip/tst.ipv4localudp.ksh | 93 +
.../test/tst/common/ip/tst.ipv4localudp.ksh.out | 6 +
.../test/tst/common/ip/tst.ipv4remoteicmp.ksh | 81 +
.../test/tst/common/ip/tst.ipv4remoteicmp.ksh.out | 3 +
.../test/tst/common/ip/tst.ipv4remotetcp.ksh | 128 +
.../test/tst/common/ip/tst.ipv4remotetcp.ksh.out | 7 +
.../test/tst/common/ip/tst.ipv4remoteudp.ksh | 88 +
.../test/tst/common/ip/tst.ipv4remoteudp.ksh.out | 5 +
.../test/tst/common/ip/tst.ipv6localicmp.ksh | 82 +
.../test/tst/common/ip/tst.ipv6localicmp.ksh.out | 6 +
.../test/tst/common/ip/tst.ipv6remoteicmp.ksh | 88 +
.../test/tst/common/ip/tst.ipv6remoteicmp.ksh.out | 3 +
.../test/tst/common/ip/tst.localtcpstate.ksh | 182 +
.../test/tst/common/ip/tst.localtcpstate.ksh.out | 18 +
.../test/tst/common/ip/tst.remotetcpstate.ksh | 172 +
.../test/tst/common/ip/tst.remotetcpstate.ksh.out | 15 +
.../cmd/dtrace/test/tst/common/java_api/Makefile | 79 +
.../dtrace/test/tst/common/java_api}/Makefile.kup | 0
.../tst/common/java_api/manifest}/Makefile.kup | 0
.../tst/common/java_api/manifest/test.jar-manifest | 2 +
.../test/tst/common/java_api/src}/Makefile.kup | 0
.../test/tst/common/java_api/src/TestAbort.java | 158 +
.../test/tst/common/java_api/src/TestBean.java | 706 +
.../test/tst/common/java_api/src/TestClose.java | 90 +
.../test/tst/common/java_api/src/TestDrop.java | 169 +
.../test/tst/common/java_api/src/TestEnable.java | 151 +
.../common/java_api/src/TestFunctionLookup.java | 114 +
.../tst/common/java_api/src/TestGetAggregate.java | 252 +
.../tst/common/java_api/src/TestMaxConsumers.java | 97 +
.../common/java_api/src/TestMultiAggPrinta.java | 144 +
.../tst/common/java_api/src/TestProbeData.java | 110 +
.../common/java_api/src/TestProbeDescription.java | 55 +
.../tst/common/java_api/src/TestStateMachine.java | 627 +
.../test/tst/common/java_api/src/TestStopLock.java | 67 +
.../dtrace/test/tst/common/java_api/tst.Abort.ksh | 39 +
.../test/tst/common/java_api/tst.Abort.ksh.out | 1 +
.../dtrace/test/tst/common/java_api/tst.Bean.ksh | 41 +
.../test/tst/common/java_api/tst.Bean.ksh.out | 722 +
.../dtrace/test/tst/common/java_api/tst.Close.ksh | 38 +
.../test/tst/common/java_api/tst.Close.ksh.out | 1 +
.../dtrace/test/tst/common/java_api/tst.Drop.ksh | 38 +
.../test/tst/common/java_api/tst.Drop.ksh.out | 1 +
.../dtrace/test/tst/common/java_api/tst.Enable.ksh | 40 +
.../test/tst/common/java_api/tst.Enable.ksh.out | 6 +
.../test/tst/common/java_api/tst.FunctionLookup.c | 51 +
.../tst/common/java_api/tst.FunctionLookup.ksh | 39 +
.../tst/common/java_api/tst.FunctionLookup.ksh.out | 3 +
.../test/tst/common/java_api/tst.GetAggregate.ksh | 36 +
.../test/tst/common/java_api/tst.MaxConsumers.ksh | 47 +
.../tst/common/java_api/tst.MaxConsumers.ksh.out | 17 +
.../tst/common/java_api/tst.MultiAggPrinta.ksh | 38 +
.../tst/common/java_api/tst.MultiAggPrinta.ksh.out | 78 +
.../test/tst/common/java_api/tst.ProbeData.c | 93 +
.../test/tst/common/java_api/tst.ProbeData.ksh | 38 +
.../test/tst/common/java_api/tst.ProbeData.ksh.out | 50 +
.../tst/common/java_api/tst.ProbeDescription.ksh | 45 +
.../common/java_api/tst.ProbeDescription.ksh.out | 8 +
.../test/tst/common/java_api/tst.StateMachine.ksh | 40 +
.../tst/common/java_api/tst.StateMachine.ksh.out | 70 +
.../test/tst/common/java_api/tst.StopLock.ksh | 39 +
.../test/tst/common/java_api/tst.StopLock.ksh.out | 1 +
.../dtrace/test/tst/common/java_api/tst.printa.d | 78 +
.../test/tst/common/java_api/tst.printa.d.out | 47 +
.../cmd/dtrace/test/tst/common/lexer}/Makefile.kup | 0
.../test/tst/common/lexer/err.D_CHR_NL.char.d | 43 +
.../test/tst/common/lexer/err.D_CHR_NULL.char.d | 42 +
.../common/lexer/err.D_INT_DIGIT.InvalidDigit.d | 39 +
.../test/tst/common/lexer/err.D_INT_OFLOW.BigInt.d | 39 +
.../test/tst/common/lexer/err.D_STR_NL.string.d | 44 +
.../test/tst/common/lexer/err.D_SYNTAX.brace1.d | 39 +
.../test/tst/common/lexer/err.D_SYNTAX.brace2.d | 37 +
.../test/tst/common/lexer/err.D_SYNTAX.brack1.d | 38 +
.../test/tst/common/lexer/err.D_SYNTAX.brack2.d | 38 +
.../test/tst/common/lexer/err.D_SYNTAX.brack3.d | 39 +
.../test/tst/common/lexer/err.D_SYNTAX.paren1.d | 38 +
.../test/tst/common/lexer/err.D_SYNTAX.paren2.d | 38 +
.../test/tst/common/lexer/err.D_SYNTAX.paren3.d | 39 +
.../lexer/tst.D_MACRO_OFLOW.ParIntOvflow.d.ksh | 54 +
.../cmd/dtrace/test/tst/common/mdb}/Makefile.kup | 0
.../dtrace/test/tst/common/mdb/tst.dtracedcmd.ksh | 85 +
.../cmd/dtrace/test/tst/common/mib}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/mib/tst.icmp.ksh | 79 +
.../cmd/dtrace/test/tst/common/mib/tst.tcp.ksh | 155 +
.../cmd/dtrace/test/tst/common/mib/tst.udp.ksh | 74 +
.../cmd/dtrace/test/tst/common/misc}/Makefile.kup | 0
.../test/tst/common/misc/err.D_PRAGMA_OPTSET.d | 34 +
.../cmd/dtrace/test/tst/common/misc/tst.badopt.d | 41 +
.../cmd/dtrace/test/tst/common/misc/tst.boolopt.d | 50 +
.../dtrace/test/tst/common/misc/tst.boolopt.d.out | 2 +
.../cmd/dtrace/test/tst/common/misc/tst.dynopt.d | 61 +
.../dtrace/test/tst/common/misc/tst.dynopt.d.out | 31 +
.../dtrace/test/tst/common/misc/tst.enablerace.ksh | 89 +
.../cmd/dtrace/test/tst/common/misc/tst.haslam.d | 63 +
.../dtrace/test/tst/common/misc/tst.include.ksh | 135 +
.../dtrace/test/tst/common/misc/tst.macroglob.ksh | 41 +
.../test/tst/common/misc/tst.macroglob.ksh.out | 15 +
.../cmd/dtrace/test/tst/common/misc/tst.roch.d | 93 +
.../dtrace/test/tst/common/misc/tst.schrock.ksh | 79 +
.../dtrace/test/tst/common/multiaggs}/Makefile.kup | 0
.../tst/common/multiaggs/err.D_PRINTA_AGGKEY.d | 38 +
.../tst/common/multiaggs/err.D_PRINTA_AGGPROTO.d | 38 +
.../dtrace/test/tst/common/multiaggs/tst.many.d | 311 +
.../test/tst/common/multiaggs/tst.many.d.out | 265 +
.../dtrace/test/tst/common/multiaggs/tst.same.d | 37 +
.../test/tst/common/multiaggs/tst.same.d.out | 3 +
.../dtrace/test/tst/common/multiaggs/tst.sort.d | 46 +
.../test/tst/common/multiaggs/tst.sort.d.out | 201 +
.../dtrace/test/tst/common/multiaggs/tst.sortpos.d | 60 +
.../test/tst/common/multiaggs/tst.sortpos.d.out | 1021 +
.../test/tst/common/multiaggs/tst.tuplecompat.d | 37 +
.../tst/common/multiaggs/tst.tuplecompat.d.out | 2 +
.../dtrace/test/tst/common/multiaggs/tst.zero.d | 51 +
.../test/tst/common/multiaggs/tst.zero.d.out | 55 +
.../dtrace/test/tst/common/multiaggs/tst.zero2.d | 50 +
.../test/tst/common/multiaggs/tst.zero2.d.out | 72 +
.../dtrace/test/tst/common/multiaggs/tst.zero3.d | 45 +
.../test/tst/common/multiaggs/tst.zero3.d.out | 3 +
.../cmd/dtrace/test/tst/common/nfs}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/tst/common/nfs/tst.call.c | 120 +
.../onnv/cmd/dtrace/test/tst/common/nfs/tst.call.d | 70 +
.../cmd/dtrace/test/tst/common/nfs/tst.call3.c | 441 +
.../cmd/dtrace/test/tst/common/nfs/tst.call3.d | 91 +
.../dtrace/test/tst/common/offsetof}/Makefile.kup | 0
.../offsetof/err.D_OFFSETOF_BITFIELD.bitfield.d | 50 +
.../common/offsetof/err.D_OFFSETOF_TYPE.badtype.d | 44 +
.../common/offsetof/err.D_OFFSETOF_TYPE.notsou.d | 44 +
.../common/offsetof/err.D_UNKNOWN.OffsetofNULL.d | 49 +
.../tst/common/offsetof/err.D_UNKNOWN.badmemb.d | 44 +
.../test/tst/common/offsetof/tst.OffsetofAlias.d | 59 +
.../test/tst/common/offsetof/tst.OffsetofArith.d | 73 +
.../test/tst/common/offsetof/tst.OffsetofUnion.d | 59 +
.../dtrace/test/tst/common/offsetof/tst.struct.d | 50 +
.../test/tst/common/offsetof/tst.struct.d.out | 2 +
.../dtrace/test/tst/common/offsetof/tst.union.d | 50 +
.../test/tst/common/offsetof/tst.union.d.out | 2 +
.../dtrace/test/tst/common/operators}/Makefile.kup | 0
.../dtrace/test/tst/common/operators/tst.ternary.d | 48 +
.../test/tst/common/operators/tst.ternary.d.out | 4 +
.../cmd/dtrace/test/tst/common/pid}/Makefile.kup | 0
.../test/tst/common/pid/err.D_PDESC_ZERO.badlib.d | 38 +
.../tst/common/pid/err.D_PDESC_ZERO.badlib.exe | 29 +
.../tst/common/pid/err.D_PDESC_ZERO.badproc1.d | 38 +
.../tst/common/pid/err.D_PROC_BADPID.badproc2.d | 38 +
.../tst/common/pid/err.D_PROC_CREATEFAIL.many.d | 36 +
.../tst/common/pid/err.D_PROC_CREATEFAIL.many.exe | 29 +
.../test/tst/common/pid/err.D_PROC_FUNC.badfunc.d | 40 +
.../tst/common/pid/err.D_PROC_FUNC.badfunc.exe | 29 +
.../test/tst/common/pid/err.D_PROC_LIB.libdash.d | 38 +
.../test/tst/common/pid/err.D_PROC_LIB.libdash.exe | 29 +
.../test/tst/common/pid/err.D_PROC_NAME.alldash.d | 38 +
.../tst/common/pid/err.D_PROC_NAME.alldash.exe | 29 +
.../test/tst/common/pid/err.D_PROC_NAME.badname.d | 38 +
.../tst/common/pid/err.D_PROC_NAME.badname.exe | 29 +
.../test/tst/common/pid/err.D_PROC_NAME.globdash.d | 38 +
.../tst/common/pid/err.D_PROC_NAME.globdash.exe | 29 +
.../test/tst/common/pid/err.D_PROC_OFF.toobig.d | 40 +
.../test/tst/common/pid/err.D_PROC_OFF.toobig.exe | 29 +
.../dtrace/test/tst/common/pid/tst.addprobes.ksh | 61 +
.../cmd/dtrace/test/tst/common/pid/tst.args1.c | 52 +
.../cmd/dtrace/test/tst/common/pid/tst.args1.d | 75 +
.../cmd/dtrace/test/tst/common/pid/tst.coverage.d | 51 +
.../dtrace/test/tst/common/pid/tst.coverage.exe | 29 +
.../dtrace/test/tst/common/pid/tst.emptystack.d | 64 +
.../test/tst/common/pid/tst.emptystack.d.out | 3 +
.../dtrace/test/tst/common/pid/tst.emptystack.exe | 29 +
.../cmd/dtrace/test/tst/common/pid/tst.float.c | 46 +
.../cmd/dtrace/test/tst/common/pid/tst.float.d | 51 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.fork.c | 63 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.fork.d | 86 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.gcc.c | 63 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.gcc.d | 52 +
.../dtrace/test/tst/common/pid/tst.killonerror.ksh | 41 +
.../cmd/dtrace/test/tst/common/pid/tst.main.ksh | 59 +
.../dtrace/test/tst/common/pid/tst.manypids.ksh | 70 +
.../dtrace/test/tst/common/pid/tst.newprobes.ksh | 62 +
.../test/tst/common/pid/tst.newprobes.ksh.out | 7 +
.../dtrace/test/tst/common/pid/tst.probemod.ksh | 54 +
.../dtrace/test/tst/common/pid/tst.provregex1.ksh | 93 +
.../dtrace/test/tst/common/pid/tst.provregex2.ksh | 131 +
.../test/tst/common/pid/tst.provregex2.ksh.out | 3 +
.../dtrace/test/tst/common/pid/tst.provregex3.ksh | 102 +
.../test/tst/common/pid/tst.provregex3.ksh.out | 3 +
.../dtrace/test/tst/common/pid/tst.provregex4.ksh | 154 +
.../test/tst/common/pid/tst.provregex4.ksh.out | 3 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.ret1.c | 64 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.ret1.d | 73 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.ret2.c | 58 +
.../onnv/cmd/dtrace/test/tst/common/pid/tst.ret2.d | 73 +
.../cmd/dtrace/test/tst/common/pid/tst.vfork.c | 65 +
.../cmd/dtrace/test/tst/common/pid/tst.vfork.d | 61 +
.../cmd/dtrace/test/tst/common/pid/tst.weak1.c | 58 +
.../cmd/dtrace/test/tst/common/pid/tst.weak1.d | 83 +
.../cmd/dtrace/test/tst/common/pid/tst.weak2.c | 58 +
.../cmd/dtrace/test/tst/common/pid/tst.weak2.d | 83 +
.../dtrace/test/tst/common/plockstat}/Makefile.kup | 0
.../test/tst/common/plockstat/tst.available.d | 39 +
.../test/tst/common/plockstat/tst.available.exe | 29 +
.../dtrace/test/tst/common/plockstat/tst.libmap.d | 39 +
.../test/tst/common/plockstat/tst.libmap.exe | 29 +
.../dtrace/test/tst/common/pointers}/Makefile.kup | 0
.../dtrace/test/tst/common/pointers/err.BadAlign.d | 50 +
.../common/pointers/err.D_ADDROF_VAR.ArrayVar.d | 47 +
.../common/pointers/err.D_ADDROF_VAR.DynamicVar.d | 50 +
.../tst/common/pointers/err.D_ADDROF_VAR.agg.d | 42 +
.../tst/common/pointers/err.D_DEREF_NONPTR.noptr.d | 46 +
.../pointers/err.D_DEREF_VOID.VoidPointerDeref.d | 52 +
.../pointers/err.D_OP_ARRFUN.ArrayAssignment.d | 61 +
.../pointers/err.D_OP_INCOMPAT.VoidPointerArith.d | 46 +
.../common/pointers/err.D_OP_LVAL.AddressChange.d | 50 +
.../pointers/err.D_OP_PTR.NonPointerAccess.d | 59 +
.../tst/common/pointers/err.D_OP_PTR.badpointer.d | 50 +
.../pointers/err.D_OP_SOU.BadPointerAccess.d | 51 +
.../tst/common/pointers/err.D_OP_SOU.badpointer.d | 44 +
.../test/tst/common/pointers/err.InvalidAddress1.d | 52 +
.../test/tst/common/pointers/err.InvalidAddress2.d | 52 +
.../test/tst/common/pointers/err.InvalidAddress3.d | 50 +
.../test/tst/common/pointers/err.InvalidAddress4.d | 52 +
.../test/tst/common/pointers/err.InvalidAddress5.d | 75 +
.../test/tst/common/pointers/tst.ArrayPointer1.d | 174 +
.../test/tst/common/pointers/tst.ArrayPointer2.d | 71 +
.../test/tst/common/pointers/tst.ArrayPointer3.d | 72 +
.../test/tst/common/pointers/tst.GlobalVar.d | 59 +
.../tst/common/pointers/tst.IntegerArithmetic1.d | 72 +
.../tst/common/pointers/tst.PointerArithmetic1.d | 58 +
.../tst/common/pointers/tst.PointerArithmetic2.d | 72 +
.../tst/common/pointers/tst.PointerArithmetic3.d | 61 +
.../tst/common/pointers/tst.PointerAssignment.d | 71 +
.../test/tst/common/pointers/tst.ValidPointer1.d | 49 +
.../test/tst/common/pointers/tst.ValidPointer2.d | 49 +
.../dtrace/test/tst/common/pointers/tst.VoidCast.d | 59 +
.../dtrace/test/tst/common/pointers/tst.basic1.d | 47 +
.../dtrace/test/tst/common/pointers/tst.basic2.d | 47 +
.../dtrace/test/tst/common/pragma}/Makefile.kup | 0
.../dtrace/test/tst/common/pragma/err.D_PRAGERR.d | 42 +
.../tst/common/pragma/err.D_PRAGMA_DEPEND.main.d | 38 +
.../test/tst/common/pragma/err.D_PRAGMA_INVAL.d | 45 +
.../test/tst/common/pragma/err.D_PRAGMA_MALFORM.d | 42 +
.../pragma/err.D_PRAGMA_UNUSED.UnusedPragma.d | 50 +
.../test/tst/common/pragma/err.circlibdep.ksh | 58 +
.../test/tst/common/pragma/err.invalidlibdep.ksh | 57 +
.../dtrace/test/tst/common/pragma/tst.libchain.ksh | 58 +
.../dtrace/test/tst/common/pragma/tst.libdep.ksh | 66 +
.../tst/common/pragma/tst.libdepfullyconnected.ksh | 100 +
.../test/tst/common/predicates}/Makefile.kup | 0
.../predicates/err.D_PRED_SCALAR.NonScalarPred.d | 44 +
.../tst/common/predicates/err.D_SYNTAX.invalid.d | 50 +
.../tst/common/predicates/err.D_SYNTAX.operr.d | 50 +
.../test/tst/common/predicates/tst.argsnotcached.d | 55 +
.../dtrace/test/tst/common/predicates/tst.basics.d | 57 +
.../test/tst/common/predicates/tst.basics.d.out | 1 +
.../test/tst/common/predicates/tst.complex.d | 126 +
.../test/tst/common/predicates/tst.complex.d.out | 83 +
.../test/tst/common/predicates/tst.predcache.ksh | 197 +
.../test/tst/common/preprocessor}/Makefile.kup | 0
.../preprocessor/err.D_IDENT_UNDEF.afterprobe.d | 51 +
.../preprocessor/err.D_PRAGCTL_INVAL.tabdefine.d | 47 +
.../preprocessor/err.D_SYNTAX.withoutpound.d | 47 +
.../test/tst/common/preprocessor/err.defincomp.d | 47 +
.../common/preprocessor/err.ifdefelsenotendif.d | 50 +
.../test/tst/common/preprocessor/err.ifdefincomp.d | 48 +
.../tst/common/preprocessor/err.ifdefnotendif.d | 47 +
.../test/tst/common/preprocessor/err.incompelse.d | 47 +
.../test/tst/common/preprocessor/err.mulelse.d | 55 +
.../test/tst/common/preprocessor/tst.ifdef.d | 51 +
.../test/tst/common/preprocessor/tst.ifdef.d.out | 2 +
.../test/tst/common/preprocessor/tst.ifndef.d | 55 +
.../test/tst/common/preprocessor/tst.ifndef.d.out | 2 +
.../test/tst/common/preprocessor/tst.ifnotdef.d | 51 +
.../tst/common/preprocessor/tst.ifnotdef.d.out | 2 +
.../test/tst/common/preprocessor/tst.logicaland.d | 50 +
.../tst/common/preprocessor/tst.logicaland.d.out | 2 +
.../tst/common/preprocessor/tst.logicalandor.d | 50 +
.../tst/common/preprocessor/tst.logicalandor.d.out | 2 +
.../test/tst/common/preprocessor/tst.logicalor.d | 50 +
.../tst/common/preprocessor/tst.logicalor.d.out | 2 +
.../test/tst/common/preprocessor/tst.muland.d | 50 +
.../test/tst/common/preprocessor/tst.muland.d.out | 2 +
.../test/tst/common/preprocessor/tst.mulor.d | 50 +
.../test/tst/common/preprocessor/tst.mulor.d.out | 2 +
.../test/tst/common/preprocessor/tst.precondi.d | 48 +
.../tst/common/preprocessor/tst.precondi.d.out | 2 +
.../tst/common/preprocessor/tst.predicatedeclare.d | 49 +
.../test/tst/common/preprocessor/tst.preexp.d | 48 +
.../test/tst/common/preprocessor/tst.preexp.d.out | 2 +
.../test/tst/common/preprocessor/tst.preexpelse.d | 51 +
.../tst/common/preprocessor/tst.preexpelse.d.out | 2 +
.../test/tst/common/preprocessor/tst.preexpif.d | 50 +
.../tst/common/preprocessor/tst.preexpif.d.out | 2 +
.../tst/common/preprocessor/tst.preexpifelse.d | 52 +
.../tst/common/preprocessor/tst.preexpifelse.d.out | 2 +
.../test/tst/common/preprocessor/tst.withinprobe.d | 50 +
.../dtrace/test/tst/common/printa}/Makefile.kup | 0
.../tst/common/printa/err.D_PRINTA_AGGARG.badagg.d | 40 +
.../tst/common/printa/err.D_PRINTA_AGGARG.badfmt.d | 40 +
.../tst/common/printa/err.D_PRINTA_AGGARG.badval.d | 41 +
.../tst/common/printa/err.D_PRINTA_PROTO.bad.d | 40 +
.../common/printa/err.D_PRINTF_ARG_TYPE.jstack.d | 36 +
.../common/printa/err.D_PRINTF_ARG_TYPE.stack.d | 36 +
.../common/printa/err.D_PRINTF_ARG_TYPE.ustack.d | 36 +
.../cmd/dtrace/test/tst/common/printa/tst.basics.d | 58 +
.../dtrace/test/tst/common/printa/tst.basics.d.out | 19 +
.../cmd/dtrace/test/tst/common/printa/tst.def.d | 44 +
.../dtrace/test/tst/common/printa/tst.def.d.out | 3 +
.../dtrace/test/tst/common/printa/tst.dynwidth.d | 43 +
.../test/tst/common/printa/tst.dynwidth.d.out | 5 +
.../cmd/dtrace/test/tst/common/printa/tst.fmt.d | 43 +
.../dtrace/test/tst/common/printa/tst.fmt.d.out | 1 +
.../test/tst/common/printa/tst.largeusersym.ksh | 83 +
.../cmd/dtrace/test/tst/common/printa/tst.many.d | 76 +
.../dtrace/test/tst/common/printa/tst.manyval.d | 44 +
.../test/tst/common/printa/tst.manyval.d.out | 2 +
.../cmd/dtrace/test/tst/common/printa/tst.stack.d | 40 +
.../cmd/dtrace/test/tst/common/printa/tst.tuple.d | 55 +
.../dtrace/test/tst/common/printa/tst.tuple.d.out | 8 +
.../test/tst/common/printa/tst.walltimestamp.ksh | 62 +
.../tst/common/printa/tst.walltimestamp.ksh.out | 2 +
.../dtrace/test/tst/common/printf}/Makefile.kup | 0
.../common/printf/err.D_PRINTF_AGG_CONV.aggfmt.d | 40 +
.../common/printf/err.D_PRINTF_ARG_EXTRA.toomany.d | 40 +
.../common/printf/err.D_PRINTF_ARG_EXTRA.widths.d | 47 +
.../common/printf/err.D_PRINTF_ARG_FMT.badfmt.d | 40 +
.../common/printf/err.D_PRINTF_ARG_PROTO.novalue.d | 40 +
.../common/printf/err.D_PRINTF_ARG_TYPE.aggarg.d | 42 +
.../printf/err.D_PRINTF_ARG_TYPE.recursive.d | 46 +
.../common/printf/err.D_PRINTF_DYN_PROTO.noprec.d | 40 +
.../common/printf/err.D_PRINTF_DYN_PROTO.nowidth.d | 40 +
.../common/printf/err.D_PRINTF_DYN_TYPE.badprec.d | 40 +
.../common/printf/err.D_PRINTF_DYN_TYPE.badwidth.d | 40 +
.../tst/common/printf/err.D_PROTO_LEN.toofew.d | 40 +
.../test/tst/common/printf/err.D_SYNTAX.badconv1.d | 40 +
.../test/tst/common/printf/err.D_SYNTAX.badconv2.d | 40 +
.../test/tst/common/printf/err.D_SYNTAX.badconv3.d | 40 +
.../cmd/dtrace/test/tst/common/printf/tst.basics.d | 73 +
.../dtrace/test/tst/common/printf/tst.basics.d.out | 26 +
.../cmd/dtrace/test/tst/common/printf/tst.flags.d | 49 +
.../dtrace/test/tst/common/printf/tst.flags.d.out | 7 +
.../cmd/dtrace/test/tst/common/printf/tst.hello.d | 44 +
.../dtrace/test/tst/common/printf/tst.hello.d.out | 1 +
.../cmd/dtrace/test/tst/common/printf/tst.ints.d | 87 +
.../dtrace/test/tst/common/printf/tst.ints.d.out | 45 +
.../cmd/dtrace/test/tst/common/printf/tst.precs.d | 58 +
.../dtrace/test/tst/common/printf/tst.precs.d.out | 14 +
.../dtrace/test/tst/common/printf/tst.print-f.d | 51 +
.../test/tst/common/printf/tst.print-f.d.out | 4 +
.../dtrace/test/tst/common/printf/tst.printT.ksh | 56 +
.../test/tst/common/printf/tst.printT.ksh.out | 3 +
.../dtrace/test/tst/common/printf/tst.printY.ksh | 56 +
.../test/tst/common/printf/tst.printY.ksh.out | 3 +
.../dtrace/test/tst/common/printf/tst.printcont.d | 60 +
.../test/tst/common/printf/tst.printcont.d.out | 16 +
.../dtrace/test/tst/common/printf/tst.printeE.d | 54 +
.../test/tst/common/printf/tst.printeE.d.out | 6 +
.../dtrace/test/tst/common/printf/tst.printgG.d | 54 +
.../test/tst/common/printf/tst.printgG.d.out | 6 +
.../cmd/dtrace/test/tst/common/printf/tst.rawfmt.d | 43 +
.../dtrace/test/tst/common/printf/tst.rawfmt.d.out | 1 +
.../cmd/dtrace/test/tst/common/printf/tst.str.d | 41 +
.../dtrace/test/tst/common/printf/tst.str.d.out | 1 +
.../cmd/dtrace/test/tst/common/printf/tst.sym.d | 43 +
.../dtrace/test/tst/common/printf/tst.sym.d.out | 1 +
.../cmd/dtrace/test/tst/common/printf/tst.uints.d | 47 +
.../dtrace/test/tst/common/printf/tst.uints.d.out | 6 +
.../cmd/dtrace/test/tst/common/printf/tst.widths.d | 59 +
.../dtrace/test/tst/common/printf/tst.widths.d.out | 14 +
.../dtrace/test/tst/common/printf/tst.widths1.d | 52 +
.../cmd/dtrace/test/tst/common/printf/tst.wp.d | 66 +
.../cmd/dtrace/test/tst/common/printf/tst.wp.d.out | 22 +
.../cmd/dtrace/test/tst/common/privs}/Makefile.kup | 0
.../test/tst/common/privs/tst.func_access.ksh | 82 +
.../dtrace/test/tst/common/privs/tst.op_access.ksh | 70 +
.../test/tst/common/privs/tst.unpriv_funcs.ksh | 79 +
.../dtrace/test/tst/common/probes}/Makefile.kup | 0
.../tst/common/probes/err.D_PDESC_ZERO.probeqtn.d | 51 +
.../tst/common/probes/err.D_PDESC_ZERO.probestar.d | 45 +
.../tst/common/probes/err.D_PDESC_ZERO.tickstar.d | 51 +
.../test/tst/common/probes/err.D_SYNTAX.assign.d | 48 +
.../test/tst/common/probes/err.D_SYNTAX.declare.d | 46 +
.../tst/common/probes/err.D_SYNTAX.declarein.d | 46 +
.../test/tst/common/probes/err.D_SYNTAX.lbraces.d | 43 +
.../tst/common/probes/err.D_SYNTAX.probespec.d | 45 +
.../test/tst/common/probes/err.D_SYNTAX.rbraces.d | 43 +
.../test/tst/common/probes/err.D_SYNTAX.recdec.d | 46 +
.../cmd/dtrace/test/tst/common/probes/tst.basic1.d | 44 +
.../cmd/dtrace/test/tst/common/probes/tst.check.d | 51 +
.../dtrace/test/tst/common/probes/tst.declare.d | 45 +
.../test/tst/common/probes/tst.declareafter.d | 45 +
.../dtrace/test/tst/common/probes/tst.emptyprobe.d | 47 +
.../cmd/dtrace/test/tst/common/probes/tst.pragma.d | 44 +
.../test/tst/common/probes/tst.pragmaaftertab.d | 44 +
.../test/tst/common/probes/tst.pragmainside.d | 44 +
.../test/tst/common/probes/tst.pragmaoutside.d | 44 +
.../dtrace/test/tst/common/probes/tst.probestar.d | 50 +
.../cmd/dtrace/test/tst/common/proc}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/proc/tst.create.ksh | 67 +
.../dtrace/test/tst/common/proc/tst.discard.ksh | 74 +
.../cmd/dtrace/test/tst/common/proc/tst.exec.ksh | 73 +
.../test/tst/common/proc/tst.execfail.ENOENT.ksh | 84 +
.../dtrace/test/tst/common/proc/tst.execfail.ksh | 86 +
.../dtrace/test/tst/common/proc/tst.exitcore.ksh | 95 +
.../dtrace/test/tst/common/proc/tst.exitexit.ksh | 67 +
.../dtrace/test/tst/common/proc/tst.exitkilled.ksh | 75 +
.../cmd/dtrace/test/tst/common/proc/tst.signal.ksh | 84 +
.../cmd/dtrace/test/tst/common/proc/tst.sigwait.c | 75 +
.../cmd/dtrace/test/tst/common/proc/tst.sigwait.d | 41 +
.../dtrace/test/tst/common/proc/tst.startexit.ksh | 89 +
.../dtrace/test/tst/common/profile-n}/Makefile.kup | 0
.../common/profile-n/err.D_PDESC_ZERO.profile.d | 45 +
.../tst/common/profile-n/err.D_PDESC_ZEROonens.d | 44 +
.../tst/common/profile-n/err.D_PDESC_ZEROonensec.d | 44 +
.../tst/common/profile-n/err.D_PDESC_ZEROoneus.d | 44 +
.../tst/common/profile-n/err.D_PDESC_ZEROoneusec.d | 44 +
.../dtrace/test/tst/common/profile-n/tst.argtest.d | 53 +
.../test/tst/common/profile-n/tst.argtest.d.out | 2 +
.../dtrace/test/tst/common/profile-n/tst.basic.d | 45 +
.../test/tst/common/profile-n/tst.basic.d.out | 2 +
.../dtrace/test/tst/common/profile-n/tst.func.ksh | 74 +
.../dtrace/test/tst/common/profile-n/tst.mod.ksh | 70 +
.../test/tst/common/profile-n/tst.profilehz.d | 45 +
.../test/tst/common/profile-n/tst.profilehz.d.out | 1 +
.../test/tst/common/profile-n/tst.profilems.d | 45 +
.../test/tst/common/profile-n/tst.profilems.d.out | 1 +
.../test/tst/common/profile-n/tst.profilemsec.d | 45 +
.../tst/common/profile-n/tst.profilemsec.d.out | 1 +
.../test/tst/common/profile-n/tst.profilenhz.d | 45 +
.../test/tst/common/profile-n/tst.profilenhz.d.out | 1 +
.../test/tst/common/profile-n/tst.profilens.d | 45 +
.../test/tst/common/profile-n/tst.profilens.d.out | 1 +
.../test/tst/common/profile-n/tst.profilensec.d | 45 +
.../tst/common/profile-n/tst.profilensec.d.out | 1 +
.../test/tst/common/profile-n/tst.profiles.d | 45 +
.../test/tst/common/profile-n/tst.profiles.d.out | 1 +
.../test/tst/common/profile-n/tst.profilesec.d | 45 +
.../test/tst/common/profile-n/tst.profilesec.d.out | 1 +
.../test/tst/common/profile-n/tst.profileus.d | 45 +
.../test/tst/common/profile-n/tst.profileus.d.out | 1 +
.../test/tst/common/profile-n/tst.profileusec.d | 45 +
.../tst/common/profile-n/tst.profileusec.d.out | 1 +
.../dtrace/test/tst/common/profile-n/tst.sym.ksh | 70 +
.../dtrace/test/tst/common/profile-n/tst.ufunc.ksh | 71 +
.../test/tst/common/profile-n/tst.ufuncsort.c | 78 +
.../test/tst/common/profile-n/tst.ufuncsort.ksh | 66 +
.../tst/common/profile-n/tst.ufuncsort.ksh.out | 6 +
.../dtrace/test/tst/common/profile-n/tst.umod.ksh | 69 +
.../dtrace/test/tst/common/profile-n/tst.usym.ksh | 70 +
.../dtrace/test/tst/common/providers}/Makefile.kup | 0
.../common/providers/err.D_PDESC_INVAL.wrongdec4.d | 50 +
.../common/providers/err.D_PDESC_ZERO.nonprofile.d | 50 +
.../common/providers/err.D_PDESC_ZERO.wrongdec1.d | 49 +
.../common/providers/err.D_PDESC_ZERO.wrongdec2.d | 49 +
.../common/providers/err.D_PDESC_ZERO.wrongdec3.d | 49 +
.../dtrace/test/tst/common/providers/tst.basics.d | 57 +
.../test/tst/common/providers/tst.basics.d.out | 1 +
.../test/tst/common/providers/tst.beginexit.d | 43 +
.../test/tst/common/providers/tst.beginprof.d | 47 +
.../test/tst/common/providers/tst.beginprof.d.out | 1 +
.../test/tst/common/providers/tst.probattrs.d | 52 +
.../test/tst/common/providers/tst.probattrs.d.out | 1 +
.../test/tst/common/providers/tst.probefunc.d | 52 +
.../test/tst/common/providers/tst.probefunc.d.out | 1 +
.../test/tst/common/providers/tst.probemod.d | 52 +
.../test/tst/common/providers/tst.probemod.d.out | 1 +
.../test/tst/common/providers/tst.probename.d | 52 +
.../test/tst/common/providers/tst.probename.d.out | 1 +
.../test/tst/common/providers/tst.probprov.d | 52 +
.../test/tst/common/providers/tst.probprov.d.out | 1 +
.../dtrace/test/tst/common/providers/tst.profend.d | 57 +
.../test/tst/common/providers/tst.profend.d.out | 2 +
.../test/tst/common/providers/tst.profexit.d | 52 +
.../test/tst/common/providers/tst.profexit.d.out | 1 +
.../dtrace/test/tst/common/providers/tst.trace.d | 56 +
.../test/tst/common/providers/tst.trace.d.out | 1 +
.../dtrace/test/tst/common/providers/tst.twoprof.d | 58 +
.../test/tst/common/providers/tst.twoprof.d.out | 1 +
.../cmd/dtrace/test/tst/common/raise}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/raise/tst.raise1.c | 47 +
.../cmd/dtrace/test/tst/common/raise/tst.raise1.d | 67 +
.../cmd/dtrace/test/tst/common/raise/tst.raise2.c | 52 +
.../cmd/dtrace/test/tst/common/raise/tst.raise2.d | 67 +
.../cmd/dtrace/test/tst/common/raise/tst.raise3.c | 52 +
.../cmd/dtrace/test/tst/common/raise/tst.raise3.d | 67 +
.../cmd/dtrace/test/tst/common/rates}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/rates/tst.aggrate.d | 68 +
.../dtrace/test/tst/common/rates/tst.aggrate.d.out | 101 +
.../dtrace/test/tst/common/rates/tst.statusrate.d | 72 +
.../dtrace/test/tst/common/rates/tst.switchrate.d | 62 +
.../test/tst/common/rates/tst.switchrate.d.out | 101 +
.../dtrace/test/tst/common/safety}/Makefile.kup | 0
.../dtrace/test/tst/common/safety/tst.basename.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.caller.d | 54 +
.../dtrace/test/tst/common/safety/tst.cleanpath.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.copyin.d | 83 +
.../dtrace/test/tst/common/safety/tst.copyin2.d | 67 +
.../test/tst/common/safety/tst.ddi_pathname.d | 54 +
.../dtrace/test/tst/common/safety/tst.dirname.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.errno.d | 49 +
.../dtrace/test/tst/common/safety/tst.execname.d | 49 +
.../cmd/dtrace/test/tst/common/safety/tst.gid.d | 49 +
.../cmd/dtrace/test/tst/common/safety/tst.hton.d | 78 +
.../cmd/dtrace/test/tst/common/safety/tst.index.d | 67 +
.../dtrace/test/tst/common/safety/tst.msgdsize.d | 64 +
.../dtrace/test/tst/common/safety/tst.msgsize.d | 64 +
.../cmd/dtrace/test/tst/common/safety/tst.null.d | 78 +
.../cmd/dtrace/test/tst/common/safety/tst.pid.d | 49 +
.../cmd/dtrace/test/tst/common/safety/tst.ppid.d | 49 +
.../dtrace/test/tst/common/safety/tst.progenyof.d | 57 +
.../cmd/dtrace/test/tst/common/safety/tst.random.d | 73 +
.../cmd/dtrace/test/tst/common/safety/tst.rw.d | 64 +
.../dtrace/test/tst/common/safety/tst.shortstr.d | 77 +
.../cmd/dtrace/test/tst/common/safety/tst.stack.d | 52 +
.../dtrace/test/tst/common/safety/tst.stackdepth.d | 53 +
.../cmd/dtrace/test/tst/common/safety/tst.stddev.d | 52 +
.../cmd/dtrace/test/tst/common/safety/tst.strchr.d | 66 +
.../dtrace/test/tst/common/safety/tst.strjoin.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.strstr.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.strtok.d | 54 +
.../cmd/dtrace/test/tst/common/safety/tst.substr.d | 54 +
.../dtrace/test/tst/common/safety/tst.ucaller.d | 49 +
.../cmd/dtrace/test/tst/common/safety/tst.uid.d | 49 +
.../dtrace/test/tst/common/safety/tst.unalign.d | 60 +
.../cmd/dtrace/test/tst/common/safety/tst.uregs.d | 52 +
.../cmd/dtrace/test/tst/common/safety/tst.ustack.d | 52 +
.../test/tst/common/safety/tst.ustackdepth.d | 53 +
.../cmd/dtrace/test/tst/common/safety/tst.vahole.d | 69 +
.../test/tst/common/safety/tst.violentdeath.ksh | 51 +
.../dtrace/test/tst/common/safety/tst.zonename.d | 49 +
.../dtrace/test/tst/common/scalars}/Makefile.kup | 0
.../tst/common/scalars/err.D_ARR_LOCAL.thisarray.d | 46 +
.../tst/common/scalars/err.D_DECL_CLASS.selfthis.d | 41 +
.../tst/common/scalars/err.D_DECL_CLASS.thisself.d | 42 +
.../tst/common/scalars/err.D_DECL_IDRED.errval.d | 44 +
.../tst/common/scalars/err.D_OP_INCOMPAT.dec.err.d | 42 +
.../common/scalars/err.D_OP_INCOMPAT.dupgtype.d | 41 +
.../common/scalars/err.D_OP_INCOMPAT.dupltype.d | 41 +
.../common/scalars/err.D_OP_INCOMPAT.dupttype.d | 42 +
.../test/tst/common/scalars/err.D_SYNTAX.declare.d | 41 +
.../dtrace/test/tst/common/scalars/tst.basicvar.d | 57 +
.../test/tst/common/scalars/tst.basicvar.d.out | 2 +
.../dtrace/test/tst/common/scalars/tst.localvar.d | 54 +
.../cmd/dtrace/test/tst/common/scalars/tst.misc.d | 50 +
.../cmd/dtrace/test/tst/common/scalars/tst.self.d | 42 +
.../dtrace/test/tst/common/scalars/tst.selfarray.d | 48 +
.../test/tst/common/scalars/tst.selfarray2.d | 64 +
.../dtrace/test/tst/common/scalars/tst.selfthis.d | 45 +
.../cmd/dtrace/test/tst/common/scalars/tst.this.d | 43 +
.../dtrace/test/tst/common/scalars/tst.thisself.d | 44 +
.../cmd/dtrace/test/tst/common/sched}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/sched/tst.enqueue.d | 48 +
.../cmd/dtrace/test/tst/common/sched/tst.oncpu.d | 54 +
.../dtrace/test/tst/common/sched/tst.stackdepth.d | 41 +
.../dtrace/test/tst/common/scripting}/Makefile.kup | 0
.../scripting/err.D_MACRO_UNDEF.invalidargs.d | 43 +
.../tst/common/scripting/err.D_OP_LVAL.rdonly.d | 43 +
.../common/scripting/err.D_OP_WRITE.usepidmacro.d | 43 +
.../tst/common/scripting/err.D_SYNTAX.concat.d | 45 +
.../test/tst/common/scripting/err.D_SYNTAX.desc.d | 49 +
.../test/tst/common/scripting/err.D_SYNTAX.inval.d | 43 +
.../test/tst/common/scripting/err.D_SYNTAX.pid.d | 43 +
.../scripting/tst.D_MACRO_UNUSED.overflow.ksh | 80 +
.../dtrace/test/tst/common/scripting/tst.arg0.d | 43 +
.../test/tst/common/scripting/tst.arguments.ksh | 90 +
.../dtrace/test/tst/common/scripting/tst.assign.d | 43 +
.../dtrace/test/tst/common/scripting/tst.basic.d | 42 +
.../dtrace/test/tst/common/scripting/tst.egid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.egid.ksh | 97 +
.../dtrace/test/tst/common/scripting/tst.euid.d | 44 +
.../dtrace/test/tst/common/scripting/tst.euid.ksh | 86 +
.../cmd/dtrace/test/tst/common/scripting/tst.gid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.gid.ksh | 86 +
.../dtrace/test/tst/common/scripting/tst.pgid.d | 43 +
.../cmd/dtrace/test/tst/common/scripting/tst.pid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.ppid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.ppid.ksh | 86 +
.../dtrace/test/tst/common/scripting/tst.projid.d | 43 +
.../test/tst/common/scripting/tst.projid.ksh | 86 +
.../dtrace/test/tst/common/scripting/tst.quite.d | 42 +
.../cmd/dtrace/test/tst/common/scripting/tst.sid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.sid.ksh | 86 +
.../test/tst/common/scripting/tst.stringmacro.ksh | 78 +
.../dtrace/test/tst/common/scripting/tst.taskid.d | 43 +
.../test/tst/common/scripting/tst.taskid.ksh | 86 +
.../dtrace/test/tst/common/scripting/tst.trace.d | 43 +
.../cmd/dtrace/test/tst/common/scripting/tst.uid.d | 43 +
.../dtrace/test/tst/common/scripting/tst.uid.ksh | 86 +
.../cmd/dtrace/test/tst/common/sdt}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/sdt/tst.sdtargs.c | 45 +
.../cmd/dtrace/test/tst/common/sdt/tst.sdtargs.d | 67 +
.../dtrace/test/tst/common/sizeof}/Makefile.kup | 0
.../common/sizeof/err.D_IDENT_BADREF.SizeofAssoc.d | 51 +
.../sizeof/err.D_IDENT_UNDEF.UnknownSymbol.d | 42 +
.../test/tst/common/sizeof/err.D_SIZEOF_TYPE.d | 41 +
.../tst/common/sizeof/err.D_SYNTAX.SizeofBadType.d | 42 +
.../test/tst/common/sizeof/tst.SizeofArray.d | 61 +
.../test/tst/common/sizeof/tst.SizeofDataTypes.d | 122 +
.../test/tst/common/sizeof/tst.SizeofExpression.d | 64 +
.../dtrace/test/tst/common/sizeof/tst.SizeofNULL.d | 48 +
.../test/tst/common/sizeof/tst.SizeofStrConst.d | 42 +
.../tst/common/sizeof/tst.SizeofStrConst.d.out | 2 +
.../test/tst/common/sizeof/tst.SizeofString1.d | 51 +
.../test/tst/common/sizeof/tst.SizeofString1.d.out | 3 +
.../test/tst/common/sizeof/tst.SizeofString2.d | 44 +
.../test/tst/common/sizeof/tst.SizeofString2.d.out | 2 +
.../test/tst/common/speculation}/Makefile.kup | 0
.../speculation/bug.1001148.SpecSizeVariations.d | 87 +
.../common/speculation/err.BufSizeVariations1.d | 88 +
.../common/speculation/err.BufSizeVariations2.d | 88 +
.../err.D_ACT_SPEC.SpeculateWithBreakPoint.d | 69 +
.../err.D_ACT_SPEC.SpeculateWithChill.d | 69 +
.../err.D_ACT_SPEC.SpeculateWithCopyOut.d | 69 +
.../err.D_ACT_SPEC.SpeculateWithCopyOutStr.d | 68 +
.../err.D_ACT_SPEC.SpeculateWithPanic.d | 69 +
.../err.D_ACT_SPEC.SpeculateWithRaise.d | 68 +
.../speculation/err.D_ACT_SPEC.SpeculateWithStop.d | 68 +
.../speculation/err.D_AGG_COMM.AggAftCommit.d | 40 +
.../speculation/err.D_AGG_SPEC.SpeculateWithAvg.d | 67 +
.../err.D_AGG_SPEC.SpeculateWithCount.d | 67 +
.../err.D_AGG_SPEC.SpeculateWithLquant.d | 72 +
.../speculation/err.D_AGG_SPEC.SpeculateWithMax.d | 62 +
.../speculation/err.D_AGG_SPEC.SpeculateWithMin.d | 62 +
.../err.D_AGG_SPEC.SpeculateWithQuant.d | 67 +
.../err.D_AGG_SPEC.SpeculateWithStddev.d | 65 +
.../speculation/err.D_AGG_SPEC.SpeculateWithSum.d | 62 +
.../speculation/err.D_COMM_COMM.CommitAftCommit.d | 82 +
.../speculation/err.D_COMM_COMM.DisjointCommit.d | 102 +
.../speculation/err.D_COMM_DREC.CommitAftDataRec.d | 51 +
.../speculation/err.D_DREC_COMM.DataRecAftCommit.d | 73 +
.../speculation/err.D_DREC_COMM.ExitAfterCommit.d | 61 +
.../speculation/err.D_EXIT_SPEC.ExitAftSpec.d | 70 +
.../speculation/err.D_PRAGMA_MALFORM.NspecExpr.d | 77 +
.../err.D_PRAGMA_OPTSET.HugeNspecValue.d | 76 +
.../err.D_PRAGMA_OPTSET.InvalidSpecSize.d | 53 +
.../speculation/err.D_PRAGMA_OPTSET.NegSpecSize.d | 78 +
.../common/speculation/err.D_PROTO_LEN.SpecNoId.d | 61 +
.../speculation/err.D_SPEC_COMM.SpecAftCommit.d | 72 +
.../speculation/err.D_SPEC_DREC.SpecAftDataRec.d | 70 +
.../speculation/err.D_SPEC_SPEC.SpecAftSpec.d | 66 +
.../tst/common/speculation/err.NegativeBufSize.d | 88 +
.../tst/common/speculation/err.NegativeNspec.d | 48 +
.../tst/common/speculation/err.NegativeSpecSize.d | 47 +
.../common/speculation/err.SpecSizeVariations1.d | 78 +
.../common/speculation/err.SpecSizeVariations2.d | 78 +
.../common/speculation/tst.CommitAfterDiscard.d | 86 +
.../tst/common/speculation/tst.CommitWithZero.d | 66 +
.../tst/common/speculation/tst.DataRecAftDiscard.d | 77 +
.../tst/common/speculation/tst.DiscardAftCommit.d | 85 +
.../tst/common/speculation/tst.DiscardAftDataRec.d | 50 +
.../tst/common/speculation/tst.DiscardAftDiscard.d | 85 +
.../tst/common/speculation/tst.DiscardWithZero.d | 67 +
.../tst/common/speculation/tst.ExitAftDiscard.d | 56 +
.../test/tst/common/speculation/tst.NoSpecBuffer.d | 64 +
.../common/speculation/tst.SpecSizeVariations1.d | 78 +
.../common/speculation/tst.SpecSizeVariations2.d | 78 +
.../common/speculation/tst.SpecSizeVariations3.d | 78 +
.../common/speculation/tst.SpeculateWithRandom.d | 59 +
.../tst/common/speculation/tst.SpeculationCommit.d | 75 +
.../common/speculation/tst.SpeculationDiscard.d | 74 +
.../tst/common/speculation/tst.SpeculationID.d | 50 +
.../common/speculation/tst.SpeculationWithZero.d | 65 +
.../tst/common/speculation/tst.TwoSpecBuffers.d | 77 +
.../test/tst/common/speculation/tst.negcommit.d | 37 +
.../test/tst/common/speculation/tst.negspec.d | 37 +
.../test/tst/common/speculation/tst.zerosize.d | 53 +
.../dtrace/test/tst/common/stability}/Makefile.kup | 0
.../stability/err.D_ATTR_MIN.MinAttributes.d | 50 +
.../cmd/dtrace/test/tst/common/stack}/Makefile.kup | 0
.../test/tst/common/stack/err.D_STACK_PROTO.bad.d | 43 +
.../test/tst/common/stack/err.D_STACK_SIZE.d | 40 +
.../tst/common/stack/err.D_USTACK_FRAMES.bad.d | 44 +
.../test/tst/common/stack/err.D_USTACK_PROTO.bad.d | 44 +
.../tst/common/stack/err.D_USTACK_STRSIZE.bad.d | 44 +
.../cmd/dtrace/test/tst/common/stack/tst.default.d | 41 +
.../test/tst/common/stackdepth}/Makefile.kup | 0
.../test/tst/common/stackdepth/tst.default.d | 41 +
.../cmd/dtrace/test/tst/common/stop}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/stop/tst.stop1.c | 37 +
.../cmd/dtrace/test/tst/common/stop/tst.stop1.d | 78 +
.../cmd/dtrace/test/tst/common/stop/tst.stop2.c | 37 +
.../cmd/dtrace/test/tst/common/stop/tst.stop2.d | 78 +
.../dtrace/test/tst/common/strlen}/Makefile.kup | 0
.../dtrace/test/tst/common/strlen/tst.strlen1.d | 46 +
.../dtrace/test/tst/common/struct}/Makefile.kup | 0
.../common/struct/err.D_ADDROF_VAR.StructPointer.d | 59 +
.../struct/err.D_DECL_COMBO.StructWithoutColon.d | 74 +
.../struct/err.D_DECL_COMBO.StructWithoutColon1.d | 68 +
.../common/struct/err.D_DECL_INCOMPLETE.circular.d | 66 +
.../common/struct/err.D_DECL_INCOMPLETE.order.d | 69 +
.../common/struct/err.D_DECL_INCOMPLETE.order2.d | 108 +
.../struct/err.D_DECL_INCOMPLETE.recursive.d | 59 +
.../common/struct/err.D_DECL_INCOMPLETE.simple.d | 59 +
.../tst/common/struct/err.D_DECL_VOIDOBJ.baddec.d | 46 +
.../common/struct/err.D_PROTO_ARG.DupStructAssoc.d | 80 +
.../test/tst/common/struct/tst.StructAssoc.d | 71 +
.../test/tst/common/struct/tst.StructDataTypes.d | 133 +
.../test/tst/common/struct/tst.StructInside.d | 124 +
.../test/tst/common/struct/tst.clauselocal.d | 52 +
.../test/tst/common/struct/tst.clauselocal.d.out | 2 +
.../dtrace/test/tst/common/syscall}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/syscall/tst.args.c | 41 +
.../cmd/dtrace/test/tst/common/syscall/tst.args.d | 46 +
.../dtrace/test/tst/common/syscall/tst.openret.ksh | 75 +
.../dtrace/test/tst/common/sysevent}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/sysevent/tst.post.c | 45 +
.../cmd/dtrace/test/tst/common/sysevent/tst.post.d | 88 +
.../test/tst/common/sysevent/tst.post_chan.c | 49 +
.../test/tst/common/sysevent/tst.post_chan.d | 87 +
.../dtrace/test/tst/common/tick-n}/Makefile.kup | 0
.../test/tst/common/tick-n/err.D_PDESC_ZERO.tick.d | 45 +
.../test/tst/common/tick-n/err.D_PDESC_ZEROonens.d | 44 +
.../tst/common/tick-n/err.D_PDESC_ZEROonensec.d | 44 +
.../test/tst/common/tick-n/err.D_PDESC_ZEROoneus.d | 44 +
.../tst/common/tick-n/err.D_PDESC_ZEROoneusec.d | 44 +
.../dtrace/test/tst/common/tick-n/tst.tickarg0.d | 45 +
.../cmd/dtrace/test/tst/common/tick-n/tst.tickms.d | 45 +
.../dtrace/test/tst/common/tick-n/tst.tickms.d.out | 2 +
.../dtrace/test/tst/common/tick-n/tst.tickmsec.d | 45 +
.../test/tst/common/tick-n/tst.tickmsec.d.out | 2 +
.../cmd/dtrace/test/tst/common/tick-n/tst.tickns.d | 45 +
.../dtrace/test/tst/common/tick-n/tst.tickns.d.out | 2 +
.../dtrace/test/tst/common/tick-n/tst.ticknsec.d | 45 +
.../test/tst/common/tick-n/tst.ticknsec.d.out | 2 +
.../cmd/dtrace/test/tst/common/tick-n/tst.ticks.d | 45 +
.../dtrace/test/tst/common/tick-n/tst.ticks.d.out | 2 +
.../dtrace/test/tst/common/tick-n/tst.ticksec.d | 49 +
.../test/tst/common/tick-n/tst.ticksec.d.out | 2 +
.../cmd/dtrace/test/tst/common/tick-n/tst.tickus.d | 45 +
.../dtrace/test/tst/common/tick-n/tst.tickus.d.out | 2 +
.../dtrace/test/tst/common/tick-n/tst.tickusec.d | 45 +
.../test/tst/common/tick-n/tst.tickusec.d.out | 2 +
.../cmd/dtrace/test/tst/common/trace}/Makefile.kup | 0
.../test/tst/common/trace/err.D_PROTO_LEN.bad.d | 41 +
.../test/tst/common/trace/err.D_TRACE_VOID.bad.d | 39 +
.../cmd/dtrace/test/tst/common/trace/tst.misc.d | 63 +
.../cmd/dtrace/test/tst/common/trace/tst.qstring.d | 48 +
.../dtrace/test/tst/common/trace/tst.qstring.d.out | 3 +
.../cmd/dtrace/test/tst/common/trace/tst.string.d | 43 +
.../dtrace/test/tst/common/tracemem}/Makefile.kup | 0
.../tst/common/tracemem/err.D_PROTO_ARG.badsize.d | 39 +
.../tst/common/tracemem/err.D_PROTO_LEN.toofew.d | 40 +
.../tst/common/tracemem/err.D_PROTO_LEN.toomany.d | 39 +
.../common/tracemem/err.D_TRACEMEM_ADDR.badaddr.d | 39 +
.../common/tracemem/err.D_TRACEMEM_SIZE.negsize.d | 39 +
.../common/tracemem/err.D_TRACEMEM_SIZE.zerosize.d | 39 +
.../dtrace/test/tst/common/tracemem/tst.rootvp.d | 54 +
.../test/tst/common/translators}/Makefile.kup | 0
.../translators/err.D_DECL_TYPERED.BadTransDecl.d | 64 +
.../err.D_OP_INCOMPLETE.NonExistentInput1.d | 54 +
.../translators/err.D_SYNTAX.BadTransDecl1.d | 60 +
.../translators/err.D_SYNTAX.BadTransDecl3.d | 59 +
.../translators/err.D_SYNTAX.BadTransDecl4.d | 65 +
.../err.D_TYPE_MEMBER.NonExistentInput2.d | 60 +
.../err.D_XLATE_INCOMPAT.BadInputType1.d | 60 +
.../err.D_XLATE_MEMB.NonExistentOutput2.d | 60 +
.../translators/err.D_XLATE_NONE.BadTransDecl6.d | 72 +
.../err.D_XLATE_REDECL.RepeatTransDecl.d | 67 +
.../translators/err.D_XLATE_SOU.BadTransDecl8.d | 58 +
.../translators/err.D_XLATE_SOU.BadTransInt.d | 52 +
.../err.D_XLATE_SOU.NonExistentOutput1.d | 55 +
.../common/translators/man.TestTransStability.d | 61 +
.../tst/common/translators/tst.CircularTransDecl.d | 100 +
.../tst/common/translators/tst.EmptyTransDecl.d | 79 +
.../test/tst/common/translators/tst.ForwardTag.d | 60 +
.../tst/common/translators/tst.InputAliasTrans.d | 60 +
.../tst/common/translators/tst.InputIntTrans.d | 60 +
.../tst/common/translators/tst.OutputAliasTrans.d | 63 +
.../common/translators/tst.PartialDereferencing.d | 85 +
.../translators/tst.PartialOutputTransDefn.d | 60 +
.../tst/common/translators/tst.ProcModelTrans.d | 53 +
.../tst/common/translators/tst.RepeatDeclaration.d | 71 +
.../translators/tst.SimultaneousTranslators.d | 71 +
.../common/translators/tst.StructureAssignment.d | 85 +
.../tst/common/translators/tst.TransNonPointer.d | 84 +
.../common/translators/tst.TransOutputPointer.d | 80 +
.../test/tst/common/translators/tst.TransPointer.d | 63 +
.../tst/common/translators/tst.TranslateSelf.d | 76 +
.../tst/common/translators/tst.UnionInputTrans.d | 61 +
.../tst/common/translators/tst.UnionOutputTrans.d | 61 +
.../dtrace/test/tst/common/typedef}/Makefile.kup | 0
.../common/typedef/err.D_DECL_IDRED.DupTypeDef.d | 51 +
.../typedef/err.D_SYNTAX.BadExistingTypedef.d | 45 +
.../common/typedef/err.D_SYNTAX.TypedefInClause.d | 43 +
.../test/tst/common/typedef/tst.ChainTypedef.d | 48 +
.../tst/common/typedef/tst.TypedefDataAssign.d | 118 +
.../cmd/dtrace/test/tst/common/types}/Makefile.kup | 0
.../tst/common/types/err.D_CAST_INVAL.badcast.d | 45 +
.../tst/common/types/err.D_CG_DYN.ResultDynType.d | 47 +
.../tst/common/types/err.D_CHR_OFLOW.charconst.d | 46 +
.../tst/common/types/err.D_DECL_BADCLASS.bad.d | 43 +
.../common/types/err.D_DECL_CHARATTR.badtype3.d | 44 +
.../tst/common/types/err.D_DECL_COMBO.badtype4.d | 44 +
.../tst/common/types/err.D_DECL_COMBO.badtype5.d | 44 +
.../tst/common/types/err.D_DECL_ENCONST.badeval.d | 39 +
.../tst/common/types/err.D_DECL_ENOFLOW.enoflow.d | 38 +
.../tst/common/types/err.D_DECL_ENOFLOW.enuflow.d | 39 +
.../tst/common/types/err.D_DECL_SCOPE.scopeop.d | 46 +
.../tst/common/types/err.D_DECL_USELESS.baddec.d | 43 +
.../test/tst/common/types/err.D_OP_ACT.badcond.d | 46 +
.../tst/common/types/err.D_OP_ARITH.badoperand.d | 44 +
.../tst/common/types/err.D_OP_INCOMPAT.badassign.d | 44 +
.../test/tst/common/types/err.D_OP_INT.badbitop.d | 43 +
.../test/tst/common/types/err.D_OP_INT.badshift.d | 43 +
.../tst/common/types/err.D_OP_SCALAR.badcond.d | 44 +
.../tst/common/types/err.D_OP_SCALAR.badincop.d | 44 +
.../tst/common/types/err.D_OP_SCALAR.badlogop.d | 43 +
.../tst/common/types/err.D_PROTO_LEN.badcond1.d | 45 +
.../test/tst/common/types/err.D_SYNTAX.badenum.d | 40 +
.../test/tst/common/types/err.D_SYNTAX.badid.d | 46 +
.../test/tst/common/types/err.D_SYNTAX.badstruct.d | 38 +
.../test/tst/common/types/err.D_UNKNOWN.badtype1.d | 44 +
.../test/tst/common/types/err.D_UNKNOWN.badtype2.d | 44 +
.../test/tst/common/types/err.D_UNKNOWN.dupenum.d | 39 +
.../tst/common/types/err.D_UNKNOWN.dupstruct.d | 39 +
.../types/err.D_XLATE_REDECL.ResultDynType.d | 48 +
.../dtrace/test/tst/common/types/tst.assignops.d | 82 +
.../dtrace/test/tst/common/types/tst.badshiftops.d | 49 +
.../cmd/dtrace/test/tst/common/types/tst.basics.d | 59 +
.../dtrace/test/tst/common/types/tst.basics.d.out | 16 +
.../cmd/dtrace/test/tst/common/types/tst.bitops.d | 62 +
.../test/tst/common/types/tst.charconstants.d | 68 +
.../cmd/dtrace/test/tst/common/types/tst.complex.d | 74 +
.../dtrace/test/tst/common/types/tst.condexpr.d | 61 +
.../dtrace/test/tst/common/types/tst.constants.d | 52 +
.../cmd/dtrace/test/tst/common/types/tst.conv.d | 109 +
.../cmd/dtrace/test/tst/common/types/tst.enum.d | 51 +
.../dtrace/test/tst/common/types/tst.intincop.d | 70 +
.../cmd/dtrace/test/tst/common/types/tst.intops.d | 70 +
.../dtrace/test/tst/common/types/tst.inttypes.d | 52 +
.../dtrace/test/tst/common/types/tst.ptrincop.d | 72 +
.../cmd/dtrace/test/tst/common/types/tst.ptrops.d | 71 +
.../cmd/dtrace/test/tst/common/types/tst.relenum.d | 73 +
.../dtrace/test/tst/common/types/tst.relstring.d | 70 +
.../dtrace/test/tst/common/types/tst.shiftops.d | 62 +
.../test/tst/common/types/tst.stringconstants.d | 51 +
.../cmd/dtrace/test/tst/common/types/tst.struct.d | 84 +
.../cmd/dtrace/test/tst/common/types/tst.typedef.d | 85 +
.../cmd/dtrace/test/tst/common/types/tst.unaryop.d | 50 +
.../cmd/dtrace/test/tst/common/union}/Makefile.kup | 0
.../common/union/err.D_ADDROF_VAR.UnionPointer.d | 60 +
.../union/err.D_DECL_COMBO.UnionWithoutColon.d | 69 +
.../union/err.D_DECL_COMBO.UnionWithoutColon1.d | 68 +
.../common/union/err.D_DECL_INCOMPLETE.circular.d | 65 +
.../tst/common/union/err.D_DECL_INCOMPLETE.order.d | 69 +
.../common/union/err.D_DECL_INCOMPLETE.recursive.d | 59 +
.../common/union/err.D_DECL_INCOMPLETE.simple.d | 58 +
.../common/union/err.D_PROTO_ARG.DupUnionAssoc.d | 80 +
.../dtrace/test/tst/common/union/tst.UnionAssoc.d | 71 +
.../test/tst/common/union/tst.UnionDataTypes.d | 132 +
.../dtrace/test/tst/common/union/tst.UnionInside.d | 85 +
.../cmd/dtrace/test/tst/common/usdt}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/tst/common/usdt/argmap.d | 31 +
.../onnv/cmd/dtrace/test/tst/common/usdt/args.d | 31 +
.../onnv/cmd/dtrace/test/tst/common/usdt/forker.d | 31 +
.../cmd/dtrace/test/tst/common/usdt/tst.andpid.ksh | 46 +
.../cmd/dtrace/test/tst/common/usdt/tst.argmap.c | 39 +
.../cmd/dtrace/test/tst/common/usdt/tst.argmap.d | 65 +
.../cmd/dtrace/test/tst/common/usdt/tst.args.c | 39 +
.../cmd/dtrace/test/tst/common/usdt/tst.args.d | 60 +
.../dtrace/test/tst/common/usdt/tst.badguess.ksh | 84 +
.../dtrace/test/tst/common/usdt/tst.corruptenv.ksh | 107 +
.../dtrace/test/tst/common/usdt/tst.dlclose1.ksh | 159 +
.../test/tst/common/usdt/tst.dlclose1.ksh.out | 3 +
.../dtrace/test/tst/common/usdt/tst.dlclose2.ksh | 160 +
.../test/tst/common/usdt/tst.dlclose2.ksh.out | 2 +
.../dtrace/test/tst/common/usdt/tst.dlclose3.ksh | 170 +
.../dtrace/test/tst/common/usdt/tst.eliminate.ksh | 106 +
.../dtrace/test/tst/common/usdt/tst.enabled.ksh | 96 +
.../test/tst/common/usdt/tst.enabled.ksh.out | 2 +
.../dtrace/test/tst/common/usdt/tst.enabled2.ksh | 113 +
.../test/tst/common/usdt/tst.enabled2.ksh.out | 3 +
.../test/tst/common/usdt/tst.entryreturn.ksh | 118 +
.../test/tst/common/usdt/tst.entryreturn.ksh.out | 10 +
.../cmd/dtrace/test/tst/common/usdt/tst.fork.ksh | 105 +
.../dtrace/test/tst/common/usdt/tst.fork.ksh.out | 4 +
.../cmd/dtrace/test/tst/common/usdt/tst.forker.c | 47 +
.../cmd/dtrace/test/tst/common/usdt/tst.forker.ksh | 55 +
.../dtrace/test/tst/common/usdt/tst.guess32.ksh | 96 +
.../dtrace/test/tst/common/usdt/tst.guess64.ksh | 100 +
.../cmd/dtrace/test/tst/common/usdt/tst.header.ksh | 85 +
.../dtrace/test/tst/common/usdt/tst.include.ksh | 61 +
.../dtrace/test/tst/common/usdt/tst.linkpriv.ksh | 82 +
.../dtrace/test/tst/common/usdt/tst.linkunpriv.ksh | 84 +
.../dtrace/test/tst/common/usdt/tst.multiple.ksh | 99 +
.../test/tst/common/usdt/tst.multiple.ksh.out | 5 +
.../dtrace/test/tst/common/usdt/tst.nodtrace.ksh | 90 +
.../test/tst/common/usdt/tst.onlyenabled.ksh | 82 +
.../cmd/dtrace/test/tst/common/usdt/tst.reeval.ksh | 98 +
.../cmd/dtrace/test/tst/common/usdt/tst.static.ksh | 98 +
.../dtrace/test/tst/common/usdt/tst.static.ksh.out | 5 +
.../dtrace/test/tst/common/usdt/tst.static2.ksh | 108 +
.../test/tst/common/usdt/tst.static2.ksh.out | 5 +
.../cmd/dtrace/test/tst/common/usdt/tst.user.ksh | 96 +
.../dtrace/test/tst/common/usdt/tst.user.ksh.out | 2 +
.../dtrace/test/tst/common/ustack}/Makefile.kup | 0
.../dtrace/test/tst/common/ustack/tst.bigstack.c | 61 +
.../dtrace/test/tst/common/ustack/tst.bigstack.d | 45 +
.../dtrace/test/tst/common/ustack/tst.depth.ksh | 110 +
.../cmd/dtrace/test/tst/common/ustack/tst.spin.c | 61 +
.../cmd/dtrace/test/tst/common/ustack/tst.spin.ksh | 139 +
.../cmd/dtrace/test/tst/common/vars}/Makefile.kup | 0
.../onnv/cmd/dtrace/test/tst/common/vars/tst.gid.d | 41 +
.../dtrace/test/tst/common/vars/tst.nullassign.d | 94 +
.../cmd/dtrace/test/tst/common/vars/tst.ppid.d | 41 +
.../dtrace/test/tst/common/vars/tst.ucaller.ksh | 65 +
.../test/tst/common/vars/tst.ucaller.ksh.out | 3 +
.../onnv/cmd/dtrace/test/tst/common/vars/tst.uid.d | 41 +
.../test/tst/common/vars/tst.walltimestamp.d | 55 +
.../dtrace/test/tst/common/version}/Makefile.kup | 0
.../cmd/dtrace/test/tst/common/version/tst.1.0.d | 48 +
.../onnv/cmd/dtrace/test/tst/i386/Makefile | 51 +
.../onnv/cmd/dtrace/test/tst/i386}/Makefile.kup | 0
.../cmd/dtrace/test/tst/i386/arrays}/Makefile.kup | 0
.../dtrace/test/tst/i386/arrays/tst.uregsarray.d | 63 +
.../cmd/dtrace/test/tst/i386/funcs}/Makefile.kup | 0
.../cmd/dtrace/test/tst/i386/funcs/tst.badcopyin.d | 52 +
.../dtrace/test/tst/i386/funcs/tst.badcopyinstr.d | 52 +
.../dtrace/test/tst/i386/funcs/tst.badcopyout.d | 56 +
.../dtrace/test/tst/i386/funcs/tst.badcopyoutstr.d | 56 +
.../cmd/dtrace/test/tst/i386/pid}/Makefile.kup | 0
.../cmd/dtrace/test/tst/i386/pid/tst.badinstr.d | 40 +
.../cmd/dtrace/test/tst/i386/pid/tst.badinstr.s | 41 +
.../onnv/cmd/dtrace/test/tst/i386/pid/tst.branch.d | 78 +
.../onnv/cmd/dtrace/test/tst/i386/pid/tst.branch.s | 73 +
.../cmd/dtrace/test/tst/i386/pid/tst.embedded.d | 73 +
.../cmd/dtrace/test/tst/i386/pid/tst.embedded.s | 68 +
.../onnv/cmd/dtrace/test/tst/i386/pid/tst.ret.d | 76 +
.../onnv/cmd/dtrace/test/tst/i386/pid/tst.ret.s | 114 +
.../cmd/dtrace/test/tst/i386/pid/tst.retlist.ksh | 50 +
.../cmd/dtrace/test/tst/i386/pid/tst.retlist.s | 51 +
.../cmd/dtrace/test/tst/i386/ustack}/Makefile.kup | 0
.../dtrace/test/tst/i386/ustack/annotated_helper.d | 32 +
.../dtrace/test/tst/i386/ustack/helper_helper.d | 32 +
.../dtrace/test/tst/i386/ustack/tst.annotated.c | 43 +
.../dtrace/test/tst/i386/ustack/tst.annotated.d | 35 +
.../test/tst/i386/ustack/tst.annotated.d.out | 4 +
.../dtrace/test/tst/i386/ustack/tst.circstack.d | 46 +
.../dtrace/test/tst/i386/ustack/tst.circstack.s | 43 +
.../cmd/dtrace/test/tst/i386/ustack/tst.helper.c | 82 +
.../cmd/dtrace/test/tst/i386/ustack/tst.helper.d | 44 +
.../dtrace/test/tst/i386/ustack/tst.helper.d.out | 4 +
.../onnv/cmd/dtrace/test/tst/i86xpv/Makefile | 29 +
.../onnv/cmd/dtrace/test/tst/i86xpv}/Makefile.kup | 0
.../cmd/dtrace/test/tst/i86xpv/xdt}/Makefile.kup | 0
.../cmd/dtrace/test/tst/i86xpv/xdt/tst.basic.ksh | 77 +
.../dtrace/test/tst/i86xpv/xdt/tst.hvmenable.ksh | 64 +
.../dtrace/test/tst/i86xpv/xdt/tst.memenable.ksh | 65 +
.../dtrace/test/tst/i86xpv/xdt/tst.schedargs.ksh | 121 +
.../dtrace/test/tst/i86xpv/xdt/tst.schedenable.ksh | 74 +
.../onnv/cmd/dtrace/test/tst/sparc/Makefile | 51 +
.../onnv/cmd/dtrace/test/tst/sparc}/Makefile.kup | 0
.../cmd/dtrace/test/tst/sparc/arrays}/Makefile.kup | 0
.../dtrace/test/tst/sparc/arrays/tst.uregsarray.d | 85 +
.../cmd/dtrace/test/tst/sparc/pid}/Makefile.kup | 0
.../tst/sparc/pid/err.D_PROC_ALIGN.misaligned.d | 40 +
.../tst/sparc/pid/err.D_PROC_ALIGN.misaligned.exe | 29 +
.../onnv/cmd/dtrace/test/tst/sparc/pid/tst.br.d | 70 +
.../cmd/dtrace/test/tst/sparc/pid/tst.br.d.out | 23 +
.../onnv/cmd/dtrace/test/tst/sparc/pid/tst.br.s | 81 +
.../cmd/dtrace/test/tst/sparc/pid/tst.branch.d | 78 +
.../cmd/dtrace/test/tst/sparc/pid/tst.branch.s | 63 +
.../cmd/dtrace/test/tst/sparc/pid/tst.embedded.d | 73 +
.../cmd/dtrace/test/tst/sparc/pid/tst.embedded.s | 59 +
.../cmd/dtrace/test/tst/sparc/usdt}/Makefile.kup | 0
.../dtrace/test/tst/sparc/usdt/tst.tailcall.ksh | 132 +
.../cmd/dtrace/test/tst/sparc/ustack}/Makefile.kup | 0
.../test/tst/sparc/ustack/annotated_helper.d | 32 +
.../dtrace/test/tst/sparc/ustack/helper_helper.d | 32 +
.../dtrace/test/tst/sparc/ustack/tst.annotated.c | 43 +
.../dtrace/test/tst/sparc/ustack/tst.annotated.d | 35 +
.../test/tst/sparc/ustack/tst.annotated.d.out | 4 +
.../dtrace/test/tst/sparc/ustack/tst.circstack.d | 46 +
.../dtrace/test/tst/sparc/ustack/tst.circstack.s | 44 +
.../cmd/dtrace/test/tst/sparc/ustack/tst.helper.c | 81 +
.../cmd/dtrace/test/tst/sparc/ustack/tst.helper.d | 44 +
.../dtrace/test/tst/sparc/ustack/tst.helper.d.out | 4 +
.../dtrace/test/tst/sparc/ustack/tst.trapstat.ksh | 87 +
.../VBoxDTrace/onnv/common}/Makefile.kup | 0
.../VBoxDTrace/onnv/common/ctf}/Makefile.kup | 0
.../VBoxDTrace/onnv/common/ctf/ctf_create.c | 1369 ++
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_decl.c | 190 +
.../VBoxDTrace/onnv/common/ctf/ctf_error.c | 99 +
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_hash.c | 180 +
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_impl.h | 353 +
.../VBoxDTrace/onnv/common/ctf/ctf_labels.c | 155 +
.../VBoxDTrace/onnv/common/ctf/ctf_lookup.c | 317 +
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_open.c | 972 +
.../VBoxDTrace/onnv/common/ctf/ctf_types.c | 847 +
.../ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_util.c | 154 +
.../VBoxDTrace/onnv/common/dtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/common/dtrace/dtrace_data.c | 113 +
.../VBoxDTrace/onnv/lib}/Makefile.kup | 0
.../ExtPacks/VBoxDTrace/onnv/lib/libctf/Makefile | 55 +
.../VBoxDTrace/onnv/lib/libctf/Makefile.com | 72 +
.../VBoxDTrace/onnv/lib/libctf}/Makefile.kup | 0
.../VBoxDTrace/onnv/lib/libctf/amd64/Makefile | 31 +
.../onnv/lib/libctf/common}/Makefile.kup | 0
.../VBoxDTrace/onnv/lib/libctf/common/ctf_lib.c | 595 +
.../VBoxDTrace/onnv/lib/libctf/common/ctf_subr.c | 118 +
.../VBoxDTrace/onnv/lib/libctf/common/libctf.h | 66 +
.../VBoxDTrace/onnv/lib/libctf/common/llib-lctf | 32 +
.../VBoxDTrace/onnv/lib/libctf/common/mapfile-vers | 114 +
.../VBoxDTrace/onnv/lib/libctf/i386/Makefile | 30 +
.../VBoxDTrace/onnv/lib/libctf/sparc/Makefile | 30 +
.../VBoxDTrace/onnv/lib/libctf/sparcv9/Makefile | 31 +
.../VBoxDTrace/onnv/lib/libdtrace/Makefile | 63 +
.../VBoxDTrace/onnv/lib/libdtrace/Makefile.com | 233 +
.../VBoxDTrace/onnv/lib/libdtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/lib/libdtrace/amd64/Makefile | 46 +
.../onnv/lib/libdtrace/amd64}/Makefile.kup | 0
.../onnv/lib/libdtrace/common}/Makefile.kup | 0
.../VBoxDTrace/onnv/lib/libdtrace/common/drti.c | 190 +
.../onnv/lib/libdtrace/common/dt_aggregate.c | 1910 ++
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_as.c | 505 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_as.h | 66 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_buf.c | 181 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_buf.h | 71 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_cc.c | 2306 ++
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_cg.c | 1973 ++
.../onnv/lib/libdtrace/common/dt_consume.c | 2329 ++
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_decl.c | 1129 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_decl.h | 128 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_dis.c | 513 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_dof.c | 968 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_dof.h | 68 +
.../onnv/lib/libdtrace/common/dt_error.c | 218 +
.../onnv/lib/libdtrace/common/dt_errtags.h | 249 +
.../onnv/lib/libdtrace/common/dt_grammar.y | 842 +
.../onnv/lib/libdtrace/common/dt_handle.c | 483 +
.../onnv/lib/libdtrace/common/dt_ident.c | 1045 +
.../onnv/lib/libdtrace/common/dt_ident.h | 185 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_impl.h | 669 +
.../onnv/lib/libdtrace/common/dt_inttab.c | 117 +
.../onnv/lib/libdtrace/common/dt_inttab.h | 71 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l | 914 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_link.c | 1634 ++
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_list.c | 117 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_list.h | 57 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_map.c | 428 +
.../onnv/lib/libdtrace/common/dt_module.c | 1344 ++
.../onnv/lib/libdtrace/common/dt_module.h | 58 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_open.c | 1498 ++
.../onnv/lib/libdtrace/common/dt_options.c | 1080 +
.../onnv/lib/libdtrace/common/dt_parser.c | 4897 +++++
.../onnv/lib/libdtrace/common/dt_parser.h | 290 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_pcb.c | 193 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_pcb.h | 105 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_pid.c | 757 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_pid.h | 66 +
.../onnv/lib/libdtrace/common/dt_pragma.c | 507 +
.../onnv/lib/libdtrace/common/dt_printf.c | 2016 ++
.../onnv/lib/libdtrace/common/dt_printf.h | 137 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_proc.c | 1111 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_proc.h | 136 +
.../onnv/lib/libdtrace/common/dt_program.c | 619 +
.../onnv/lib/libdtrace/common/dt_program.h | 65 +
.../onnv/lib/libdtrace/common/dt_provider.c | 883 +
.../onnv/lib/libdtrace/common/dt_provider.h | 120 +
.../onnv/lib/libdtrace/common/dt_regset.c | 112 +
.../onnv/lib/libdtrace/common/dt_regset.h | 57 +
.../onnv/lib/libdtrace/common/dt_string.c | 348 +
.../onnv/lib/libdtrace/common/dt_string.h | 51 +
.../onnv/lib/libdtrace/common/dt_strtab.c | 295 +
.../onnv/lib/libdtrace/common/dt_strtab.h | 76 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_subr.c | 1002 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dt_work.c | 322 +
.../onnv/lib/libdtrace/common/dt_xlator.c | 385 +
.../onnv/lib/libdtrace/common/dt_xlator.h | 89 +
.../VBoxDTrace/onnv/lib/libdtrace/common/dtrace.h | 587 +
.../VBoxDTrace/onnv/lib/libdtrace/common/fc.d | 183 +
.../VBoxDTrace/onnv/lib/libdtrace/common/io.d.in | 218 +
.../VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in | 69 +
.../VBoxDTrace/onnv/lib/libdtrace/common/ip.d.in | 374 +
.../VBoxDTrace/onnv/lib/libdtrace/common/ip.sed.in | 78 +
.../VBoxDTrace/onnv/lib/libdtrace/common/iscsit.d | 454 +
.../onnv/lib/libdtrace/common/llib-ldtrace | 32 +
.../onnv/lib/libdtrace/common/mapfile-vers | 127 +
.../onnv/lib/libdtrace/common/mkerrno.sh | 40 +
.../onnv/lib/libdtrace/common/mkerrtags.sed | 33 +
.../onnv/lib/libdtrace/common/mkerrtags.sh | 61 +
.../onnv/lib/libdtrace/common/mknames.sed | 37 +
.../onnv/lib/libdtrace/common/mknames.sh | 53 +
.../onnv/lib/libdtrace/common/mksignal.sh | 40 +
.../VBoxDTrace/onnv/lib/libdtrace/common/net.d.in | 44 +
.../onnv/lib/libdtrace/common/net.sed.in | 41 +
.../VBoxDTrace/onnv/lib/libdtrace/common/nfs.d | 138 +
.../onnv/lib/libdtrace/common/procfs.d.in | 365 +
.../onnv/lib/libdtrace/common/procfs.sed.in | 163 +
.../VBoxDTrace/onnv/lib/libdtrace/common/sched.d | 82 +
.../VBoxDTrace/onnv/lib/libdtrace/common/scsi.d | 89 +
.../VBoxDTrace/onnv/lib/libdtrace/common/srp.d | 168 +
.../onnv/lib/libdtrace/common/sysevent.d.in | 50 +
.../onnv/lib/libdtrace/common/sysevent.sed.in | 34 +
.../VBoxDTrace/onnv/lib/libdtrace/common/tcp.d.in | 269 +
.../onnv/lib/libdtrace/common/tcp.sed.in | 53 +
.../VBoxDTrace/onnv/lib/libdtrace/common/udp.d.in | 73 +
.../onnv/lib/libdtrace/common/udp.sed.in | 29 +
.../VBoxDTrace/onnv/lib/libdtrace/common/unistd.d | 56 +
.../VBoxDTrace/onnv/lib/libdtrace/i386/Makefile | 54 +
.../onnv/lib/libdtrace/i386}/Makefile.kup | 0
.../VBoxDTrace/onnv/lib/libdtrace/i386/dt_isadep.c | 488 +
.../VBoxDTrace/onnv/lib/libdtrace/i386/regs.d.in | 117 +
.../VBoxDTrace/onnv/lib/libdtrace/i386/regs.sed.in | 82 +
.../VBoxDTrace/onnv/lib/libdtrace/sparc/Makefile | 33 +
.../onnv/lib/libdtrace/sparc}/Makefile.kup | 0
.../onnv/lib/libdtrace/sparc/dt_isadep.c | 338 +
.../VBoxDTrace/onnv/lib/libdtrace/sparc/regs.d | 120 +
.../VBoxDTrace/onnv/lib/libdtrace/sparcv9/Makefile | 36 +
.../onnv/lib/libdtrace/sparcv9}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/common}/Makefile.kup | 0
.../onnv/uts/common/dtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/common/dtrace/dcpc.c | 1214 ++
.../VBoxDTrace/onnv/uts/common/dtrace/dcpc.conf | 33 +
.../VBoxDTrace/onnv/uts/common/dtrace/dtrace.c | 16255 ++++++++++++++
.../VBoxDTrace/onnv/uts/common/dtrace/dtrace.conf | 28 +
.../VBoxDTrace/onnv/uts/common/dtrace/fasttrap.c | 2378 ++
.../VBoxDTrace/onnv/uts/common/dtrace/lockstat.c | 343 +
.../onnv/uts/common/dtrace/lockstat.conf | 28 +
.../VBoxDTrace/onnv/uts/common/dtrace/profile.c | 577 +
.../VBoxDTrace/onnv/uts/common/dtrace/profile.conf | 28 +
.../VBoxDTrace/onnv/uts/common/dtrace/sdt_subr.c | 1191 +
.../VBoxDTrace/onnv/uts/common/dtrace/systrace.c | 374 +
.../onnv/uts/common/dtrace/systrace.conf | 28 +
.../VBoxDTrace/onnv/uts/common/os}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/common/os/dtrace_subr.c | 337 +
.../VBoxDTrace/onnv/uts/common/sys}/Makefile.kup | 0
.../ExtPacks/VBoxDTrace/onnv/uts/common/sys/ctf.h | 364 +
.../VBoxDTrace/onnv/uts/common/sys/ctf_api.h | 251 +
.../VBoxDTrace/onnv/uts/common/sys/dtrace.h | 2272 ++
.../VBoxDTrace/onnv/uts/common/sys/dtrace_impl.h | 1304 ++
.../VBoxDTrace/onnv/uts/i86pc}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/i86pc/os}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/i86pc/os/dtrace_subr.c | 400 +
.../VBoxDTrace/onnv/uts/intel}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/intel/dtrace/Makefile | 76 +
.../VBoxDTrace/onnv/uts/intel/dtrace}/Makefile.kup | 0
.../VBoxDTrace/onnv/uts/intel/dtrace/dtrace_asm.s | 457 +
.../VBoxDTrace/onnv/uts/intel/dtrace/dtrace_isa.c | 746 +
.../VBoxDTrace/onnv/uts/intel/dtrace/fasttrap.conf | 39 +
.../onnv/uts/intel/dtrace/fasttrap_isa.c | 1745 ++
.../VBoxDTrace/onnv/uts/intel/dtrace/fbt.c | 849 +
.../VBoxDTrace/onnv/uts/intel/dtrace/fbt.conf | 28 +
.../VBoxDTrace/onnv/uts/intel/dtrace/sdt.c | 557 +
.../VBoxDTrace/onnv/uts/intel/dtrace/sdt.conf | 28 +
src/VBox/ExtPacks/VNC/Makefile.kmk | 2 +-
src/VBox/ExtPacks/VNC/VBoxVNC.cpp | 5 +-
src/VBox/ExtPacks/VNC/VBoxVNCMain.cpp | 2 +-
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 +-
.../Frontends/VBoxAutostart/VBoxAutostartStart.cpp | 4 +-
.../Frontends/VBoxAutostart/VBoxAutostartStop.cpp | 8 +-
.../Frontends/VBoxAutostart/VBoxAutostartUtils.cpp | 20 +-
src/VBox/Frontends/VBoxBalloonCtrl/Makefile.kmk | 2 +-
.../Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.rc | 21 +-
.../VBoxBalloonCtrl/VBoxModAPIMonitor.cpp | 14 +-
.../VBoxBalloonCtrl/VBoxModBallooning.cpp | 2 +-
.../Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp | 4 +-
src/VBox/Frontends/VBoxFB/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxFB/VBoxFB.cpp | 4 +-
src/VBox/Frontends/VBoxHeadless/Framebuffer.cpp | 300 -
src/VBox/Frontends/VBoxHeadless/Framebuffer.h | 97 -
src/VBox/Frontends/VBoxHeadless/Makefile.kmk | 3 +-
src/VBox/Frontends/VBoxHeadless/NullFramebuffer.h | 233 -
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp | 400 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h | 31 -
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.rc | 29 +-
.../Frontends/VBoxHeadless/testcase/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxManage/Makefile.kmk | 118 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 395 +-
src/VBox/Frontends/VBoxManage/VBoxManage.cpp | 481 +-
src/VBox/Frontends/VBoxManage/VBoxManage.h | 146 +-
src/VBox/Frontends/VBoxManage/VBoxManage.rc | 21 +-
.../Frontends/VBoxManage/VBoxManageAppliance.cpp | 161 +-
.../VBoxManage/VBoxManageBandwidthControl.cpp | 23 +-
.../Frontends/VBoxManage/VBoxManageControlVM.cpp | 347 +-
.../Frontends/VBoxManage/VBoxManageDHCPServer.cpp | 19 +-
.../Frontends/VBoxManage/VBoxManageDebugVM.cpp | 305 +-
src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp | 976 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 3187 +--
.../Frontends/VBoxManage/VBoxManageGuestCtrl.h | 8 +-
.../VBoxManage/VBoxManageGuestCtrlListener.cpp | 54 +-
.../Frontends/VBoxManage/VBoxManageGuestProp.cpp | 35 +-
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 633 +-
.../Frontends/VBoxManage/VBoxManageHostonly.cpp | 300 +-
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 303 +-
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 108 +-
.../Frontends/VBoxManage/VBoxManageMetrics.cpp | 143 +-
src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp | 172 +-
.../Frontends/VBoxManage/VBoxManageModifyVM.cpp | 681 +-
.../Frontends/VBoxManage/VBoxManageNATNetwork.cpp | 158 +-
.../Frontends/VBoxManage/VBoxManageSnapshot.cpp | 223 +-
.../VBoxManage/VBoxManageStorageController.cpp | 169 +-
src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp | 14 +-
src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m | 24 +
src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 400 +-
src/VBox/Frontends/VBoxSDL/Framebuffer.h | 100 +-
src/VBox/Frontends/VBoxSDL/Helper.cpp | 1 +
src/VBox/Frontends/VBoxSDL/Helper.h | 1 +
src/VBox/Frontends/VBoxSDL/Makefile.kmk | 49 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 274 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.h | 14 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.rc | 68 -
src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.h | 1 +
src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m | 36 +-
src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp | 1 +
src/VBox/Frontends/VBoxShell/Makefile.kmk | 2 +-
src/VBox/Frontends/VBoxShell/vboxshell.py | 37 +-
src/VBox/Frontends/VirtualBox/Doxyfile | 1509 ++
src/VBox/Frontends/VirtualBox/Makefile.kmk | 305 +-
src/VBox/Frontends/VirtualBox/VBoxUI.pro | 3 +-
src/VBox/Frontends/VirtualBox/VirtualBox1.qrc | 524 +-
.../Frontends/VirtualBox/VirtualBox1_hidpi.qrc | 276 +
src/VBox/Frontends/VirtualBox/VirtualBox2.qrc | 426 +-
.../Frontends/VirtualBox/VirtualBox2_hidpi.qrc | 279 +
src/VBox/Frontends/VirtualBox/VirtualBoxBrand.qrc | 2 +
src/VBox/Frontends/VirtualBox/images/OSE/about.png | Bin 498695 -> 153570 bytes
.../VirtualBox/images/OSE/about_hidpi.png | Bin 0 -> 384157 bytes
.../VirtualBox/images/add_host_iface_16px.png | Bin 3317 -> 658 bytes
.../images/add_host_iface_disabled_16px.png | Bin 3290 -> 631 bytes
.../VirtualBox/images/adjust_win_size_16px.png | Bin 3097 -> 624 bytes
.../images/adjust_win_size_disabled_16px.png | Bin 3068 -> 598 bytes
.../VirtualBox/images/arrow_down_10px.png | Bin 3062 -> 402 bytes
.../VirtualBox/images/arrow_left_10px.png | Bin 3075 -> 416 bytes
.../VirtualBox/images/arrow_right_10px.png | Bin 3057 -> 402 bytes
.../Frontends/VirtualBox/images/arrow_up_10px.png | Bin 3045 -> 386 bytes
.../VirtualBox/images/attachment_16px.png | Bin 3090 -> 0 bytes
.../VirtualBox/images/attachment_add_16px.png | Bin 3312 -> 653 bytes
.../images/attachment_add_disabled_16px.png | Bin 3275 -> 616 bytes
.../VirtualBox/images/attachment_disabled_16px.png | Bin 3069 -> 0 bytes
.../VirtualBox/images/attachment_remove_16px.png | Bin 3178 -> 519 bytes
.../images/attachment_remove_disabled_16px.png | Bin 3143 -> 484 bytes
.../VirtualBox/images/auto_resize_off_16px.png | Bin 3173 -> 0 bytes
.../images/auto_resize_off_disabled_16px.png | Bin 3173 -> 0 bytes
.../VirtualBox/images/auto_resize_on_16px.png | Bin 3219 -> 507 bytes
.../images/auto_resize_on_disabled_16px.png | Bin 3173 -> 421 bytes
.../VirtualBox/images/auto_resize_on_on_16px.png | Bin 3182 -> 491 bytes
.../images/auto_resize_on_on_disabled_16px.png | Bin 3165 -> 431 bytes
.../Frontends/VirtualBox/images/cancel_16px.png | Bin 3507 -> 847 bytes
src/VBox/Frontends/VirtualBox/images/cd_16px.png | Bin 3566 -> 906 bytes
src/VBox/Frontends/VirtualBox/images/cd_32px.png | Bin 4819 -> 0 bytes
.../Frontends/VirtualBox/images/cd_add_16px.png | Bin 3584 -> 924 bytes
.../VirtualBox/images/cd_add_disabled_16px.png | Bin 3579 -> 919 bytes
.../Frontends/VirtualBox/images/cd_copy_16px.png | Bin 0 -> 829 bytes
.../Frontends/VirtualBox/images/cd_copy_22px.png | Bin 0 -> 1312 bytes
.../VirtualBox/images/cd_copy_disabled_16px.png | Bin 0 -> 895 bytes
.../VirtualBox/images/cd_copy_disabled_22px.png | Bin 0 -> 1332 bytes
.../VirtualBox/images/cd_disabled_16px.png | Bin 3589 -> 929 bytes
.../VirtualBox/images/cd_disabled_32px.png | Bin 4796 -> 0 bytes
.../Frontends/VirtualBox/images/cd_modify_16px.png | Bin 0 -> 930 bytes
.../Frontends/VirtualBox/images/cd_modify_22px.png | Bin 0 -> 1379 bytes
.../VirtualBox/images/cd_modify_disabled_16px.png | Bin 0 -> 972 bytes
.../VirtualBox/images/cd_modify_disabled_22px.png | Bin 0 -> 1475 bytes
.../Frontends/VirtualBox/images/cd_read_16px.png | Bin 3603 -> 944 bytes
.../VirtualBox/images/cd_release_16px.png | Bin 0 -> 954 bytes
.../VirtualBox/images/cd_release_22px.png | Bin 0 -> 1402 bytes
.../VirtualBox/images/cd_release_disabled_16px.png | Bin 0 -> 968 bytes
.../VirtualBox/images/cd_release_disabled_22px.png | Bin 0 -> 1441 bytes
.../Frontends/VirtualBox/images/cd_remove_16px.png | Bin 0 -> 877 bytes
.../Frontends/VirtualBox/images/cd_remove_22px.png | Bin 0 -> 1264 bytes
.../VirtualBox/images/cd_remove_disabled_16px.png | Bin 0 -> 880 bytes
.../VirtualBox/images/cd_remove_disabled_22px.png | Bin 0 -> 1297 bytes
.../VirtualBox/images/cd_unmount_16px.png | Bin 3615 -> 957 bytes
.../VirtualBox/images/cd_unmount_dis_16px.png | Bin 3639 -> 0 bytes
.../VirtualBox/images/cd_unmount_disabled_16px.png | Bin 0 -> 980 bytes
.../Frontends/VirtualBox/images/cd_write_16px.png | Bin 3592 -> 933 bytes
.../Frontends/VirtualBox/images/chipset_16px.png | Bin 3148 -> 489 bytes
.../Frontends/VirtualBox/images/chipset_24px.png | Bin 0 -> 743 bytes
.../Frontends/VirtualBox/images/chipset_32px.png | Bin 3563 -> 903 bytes
.../VirtualBox/images/chipset_disabled_16px.png | Bin 3109 -> 0 bytes
.../VirtualBox/images/chipset_disabled_32px.png | Bin 3485 -> 0 bytes
.../VirtualBox/images/chipset_warning_16px.png | Bin 3350 -> 687 bytes
.../Frontends/VirtualBox/images/close_16px.png | Bin 3487 -> 828 bytes
.../VirtualBox/images/close_popup_16px.png | Bin 3460 -> 801 bytes
.../Frontends/VirtualBox/images/connect_16px.png | Bin 3480 -> 821 bytes
.../VirtualBox/images/controller_add_16px.png | Bin 3472 -> 813 bytes
.../images/controller_add_disabled_16px.png | Bin 3440 -> 787 bytes
.../VirtualBox/images/controller_remove_16px.png | Bin 3427 -> 768 bytes
.../images/controller_remove_disabled_16px.png | Bin 3382 -> 739 bytes
src/VBox/Frontends/VirtualBox/images/cpu_16px.png | Bin 3198 -> 538 bytes
.../VirtualBox/images/description_16px.png | Bin 3488 -> 829 bytes
.../images/description_disabled_16px.png | Bin 3501 -> 0 bytes
.../VirtualBox/images/description_edit_16px.png | Bin 3538 -> 0 bytes
.../images/description_edit_disabled_16px.png | Bin 3560 -> 0 bytes
.../VirtualBox/images/discard_cur_state_16px.png | Bin 3300 -> 0 bytes
.../VirtualBox/images/discard_cur_state_22px.png | Bin 3503 -> 0 bytes
.../images/discard_cur_state_dis_16px.png | Bin 3266 -> 0 bytes
.../images/discard_cur_state_dis_22px.png | Bin 3465 -> 0 bytes
.../images/discard_cur_state_snapshot_16px.png | Bin 3496 -> 0 bytes
.../images/discard_cur_state_snapshot_22px.png | Bin 3729 -> 0 bytes
.../images/discard_cur_state_snapshot_dis_16px.png | Bin 3466 -> 0 bytes
.../images/discard_cur_state_snapshot_dis_22px.png | Bin 3702 -> 0 bytes
.../VirtualBox/images/disconnect_16px.png | Bin 3466 -> 807 bytes
.../Frontends/VirtualBox/images/diskimage_16px.png | Bin 3424 -> 765 bytes
.../Frontends/VirtualBox/images/diskimage_32px.png | Bin 4315 -> 1656 bytes
.../VirtualBox/images/diskimage_disabled_32px.png | Bin 4159 -> 0 bytes
.../VirtualBox/images/display_hardware_16px.png | Bin 0 -> 507 bytes
.../images/display_hardware_write_16px.png | Bin 0 -> 616 bytes
.../VirtualBox/images/display_software_16px.png | Bin 0 -> 397 bytes
.../Frontends/VirtualBox/images/drag_drop_16px.png | Bin 3376 -> 717 bytes
.../VirtualBox/images/drag_drop_disabled_16px.png | Bin 3335 -> 676 bytes
.../Frontends/VirtualBox/images/edata_add_16px.png | Bin 0 -> 639 bytes
.../Frontends/VirtualBox/images/edata_add_22px.png | Bin 0 -> 937 bytes
.../VirtualBox/images/edata_add_disabled_16px.png | Bin 0 -> 613 bytes
.../VirtualBox/images/edata_add_disabled_22px.png | Bin 0 -> 831 bytes
.../VirtualBox/images/edata_load_16px.png | Bin 0 -> 670 bytes
.../VirtualBox/images/edata_load_22px.png | Bin 0 -> 1016 bytes
.../VirtualBox/images/edata_load_disabled_16px.png | Bin 0 -> 658 bytes
.../VirtualBox/images/edata_load_disabled_22px.png | Bin 0 -> 940 bytes
.../VirtualBox/images/edata_remove_16px.png | Bin 0 -> 548 bytes
.../VirtualBox/images/edata_remove_22px.png | Bin 0 -> 772 bytes
.../images/edata_remove_disabled_16px.png | Bin 0 -> 530 bytes
.../images/edata_remove_disabled_22px.png | Bin 0 -> 711 bytes
.../VirtualBox/images/edata_save_16px.png | Bin 0 -> 682 bytes
.../VirtualBox/images/edata_save_22px.png | Bin 0 -> 1021 bytes
.../VirtualBox/images/edata_save_disabled_16px.png | Bin 0 -> 666 bytes
.../VirtualBox/images/edata_save_disabled_22px.png | Bin 0 -> 957 bytes
.../VirtualBox/images/edataglobal_32px.png | Bin 0 -> 460 bytes
.../Frontends/VirtualBox/images/edataman_16px.png | Bin 0 -> 685 bytes
.../Frontends/VirtualBox/images/edataman_32px.png | Bin 0 -> 1744 bytes
.../Frontends/VirtualBox/images/eraser_16px.png | Bin 3389 -> 730 bytes
.../VirtualBox/images/eraser_disabled_16px.png | Bin 3347 -> 0 bytes
src/VBox/Frontends/VirtualBox/images/exit_16px.png | Bin 3277 -> 617 bytes
.../images/expanding_collapsing_16px.png | Bin 3215 -> 555 bytes
.../Frontends/VirtualBox/images/export_16px.png | Bin 3476 -> 817 bytes
.../VirtualBox/images/extension_pack_16px.png | Bin 3102 -> 443 bytes
.../VirtualBox/images/extension_pack_24px.png | Bin 0 -> 564 bytes
.../VirtualBox/images/extension_pack_32px.png | Bin 3623 -> 963 bytes
.../images/extension_pack_disabled_16px.png | Bin 3070 -> 0 bytes
.../images/extension_pack_disabled_32px.png | Bin 3461 -> 0 bytes
.../images/extension_pack_install_16px.png | Bin 3376 -> 709 bytes
.../images/extension_pack_install_32px.png | Bin 4061 -> 0 bytes
.../extension_pack_install_disabled_16px.png | Bin 3344 -> 685 bytes
.../extension_pack_install_disabled_32px.png | Bin 3881 -> 0 bytes
.../images/extension_pack_uninstall_16px.png | Bin 3445 -> 781 bytes
.../images/extension_pack_uninstall_32px.png | Bin 4390 -> 0 bytes
.../extension_pack_uninstall_disabled_16px.png | Bin 3360 -> 700 bytes
.../extension_pack_uninstall_disabled_32px.png | Bin 4202 -> 0 bytes
.../images/extension_pack_warning_16px.png | Bin 3365 -> 705 bytes
src/VBox/Frontends/VirtualBox/images/fd_16px.png | Bin 3143 -> 484 bytes
src/VBox/Frontends/VirtualBox/images/fd_32px.png | Bin 3719 -> 0 bytes
.../Frontends/VirtualBox/images/fd_add_16px.png | Bin 3335 -> 675 bytes
.../VirtualBox/images/fd_add_disabled_16px.png | Bin 3295 -> 636 bytes
.../Frontends/VirtualBox/images/fd_copy_16px.png | Bin 0 -> 596 bytes
.../Frontends/VirtualBox/images/fd_copy_22px.png | Bin 0 -> 773 bytes
.../VirtualBox/images/fd_copy_disabled_16px.png | Bin 0 -> 553 bytes
.../VirtualBox/images/fd_copy_disabled_22px.png | Bin 0 -> 712 bytes
.../VirtualBox/images/fd_disabled_16px.png | Bin 3120 -> 461 bytes
.../VirtualBox/images/fd_disabled_32px.png | Bin 3526 -> 0 bytes
.../Frontends/VirtualBox/images/fd_modify_16px.png | Bin 0 -> 645 bytes
.../Frontends/VirtualBox/images/fd_modify_22px.png | Bin 0 -> 961 bytes
.../VirtualBox/images/fd_modify_disabled_16px.png | Bin 0 -> 623 bytes
.../VirtualBox/images/fd_modify_disabled_22px.png | Bin 0 -> 901 bytes
.../Frontends/VirtualBox/images/fd_read_16px.png | Bin 3308 -> 649 bytes
.../VirtualBox/images/fd_release_16px.png | Bin 0 -> 760 bytes
.../VirtualBox/images/fd_release_22px.png | Bin 0 -> 1012 bytes
.../VirtualBox/images/fd_release_disabled_16px.png | Bin 0 -> 715 bytes
.../VirtualBox/images/fd_release_disabled_22px.png | Bin 0 -> 919 bytes
.../Frontends/VirtualBox/images/fd_remove_16px.png | Bin 0 -> 558 bytes
.../Frontends/VirtualBox/images/fd_remove_22px.png | Bin 0 -> 739 bytes
.../VirtualBox/images/fd_remove_disabled_16px.png | Bin 0 -> 525 bytes
.../VirtualBox/images/fd_remove_disabled_22px.png | Bin 0 -> 671 bytes
.../VirtualBox/images/fd_unmount_16px.png | Bin 3435 -> 774 bytes
.../VirtualBox/images/fd_unmount_dis_16px.png | Bin 3380 -> 0 bytes
.../VirtualBox/images/fd_unmount_disabled_16px.png | Bin 0 -> 721 bytes
.../Frontends/VirtualBox/images/fd_write_16px.png | Bin 3306 -> 646 bytes
.../Frontends/VirtualBox/images/floppy_16px.png | Bin 3428 -> 769 bytes
.../VirtualBox/images/floppy_add_16px.png | Bin 3534 -> 871 bytes
.../VirtualBox/images/floppy_add_disabled_16px.png | Bin 3499 -> 840 bytes
.../VirtualBox/images/floppy_collapse_16px.png | Bin 3443 -> 784 bytes
.../VirtualBox/images/floppy_expand_16px.png | Bin 3510 -> 848 bytes
.../VirtualBox/images/fullscreen_16px.png | Bin 3010 -> 258 bytes
.../VirtualBox/images/fullscreen_disabled_16px.png | Bin 3011 -> 252 bytes
.../VirtualBox/images/fullscreen_on_16px.png | Bin 3055 -> 332 bytes
.../images/fullscreen_on_disabled_16px.png | Bin 3041 -> 333 bytes
.../VirtualBox/images/global_settings_16px.png | Bin 3369 -> 710 bytes
.../images/global_settings_disabled_16px.png | Bin 3367 -> 0 bytes
.../VirtualBox/images/group_abstract_16px.png | Bin 3125 -> 466 bytes
.../VirtualBox/images/guesttools_16px.png | Bin 3276 -> 631 bytes
.../VirtualBox/images/guesttools_disabled_16px.png | Bin 3248 -> 589 bytes
src/VBox/Frontends/VirtualBox/images/hd_16px.png | Bin 3392 -> 732 bytes
src/VBox/Frontends/VirtualBox/images/hd_24px.png | Bin 0 -> 1155 bytes
src/VBox/Frontends/VirtualBox/images/hd_32px.png | Bin 4486 -> 1827 bytes
.../Frontends/VirtualBox/images/hd_add_16px.png | Bin 3469 -> 809 bytes
.../Frontends/VirtualBox/images/hd_add_22px.png | Bin 3811 -> 0 bytes
.../VirtualBox/images/hd_add_disabled_16px.png | Bin 3433 -> 774 bytes
.../VirtualBox/images/hd_add_disabled_22px.png | Bin 3397 -> 0 bytes
.../Frontends/VirtualBox/images/hd_copy_16px.png | Bin 0 -> 738 bytes
.../Frontends/VirtualBox/images/hd_copy_22px.png | Bin 0 -> 1027 bytes
.../VirtualBox/images/hd_copy_disabled_16px.png | Bin 0 -> 698 bytes
.../VirtualBox/images/hd_copy_disabled_22px.png | Bin 0 -> 951 bytes
.../VirtualBox/images/hd_disabled_16px.png | Bin 3357 -> 697 bytes
.../VirtualBox/images/hd_disabled_32px.png | Bin 4390 -> 0 bytes
.../Frontends/VirtualBox/images/hd_modify_16px.png | Bin 0 -> 847 bytes
.../Frontends/VirtualBox/images/hd_modify_22px.png | Bin 0 -> 1229 bytes
.../VirtualBox/images/hd_modify_disabled_16px.png | Bin 0 -> 815 bytes
.../VirtualBox/images/hd_modify_disabled_22px.png | Bin 0 -> 1207 bytes
.../Frontends/VirtualBox/images/hd_new_16px.png | Bin 3507 -> 848 bytes
.../Frontends/VirtualBox/images/hd_new_22px.png | Bin 3900 -> 0 bytes
.../VirtualBox/images/hd_new_disabled_16px.png | Bin 3475 -> 815 bytes
.../VirtualBox/images/hd_new_disabled_22px.png | Bin 3867 -> 0 bytes
.../Frontends/VirtualBox/images/hd_read_16px.png | Bin 3515 -> 856 bytes
.../VirtualBox/images/hd_release_16px.png | Bin 3529 -> 870 bytes
.../VirtualBox/images/hd_release_22px.png | Bin 3876 -> 1217 bytes
.../VirtualBox/images/hd_release_disabled_16px.png | Bin 3485 -> 826 bytes
.../VirtualBox/images/hd_release_disabled_22px.png | Bin 3819 -> 1160 bytes
.../Frontends/VirtualBox/images/hd_remove_16px.png | Bin 3401 -> 741 bytes
.../Frontends/VirtualBox/images/hd_remove_22px.png | Bin 3668 -> 1010 bytes
.../VirtualBox/images/hd_remove_disabled_16px.png | Bin 3361 -> 701 bytes
.../VirtualBox/images/hd_remove_disabled_22px.png | Bin 3606 -> 947 bytes
.../VirtualBox/images/hd_settings_16px.png | Bin 0 -> 875 bytes
.../images/hd_settings_disabled_16px.png | Bin 0 -> 847 bytes
.../VirtualBox/images/hd_warning_16px.png | Bin 3452 -> 793 bytes
.../Frontends/VirtualBox/images/hd_write_16px.png | Bin 3510 -> 851 bytes
src/VBox/Frontends/VirtualBox/images/help_16px.png | Bin 3328 -> 668 bytes
.../images/help_button_normal_mac_22px.png | Bin 4096 -> 1437 bytes
.../images/help_button_pressed_mac_22px.png | Bin 4107 -> 1448 bytes
.../images/hidpi/add_host_iface_16px_hidpi.png | Bin 0 -> 1321 bytes
.../hidpi/add_host_iface_disabled_16px_hidpi.png | Bin 0 -> 1153 bytes
.../images/hidpi/adjust_win_size_16px_hidpi.png | Bin 0 -> 1481 bytes
.../hidpi/adjust_win_size_disabled_16px_hidpi.png | Bin 0 -> 1282 bytes
.../images/hidpi/arrow_down_10px_hidpi.png | Bin 0 -> 739 bytes
.../images/hidpi/arrow_left_10px_hidpi.png | Bin 0 -> 777 bytes
.../images/hidpi/arrow_right_10px_hidpi.png | Bin 0 -> 808 bytes
.../images/hidpi/arrow_up_10px_hidpi.png | Bin 0 -> 767 bytes
.../images/hidpi/attachment_add_16px_hidpi.png | Bin 0 -> 1623 bytes
.../hidpi/attachment_add_disabled_16px_hidpi.png | Bin 0 -> 1353 bytes
.../images/hidpi/attachment_remove_16px_hidpi.png | Bin 0 -> 1156 bytes
.../attachment_remove_disabled_16px_hidpi.png | Bin 0 -> 1009 bytes
.../images/hidpi/auto_resize_on_16px_hidpi.png | Bin 0 -> 1099 bytes
.../hidpi/auto_resize_on_disabled_16px_hidpi.png | Bin 0 -> 934 bytes
.../images/hidpi/auto_resize_on_on_16px_hidpi.png | Bin 0 -> 1001 bytes
.../auto_resize_on_on_disabled_16px_hidpi.png | Bin 0 -> 882 bytes
.../VirtualBox/images/hidpi/cancel_16px_hidpi.png | Bin 0 -> 2156 bytes
.../VirtualBox/images/hidpi/cd_16px_hidpi.png | Bin 0 -> 2160 bytes
.../VirtualBox/images/hidpi/cd_add_16px_hidpi.png | Bin 0 -> 2329 bytes
.../images/hidpi/cd_add_disabled_16px_hidpi.png | Bin 0 -> 2250 bytes
.../VirtualBox/images/hidpi/cd_copy_16px_hidpi.png | Bin 0 -> 1934 bytes
.../VirtualBox/images/hidpi/cd_copy_22px_hidpi.png | Bin 0 -> 2837 bytes
.../images/hidpi/cd_copy_disabled_16px_hidpi.png | Bin 0 -> 1985 bytes
.../images/hidpi/cd_copy_disabled_22px_hidpi.png | Bin 0 -> 2952 bytes
.../images/hidpi/cd_disabled_16px_hidpi.png | Bin 0 -> 2137 bytes
.../images/hidpi/cd_modify_16px_hidpi.png | Bin 0 -> 2398 bytes
.../images/hidpi/cd_modify_22px_hidpi.png | Bin 0 -> 3668 bytes
.../images/hidpi/cd_modify_disabled_16px_hidpi.png | Bin 0 -> 2378 bytes
.../images/hidpi/cd_modify_disabled_22px_hidpi.png | Bin 0 -> 3406 bytes
.../VirtualBox/images/hidpi/cd_read_16px_hidpi.png | Bin 0 -> 2428 bytes
.../images/hidpi/cd_release_16px_hidpi.png | Bin 0 -> 2467 bytes
.../images/hidpi/cd_release_22px_hidpi.png | Bin 0 -> 3846 bytes
.../hidpi/cd_release_disabled_16px_hidpi.png | Bin 0 -> 2402 bytes
.../hidpi/cd_release_disabled_22px_hidpi.png | Bin 0 -> 3513 bytes
.../images/hidpi/cd_remove_16px_hidpi.png | Bin 0 -> 2050 bytes
.../images/hidpi/cd_remove_22px_hidpi.png | Bin 0 -> 3206 bytes
.../images/hidpi/cd_remove_disabled_16px_hidpi.png | Bin 0 -> 1979 bytes
.../images/hidpi/cd_remove_disabled_22px_hidpi.png | Bin 0 -> 2962 bytes
.../images/hidpi/cd_unmount_16px_hidpi.png | Bin 0 -> 2526 bytes
.../hidpi/cd_unmount_disabled_16px_hidpi.png | Bin 0 -> 2488 bytes
.../images/hidpi/cd_write_16px_hidpi.png | Bin 0 -> 2358 bytes
.../VirtualBox/images/hidpi/chipset_16px_hidpi.png | Bin 0 -> 903 bytes
.../VirtualBox/images/hidpi/chipset_24px_hidpi.png | Bin 0 -> 1254 bytes
.../VirtualBox/images/hidpi/chipset_32px_hidpi.png | Bin 0 -> 1472 bytes
.../images/hidpi/chipset_warning_16px_hidpi.png | Bin 0 -> 1618 bytes
.../VirtualBox/images/hidpi/close_16px_hidpi.png | Bin 0 -> 2319 bytes
.../images/hidpi/close_popup_16px_hidpi.png | Bin 0 -> 1835 bytes
.../VirtualBox/images/hidpi/connect_16px_hidpi.png | Bin 0 -> 1886 bytes
.../images/hidpi/controller_add_16px_hidpi.png | Bin 0 -> 2308 bytes
.../hidpi/controller_add_disabled_16px_hidpi.png | Bin 0 -> 2127 bytes
.../images/hidpi/controller_remove_16px_hidpi.png | Bin 0 -> 2004 bytes
.../controller_remove_disabled_16px_hidpi.png | Bin 0 -> 1899 bytes
.../VirtualBox/images/hidpi/cpu_16px_hidpi.png | Bin 0 -> 1008 bytes
.../images/hidpi/description_16px_hidpi.png | Bin 0 -> 1910 bytes
.../images/hidpi/disconnect_16px_hidpi.png | Bin 0 -> 2158 bytes
.../images/hidpi/diskimage_16px_hidpi.png | Bin 0 -> 1656 bytes
.../images/hidpi/diskimage_32px_hidpi.png | Bin 0 -> 3514 bytes
.../images/hidpi/display_hardware_16px_hidpi.png | Bin 0 -> 951 bytes
.../hidpi/display_hardware_write_16px_hidpi.png | Bin 0 -> 1342 bytes
.../images/hidpi/display_software_16px_hidpi.png | Bin 0 -> 682 bytes
.../images/hidpi/drag_drop_16px_hidpi.png | Bin 0 -> 1468 bytes
.../images/hidpi/drag_drop_disabled_16px_hidpi.png | Bin 0 -> 1346 bytes
.../images/hidpi/edata_add_16px_hidpi.png | Bin 0 -> 1357 bytes
.../images/hidpi/edata_add_22px_hidpi.png | Bin 0 -> 1906 bytes
.../images/hidpi/edata_add_disabled_16px_hidpi.png | Bin 0 -> 1145 bytes
.../images/hidpi/edata_add_disabled_22px_hidpi.png | Bin 0 -> 1545 bytes
.../images/hidpi/edata_load_16px_hidpi.png | Bin 0 -> 1559 bytes
.../images/hidpi/edata_load_22px_hidpi.png | Bin 0 -> 2324 bytes
.../hidpi/edata_load_disabled_16px_hidpi.png | Bin 0 -> 1496 bytes
.../hidpi/edata_load_disabled_22px_hidpi.png | Bin 0 -> 2178 bytes
.../images/hidpi/edata_remove_16px_hidpi.png | Bin 0 -> 1021 bytes
.../images/hidpi/edata_remove_22px_hidpi.png | Bin 0 -> 1405 bytes
.../hidpi/edata_remove_disabled_16px_hidpi.png | Bin 0 -> 897 bytes
.../hidpi/edata_remove_disabled_22px_hidpi.png | Bin 0 -> 1247 bytes
.../images/hidpi/edata_save_16px_hidpi.png | Bin 0 -> 1525 bytes
.../images/hidpi/edata_save_22px_hidpi.png | Bin 0 -> 2157 bytes
.../hidpi/edata_save_disabled_16px_hidpi.png | Bin 0 -> 1414 bytes
.../hidpi/edata_save_disabled_22px_hidpi.png | Bin 0 -> 1999 bytes
.../images/hidpi/edataglobal_32px_hidpi.png | Bin 0 -> 668 bytes
.../images/hidpi/edataman_16px_hidpi.png | Bin 0 -> 1744 bytes
.../images/hidpi/edataman_32px_hidpi.png | Bin 0 -> 4251 bytes
.../VirtualBox/images/hidpi/eraser_16px_hidpi.png | Bin 0 -> 1393 bytes
.../VirtualBox/images/hidpi/exit_16px_hidpi.png | Bin 0 -> 1375 bytes
.../hidpi/expanding_collapsing_16px_hidpi.png | Bin 0 -> 984 bytes
.../VirtualBox/images/hidpi/export_16px_hidpi.png | Bin 0 -> 2057 bytes
.../images/hidpi/extension_pack_16px_hidpi.png | Bin 0 -> 963 bytes
.../images/hidpi/extension_pack_24px_hidpi.png | Bin 0 -> 1316 bytes
.../images/hidpi/extension_pack_32px_hidpi.png | Bin 0 -> 2081 bytes
.../hidpi/extension_pack_install_16px_hidpi.png | Bin 0 -> 1652 bytes
.../extension_pack_install_disabled_16px_hidpi.png | Bin 0 -> 1538 bytes
.../hidpi/extension_pack_uninstall_16px_hidpi.png | Bin 0 -> 1930 bytes
...xtension_pack_uninstall_disabled_16px_hidpi.png | Bin 0 -> 1727 bytes
.../hidpi/extension_pack_warning_16px_hidpi.png | Bin 0 -> 1695 bytes
.../VirtualBox/images/hidpi/fd_16px_hidpi.png | Bin 0 -> 1060 bytes
.../VirtualBox/images/hidpi/fd_add_16px_hidpi.png | Bin 0 -> 1659 bytes
.../images/hidpi/fd_add_disabled_16px_hidpi.png | Bin 0 -> 1371 bytes
.../VirtualBox/images/hidpi/fd_copy_16px_hidpi.png | Bin 0 -> 963 bytes
.../VirtualBox/images/hidpi/fd_copy_22px_hidpi.png | Bin 0 -> 1511 bytes
.../images/hidpi/fd_copy_disabled_16px_hidpi.png | Bin 0 -> 849 bytes
.../images/hidpi/fd_copy_disabled_22px_hidpi.png | Bin 0 -> 1251 bytes
.../images/hidpi/fd_disabled_16px_hidpi.png | Bin 0 -> 867 bytes
.../images/hidpi/fd_modify_16px_hidpi.png | Bin 0 -> 1629 bytes
.../images/hidpi/fd_modify_22px_hidpi.png | Bin 0 -> 2228 bytes
.../images/hidpi/fd_modify_disabled_16px_hidpi.png | Bin 0 -> 1429 bytes
.../images/hidpi/fd_modify_disabled_22px_hidpi.png | Bin 0 -> 1897 bytes
.../VirtualBox/images/hidpi/fd_read_16px_hidpi.png | Bin 0 -> 1641 bytes
.../images/hidpi/fd_release_16px_hidpi.png | Bin 0 -> 1832 bytes
.../images/hidpi/fd_release_22px_hidpi.png | Bin 0 -> 2433 bytes
.../hidpi/fd_release_disabled_16px_hidpi.png | Bin 0 -> 1597 bytes
.../hidpi/fd_release_disabled_22px_hidpi.png | Bin 0 -> 2058 bytes
.../images/hidpi/fd_remove_16px_hidpi.png | Bin 0 -> 1215 bytes
.../images/hidpi/fd_remove_22px_hidpi.png | Bin 0 -> 1580 bytes
.../images/hidpi/fd_remove_disabled_16px_hidpi.png | Bin 0 -> 1036 bytes
.../images/hidpi/fd_remove_disabled_22px_hidpi.png | Bin 0 -> 1297 bytes
.../images/hidpi/fd_unmount_16px_hidpi.png | Bin 0 -> 2010 bytes
.../hidpi/fd_unmount_disabled_16px_hidpi.png | Bin 0 -> 1775 bytes
.../images/hidpi/fd_write_16px_hidpi.png | Bin 0 -> 1598 bytes
.../VirtualBox/images/hidpi/floppy_16px_hidpi.png | Bin 0 -> 1599 bytes
.../images/hidpi/floppy_add_16px_hidpi.png | Bin 0 -> 2029 bytes
.../hidpi/floppy_add_disabled_16px_hidpi.png | Bin 0 -> 1814 bytes
.../images/hidpi/floppy_collapse_16px_hidpi.png | Bin 0 -> 1792 bytes
.../images/hidpi/floppy_expand_16px_hidpi.png | Bin 0 -> 1987 bytes
.../images/hidpi/fullscreen_16px_hidpi.png | Bin 0 -> 372 bytes
.../hidpi/fullscreen_disabled_16px_hidpi.png | Bin 0 -> 328 bytes
.../images/hidpi/fullscreen_on_16px_hidpi.png | Bin 0 -> 522 bytes
.../hidpi/fullscreen_on_disabled_16px_hidpi.png | Bin 0 -> 483 bytes
.../images/hidpi/global_settings_16px_hidpi.png | Bin 0 -> 1869 bytes
.../images/hidpi/group_abstract_16px_hidpi.png | Bin 0 -> 897 bytes
.../images/hidpi/guesttools_16px_hidpi.png | Bin 0 -> 1388 bytes
.../hidpi/guesttools_disabled_16px_hidpi.png | Bin 0 -> 1188 bytes
.../VirtualBox/images/hidpi/hd_16px_hidpi.png | Bin 0 -> 1827 bytes
.../VirtualBox/images/hidpi/hd_24px_hidpi.png | Bin 0 -> 2767 bytes
.../VirtualBox/images/hidpi/hd_32px_hidpi.png | Bin 0 -> 4479 bytes
.../VirtualBox/images/hidpi/hd_add_16px_hidpi.png | Bin 0 -> 2027 bytes
.../images/hidpi/hd_add_disabled_16px_hidpi.png | Bin 0 -> 1787 bytes
.../VirtualBox/images/hidpi/hd_copy_16px_hidpi.png | Bin 0 -> 1463 bytes
.../VirtualBox/images/hidpi/hd_copy_22px_hidpi.png | Bin 0 -> 2443 bytes
.../images/hidpi/hd_copy_disabled_16px_hidpi.png | Bin 0 -> 1394 bytes
.../images/hidpi/hd_copy_disabled_22px_hidpi.png | Bin 0 -> 2311 bytes
.../images/hidpi/hd_disabled_16px_hidpi.png | Bin 0 -> 1731 bytes
.../images/hidpi/hd_modify_16px_hidpi.png | Bin 0 -> 2224 bytes
.../images/hidpi/hd_modify_22px_hidpi.png | Bin 0 -> 3277 bytes
.../images/hidpi/hd_modify_disabled_16px_hidpi.png | Bin 0 -> 2127 bytes
.../images/hidpi/hd_modify_disabled_22px_hidpi.png | Bin 0 -> 2947 bytes
.../VirtualBox/images/hidpi/hd_new_16px_hidpi.png | Bin 0 -> 2191 bytes
.../images/hidpi/hd_new_disabled_16px_hidpi.png | Bin 0 -> 2127 bytes
.../VirtualBox/images/hidpi/hd_read_16px_hidpi.png | Bin 0 -> 2226 bytes
.../images/hidpi/hd_release_16px_hidpi.png | Bin 0 -> 2242 bytes
.../images/hidpi/hd_release_22px_hidpi.png | Bin 0 -> 3363 bytes
.../hidpi/hd_release_disabled_16px_hidpi.png | Bin 0 -> 2144 bytes
.../hidpi/hd_release_disabled_22px_hidpi.png | Bin 0 -> 3070 bytes
.../images/hidpi/hd_remove_16px_hidpi.png | Bin 0 -> 1765 bytes
.../images/hidpi/hd_remove_22px_hidpi.png | Bin 0 -> 2562 bytes
.../images/hidpi/hd_remove_disabled_16px_hidpi.png | Bin 0 -> 1650 bytes
.../images/hidpi/hd_remove_disabled_22px_hidpi.png | Bin 0 -> 2344 bytes
.../images/hidpi/hd_settings_16px_hidpi.png | Bin 0 -> 2348 bytes
.../hidpi/hd_settings_disabled_16px_hidpi.png | Bin 0 -> 2233 bytes
.../images/hidpi/hd_warning_16px_hidpi.png | Bin 0 -> 2160 bytes
.../images/hidpi/hd_write_16px_hidpi.png | Bin 0 -> 2155 bytes
.../VirtualBox/images/hidpi/help_16px_hidpi.png | Bin 0 -> 1494 bytes
.../hidpi/help_button_normal_mac_22px_hidpi.png | Bin 0 -> 4134 bytes
.../hidpi/help_button_pressed_mac_22px_hidpi.png | Bin 0 -> 4070 bytes
.../VirtualBox/images/hidpi/hostkey_16px_hidpi.png | Bin 0 -> 1496 bytes
.../VirtualBox/images/hidpi/hostkey_24px_hidpi.png | Bin 0 -> 2222 bytes
.../VirtualBox/images/hidpi/hostkey_32px_hidpi.png | Bin 0 -> 3441 bytes
.../images/hidpi/hostkey_captured_16px_hidpi.png | Bin 0 -> 1552 bytes
.../hidpi/hostkey_captured_pressed_16px_hidpi.png | Bin 0 -> 1500 bytes
.../images/hidpi/hostkey_disabled_16px_hidpi.png | Bin 0 -> 1174 bytes
.../images/hidpi/hostkey_pressed_16px_hidpi.png | Bin 0 -> 1451 bytes
.../images/hidpi/hostkey_warning_16px_hidpi.png | Bin 0 -> 1977 bytes
.../VirtualBox/images/hidpi/ide_16px_hidpi.png | Bin 0 -> 1901 bytes
.../VirtualBox/images/hidpi/ide_add_16px_hidpi.png | Bin 0 -> 2215 bytes
.../images/hidpi/ide_add_disabled_16px_hidpi.png | Bin 0 -> 2092 bytes
.../images/hidpi/ide_collapse_16px_hidpi.png | Bin 0 -> 1925 bytes
.../images/hidpi/ide_expand_16px_hidpi.png | Bin 0 -> 2180 bytes
.../VirtualBox/images/hidpi/import_16px_hidpi.png | Bin 0 -> 2116 bytes
.../images/hidpi/interface_16px_hidpi.png | Bin 0 -> 427 bytes
.../images/hidpi/interface_24px_hidpi.png | Bin 0 -> 449 bytes
.../images/hidpi/interface_32px_hidpi.png | Bin 0 -> 588 bytes
.../images/hidpi/interface_warning_16px_hidpi.png | Bin 0 -> 1278 bytes
.../images/hidpi/keyboard_16px_hidpi.png | Bin 0 -> 1561 bytes
.../images/hidpi/keyboard_24px_hidpi.png | Bin 0 -> 2933 bytes
.../images/hidpi/keyboard_32px_hidpi.png | Bin 0 -> 4066 bytes
.../images/hidpi/keyboard_settings_16px_hidpi.png | Bin 0 -> 2300 bytes
.../keyboard_settings_disabled_16px_hidpi.png | Bin 0 -> 1551 bytes
.../images/hidpi/list_movedown_16px_hidpi.png | Bin 0 -> 841 bytes
.../hidpi/list_movedown_disabled_16px_hidpi.png | Bin 0 -> 732 bytes
.../images/hidpi/list_moveup_16px_hidpi.png | Bin 0 -> 840 bytes
.../hidpi/list_moveup_disabled_16px_hidpi.png | Bin 0 -> 726 bytes
.../VirtualBox/images/hidpi/machine_16px_hidpi.png | Bin 0 -> 738 bytes
.../VirtualBox/images/hidpi/machine_24px_hidpi.png | Bin 0 -> 886 bytes
.../VirtualBox/images/hidpi/machine_32px_hidpi.png | Bin 0 -> 1218 bytes
.../images/hidpi/machine_abstract_16px_hidpi.png | Bin 0 -> 595 bytes
.../images/hidpi/machine_warning_16px_hidpi.png | Bin 0 -> 1502 bytes
.../images/hidpi/meditation_32px_hidpi.png | Bin 0 -> 8491 bytes
.../VirtualBox/images/hidpi/menubar_16px_hidpi.png | Bin 0 -> 608 bytes
.../images/hidpi/menubar_disabled_16px_hidpi.png | Bin 0 -> 531 bytes
.../images/hidpi/menubar_on_16px_hidpi.png | Bin 0 -> 760 bytes
.../hidpi/menubar_on_disabled_16px_hidpi.png | Bin 0 -> 690 bytes
.../images/hidpi/menubar_settings_16px_hidpi.png | Bin 0 -> 1634 bytes
.../hidpi/menubar_settings_disabled_16px_hidpi.png | Bin 0 -> 1481 bytes
.../images/hidpi/minimize_16px_hidpi.png | Bin 0 -> 482 bytes
.../VirtualBox/images/hidpi/mouse_16px_hidpi.png | Bin 0 -> 2239 bytes
.../images/hidpi/mouse_can_seamless_16px_hidpi.png | Bin 0 -> 2401 bytes
.../mouse_can_seamless_disabled_16px_hidpi.png | Bin 0 -> 2195 bytes
.../hidpi/mouse_can_seamless_on_16px_hidpi.png | Bin 0 -> 1927 bytes
.../mouse_can_seamless_on_disabled_16px_hidpi.png | Bin 0 -> 1882 bytes
.../mouse_can_seamless_uncaptured_16px_hidpi.png | Bin 0 -> 2305 bytes
.../images/hidpi/mouse_disabled_16px_hidpi.png | Bin 0 -> 2017 bytes
.../images/hidpi/mouse_seamless_16px_hidpi.png | Bin 0 -> 2441 bytes
.../images/hidpi/movie_reel_16px_hidpi.png | Bin 0 -> 1639 bytes
.../VirtualBox/images/hidpi/name_16px_hidpi.png | Bin 0 -> 2362 bytes
.../VirtualBox/images/hidpi/next_16px_hidpi.png | Bin 0 -> 1184 bytes
.../VirtualBox/images/hidpi/nw_16px_hidpi.png | Bin 0 -> 863 bytes
.../VirtualBox/images/hidpi/nw_24px_hidpi.png | Bin 0 -> 1002 bytes
.../VirtualBox/images/hidpi/nw_32px_hidpi.png | Bin 0 -> 1284 bytes
.../images/hidpi/nw_disabled_16px_hidpi.png | Bin 0 -> 763 bytes
.../images/hidpi/nw_disconnected_16px_hidpi.png | Bin 0 -> 853 bytes
.../images/hidpi/nw_error_16px_hidpi.png | Bin 0 -> 1745 bytes
.../images/hidpi/nw_loading_16px_hidpi.png | Bin 0 -> 1971 bytes
.../VirtualBox/images/hidpi/nw_read_16px_hidpi.png | Bin 0 -> 1367 bytes
.../images/hidpi/nw_settings_16px_hidpi.png | Bin 0 -> 1655 bytes
.../hidpi/nw_settings_disabled_16px_hidpi.png | Bin 0 -> 1532 bytes
.../images/hidpi/nw_warning_16px_hidpi.png | Bin 0 -> 1503 bytes
.../images/hidpi/nw_write_16px_hidpi.png | Bin 0 -> 1297 bytes
.../VirtualBox/images/hidpi/ok_16px_hidpi.png | Bin 0 -> 2200 bytes
.../images/hidpi/os_archlinux_64_hidpi.png | Bin 0 -> 4977 bytes
.../VirtualBox/images/hidpi/os_archlinux_hidpi.png | Bin 0 -> 4248 bytes
.../VirtualBox/images/hidpi/os_debian_64_hidpi.png | Bin 0 -> 6386 bytes
.../VirtualBox/images/hidpi/os_debian_hidpi.png | Bin 0 -> 5888 bytes
.../VirtualBox/images/hidpi/os_dos_hidpi.png | Bin 0 -> 4255 bytes
.../VirtualBox/images/hidpi/os_fedora_64_hidpi.png | Bin 0 -> 4025 bytes
.../VirtualBox/images/hidpi/os_fedora_hidpi.png | Bin 0 -> 3385 bytes
.../images/hidpi/os_freebsd_64_hidpi.png | Bin 0 -> 4576 bytes
.../VirtualBox/images/hidpi/os_freebsd_hidpi.png | Bin 0 -> 4100 bytes
.../VirtualBox/images/hidpi/os_freedos_hidpi.png | Bin 0 -> 5072 bytes
.../VirtualBox/images/hidpi/os_gentoo_64_hidpi.png | Bin 0 -> 4896 bytes
.../VirtualBox/images/hidpi/os_gentoo_hidpi.png | Bin 0 -> 4386 bytes
.../VirtualBox/images/hidpi/os_jrockitve_hidpi.png | Bin 0 -> 4627 bytes
.../VirtualBox/images/hidpi/os_l4_hidpi.png | Bin 0 -> 4690 bytes
.../VirtualBox/images/hidpi/os_linux22_hidpi.png | Bin 0 -> 5248 bytes
.../images/hidpi/os_linux24_64_hidpi.png | Bin 0 -> 5889 bytes
.../VirtualBox/images/hidpi/os_linux24_hidpi.png | Bin 0 -> 5221 bytes
.../images/hidpi/os_linux26_64_hidpi.png | Bin 0 -> 5981 bytes
.../VirtualBox/images/hidpi/os_linux26_hidpi.png | Bin 0 -> 5301 bytes
.../VirtualBox/images/hidpi/os_linux_hidpi.png | Bin 0 -> 4471 bytes
.../images/hidpi/os_linux_other_hidpi.png | Bin 0 -> 5256 bytes
.../VirtualBox/images/hidpi/os_macosx_64_hidpi.png | Bin 0 -> 5152 bytes
.../VirtualBox/images/hidpi/os_macosx_hidpi.png | Bin 0 -> 5056 bytes
.../images/hidpi/os_mandriva_64_hidpi.png | Bin 0 -> 5394 bytes
.../VirtualBox/images/hidpi/os_mandriva_hidpi.png | Bin 0 -> 4725 bytes
.../VirtualBox/images/hidpi/os_mint_64_hidpi.png | Bin 0 -> 3030 bytes
.../VirtualBox/images/hidpi/os_mint_hidpi.png | Bin 0 -> 2356 bytes
.../VirtualBox/images/hidpi/os_netbsd_64_hidpi.png | Bin 0 -> 5306 bytes
.../VirtualBox/images/hidpi/os_netbsd_hidpi.png | Bin 0 -> 4933 bytes
.../VirtualBox/images/hidpi/os_netware_hidpi.png | Bin 0 -> 6512 bytes
.../images/hidpi/os_openbsd_64_hidpi.png | Bin 0 -> 6951 bytes
.../VirtualBox/images/hidpi/os_openbsd_hidpi.png | Bin 0 -> 6463 bytes
.../images/hidpi/os_opensuse_64_hidpi.png | Bin 0 -> 7872 bytes
.../VirtualBox/images/hidpi/os_opensuse_hidpi.png | Bin 0 -> 7229 bytes
.../VirtualBox/images/hidpi/os_oracle_64_hidpi.png | Bin 0 -> 6872 bytes
.../VirtualBox/images/hidpi/os_oracle_hidpi.png | Bin 0 -> 6679 bytes
.../images/hidpi/os_oraclesolaris_64_hidpi.png | Bin 0 -> 3909 bytes
.../images/hidpi/os_oraclesolaris_hidpi.png | Bin 0 -> 3234 bytes
.../VirtualBox/images/hidpi/os_os2_other_hidpi.png | Bin 0 -> 6672 bytes
.../VirtualBox/images/hidpi/os_os2ecs_hidpi.png | Bin 0 -> 5308 bytes
.../VirtualBox/images/hidpi/os_os2warp3_hidpi.png | Bin 0 -> 6780 bytes
.../VirtualBox/images/hidpi/os_os2warp45_hidpi.png | Bin 0 -> 5148 bytes
.../VirtualBox/images/hidpi/os_os2warp4_hidpi.png | Bin 0 -> 4822 bytes
.../VirtualBox/images/hidpi/os_other_64_hidpi.png | Bin 0 -> 5022 bytes
.../VirtualBox/images/hidpi/os_other_hidpi.png | Bin 0 -> 5058 bytes
.../VirtualBox/images/hidpi/os_qnx_hidpi.png | Bin 0 -> 6583 bytes
.../VirtualBox/images/hidpi/os_redhat_64_hidpi.png | Bin 0 -> 6082 bytes
.../VirtualBox/images/hidpi/os_redhat_hidpi.png | Bin 0 -> 5447 bytes
.../images/hidpi/os_solaris_64_hidpi.png | Bin 0 -> 5651 bytes
.../VirtualBox/images/hidpi/os_solaris_hidpi.png | Bin 0 -> 5235 bytes
.../images/hidpi/os_turbolinux_64_hidpi.png | Bin 0 -> 4934 bytes
.../images/hidpi/os_turbolinux_hidpi.png | Bin 0 -> 4835 bytes
.../VirtualBox/images/hidpi/os_type_16px_hidpi.png | Bin 0 -> 839 bytes
.../VirtualBox/images/hidpi/os_ubuntu_64_hidpi.png | Bin 0 -> 5371 bytes
.../VirtualBox/images/hidpi/os_ubuntu_hidpi.png | Bin 0 -> 5006 bytes
.../VirtualBox/images/hidpi/os_win10_64_hidpi.png | Bin 0 -> 7389 bytes
.../VirtualBox/images/hidpi/os_win10_hidpi.png | Bin 0 -> 7531 bytes
.../images/hidpi/os_win2k12_64_hidpi.png | Bin 0 -> 7172 bytes
.../VirtualBox/images/hidpi/os_win2k3_64_hidpi.png | Bin 0 -> 7610 bytes
.../VirtualBox/images/hidpi/os_win2k3_hidpi.png | Bin 0 -> 7773 bytes
.../VirtualBox/images/hidpi/os_win2k8_64_hidpi.png | Bin 0 -> 7658 bytes
.../VirtualBox/images/hidpi/os_win2k8_hidpi.png | Bin 0 -> 7821 bytes
.../VirtualBox/images/hidpi/os_win2k_hidpi.png | Bin 0 -> 7682 bytes
.../VirtualBox/images/hidpi/os_win31_hidpi.png | Bin 0 -> 7710 bytes
.../VirtualBox/images/hidpi/os_win7_64_hidpi.png | Bin 0 -> 7409 bytes
.../VirtualBox/images/hidpi/os_win7_hidpi.png | Bin 0 -> 7555 bytes
.../VirtualBox/images/hidpi/os_win81_64_hidpi.png | Bin 0 -> 7651 bytes
.../VirtualBox/images/hidpi/os_win81_hidpi.png | Bin 0 -> 7802 bytes
.../VirtualBox/images/hidpi/os_win8_64_hidpi.png | Bin 0 -> 7688 bytes
.../VirtualBox/images/hidpi/os_win8_hidpi.png | Bin 0 -> 7826 bytes
.../VirtualBox/images/hidpi/os_win95_hidpi.png | Bin 0 -> 7675 bytes
.../VirtualBox/images/hidpi/os_win98_hidpi.png | Bin 0 -> 7894 bytes
.../VirtualBox/images/hidpi/os_win_other_hidpi.png | Bin 0 -> 8014 bytes
.../VirtualBox/images/hidpi/os_winme_hidpi.png | Bin 0 -> 7498 bytes
.../VirtualBox/images/hidpi/os_winnt4_hidpi.png | Bin 0 -> 7398 bytes
.../images/hidpi/os_winvista_64_hidpi.png | Bin 0 -> 7593 bytes
.../VirtualBox/images/hidpi/os_winvista_hidpi.png | Bin 0 -> 7754 bytes
.../VirtualBox/images/hidpi/os_winxp_64_hidpi.png | Bin 0 -> 7470 bytes
.../VirtualBox/images/hidpi/os_winxp_hidpi.png | Bin 0 -> 7625 bytes
.../images/hidpi/os_xandros_64_hidpi.png | Bin 0 -> 5224 bytes
.../VirtualBox/images/hidpi/os_xandros_hidpi.png | Bin 0 -> 4759 bytes
.../images/hidpi/parallel_port_16px_hidpi.png | Bin 0 -> 2104 bytes
.../images/hidpi/parallel_port_24px_hidpi.png | Bin 0 -> 3741 bytes
.../images/hidpi/parallel_port_32px_hidpi.png | Bin 0 -> 5607 bytes
.../hidpi/parallel_port_warning_16px_hidpi.png | Bin 0 -> 2416 bytes
.../VirtualBox/images/hidpi/pin_16px_hidpi.png | Bin 0 -> 1599 bytes
.../hidpi/preview_empty_16to10_242x167px_hidpi.png | Bin 0 -> 4271 bytes
.../hidpi/preview_empty_16to9_242x155px_hidpi.png | Bin 0 -> 4197 bytes
.../hidpi/preview_empty_4to3_242x192px_hidpi.png | Bin 0 -> 4448 bytes
.../hidpi/preview_full_16to10_242x167px_hidpi.png | Bin 0 -> 11944 bytes
.../hidpi/preview_full_16to9_242x155px_hidpi.png | Bin 0 -> 11440 bytes
.../hidpi/preview_full_4to3_242x192px_hidpi.png | Bin 0 -> 13000 bytes
.../images/hidpi/previous_16px_hidpi.png | Bin 0 -> 1073 bytes
.../images/hidpi/progress_clone_90px_hidpi.png | Bin 0 -> 18751 bytes
.../images/hidpi/progress_delete_90px_hidpi.png | Bin 0 -> 23048 bytes
.../images/hidpi/progress_dnd_gh_90px_hidpi.png | Bin 0 -> 16387 bytes
.../images/hidpi/progress_dnd_hg_90px_hidpi.png | Bin 0 -> 15317 bytes
.../images/hidpi/progress_export_90px_hidpi.png | Bin 0 -> 23241 bytes
.../images/hidpi/progress_import_90px_hidpi.png | Bin 0 -> 24803 bytes
...progress_install_guest_additions_90px_hidpi.png | Bin 0 -> 21651 bytes
.../hidpi/progress_media_create_90px_hidpi.png | Bin 0 -> 16752 bytes
.../hidpi/progress_media_delete_90px_hidpi.png | Bin 0 -> 17215 bytes
.../progress_network_interface_90px_hidpi.png | Bin 0 -> 4301 bytes
.../images/hidpi/progress_poweroff_90px_hidpi.png | Bin 0 -> 18732 bytes
.../progress_reading_appliance_90px_hidpi.png | Bin 0 -> 24756 bytes
.../images/hidpi/progress_refresh_90px_hidpi.png | Bin 0 -> 27797 bytes
.../images/hidpi/progress_settings_90px_hidpi.png | Bin 0 -> 22889 bytes
.../hidpi/progress_snapshot_create_90px_hidpi.png | Bin 0 -> 20206 bytes
.../hidpi/progress_snapshot_discard_90px_hidpi.png | Bin 0 -> 8012 bytes
.../hidpi/progress_snapshot_restore_90px_hidpi.png | Bin 0 -> 8700 bytes
.../images/hidpi/progress_start_90px_hidpi.png | Bin 0 -> 21443 bytes
.../hidpi/progress_state_restore_90px_hidpi.png | Bin 0 -> 36393 bytes
.../hidpi/progress_state_save_90px_hidpi.png | Bin 0 -> 35971 bytes
.../VirtualBox/images/hidpi/proxy_16px_hidpi.png | Bin 0 -> 891 bytes
.../VirtualBox/images/hidpi/proxy_24px_hidpi.png | Bin 0 -> 1145 bytes
.../VirtualBox/images/hidpi/proxy_32px_hidpi.png | Bin 0 -> 1306 bytes
.../images/hidpi/proxy_warning_16px_hidpi.png | Bin 0 -> 1671 bytes
.../VirtualBox/images/hidpi/ram_16px_hidpi.png | Bin 0 -> 831 bytes
.../VirtualBox/images/hidpi/refresh_16px_hidpi.png | Bin 0 -> 2197 bytes
.../VirtualBox/images/hidpi/refresh_22px_hidpi.png | Bin 0 -> 3425 bytes
.../VirtualBox/images/hidpi/refresh_24px_hidpi.png | Bin 0 -> 3955 bytes
.../VirtualBox/images/hidpi/refresh_32px_hidpi.png | Bin 0 -> 5529 bytes
.../images/hidpi/refresh_disabled_16px_hidpi.png | Bin 0 -> 2139 bytes
.../images/hidpi/refresh_disabled_22px_hidpi.png | Bin 0 -> 2971 bytes
.../images/hidpi/refresh_disabled_32px_hidpi.png | Bin 0 -> 4577 bytes
.../images/hidpi/refresh_warning_16px_hidpi.png | Bin 0 -> 2380 bytes
.../images/hidpi/remove_host_iface_16px_hidpi.png | Bin 0 -> 905 bytes
.../remove_host_iface_disabled_16px_hidpi.png | Bin 0 -> 821 bytes
.../images/hidpi/reset_warnings_16px_hidpi.png | Bin 0 -> 1513 bytes
.../VirtualBox/images/hidpi/restore_16px_hidpi.png | Bin 0 -> 535 bytes
.../VirtualBox/images/hidpi/sata_16px_hidpi.png | Bin 0 -> 1571 bytes
.../images/hidpi/sata_add_16px_hidpi.png | Bin 0 -> 1957 bytes
.../images/hidpi/sata_add_disabled_16px_hidpi.png | Bin 0 -> 1803 bytes
.../images/hidpi/sata_collapse_16px_hidpi.png | Bin 0 -> 1618 bytes
.../images/hidpi/sata_expand_16px_hidpi.png | Bin 0 -> 1922 bytes
.../VirtualBox/images/hidpi/scale_16px_hidpi.png | Bin 0 -> 858 bytes
.../images/hidpi/scale_disabled_16px_hidpi.png | Bin 0 -> 683 bytes
.../images/hidpi/scale_factor_16px_hidpi.png | Bin 0 -> 482 bytes
.../hidpi/scale_factor_disabled_16px_hidpi.png | Bin 0 -> 418 bytes
.../images/hidpi/scale_on_16px_hidpi.png | Bin 0 -> 888 bytes
.../images/hidpi/scale_on_disabled_16px_hidpi.png | Bin 0 -> 740 bytes
.../images/hidpi/screenshot_take_16px_hidpi.png | Bin 0 -> 1266 bytes
.../hidpi/screenshot_take_disabled_16px_hidpi.png | Bin 0 -> 1161 bytes
.../VirtualBox/images/hidpi/scsi_16px_hidpi.png | Bin 0 -> 2052 bytes
.../images/hidpi/scsi_add_16px_hidpi.png | Bin 0 -> 2359 bytes
.../images/hidpi/scsi_add_disabled_16px_hidpi.png | Bin 0 -> 2221 bytes
.../images/hidpi/scsi_collapse_16px_hidpi.png | Bin 0 -> 2009 bytes
.../images/hidpi/scsi_expand_16px_hidpi.png | Bin 0 -> 2307 bytes
.../images/hidpi/seamless_16px_hidpi.png | Bin 0 -> 656 bytes
.../images/hidpi/seamless_disabled_16px_hidpi.png | Bin 0 -> 576 bytes
.../images/hidpi/seamless_on_16px_hidpi.png | Bin 0 -> 720 bytes
.../hidpi/seamless_on_disabled_16px_hidpi.png | Bin 0 -> 642 bytes
.../images/hidpi/select_file_16px_hidpi.png | Bin 0 -> 1508 bytes
.../hidpi/select_file_disabled_16px_hidpi.png | Bin 0 -> 1373 bytes
.../images/hidpi/serial_port_16px_hidpi.png | Bin 0 -> 2427 bytes
.../images/hidpi/serial_port_24px_hidpi.png | Bin 0 -> 4279 bytes
.../images/hidpi/serial_port_32px_hidpi.png | Bin 0 -> 6338 bytes
.../hidpi/serial_port_warning_16px_hidpi.png | Bin 0 -> 2557 bytes
.../images/hidpi/session_info_16px_hidpi.png | Bin 0 -> 2071 bytes
.../images/hidpi/session_info_32px_hidpi.png | Bin 0 -> 4992 bytes
.../hidpi/session_info_details_16px_hidpi.png | Bin 0 -> 1718 bytes
.../hidpi/session_info_disabled_16px_hidpi.png | Bin 0 -> 1914 bytes
.../hidpi/session_info_runtime_16px_hidpi.png | Bin 0 -> 1310 bytes
.../VirtualBox/images/hidpi/sf_16px_hidpi.png | Bin 0 -> 643 bytes
.../VirtualBox/images/hidpi/sf_24px_hidpi.png | Bin 0 -> 966 bytes
.../VirtualBox/images/hidpi/sf_32px_hidpi.png | Bin 0 -> 1433 bytes
.../VirtualBox/images/hidpi/sf_add_16px_hidpi.png | Bin 0 -> 1335 bytes
.../images/hidpi/sf_add_disabled_16px_hidpi.png | Bin 0 -> 1141 bytes
.../images/hidpi/sf_disabled_16px_hidpi.png | Bin 0 -> 596 bytes
.../VirtualBox/images/hidpi/sf_edit_16px_hidpi.png | Bin 0 -> 1311 bytes
.../images/hidpi/sf_edit_disabled_16px_hidpi.png | Bin 0 -> 1252 bytes
.../VirtualBox/images/hidpi/sf_read_16px_hidpi.png | Bin 0 -> 1327 bytes
.../images/hidpi/sf_remove_16px_hidpi.png | Bin 0 -> 831 bytes
.../images/hidpi/sf_remove_disabled_16px_hidpi.png | Bin 0 -> 753 bytes
.../images/hidpi/sf_settings_16px_hidpi.png | Bin 0 -> 1654 bytes
.../hidpi/sf_settings_disabled_16px_hidpi.png | Bin 0 -> 1561 bytes
.../images/hidpi/sf_warning_16px_hidpi.png | Bin 0 -> 1464 bytes
.../images/hidpi/sf_write_16px_hidpi.png | Bin 0 -> 1255 bytes
.../images/hidpi/shared_clipboard_16px_hidpi.png | Bin 0 -> 583 bytes
.../hidpi/shared_clipboard_disabled_16px_hidpi.png | Bin 0 -> 449 bytes
.../VirtualBox/images/hidpi/site_16px_hidpi.png | Bin 0 -> 2285 bytes
.../VirtualBox/images/hidpi/site_24px_hidpi.png | Bin 0 -> 4348 bytes
.../VirtualBox/images/hidpi/site_32px_hidpi.png | Bin 0 -> 6301 bytes
.../images/hidpi/site_warning_16px_hidpi.png | Bin 0 -> 2417 bytes
.../images/hidpi/snapshot_delete_16px_hidpi.png | Bin 0 -> 2280 bytes
.../images/hidpi/snapshot_delete_22px_hidpi.png | Bin 0 -> 3722 bytes
.../hidpi/snapshot_delete_disabled_16px_hidpi.png | Bin 0 -> 2148 bytes
.../hidpi/snapshot_delete_disabled_22px_hidpi.png | Bin 0 -> 3262 bytes
.../images/hidpi/snapshot_offline_16px_hidpi.png | Bin 0 -> 1785 bytes
.../images/hidpi/snapshot_online_16px_hidpi.png | Bin 0 -> 2042 bytes
.../images/hidpi/snapshot_restore_16px_hidpi.png | Bin 0 -> 2097 bytes
.../images/hidpi/snapshot_restore_22px_hidpi.png | Bin 0 -> 3367 bytes
.../hidpi/snapshot_restore_disabled_16px_hidpi.png | Bin 0 -> 2010 bytes
.../hidpi/snapshot_restore_disabled_22px_hidpi.png | Bin 0 -> 3013 bytes
.../hidpi/snapshot_show_details_16px_hidpi.png | Bin 0 -> 2070 bytes
.../hidpi/snapshot_show_details_22px_hidpi.png | Bin 0 -> 3209 bytes
.../snapshot_show_details_disabled_16px_hidpi.png | Bin 0 -> 1987 bytes
.../snapshot_show_details_disabled_22px_hidpi.png | Bin 0 -> 2848 bytes
.../images/hidpi/snapshot_take_16px_hidpi.png | Bin 0 -> 1559 bytes
.../images/hidpi/snapshot_take_22px_hidpi.png | Bin 0 -> 2407 bytes
.../hidpi/snapshot_take_disabled_16px_hidpi.png | Bin 0 -> 1427 bytes
.../hidpi/snapshot_take_disabled_22px_hidpi.png | Bin 0 -> 2081 bytes
.../VirtualBox/images/hidpi/sort_16px_hidpi.png | Bin 0 -> 1701 bytes
.../images/hidpi/sort_disabled_16px_hidpi.png | Bin 0 -> 1497 bytes
.../VirtualBox/images/hidpi/sound_16px_hidpi.png | Bin 0 -> 1448 bytes
.../VirtualBox/images/hidpi/sound_24px_hidpi.png | Bin 0 -> 1954 bytes
.../VirtualBox/images/hidpi/sound_32px_hidpi.png | Bin 0 -> 2918 bytes
.../images/hidpi/sound_warning_16px_hidpi.png | Bin 0 -> 1921 bytes
.../images/hidpi/state_aborted_16px_hidpi.png | Bin 0 -> 1310 bytes
.../images/hidpi/state_discarding_16px_hidpi.png | Bin 0 -> 2110 bytes
.../images/hidpi/state_paused_16px_hidpi.png | Bin 0 -> 700 bytes
.../images/hidpi/state_powered_off_16px_hidpi.png | Bin 0 -> 2195 bytes
.../images/hidpi/state_restoring_16px_hidpi.png | Bin 0 -> 1831 bytes
.../images/hidpi/state_running_16px_hidpi.png | Bin 0 -> 1792 bytes
.../images/hidpi/state_saved_16px_hidpi.png | Bin 0 -> 1801 bytes
.../images/hidpi/state_saving_16px_hidpi.png | Bin 0 -> 1857 bytes
.../images/hidpi/state_stuck_16px_hidpi.png | Bin 0 -> 771 bytes
.../images/hidpi/status_check_16px_hidpi.png | Bin 0 -> 2013 bytes
.../images/hidpi/status_error_16px_hidpi.png | Bin 0 -> 1956 bytes
.../images/hidpi/statusbar_16px_hidpi.png | Bin 0 -> 607 bytes
.../images/hidpi/statusbar_disabled_16px_hidpi.png | Bin 0 -> 510 bytes
.../images/hidpi/statusbar_on_16px_hidpi.png | Bin 0 -> 649 bytes
.../hidpi/statusbar_on_disabled_16px_hidpi.png | Bin 0 -> 605 bytes
.../images/hidpi/statusbar_settings_16px_hidpi.png | Bin 0 -> 1571 bytes
.../statusbar_settings_disabled_16px_hidpi.png | Bin 0 -> 1429 bytes
.../VirtualBox/images/hidpi/usb_16px_hidpi.png | Bin 0 -> 1953 bytes
.../VirtualBox/images/hidpi/usb_24px_hidpi.png | Bin 0 -> 3093 bytes
.../VirtualBox/images/hidpi/usb_32px_hidpi.png | Bin 0 -> 4396 bytes
.../VirtualBox/images/hidpi/usb_add_16px_hidpi.png | Bin 0 -> 2092 bytes
.../images/hidpi/usb_add_disabled_16px_hidpi.png | Bin 0 -> 1931 bytes
.../images/hidpi/usb_collapse_16px_hidpi.png | Bin 0 -> 1915 bytes
.../images/hidpi/usb_disabled_16px_hidpi.png | Bin 0 -> 1878 bytes
.../images/hidpi/usb_expand_16px_hidpi.png | Bin 0 -> 2043 bytes
.../images/hidpi/usb_filter_edit_16px_hidpi.png | Bin 0 -> 2335 bytes
.../hidpi/usb_filter_edit_disabled_16px_hidpi.png | Bin 0 -> 2285 bytes
.../images/hidpi/usb_movedown_16px_hidpi.png | Bin 0 -> 2366 bytes
.../hidpi/usb_movedown_disabled_16px_hidpi.png | Bin 0 -> 2356 bytes
.../images/hidpi/usb_moveup_16px_hidpi.png | Bin 0 -> 2334 bytes
.../hidpi/usb_moveup_disabled_16px_hidpi.png | Bin 0 -> 2285 bytes
.../VirtualBox/images/hidpi/usb_new_16px_hidpi.png | Bin 0 -> 2333 bytes
.../images/hidpi/usb_new_disabled_16px_hidpi.png | Bin 0 -> 2285 bytes
.../images/hidpi/usb_read_16px_hidpi.png | Bin 0 -> 2358 bytes
.../images/hidpi/usb_remove_16px_hidpi.png | Bin 0 -> 1885 bytes
.../hidpi/usb_remove_disabled_16px_hidpi.png | Bin 0 -> 1808 bytes
.../images/hidpi/usb_settings_16px_hidpi.png | Bin 0 -> 2468 bytes
.../hidpi/usb_settings_disabled_16px_hidpi.png | Bin 0 -> 2422 bytes
.../images/hidpi/usb_unavailable_16px_hidpi.png | Bin 0 -> 2414 bytes
.../hidpi/usb_unavailable_disabled_16px_hidpi.png | Bin 0 -> 2412 bytes
.../images/hidpi/usb_warning_16px_hidpi.png | Bin 0 -> 2187 bytes
.../images/hidpi/usb_write_16px_hidpi.png | Bin 0 -> 2296 bytes
.../images/hidpi/video_capture_16px_hidpi.png | Bin 0 -> 870 bytes
.../hidpi/video_capture_disabled_16px_hidpi.png | Bin 0 -> 825 bytes
.../images/hidpi/video_capture_on_16px_hidpi.png | Bin 0 -> 930 bytes
.../hidpi/video_capture_on_disabled_16px_hidpi.png | Bin 0 -> 896 bytes
.../hidpi/video_capture_settings_16px_hidpi.png | Bin 0 -> 1765 bytes
.../images/hidpi/virtual_screen_16px_hidpi.png | Bin 0 -> 1429 bytes
.../hidpi/virtual_screen_disabled_16px_hidpi.png | Bin 0 -> 1325 bytes
.../VirtualBox/images/hidpi/vm_add_16px_hidpi.png | Bin 0 -> 1229 bytes
.../images/hidpi/vm_clone_16px_hidpi.png | Bin 0 -> 2242 bytes
.../images/hidpi/vm_clone_22px_hidpi.png | Bin 0 -> 2994 bytes
.../images/hidpi/vm_clone_disabled_16px_hidpi.png | Bin 0 -> 2203 bytes
.../images/hidpi/vm_clone_disabled_22px_hidpi.png | Bin 0 -> 2939 bytes
.../images/hidpi/vm_create_shortcut_16px_hidpi.png | Bin 0 -> 1405 bytes
.../vm_create_shortcut_disabled_16px_hidpi.png | Bin 0 -> 1389 bytes
.../images/hidpi/vm_delete_16px_hidpi.png | Bin 0 -> 2435 bytes
.../images/hidpi/vm_delete_32px_hidpi.png | Bin 0 -> 5143 bytes
.../images/hidpi/vm_delete_disabled_16px_hidpi.png | Bin 0 -> 2252 bytes
.../images/hidpi/vm_delete_disabled_32px_hidpi.png | Bin 0 -> 4037 bytes
.../images/hidpi/vm_discard_16px_hidpi.png | Bin 0 -> 1779 bytes
.../images/hidpi/vm_discard_32px_hidpi.png | Bin 0 -> 3650 bytes
.../hidpi/vm_discard_disabled_16px_hidpi.png | Bin 0 -> 1608 bytes
.../hidpi/vm_discard_disabled_32px_hidpi.png | Bin 0 -> 2888 bytes
.../images/hidpi/vm_group_create_16px_hidpi.png | Bin 0 -> 2051 bytes
.../hidpi/vm_group_create_disabled_16px_hidpi.png | Bin 0 -> 1598 bytes
.../images/hidpi/vm_group_name_16px_hidpi.png | Bin 0 -> 2059 bytes
.../hidpi/vm_group_name_disabled_16px_hidpi.png | Bin 0 -> 1598 bytes
.../images/hidpi/vm_group_remove_16px_hidpi.png | Bin 0 -> 2203 bytes
.../hidpi/vm_group_remove_disabled_16px_hidpi.png | Bin 0 -> 1795 bytes
.../VirtualBox/images/hidpi/vm_new_16px_hidpi.png | Bin 0 -> 2211 bytes
.../VirtualBox/images/hidpi/vm_new_32px_hidpi.png | Bin 0 -> 5547 bytes
.../hidpi/vm_open_filemanager_16px_hidpi.png | Bin 0 -> 392 bytes
.../vm_open_filemanager_disabled_16px_hidpi.png | Bin 0 -> 462 bytes
.../images/hidpi/vm_pause_16px_hidpi.png | Bin 0 -> 700 bytes
.../images/hidpi/vm_pause_disabled_16px_hidpi.png | Bin 0 -> 604 bytes
.../images/hidpi/vm_pause_on_16px_hidpi.png | Bin 0 -> 811 bytes
.../hidpi/vm_pause_on_disabled_16px_hidpi.png | Bin 0 -> 727 bytes
.../images/hidpi/vm_poweroff_16px_hidpi.png | Bin 0 -> 1482 bytes
.../hidpi/vm_poweroff_disabled_16px_hidpi.png | Bin 0 -> 1458 bytes
.../images/hidpi/vm_reset_16px_hidpi.png | Bin 0 -> 2306 bytes
.../images/hidpi/vm_reset_disabled_16px_hidpi.png | Bin 0 -> 2225 bytes
.../images/hidpi/vm_save_state_16px_hidpi.png | Bin 0 -> 1860 bytes
.../hidpi/vm_save_state_disabled_16px_hidpi.png | Bin 0 -> 1622 bytes
.../images/hidpi/vm_settings_16px_hidpi.png | Bin 0 -> 2411 bytes
.../images/hidpi/vm_settings_32px_hidpi.png | Bin 0 -> 6097 bytes
.../hidpi/vm_settings_disabled_16px_hidpi.png | Bin 0 -> 2242 bytes
.../hidpi/vm_settings_disabled_32px_hidpi.png | Bin 0 -> 4959 bytes
.../images/hidpi/vm_show_logs_16px_hidpi.png | Bin 0 -> 1354 bytes
.../images/hidpi/vm_show_logs_32px_hidpi.png | Bin 0 -> 2592 bytes
.../hidpi/vm_show_logs_disabled_16px_hidpi.png | Bin 0 -> 1218 bytes
.../hidpi/vm_show_logs_disabled_32px_hidpi.png | Bin 0 -> 2384 bytes
.../images/hidpi/vm_shutdown_16px_hidpi.png | Bin 0 -> 2203 bytes
.../hidpi/vm_shutdown_disabled_16px_hidpi.png | Bin 0 -> 2161 bytes
.../images/hidpi/vm_start_16px_hidpi.png | Bin 0 -> 1792 bytes
.../images/hidpi/vm_start_32px_hidpi.png | Bin 0 -> 3799 bytes
.../images/hidpi/vm_start_disabled_16px_hidpi.png | Bin 0 -> 1701 bytes
.../images/hidpi/vm_start_disabled_32px_hidpi.png | Bin 0 -> 2993 bytes
.../images/hidpi/vm_start_headless_16px_hidpi.png | Bin 0 -> 1858 bytes
.../images/hidpi/vm_start_separate_16px_hidpi.png | Bin 0 -> 1889 bytes
.../VirtualBox/images/hidpi/vrdp_16px_hidpi.png | Bin 0 -> 995 bytes
.../VirtualBox/images/hidpi/vrdp_24px_hidpi.png | Bin 0 -> 1249 bytes
.../VirtualBox/images/hidpi/vrdp_32px_hidpi.png | Bin 0 -> 1435 bytes
.../images/hidpi/vrdp_disabled_16px_hidpi.png | Bin 0 -> 834 bytes
.../VirtualBox/images/hidpi/vrdp_on_16px_hidpi.png | Bin 0 -> 977 bytes
.../images/hidpi/vrdp_on_disabled_16px_hidpi.png | Bin 0 -> 857 bytes
.../images/hidpi/vrdp_warning_16px_hidpi.png | Bin 0 -> 1603 bytes
.../images/hidpi/vtx_amdv_16px_hidpi.png | Bin 0 -> 1298 bytes
.../images/hidpi/vtx_amdv_disabled_16px_hidpi.png | Bin 0 -> 1169 bytes
.../images/hidpi/web_camera_16px_hidpi.png | Bin 0 -> 1882 bytes
.../hidpi/web_camera_disabled_16px_hidpi.png | Bin 0 -> 1780 bytes
.../hidpi/web_camera_unavailable_16px_hidpi.png | Bin 0 -> 2349 bytes
.../web_camera_unavailable_disabled_16px_hidpi.png | Bin 0 -> 2245 bytes
.../Frontends/VirtualBox/images/hostkey_16px.png | Bin 3340 -> 707 bytes
.../Frontends/VirtualBox/images/hostkey_24px.png | Bin 0 -> 1028 bytes
.../Frontends/VirtualBox/images/hostkey_32px.png | Bin 4005 -> 1496 bytes
.../VirtualBox/images/hostkey_captured_16px.png | Bin 3352 -> 682 bytes
.../images/hostkey_captured_pressed_16px.png | Bin 3362 -> 707 bytes
.../VirtualBox/images/hostkey_disabled_16px.png | Bin 3302 -> 643 bytes
.../VirtualBox/images/hostkey_disabled_32px.png | Bin 3819 -> 0 bytes
.../VirtualBox/images/hostkey_pressed_16px.png | Bin 3339 -> 696 bytes
.../VirtualBox/images/hostkey_warning_16px.png | Bin 3449 -> 807 bytes
src/VBox/Frontends/VirtualBox/images/ide_16px.png | Bin 3410 -> 791 bytes
.../Frontends/VirtualBox/images/ide_add_16px.png | Bin 3457 -> 795 bytes
.../VirtualBox/images/ide_add_disabled_16px.png | Bin 3440 -> 787 bytes
.../VirtualBox/images/ide_collapse_16px.png | Bin 3400 -> 768 bytes
.../VirtualBox/images/ide_expand_16px.png | Bin 3444 -> 785 bytes
.../Frontends/VirtualBox/images/import_16px.png | Bin 3498 -> 844 bytes
.../Frontends/VirtualBox/images/interface_16px.png | Bin 0 -> 328 bytes
.../Frontends/VirtualBox/images/interface_24px.png | Bin 0 -> 377 bytes
.../Frontends/VirtualBox/images/interface_32px.png | Bin 0 -> 427 bytes
.../VirtualBox/images/interface_warning_16px.png | Bin 0 -> 635 bytes
.../Frontends/VirtualBox/images/keyboard_16px.png | Bin 0 -> 615 bytes
.../Frontends/VirtualBox/images/keyboard_24px.png | Bin 0 -> 979 bytes
.../Frontends/VirtualBox/images/keyboard_32px.png | Bin 0 -> 1561 bytes
.../VirtualBox/images/keyboard_settings_16px.png | Bin 0 -> 833 bytes
.../images/keyboard_settings_disabled_16px.png | Bin 0 -> 647 bytes
.../VirtualBox/images/list_movedown_16px.png | Bin 3167 -> 508 bytes
.../VirtualBox/images/list_movedown_22px.png | Bin 3274 -> 0 bytes
.../images/list_movedown_disabled_16px.png | Bin 3120 -> 461 bytes
.../images/list_movedown_disabled_22px.png | Bin 3212 -> 0 bytes
.../VirtualBox/images/list_moveup_16px.png | Bin 3167 -> 508 bytes
.../VirtualBox/images/list_moveup_22px.png | Bin 3264 -> 0 bytes
.../images/list_moveup_disabled_16px.png | Bin 3123 -> 464 bytes
.../images/list_moveup_disabled_22px.png | Bin 3204 -> 0 bytes
.../Frontends/VirtualBox/images/machine_16px.png | Bin 3021 -> 361 bytes
.../Frontends/VirtualBox/images/machine_24px.png | Bin 0 -> 445 bytes
.../Frontends/VirtualBox/images/machine_32px.png | Bin 3397 -> 738 bytes
.../VirtualBox/images/machine_abstract_16px.png | Bin 2986 -> 326 bytes
.../VirtualBox/images/machine_disabled_16px.png | Bin 3029 -> 0 bytes
.../VirtualBox/images/machine_disabled_32px.png | Bin 3345 -> 0 bytes
.../VirtualBox/images/machine_warning_16px.png | Bin 3314 -> 655 bytes
.../VirtualBox/images/meditation_32px.png | Bin 5306 -> 2649 bytes
.../Frontends/VirtualBox/images/menubar_16px.png | Bin 0 -> 346 bytes
.../VirtualBox/images/menubar_disabled_16px.png | Bin 0 -> 318 bytes
.../VirtualBox/images/menubar_on_16px.png | Bin 0 -> 422 bytes
.../VirtualBox/images/menubar_on_disabled_16px.png | Bin 0 -> 399 bytes
.../VirtualBox/images/menubar_settings_16px.png | Bin 0 -> 673 bytes
.../images/menubar_settings_disabled_16px.png | Bin 0 -> 635 bytes
.../Frontends/VirtualBox/images/minimize_16px.png | Bin 2930 -> 271 bytes
src/VBox/Frontends/VirtualBox/images/monitor.png | Bin 2855 -> 1243 bytes
.../Frontends/VirtualBox/images/monitor_glossy.png | Bin 1171 -> 1913 bytes
.../Frontends/VirtualBox/images/mouse_16px.png | Bin 3508 -> 849 bytes
.../VirtualBox/images/mouse_can_seamless_16px.png | Bin 3574 -> 914 bytes
.../images/mouse_can_seamless_disabled_16px.png | Bin 3565 -> 906 bytes
.../images/mouse_can_seamless_on_16px.png | Bin 3384 -> 725 bytes
.../images/mouse_can_seamless_on_disabled_16px.png | Bin 3399 -> 740 bytes
.../images/mouse_can_seamless_uncaptured_16px.png | Bin 3608 -> 949 bytes
.../VirtualBox/images/mouse_disabled_16px.png | Bin 3521 -> 861 bytes
.../VirtualBox/images/mouse_seamless_16px.png | Bin 3567 -> 908 bytes
.../VirtualBox/images/movie_reel_16px.png | Bin 3427 -> 780 bytes
src/VBox/Frontends/VirtualBox/images/name_16px.png | Bin 3542 -> 883 bytes
src/VBox/Frontends/VirtualBox/images/next_16px.png | Bin 3264 -> 605 bytes
src/VBox/Frontends/VirtualBox/images/nw_16px.png | Bin 3071 -> 412 bytes
src/VBox/Frontends/VirtualBox/images/nw_24px.png | Bin 0 -> 481 bytes
src/VBox/Frontends/VirtualBox/images/nw_32px.png | Bin 3523 -> 863 bytes
.../VirtualBox/images/nw_disabled_16px.png | Bin 3066 -> 407 bytes
.../VirtualBox/images/nw_disabled_32px.png | Bin 3446 -> 0 bytes
.../VirtualBox/images/nw_disconnected_16px.png | Bin 0 -> 422 bytes
.../Frontends/VirtualBox/images/nw_error_16px.png | Bin 3264 -> 675 bytes
.../VirtualBox/images/nw_loading_16px.png | Bin 3331 -> 672 bytes
.../Frontends/VirtualBox/images/nw_read_16px.png | Bin 3233 -> 574 bytes
.../VirtualBox/images/nw_settings_16px.png | Bin 3309 -> 650 bytes
.../images/nw_settings_disabled_16px.png | Bin 3290 -> 631 bytes
.../VirtualBox/images/nw_warning_16px.png | Bin 3304 -> 644 bytes
.../Frontends/VirtualBox/images/nw_write_16px.png | Bin 3221 -> 562 bytes
src/VBox/Frontends/VirtualBox/images/ok_16px.png | Bin 3521 -> 862 bytes
.../Frontends/VirtualBox/images/os_archlinux.png | Bin 4513 -> 1862 bytes
.../VirtualBox/images/os_archlinux_64.png | Bin 4767 -> 2108 bytes
src/VBox/Frontends/VirtualBox/images/os_debian.png | Bin 5000 -> 2341 bytes
.../Frontends/VirtualBox/images/os_debian_64.png | Bin 5185 -> 2525 bytes
src/VBox/Frontends/VirtualBox/images/os_dos.png | Bin 4648 -> 1988 bytes
src/VBox/Frontends/VirtualBox/images/os_fedora.png | Bin 4151 -> 1492 bytes
.../Frontends/VirtualBox/images/os_fedora_64.png | Bin 4440 -> 1781 bytes
.../Frontends/VirtualBox/images/os_freebsd.png | Bin 4771 -> 1724 bytes
.../Frontends/VirtualBox/images/os_freebsd_64.png | Bin 5057 -> 1933 bytes
src/VBox/Frontends/VirtualBox/images/os_gentoo.png | Bin 4442 -> 1782 bytes
.../Frontends/VirtualBox/images/os_gentoo_64.png | Bin 4664 -> 2005 bytes
.../Frontends/VirtualBox/images/os_jrockitve.png | Bin 5056 -> 2397 bytes
src/VBox/Frontends/VirtualBox/images/os_l4.png | Bin 4456 -> 1800 bytes
src/VBox/Frontends/VirtualBox/images/os_linux.png | Bin 4382 -> 1723 bytes
.../Frontends/VirtualBox/images/os_linux22.png | Bin 4634 -> 1975 bytes
.../Frontends/VirtualBox/images/os_linux24.png | Bin 4648 -> 1989 bytes
.../Frontends/VirtualBox/images/os_linux24_64.png | Bin 4935 -> 2268 bytes
.../Frontends/VirtualBox/images/os_linux26.png | Bin 4665 -> 2006 bytes
.../Frontends/VirtualBox/images/os_linux26_64.png | Bin 4957 -> 2289 bytes
.../Frontends/VirtualBox/images/os_linux_other.png | Bin 4659 -> 2003 bytes
src/VBox/Frontends/VirtualBox/images/os_macosx.png | Bin 4687 -> 2028 bytes
.../Frontends/VirtualBox/images/os_macosx_64.png | Bin 4772 -> 2113 bytes
.../Frontends/VirtualBox/images/os_mandriva.png | Bin 4550 -> 1890 bytes
.../Frontends/VirtualBox/images/os_mandriva_64.png | Bin 4844 -> 2185 bytes
src/VBox/Frontends/VirtualBox/images/os_netbsd.png | Bin 4661 -> 2001 bytes
.../Frontends/VirtualBox/images/os_netbsd_64.png | Bin 4825 -> 2166 bytes
.../Frontends/VirtualBox/images/os_netware.png | Bin 4967 -> 2308 bytes
.../Frontends/VirtualBox/images/os_openbsd.png | Bin 4973 -> 2314 bytes
.../Frontends/VirtualBox/images/os_openbsd_64.png | Bin 5174 -> 2515 bytes
.../Frontends/VirtualBox/images/os_opensuse.png | Bin 4988 -> 2329 bytes
.../Frontends/VirtualBox/images/os_opensuse_64.png | Bin 5245 -> 2579 bytes
src/VBox/Frontends/VirtualBox/images/os_oracle.png | Bin 5226 -> 2580 bytes
.../Frontends/VirtualBox/images/os_oracle_64.png | Bin 5267 -> 2613 bytes
.../VirtualBox/images/os_oraclesolaris.png | Bin 4110 -> 1451 bytes
.../VirtualBox/images/os_oraclesolaris_64.png | Bin 4416 -> 1752 bytes
.../Frontends/VirtualBox/images/os_os2_other.png | Bin 5421 -> 2762 bytes
src/VBox/Frontends/VirtualBox/images/os_os2ecs.png | Bin 4678 -> 2019 bytes
.../Frontends/VirtualBox/images/os_os2warp3.png | Bin 5353 -> 2689 bytes
.../Frontends/VirtualBox/images/os_os2warp4.png | Bin 4755 -> 2095 bytes
.../Frontends/VirtualBox/images/os_os2warp45.png | Bin 4842 -> 2183 bytes
src/VBox/Frontends/VirtualBox/images/os_other.png | Bin 4633 -> 1974 bytes
.../Frontends/VirtualBox/images/os_other_64.png | Bin 4661 -> 2002 bytes
src/VBox/Frontends/VirtualBox/images/os_qnx.png | Bin 5105 -> 2445 bytes
src/VBox/Frontends/VirtualBox/images/os_redhat.png | Bin 4733 -> 2073 bytes
.../Frontends/VirtualBox/images/os_redhat_64.png | Bin 4995 -> 2336 bytes
.../Frontends/VirtualBox/images/os_solaris.png | Bin 4617 -> 1959 bytes
.../Frontends/VirtualBox/images/os_solaris_64.png | Bin 4798 -> 2141 bytes
.../Frontends/VirtualBox/images/os_turbolinux.png | Bin 4739 -> 2083 bytes
.../VirtualBox/images/os_turbolinux_64.png | Bin 4819 -> 2160 bytes
.../Frontends/VirtualBox/images/os_type_16px.png | Bin 3070 -> 411 bytes
src/VBox/Frontends/VirtualBox/images/os_ubuntu.png | Bin 4640 -> 1981 bytes
.../Frontends/VirtualBox/images/os_ubuntu_64.png | Bin 4807 -> 2148 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k.png | Bin 5394 -> 2734 bytes
.../Frontends/VirtualBox/images/os_win2k12_64.png | Bin 5255 -> 2581 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k3.png | Bin 5413 -> 2754 bytes
.../Frontends/VirtualBox/images/os_win2k3_64.png | Bin 5393 -> 2733 bytes
src/VBox/Frontends/VirtualBox/images/os_win2k8.png | Bin 5395 -> 2736 bytes
.../Frontends/VirtualBox/images/os_win2k8_64.png | Bin 5369 -> 2710 bytes
src/VBox/Frontends/VirtualBox/images/os_win31.png | Bin 5349 -> 2690 bytes
src/VBox/Frontends/VirtualBox/images/os_win7.png | Bin 5310 -> 2636 bytes
.../Frontends/VirtualBox/images/os_win7_64.png | Bin 5297 -> 2637 bytes
src/VBox/Frontends/VirtualBox/images/os_win8.png | Bin 5381 -> 2733 bytes
.../Frontends/VirtualBox/images/os_win8_64.png | Bin 5372 -> 2724 bytes
src/VBox/Frontends/VirtualBox/images/os_win95.png | Bin 5352 -> 2692 bytes
src/VBox/Frontends/VirtualBox/images/os_win98.png | Bin 5400 -> 2741 bytes
.../Frontends/VirtualBox/images/os_win_other.png | Bin 5356 -> 2697 bytes
src/VBox/Frontends/VirtualBox/images/os_winme.png | Bin 5254 -> 2595 bytes
src/VBox/Frontends/VirtualBox/images/os_winnt4.png | Bin 5275 -> 2616 bytes
.../Frontends/VirtualBox/images/os_winvista.png | Bin 5365 -> 2706 bytes
.../Frontends/VirtualBox/images/os_winvista_64.png | Bin 5346 -> 2687 bytes
src/VBox/Frontends/VirtualBox/images/os_winxp.png | Bin 5351 -> 2691 bytes
.../Frontends/VirtualBox/images/os_winxp_64.png | Bin 5341 -> 2682 bytes
.../Frontends/VirtualBox/images/os_xandros.png | Bin 4393 -> 1734 bytes
.../Frontends/VirtualBox/images/os_xandros_64.png | Bin 4591 -> 1932 bytes
.../VirtualBox/images/parallel_port_16px.png | Bin 3436 -> 776 bytes
.../VirtualBox/images/parallel_port_24px.png | Bin 0 -> 1225 bytes
.../VirtualBox/images/parallel_port_32px.png | Bin 4764 -> 2104 bytes
.../images/parallel_port_disabled_16px.png | Bin 3451 -> 0 bytes
.../images/parallel_port_disabled_32px.png | Bin 4769 -> 0 bytes
.../VirtualBox/images/parallel_port_read_16px.png | Bin 3496 -> 0 bytes
.../images/parallel_port_warning_16px.png | Bin 3476 -> 816 bytes
.../VirtualBox/images/parallel_port_write_16px.png | Bin 3480 -> 0 bytes
src/VBox/Frontends/VirtualBox/images/pin_16px.png | Bin 3390 -> 729 bytes
.../images/preview_empty_16to10_242x167px.png | Bin 0 -> 1906 bytes
.../images/preview_empty_16to9_242x155px.png | Bin 0 -> 1867 bytes
.../VirtualBox/images/preview_empty_228x168px.png | Bin 4545 -> 0 bytes
.../images/preview_empty_4to3_242x192px.png | Bin 0 -> 1957 bytes
.../images/preview_full_16to10_242x167px.png | Bin 0 -> 4776 bytes
.../images/preview_full_16to9_242x155px.png | Bin 0 -> 4487 bytes
.../VirtualBox/images/preview_full_228x168px.png | Bin 7401 -> 0 bytes
.../images/preview_full_4to3_242x192px.png | Bin 0 -> 5254 bytes
.../Frontends/VirtualBox/images/previous_16px.png | Bin 3237 -> 577 bytes
.../VirtualBox/images/progress_clone_90px.png | Bin 10634 -> 8217 bytes
.../VirtualBox/images/progress_delete_90px.png | Bin 11582 -> 8799 bytes
.../VirtualBox/images/progress_dnd_gh_90px.png | Bin 9622 -> 6793 bytes
.../VirtualBox/images/progress_dnd_hg_90px.png | Bin 9296 -> 6421 bytes
.../VirtualBox/images/progress_export_90px.png | Bin 11821 -> 9466 bytes
.../VirtualBox/images/progress_import_90px.png | Bin 12173 -> 9576 bytes
.../progress_install_guest_additions_90px.png | Bin 11502 -> 8208 bytes
.../images/progress_media_create_90px.png | Bin 13201 -> 7792 bytes
.../images/progress_media_delete_90px.png | Bin 13226 -> 7800 bytes
.../images/progress_network_interface_90px.png | Bin 0 -> 2307 bytes
.../VirtualBox/images/progress_poweroff_90px.png | Bin 10969 -> 7572 bytes
.../images/progress_reading_appliance_90px.png | Bin 0 -> 9433 bytes
.../VirtualBox/images/progress_refresh_90px.png | Bin 0 -> 10838 bytes
.../VirtualBox/images/progress_settings_90px.png | Bin 0 -> 9371 bytes
.../images/progress_snapshot_create_90px.png | Bin 11241 -> 8186 bytes
.../images/progress_snapshot_discard_90px.png | Bin 8911 -> 3890 bytes
.../images/progress_snapshot_restore_90px.png | Bin 8936 -> 4090 bytes
.../VirtualBox/images/progress_start_90px.png | Bin 10237 -> 7961 bytes
.../images/progress_state_restore_90px.png | Bin 14794 -> 12378 bytes
.../VirtualBox/images/progress_state_save_90px.png | Bin 14228 -> 11818 bytes
.../Frontends/VirtualBox/images/proxy_16px.png | Bin 3143 -> 525 bytes
.../Frontends/VirtualBox/images/proxy_24px.png | Bin 0 -> 683 bytes
.../Frontends/VirtualBox/images/proxy_32px.png | Bin 3456 -> 891 bytes
.../VirtualBox/images/proxy_disabled_16px.png | Bin 3178 -> 0 bytes
.../VirtualBox/images/proxy_disabled_32px.png | Bin 3436 -> 0 bytes
.../VirtualBox/images/proxy_warning_16px.png | Bin 3383 -> 724 bytes
src/VBox/Frontends/VirtualBox/images/ram_16px.png | Bin 3140 -> 481 bytes
.../Frontends/VirtualBox/images/refresh_16px.png | Bin 3559 -> 881 bytes
.../Frontends/VirtualBox/images/refresh_22px.png | Bin 4025 -> 1322 bytes
.../Frontends/VirtualBox/images/refresh_24px.png | Bin 0 -> 1536 bytes
.../Frontends/VirtualBox/images/refresh_32px.png | Bin 4923 -> 2198 bytes
.../VirtualBox/images/refresh_disabled_16px.png | Bin 3519 -> 859 bytes
.../VirtualBox/images/refresh_disabled_22px.png | Bin 3984 -> 1325 bytes
.../VirtualBox/images/refresh_disabled_32px.png | Bin 4798 -> 2139 bytes
.../VirtualBox/images/refresh_warning_16px.png | Bin 3574 -> 911 bytes
.../Frontends/VirtualBox/images/register_16px.png | Bin 3574 -> 0 bytes
.../Frontends/VirtualBox/images/register_32px.png | Bin 5076 -> 0 bytes
.../VirtualBox/images/register_disabled_16px.png | Bin 3551 -> 0 bytes
.../VirtualBox/images/remove_host_iface_16px.png | Bin 3188 -> 529 bytes
.../images/remove_host_iface_disabled_16px.png | Bin 3162 -> 503 bytes
.../VirtualBox/images/reset_warnings_16px.png | Bin 3305 -> 646 bytes
.../Frontends/VirtualBox/images/restore_16px.png | Bin 2972 -> 316 bytes
src/VBox/Frontends/VirtualBox/images/sata_16px.png | Bin 3290 -> 630 bytes
.../Frontends/VirtualBox/images/sata_add_16px.png | Bin 3396 -> 737 bytes
.../VirtualBox/images/sata_add_disabled_16px.png | Bin 3413 -> 754 bytes
.../VirtualBox/images/sata_collapse_16px.png | Bin 3303 -> 644 bytes
.../VirtualBox/images/sata_expand_16px.png | Bin 3386 -> 726 bytes
.../Frontends/VirtualBox/images/scale_16px.png | Bin 3116 -> 440 bytes
.../VirtualBox/images/scale_disabled_16px.png | Bin 3091 -> 406 bytes
.../VirtualBox/images/scale_factor_16px.png | Bin 0 -> 322 bytes
.../images/scale_factor_disabled_16px.png | Bin 0 -> 297 bytes
.../Frontends/VirtualBox/images/scale_on_16px.png | Bin 3138 -> 456 bytes
.../VirtualBox/images/scale_on_disabled_16px.png | Bin 3117 -> 436 bytes
.../VirtualBox/images/screenshot_take_16px.png | Bin 3297 -> 611 bytes
.../images/screenshot_take_disabled_16px.png | Bin 3261 -> 591 bytes
src/VBox/Frontends/VirtualBox/images/scsi_16px.png | Bin 3495 -> 846 bytes
.../Frontends/VirtualBox/images/scsi_add_16px.png | Bin 3495 -> 841 bytes
.../VirtualBox/images/scsi_add_disabled_16px.png | Bin 3440 -> 787 bytes
.../VirtualBox/images/scsi_collapse_16px.png | Bin 3467 -> 807 bytes
.../VirtualBox/images/scsi_expand_16px.png | Bin 3481 -> 822 bytes
.../Frontends/VirtualBox/images/seamless_16px.png | Bin 2970 -> 364 bytes
.../VirtualBox/images/seamless_disabled_16px.png | Bin 2951 -> 359 bytes
.../VirtualBox/images/seamless_on_16px.png | Bin 3045 -> 401 bytes
.../images/seamless_on_disabled_16px.png | Bin 3027 -> 396 bytes
.../VirtualBox/images/select_file_16px.png | Bin 3356 -> 696 bytes
.../images/select_file_disabled_16px.png | Bin 3334 -> 675 bytes
.../VirtualBox/images/serial_port_16px.png | Bin 3437 -> 778 bytes
.../VirtualBox/images/serial_port_24px.png | Bin 0 -> 1542 bytes
.../VirtualBox/images/serial_port_32px.png | Bin 5086 -> 2427 bytes
.../images/serial_port_disabled_16px.png | Bin 3519 -> 0 bytes
.../images/serial_port_disabled_32px.png | Bin 5051 -> 0 bytes
.../VirtualBox/images/serial_port_read_16px.png | Bin 3491 -> 0 bytes
.../VirtualBox/images/serial_port_warning_16px.png | Bin 3491 -> 831 bytes
.../VirtualBox/images/serial_port_write_16px.png | Bin 3482 -> 0 bytes
.../VirtualBox/images/session_info_16px.png | Bin 3517 -> 858 bytes
.../VirtualBox/images/session_info_32px.png | Bin 4730 -> 2071 bytes
.../images/session_info_details_16px.png | Bin 3401 -> 742 bytes
.../images/session_info_disabled_16px.png | Bin 3507 -> 848 bytes
.../images/session_info_disabled_32px.png | Bin 4681 -> 0 bytes
.../images/session_info_runtime_16px.png | Bin 3341 -> 682 bytes
src/VBox/Frontends/VirtualBox/images/sf_16px.png | Bin 3021 -> 362 bytes
src/VBox/Frontends/VirtualBox/images/sf_24px.png | Bin 0 -> 444 bytes
src/VBox/Frontends/VirtualBox/images/sf_32px.png | Bin 3303 -> 643 bytes
.../Frontends/VirtualBox/images/sf_add_16px.png | Bin 3260 -> 601 bytes
.../VirtualBox/images/sf_add_disabled_16px.png | Bin 3240 -> 581 bytes
.../VirtualBox/images/sf_disabled_16px.png | Bin 3025 -> 366 bytes
.../VirtualBox/images/sf_disabled_32px.png | Bin 3255 -> 0 bytes
.../Frontends/VirtualBox/images/sf_edit_16px.png | Bin 3231 -> 572 bytes
.../VirtualBox/images/sf_edit_disabled_16px.png | Bin 3241 -> 582 bytes
.../Frontends/VirtualBox/images/sf_read_16px.png | Bin 3239 -> 580 bytes
.../Frontends/VirtualBox/images/sf_remove_16px.png | Bin 3108 -> 449 bytes
.../VirtualBox/images/sf_remove_disabled_16px.png | Bin 3102 -> 443 bytes
.../VirtualBox/images/sf_settings_16px.png | Bin 3339 -> 680 bytes
.../images/sf_settings_disabled_16px.png | Bin 3455 -> 674 bytes
.../VirtualBox/images/sf_warning_16px.png | Bin 3343 -> 684 bytes
.../Frontends/VirtualBox/images/sf_write_16px.png | Bin 3231 -> 572 bytes
.../VirtualBox/images/shared_clipboard_16px.png | Bin 3003 -> 382 bytes
.../images/shared_clipboard_disabled_16px.png | Bin 2991 -> 332 bytes
src/VBox/Frontends/VirtualBox/images/site_16px.png | Bin 3567 -> 908 bytes
src/VBox/Frontends/VirtualBox/images/site_24px.png | Bin 0 -> 1567 bytes
src/VBox/Frontends/VirtualBox/images/site_32px.png | Bin 4944 -> 2285 bytes
.../VirtualBox/images/site_disabled_16px.png | Bin 3549 -> 0 bytes
.../VirtualBox/images/site_disabled_32px.png | Bin 4781 -> 0 bytes
.../VirtualBox/images/site_warning_16px.png | Bin 3567 -> 907 bytes
.../VirtualBox/images/snapshot_delete_16px.png | Bin 3473 -> 814 bytes
.../VirtualBox/images/snapshot_delete_22px.png | Bin 3909 -> 1250 bytes
.../images/snapshot_delete_disabled_16px.png | Bin 3444 -> 785 bytes
.../images/snapshot_delete_disabled_22px.png | Bin 3866 -> 1202 bytes
.../VirtualBox/images/snapshot_offline_16px.png | Bin 3375 -> 716 bytes
.../VirtualBox/images/snapshot_online_16px.png | Bin 3429 -> 771 bytes
.../VirtualBox/images/snapshot_restore_16px.png | Bin 3425 -> 766 bytes
.../VirtualBox/images/snapshot_restore_22px.png | Bin 3859 -> 1200 bytes
.../images/snapshot_restore_disabled_16px.png | Bin 3411 -> 752 bytes
.../images/snapshot_restore_disabled_22px.png | Bin 3824 -> 1165 bytes
.../images/snapshot_show_details_16px.png | Bin 3407 -> 748 bytes
.../images/snapshot_show_details_22px.png | Bin 3839 -> 1177 bytes
.../images/snapshot_show_details_disabled_16px.png | Bin 3400 -> 741 bytes
.../images/snapshot_show_details_disabled_22px.png | Bin 3807 -> 1147 bytes
.../VirtualBox/images/snapshot_take_16px.png | Bin 3241 -> 582 bytes
.../VirtualBox/images/snapshot_take_22px.png | Bin 3571 -> 911 bytes
.../images/snapshot_take_disabled_16px.png | Bin 3234 -> 575 bytes
.../images/snapshot_take_disabled_22px.png | Bin 3482 -> 823 bytes
src/VBox/Frontends/VirtualBox/images/sort_16px.png | Bin 3362 -> 703 bytes
.../VirtualBox/images/sort_disabled_16px.png | Bin 3315 -> 655 bytes
.../Frontends/VirtualBox/images/sound_16px.png | Bin 3332 -> 673 bytes
.../Frontends/VirtualBox/images/sound_24px.png | Bin 0 -> 962 bytes
.../Frontends/VirtualBox/images/sound_32px.png | Bin 4107 -> 1448 bytes
.../VirtualBox/images/sound_disabled_16px.png | Bin 3333 -> 0 bytes
.../VirtualBox/images/sound_disabled_32px.png | Bin 4006 -> 0 bytes
.../VirtualBox/images/sound_warning_16px.png | Bin 3425 -> 766 bytes
.../VirtualBox/images/state_aborted_16px.png | Bin 3355 -> 696 bytes
.../VirtualBox/images/state_discarding_16px.png | Bin 3435 -> 777 bytes
.../VirtualBox/images/state_paused_16px.png | Bin 3015 -> 355 bytes
.../VirtualBox/images/state_powered_off_16px.png | Bin 3567 -> 908 bytes
.../VirtualBox/images/state_restoring_16px.png | Bin 3386 -> 727 bytes
.../VirtualBox/images/state_running_16px.png | Bin 3364 -> 705 bytes
.../VirtualBox/images/state_saved_16px.png | Bin 3388 -> 729 bytes
.../VirtualBox/images/state_saving_16px.png | Bin 3408 -> 749 bytes
.../VirtualBox/images/state_stuck_16px.png | Bin 3176 -> 516 bytes
.../VirtualBox/images/status_check_16px.png | Bin 3416 -> 762 bytes
.../VirtualBox/images/status_check_32px.png | Bin 4540 -> 0 bytes
.../VirtualBox/images/status_error_16px.png | Bin 3512 -> 853 bytes
.../VirtualBox/images/status_error_32px.png | Bin 4654 -> 0 bytes
.../Frontends/VirtualBox/images/statusbar_16px.png | Bin 0 -> 352 bytes
.../VirtualBox/images/statusbar_disabled_16px.png | Bin 0 -> 313 bytes
.../VirtualBox/images/statusbar_on_16px.png | Bin 0 -> 381 bytes
.../images/statusbar_on_disabled_16px.png | Bin 0 -> 355 bytes
.../VirtualBox/images/statusbar_settings_16px.png | Bin 0 -> 639 bytes
.../images/statusbar_settings_disabled_16px.png | Bin 0 -> 601 bytes
src/VBox/Frontends/VirtualBox/images/tpixel.png | Bin 163 -> 910 bytes
.../VirtualBox/images/transparent_16px.png | Bin 114 -> 0 bytes
.../VirtualBox/images/unused/attachment_16px.png | Bin 0 -> 431 bytes
.../VirtualBox/images/unused/attachment_24px.png | Bin 0 -> 615 bytes
.../images/unused/attachment_disabled_16px.png | Bin 0 -> 410 bytes
.../images/unused/auto_resize_off_16px.png | Bin 0 -> 514 bytes
.../images/unused/auto_resize_off_16px_hidpi.png | Bin 0 -> 1014 bytes
.../unused/auto_resize_off_disabled_16px.png | Bin 0 -> 513 bytes
.../Frontends/VirtualBox/images/unused/cd_22px.png | Bin 0 -> 1313 bytes
.../Frontends/VirtualBox/images/unused/cd_24px.png | Bin 0 -> 1486 bytes
.../Frontends/VirtualBox/images/unused/cd_32px.png | Bin 0 -> 2160 bytes
.../VirtualBox/images/unused/cd_add_22px.png | Bin 0 -> 1349 bytes
.../images/unused/cd_add_disabled_22px.png | Bin 0 -> 1365 bytes
.../VirtualBox/images/unused/cd_disabled_32px.png | Bin 0 -> 2137 bytes
.../VirtualBox/images/unused/cd_new_16px.png | Bin 0 -> 935 bytes
.../VirtualBox/images/unused/cd_new_22px.png | Bin 0 -> 1395 bytes
.../images/unused/cd_new_disabled_16px.png | Bin 0 -> 972 bytes
.../images/unused/cd_new_disabled_22px.png | Bin 0 -> 1475 bytes
.../images/unused/chipset_disabled_16px.png | Bin 0 -> 450 bytes
.../images/unused/chipset_disabled_32px.png | Bin 0 -> 825 bytes
.../VirtualBox/images/unused/close_red_16px.png | Bin 0 -> 877 bytes
.../images/unused/description_disabled_16px.png | Bin 0 -> 841 bytes
.../images/unused/description_edit_16px.png | Bin 0 -> 879 bytes
.../unused/description_edit_disabled_16px.png | Bin 0 -> 901 bytes
.../images/unused/discard_cur_state_16px.png | Bin 0 -> 638 bytes
.../images/unused/discard_cur_state_22px.png | Bin 0 -> 844 bytes
.../images/unused/discard_cur_state_dis_16px.png | Bin 0 -> 607 bytes
.../images/unused/discard_cur_state_dis_22px.png | Bin 0 -> 807 bytes
.../unused/discard_cur_state_snapshot_16px.png | Bin 0 -> 824 bytes
.../unused/discard_cur_state_snapshot_22px.png | Bin 0 -> 1070 bytes
.../unused/discard_cur_state_snapshot_dis_16px.png | Bin 0 -> 806 bytes
.../unused/discard_cur_state_snapshot_dis_22px.png | Bin 0 -> 1042 bytes
.../images/unused/diskimage_disabled_32px.png | Bin 0 -> 1500 bytes
.../images/unused/eraser_disabled_16px.png | Bin 0 -> 688 bytes
.../images/unused/extension_pack_disabled_16px.png | Bin 0 -> 410 bytes
.../images/unused/extension_pack_disabled_32px.png | Bin 0 -> 802 bytes
.../images/unused/extension_pack_install_32px.png | Bin 0 -> 1402 bytes
.../extension_pack_install_disabled_32px.png | Bin 0 -> 1220 bytes
.../unused/extension_pack_uninstall_32px.png | Bin 0 -> 1724 bytes
.../extension_pack_uninstall_disabled_32px.png | Bin 0 -> 1546 bytes
.../Frontends/VirtualBox/images/unused/fd_22px.png | Bin 0 -> 613 bytes
.../Frontends/VirtualBox/images/unused/fd_24px.png | Bin 0 -> 676 bytes
.../Frontends/VirtualBox/images/unused/fd_32px.png | Bin 0 -> 1060 bytes
.../VirtualBox/images/unused/fd_add_22px.png | Bin 0 -> 948 bytes
.../images/unused/fd_add_disabled_22px.png | Bin 0 -> 852 bytes
.../VirtualBox/images/unused/fd_disabled_32px.png | Bin 0 -> 867 bytes
.../VirtualBox/images/unused/fd_new_16px.png | Bin 0 -> 647 bytes
.../VirtualBox/images/unused/fd_new_22px.png | Bin 0 -> 956 bytes
.../images/unused/fd_new_disabled_16px.png | Bin 0 -> 623 bytes
.../images/unused/fd_new_disabled_22px.png | Bin 0 -> 901 bytes
.../unused/global_settings_disabled_16px.png | Bin 0 -> 708 bytes
.../VirtualBox/images/unused/go_to_error_16px.png | Bin 0 -> 739 bytes
.../images/unused/go_to_error_disabled_16px.png | Bin 0 -> 738 bytes
.../Frontends/VirtualBox/images/unused/hd_22px.png | Bin 0 -> 999 bytes
.../VirtualBox/images/unused/hd_add_22px.png | Bin 0 -> 1152 bytes
.../images/unused/hd_add_disabled_22px.png | Bin 0 -> 1075 bytes
.../VirtualBox/images/unused/hd_disabled_32px.png | Bin 0 -> 1731 bytes
.../VirtualBox/images/unused/hd_new_22px.png | Bin 0 -> 1241 bytes
.../images/unused/hd_new_disabled_22px.png | Bin 0 -> 1207 bytes
.../images/unused/hostkey_disabled_32px.png | Bin 0 -> 1160 bytes
.../images/unused/list_movedown_22px.png | Bin 0 -> 614 bytes
.../images/unused/list_movedown_disabled_22px.png | Bin 0 -> 553 bytes
.../VirtualBox/images/unused/list_moveup_22px.png | Bin 0 -> 604 bytes
.../images/unused/list_moveup_disabled_22px.png | Bin 0 -> 545 bytes
.../images/unused/machine_disabled_16px.png | Bin 0 -> 370 bytes
.../images/unused/machine_disabled_32px.png | Bin 0 -> 685 bytes
.../VirtualBox/images/unused/nw_disabled_32px.png | Bin 0 -> 786 bytes
.../images/unused/parallel_port_disabled_16px.png | Bin 0 -> 792 bytes
.../images/unused/parallel_port_disabled_32px.png | Bin 0 -> 2110 bytes
.../images/unused/parallel_port_read_16px.png | Bin 0 -> 832 bytes
.../images/unused/parallel_port_write_16px.png | Bin 0 -> 821 bytes
.../images/unused/proxy_disabled_16px.png | Bin 0 -> 519 bytes
.../images/unused/proxy_disabled_32px.png | Bin 0 -> 776 bytes
.../VirtualBox/images/unused/register_16px.png | Bin 0 -> 915 bytes
.../VirtualBox/images/unused/register_32px.png | Bin 0 -> 2417 bytes
.../images/unused/register_disabled_16px.png | Bin 0 -> 892 bytes
.../images/unused/serial_port_disabled_16px.png | Bin 0 -> 860 bytes
.../images/unused/serial_port_disabled_32px.png | Bin 0 -> 2391 bytes
.../images/unused/serial_port_read_16px.png | Bin 0 -> 832 bytes
.../images/unused/serial_port_write_16px.png | Bin 0 -> 823 bytes
.../images/unused/session_info_disabled_32px.png | Bin 0 -> 2012 bytes
.../VirtualBox/images/unused/sf_disabled_32px.png | Bin 0 -> 596 bytes
.../images/unused/site_disabled_16px.png | Bin 0 -> 890 bytes
.../images/unused/site_disabled_32px.png | Bin 0 -> 2122 bytes
.../images/unused/sound_disabled_16px.png | Bin 0 -> 670 bytes
.../images/unused/sound_disabled_32px.png | Bin 0 -> 1347 bytes
.../VirtualBox/images/unused/status_check_32px.png | Bin 0 -> 1880 bytes
.../VirtualBox/images/unused/status_error_32px.png | Bin 0 -> 1990 bytes
.../VirtualBox/images/unused/transparent_16px.png | Bin 0 -> 150 bytes
.../VirtualBox/images/unused/usb_disabled_32px.png | Bin 0 -> 1878 bytes
.../images/unused/video_capture_write_16px.png | Bin 0 -> 640 bytes
.../VirtualBox/images/unused/vm_add_32px.png | Bin 0 -> 1234 bytes
.../images/unused/vm_new_disabled_32px.png | Bin 0 -> 2152 bytes
.../VirtualBox/images/unused/vm_pause_32px.png | Bin 0 -> 705 bytes
.../images/unused/vm_pause_32px_hidpi.png | Bin 0 -> 1321 bytes
.../images/unused/vm_pause_disabled_32px.png | Bin 0 -> 604 bytes
.../images/unused/vm_pause_disabled_32px_hidpi.png | Bin 0 -> 993 bytes
.../VirtualBox/images/unused/vm_show_logs_22px.png | Bin 0 -> 852 bytes
.../images/unused/vm_show_logs_disabled_22px.png | Bin 0 -> 840 bytes
.../images/unused/vrdp_disabled_32px.png | Bin 0 -> 855 bytes
src/VBox/Frontends/VirtualBox/images/usb_16px.png | Bin 3323 -> 676 bytes
src/VBox/Frontends/VirtualBox/images/usb_24px.png | Bin 0 -> 1233 bytes
src/VBox/Frontends/VirtualBox/images/usb_32px.png | Bin 4612 -> 1953 bytes
.../Frontends/VirtualBox/images/usb_add_16px.png | Bin 3382 -> 729 bytes
.../VirtualBox/images/usb_add_disabled_16px.png | Bin 3378 -> 719 bytes
.../VirtualBox/images/usb_collapse_16px.png | Bin 0 -> 647 bytes
.../VirtualBox/images/usb_disabled_16px.png | Bin 3370 -> 711 bytes
.../VirtualBox/images/usb_disabled_32px.png | Bin 4537 -> 0 bytes
.../VirtualBox/images/usb_expand_16px.png | Bin 0 -> 714 bytes
.../VirtualBox/images/usb_filter_edit_16px.png | Bin 3427 -> 774 bytes
.../images/usb_filter_edit_disabled_16px.png | Bin 3483 -> 824 bytes
.../VirtualBox/images/usb_movedown_16px.png | Bin 3431 -> 780 bytes
.../images/usb_movedown_disabled_16px.png | Bin 3488 -> 831 bytes
.../VirtualBox/images/usb_moveup_16px.png | Bin 3417 -> 767 bytes
.../VirtualBox/images/usb_moveup_disabled_16px.png | Bin 3470 -> 810 bytes
.../Frontends/VirtualBox/images/usb_new_16px.png | Bin 3437 -> 787 bytes
.../VirtualBox/images/usb_new_disabled_16px.png | Bin 3483 -> 824 bytes
.../Frontends/VirtualBox/images/usb_read_16px.png | Bin 3436 -> 786 bytes
.../VirtualBox/images/usb_remove_16px.png | Bin 3307 -> 657 bytes
.../VirtualBox/images/usb_remove_disabled_16px.png | Bin 3340 -> 681 bytes
.../VirtualBox/images/usb_settings_16px.png | Bin 0 -> 785 bytes
.../images/usb_settings_disabled_16px.png | Bin 0 -> 793 bytes
.../VirtualBox/images/usb_unavailable_16px.png | Bin 3450 -> 791 bytes
.../images/usb_unavailable_disabled_16px.png | Bin 3482 -> 823 bytes
.../VirtualBox/images/usb_warning_16px.png | Bin 3448 -> 787 bytes
.../Frontends/VirtualBox/images/usb_write_16px.png | Bin 3428 -> 775 bytes
.../VirtualBox/images/video_capture_16px.png | Bin 3073 -> 442 bytes
.../images/video_capture_disabled_16px.png | Bin 3072 -> 435 bytes
.../VirtualBox/images/video_capture_on_16px.png | Bin 3058 -> 479 bytes
.../images/video_capture_on_disabled_16px.png | Bin 3060 -> 474 bytes
.../images/video_capture_settings_16px.png | Bin 3365 -> 710 bytes
.../VirtualBox/images/video_capture_write_16px.png | Bin 3299 -> 0 bytes
.../VirtualBox/images/virtual_screen_16px.png | Bin 0 -> 606 bytes
.../images/virtual_screen_disabled_16px.png | Bin 0 -> 559 bytes
.../Frontends/VirtualBox/images/vm_add_16px.png | Bin 3216 -> 557 bytes
.../Frontends/VirtualBox/images/vm_add_32px.png | Bin 3893 -> 0 bytes
.../Frontends/VirtualBox/images/vm_clone_16px.png | Bin 3218 -> 875 bytes
.../Frontends/VirtualBox/images/vm_clone_22px.png | Bin 3315 -> 1346 bytes
.../VirtualBox/images/vm_clone_disabled_16px.png | Bin 3235 -> 851 bytes
.../VirtualBox/images/vm_clone_disabled_22px.png | Bin 3259 -> 1325 bytes
.../VirtualBox/images/vm_create_shortcut_16px.png | Bin 3287 -> 627 bytes
.../images/vm_create_shortcut_disabled_16px.png | Bin 3286 -> 627 bytes
.../Frontends/VirtualBox/images/vm_delete_16px.png | Bin 3532 -> 872 bytes
.../Frontends/VirtualBox/images/vm_delete_32px.png | Bin 5095 -> 2435 bytes
.../VirtualBox/images/vm_delete_disabled_16px.png | Bin 3496 -> 836 bytes
.../VirtualBox/images/vm_delete_disabled_32px.png | Bin 4911 -> 2252 bytes
.../VirtualBox/images/vm_discard_16px.png | Bin 3410 -> 747 bytes
.../VirtualBox/images/vm_discard_32px.png | Bin 4438 -> 1779 bytes
.../VirtualBox/images/vm_discard_disabled_16px.png | Bin 3370 -> 711 bytes
.../VirtualBox/images/vm_discard_disabled_32px.png | Bin 4267 -> 1608 bytes
.../VirtualBox/images/vm_group_create_16px.png | Bin 3435 -> 776 bytes
.../images/vm_group_create_disabled_16px.png | Bin 3335 -> 676 bytes
.../VirtualBox/images/vm_group_name_16px.png | Bin 3423 -> 764 bytes
.../images/vm_group_name_disabled_16px.png | Bin 3335 -> 676 bytes
.../VirtualBox/images/vm_group_remove_16px.png | Bin 3489 -> 830 bytes
.../images/vm_group_remove_disabled_16px.png | Bin 3410 -> 759 bytes
.../Frontends/VirtualBox/images/vm_new_16px.png | Bin 3553 -> 893 bytes
.../Frontends/VirtualBox/images/vm_new_32px.png | Bin 4870 -> 2211 bytes
.../VirtualBox/images/vm_new_disabled_32px.png | Bin 4811 -> 0 bytes
.../VirtualBox/images/vm_open_filemanager_16px.png | Bin 2933 -> 274 bytes
.../images/vm_open_filemanager_disabled_16px.png | Bin 2957 -> 298 bytes
.../Frontends/VirtualBox/images/vm_pause_16px.png | Bin 3045 -> 355 bytes
.../Frontends/VirtualBox/images/vm_pause_32px.png | Bin 3364 -> 0 bytes
.../VirtualBox/images/vm_pause_disabled_16px.png | Bin 3013 -> 354 bytes
.../VirtualBox/images/vm_pause_disabled_32px.png | Bin 3264 -> 0 bytes
.../VirtualBox/images/vm_pause_on_16px.png | Bin 3105 -> 420 bytes
.../images/vm_pause_on_disabled_16px.png | Bin 3085 -> 426 bytes
.../VirtualBox/images/vm_poweroff_16px.png | Bin 3454 -> 736 bytes
.../images/vm_poweroff_disabled_16px.png | Bin 3411 -> 752 bytes
.../Frontends/VirtualBox/images/vm_reset_16px.png | Bin 3583 -> 924 bytes
.../VirtualBox/images/vm_reset_disabled_16px.png | Bin 3600 -> 935 bytes
.../VirtualBox/images/vm_save_state_16px.png | Bin 3409 -> 749 bytes
.../images/vm_save_state_disabled_16px.png | Bin 3478 -> 722 bytes
.../VirtualBox/images/vm_settings_16px.png | Bin 3577 -> 922 bytes
.../VirtualBox/images/vm_settings_32px.png | Bin 5070 -> 2411 bytes
.../images/vm_settings_disabled_16px.png | Bin 3560 -> 900 bytes
.../images/vm_settings_disabled_32px.png | Bin 4902 -> 2242 bytes
.../VirtualBox/images/vm_show_logs_16px.png | Bin 3359 -> 700 bytes
.../VirtualBox/images/vm_show_logs_22px.png | Bin 3511 -> 0 bytes
.../VirtualBox/images/vm_show_logs_32px.png | Bin 4014 -> 1354 bytes
.../images/vm_show_logs_disabled_16px.png | Bin 3309 -> 650 bytes
.../images/vm_show_logs_disabled_22px.png | Bin 3499 -> 0 bytes
.../images/vm_show_logs_disabled_32px.png | Bin 3877 -> 1218 bytes
.../VirtualBox/images/vm_shutdown_16px.png | Bin 3567 -> 908 bytes
.../images/vm_shutdown_disabled_16px.png | Bin 3562 -> 897 bytes
.../Frontends/VirtualBox/images/vm_start_16px.png | Bin 3364 -> 705 bytes
.../Frontends/VirtualBox/images/vm_start_32px.png | Bin 4441 -> 1792 bytes
.../VirtualBox/images/vm_start_disabled_16px.png | Bin 3373 -> 713 bytes
.../VirtualBox/images/vm_start_disabled_32px.png | Bin 4360 -> 1701 bytes
.../VirtualBox/images/vm_start_headless_16px.png | Bin 0 -> 655 bytes
.../VirtualBox/images/vm_start_separate_16px.png | Bin 0 -> 637 bytes
src/VBox/Frontends/VirtualBox/images/vmw_clone.png | Bin 30619 -> 27742 bytes
.../Frontends/VirtualBox/images/vmw_clone_bg.png | Bin 47316 -> 44728 bytes
.../Frontends/VirtualBox/images/vmw_first_run.png | Bin 43754 -> 41216 bytes
.../VirtualBox/images/vmw_first_run_bg.png | Bin 89818 -> 87170 bytes
.../VirtualBox/images/vmw_new_harddisk.png | Bin 31693 -> 29028 bytes
.../VirtualBox/images/vmw_new_harddisk_bg.png | Bin 72822 -> 70076 bytes
.../Frontends/VirtualBox/images/vmw_new_user.png | Bin 31785 -> 29072 bytes
.../VirtualBox/images/vmw_new_user_bg.png | Bin 77308 -> 74685 bytes
.../VirtualBox/images/vmw_new_welcome.png | Bin 29235 -> 26554 bytes
.../VirtualBox/images/vmw_new_welcome_bg.png | Bin 67348 -> 64773 bytes
.../Frontends/VirtualBox/images/vmw_ovf_export.png | Bin 32895 -> 30125 bytes
.../VirtualBox/images/vmw_ovf_export_bg.png | Bin 62261 -> 59484 bytes
.../Frontends/VirtualBox/images/vmw_ovf_import.png | Bin 33188 -> 30338 bytes
.../VirtualBox/images/vmw_ovf_import_bg.png | Bin 62931 -> 60202 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_16px.png | Bin 3077 -> 418 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_24px.png | Bin 0 -> 509 bytes
src/VBox/Frontends/VirtualBox/images/vrdp_32px.png | Bin 3654 -> 995 bytes
.../VirtualBox/images/vrdp_disabled_16px.png | Bin 3066 -> 406 bytes
.../VirtualBox/images/vrdp_disabled_32px.png | Bin 3515 -> 0 bytes
.../Frontends/VirtualBox/images/vrdp_on_16px.png | Bin 3104 -> 444 bytes
.../VirtualBox/images/vrdp_on_disabled_16px.png | Bin 3070 -> 411 bytes
.../VirtualBox/images/vrdp_warning_16px.png | Bin 3319 -> 660 bytes
.../Frontends/VirtualBox/images/vtx_amdv_16px.png | Bin 3335 -> 675 bytes
.../VirtualBox/images/vtx_amdv_disabled_16px.png | Bin 3288 -> 629 bytes
.../VirtualBox/images/web_camera_16px.png | Bin 3415 -> 765 bytes
.../VirtualBox/images/web_camera_disabled_16px.png | Bin 3421 -> 762 bytes
.../images/web_camera_unavailable_16px.png | Bin 0 -> 863 bytes
.../web_camera_unavailable_disabled_16px.png | Bin 0 -> 854 bytes
src/VBox/Frontends/VirtualBox/images/welcome.png | Bin 31861 -> 31948 bytes
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 4 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 4281 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 3061 ++-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 3061 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 3043 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 2913 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 3158 +--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_en.ts | 41 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 3152 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 5573 +++--
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 2949 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 2743 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 2922 ++-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 2753 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 3215 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 2921 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 3385 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 5734 ++---
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 2760 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 3632 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 2750 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 3307 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 2750 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 2799 ++-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 13503 +++++++-----
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 2760 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 3672 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 2760 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 2845 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 3062 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 4147 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 2951 ++-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 3058 +--
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 3510 ++-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 3244 +--
src/VBox/Frontends/VirtualBox/nls/qt_bg.ts | 444 +-
src/VBox/Frontends/VirtualBox/nls/qt_ca.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_ca_VA.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/qt_fa_IR.ts | 6 +-
src/VBox/Frontends/VirtualBox/nls/qt_it.ts | 134 +-
src/VBox/Frontends/VirtualBox/nls/qt_zh_CN.ts | 27 +-
src/VBox/Frontends/VirtualBox/nls/qt_zh_TW.ts | 32 +-
src/VBox/Frontends/VirtualBox/shaders/cconvAYUV.c | 1 +
.../Frontends/VirtualBox/shaders/cconvAYUV_void.c | 1 +
.../Frontends/VirtualBox/shaders/cconvApplyAYUV.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c | 1 +
.../Frontends/VirtualBox/shaders/cconvBGR_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c | 1 +
.../Frontends/VirtualBox/shaders/cconvUYVY_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c | 1 +
.../Frontends/VirtualBox/shaders/cconvYUY2_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c | 1 +
.../Frontends/VirtualBox/shaders/cconvYV12_void.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/ckeyDst2.c | 1 +
.../Frontends/VirtualBox/shaders/ckeyDst_void.c | 1 +
.../Frontends/VirtualBox/shaders/mainOverlay.c | 1 +
.../VirtualBox/shaders/mainOverlayNoCKey.c | 1 +
.../VirtualBox/shaders/mainOverlayNoDiscard.c | 1 +
.../VirtualBox/shaders/mainOverlayNoDiscard2.c | 1 +
src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c | 1 +
.../VirtualBox/src/UIMediumTypeChangeDialog.cpp | 11 +-
.../VirtualBox/src/UIMediumTypeChangeDialog.h | 5 +-
.../Frontends/VirtualBox/src/UIVMInfoDialog.cpp | 918 +
src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.h | 159 +
.../Frontends/VirtualBox/src/UIVMLogViewer.cpp | 57 +-
src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h | 5 +-
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp | 31 +-
src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h | 8 +-
.../Frontends/VirtualBox/src/VBoxFBOverlay.cpp | 247 +-
src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h | 162 +-
.../Frontends/VirtualBox/src/VBoxFBOverlayCommon.h | 5 +-
.../Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp | 38 +-
.../VirtualBox/src/VBoxGlobalSettings.cpp | 35 +-
.../Frontends/VirtualBox/src/VBoxGlobalSettings.h | 13 +-
.../Frontends/VirtualBox/src/VBoxLicenseViewer.cpp | 25 +-
.../Frontends/VirtualBox/src/VBoxLicenseViewer.h | 5 +-
.../VirtualBox/src/VBoxSnapshotDetailsDlg.cpp | 27 +-
.../VirtualBox/src/VBoxSnapshotDetailsDlg.h | 5 +-
.../VirtualBox/src/VBoxTakeSnapshotDlg.cpp | 31 +-
.../Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h | 5 +-
.../VirtualBox/src/VBoxTakeSnapshotDlg.ui | 3 +
.../VirtualBox/src/VBoxVMInformationDlg.cpp | 733 -
.../VirtualBox/src/VBoxVMInformationDlg.h | 92 -
.../VirtualBox/src/VBoxVMInformationDlg.ui | 155 -
.../VirtualBox/src/converter}/Makefile.kup | 0
.../VirtualBox/src/converter/UIConverter.cpp | 11 +-
.../VirtualBox/src/converter/UIConverter.h | 28 +-
.../VirtualBox/src/converter/UIConverterBackend.h | 111 +-
.../src/converter/UIConverterBackendCOM.cpp | 158 +-
.../src/converter/UIConverterBackendGlobal.cpp | 917 +-
.../VirtualBox/src/extensions/QIAdvancedSlider.cpp | 23 +-
.../VirtualBox/src/extensions/QIAdvancedSlider.h | 5 +-
.../src/extensions/QIAdvancedToolBar.cpp | 17 +-
.../VirtualBox/src/extensions/QIAdvancedToolBar.h | 5 +-
.../src/extensions/QIArrowButtonPress.cpp | 75 +-
.../VirtualBox/src/extensions/QIArrowButtonPress.h | 54 +-
.../src/extensions/QIArrowButtonSwitch.cpp | 80 +-
.../src/extensions/QIArrowButtonSwitch.h | 63 +-
.../VirtualBox/src/extensions/QIArrowSplitter.cpp | 396 +-
.../VirtualBox/src/extensions/QIArrowSplitter.h | 111 +-
.../VirtualBox/src/extensions/QIDialog.cpp | 31 +-
.../Frontends/VirtualBox/src/extensions/QIDialog.h | 5 +-
.../src/extensions/QIDialogButtonBox.cpp | 23 +-
.../VirtualBox/src/extensions/QIDialogButtonBox.h | 5 +-
.../VirtualBox/src/extensions/QIFileDialog.cpp | 146 +-
.../VirtualBox/src/extensions/QIFileDialog.h | 5 +-
.../VirtualBox/src/extensions/QILabel.cpp | 31 +-
.../Frontends/VirtualBox/src/extensions/QILabel.h | 5 +-
.../VirtualBox/src/extensions/QILabelSeparator.cpp | 17 +-
.../VirtualBox/src/extensions/QILabelSeparator.h | 5 +-
.../VirtualBox/src/extensions/QILineEdit.cpp | 24 +-
.../VirtualBox/src/extensions/QILineEdit.h | 5 +-
.../VirtualBox/src/extensions/QIListView.cpp | 20 +-
.../VirtualBox/src/extensions/QIListView.h | 5 +-
.../VirtualBox/src/extensions/QIMainDialog.cpp | 429 +-
.../VirtualBox/src/extensions/QIMainDialog.h | 111 +-
.../Frontends/VirtualBox/src/extensions/QIMenu.cpp | 40 +
.../Frontends/VirtualBox/src/extensions/QIMenu.h | 41 +
.../VirtualBox/src/extensions/QIMessageBox.cpp | 330 +-
.../VirtualBox/src/extensions/QIMessageBox.h | 148 +-
.../VirtualBox/src/extensions/QIProcess.cpp | 11 +-
.../VirtualBox/src/extensions/QIProcess.h | 5 +-
.../VirtualBox/src/extensions/QIRichTextLabel.cpp | 17 +-
.../VirtualBox/src/extensions/QIRichTextLabel.h | 5 +-
.../VirtualBox/src/extensions/QIRichToolButton.cpp | 177 +-
.../VirtualBox/src/extensions/QIRichToolButton.h | 77 +-
.../VirtualBox/src/extensions/QISplitter.cpp | 21 +-
.../VirtualBox/src/extensions/QISplitter.h | 5 +-
.../VirtualBox/src/extensions/QIStateIndicator.cpp | 126 -
.../VirtualBox/src/extensions/QIStateIndicator.h | 92 -
.../VirtualBox/src/extensions/QIStatusBar.cpp | 11 +-
.../VirtualBox/src/extensions/QIStatusBar.h | 5 +-
.../src/extensions/QIStatusBarIndicator.cpp | 143 +
.../src/extensions/QIStatusBarIndicator.h | 128 +
.../src/extensions/QIStyledItemDelegate.h | 67 +
.../VirtualBox/src/extensions/QITabWidget.h | 5 +-
.../VirtualBox/src/extensions/QITableView.cpp | 13 +-
.../VirtualBox/src/extensions/QITableView.h | 5 +-
.../VirtualBox/src/extensions/QITextEdit.cpp | 33 -
.../VirtualBox/src/extensions/QITextEdit.h | 39 -
.../VirtualBox/src/extensions/QIToolButton.h | 26 +-
.../VirtualBox/src/extensions/QITreeView.cpp | 17 +-
.../VirtualBox/src/extensions/QITreeView.h | 5 +-
.../VirtualBox/src/extensions/QITreeWidget.cpp | 17 +-
.../VirtualBox/src/extensions/QITreeWidget.h | 5 +-
.../src/extensions/QIWidgetValidator.cpp | 115 +-
.../VirtualBox/src/extensions/QIWidgetValidator.h | 85 +-
.../src/extensions/graphics/QIGraphicsView.cpp | 109 +
.../src/extensions/graphics/QIGraphicsView.h | 46 +
.../src/extensions/graphics/QIGraphicsWidget.cpp | 13 +-
.../src/extensions/graphics/QIGraphicsWidget.h | 5 +-
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 166 +
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 651 +
.../src/extradata/UIExtraDataManager.cpp | 3879 ++++
.../VirtualBox/src/extradata/UIExtraDataManager.h | 608 +
.../Frontends/VirtualBox/src/globals/CIShared.h | 5 +-
.../Frontends/VirtualBox/src/globals/COMDefs.cpp | 46 +-
.../Frontends/VirtualBox/src/globals/COMDefs.h | 29 +-
.../VirtualBox/src/globals/COMWrappers.xsl | 318 +-
.../VirtualBox/src/globals/QIWithRetranslateUI.h | 6 +-
.../VirtualBox/src/globals/UIActionPool.cpp | 1068 +-
.../VirtualBox/src/globals/UIActionPool.h | 498 +-
.../src/globals/UIAnimationFramework.cpp | 29 +-
.../VirtualBox/src/globals/UIAnimationFramework.h | 5 +-
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 148 +-
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 421 +-
.../src/globals/UIExtraDataEventHandler.cpp | 226 -
.../src/globals/UIExtraDataEventHandler.h | 60 -
.../VirtualBox/src/globals/UIIconPool.cpp | 349 +-
.../Frontends/VirtualBox/src/globals/UIIconPool.h | 119 +-
.../VirtualBox/src/globals/UIImageTools.cpp | 15 +-
.../VirtualBox/src/globals/UIImageTools.h | 5 +-
.../VirtualBox/src/globals/UIMainEventListener.cpp | 194 +-
.../VirtualBox/src/globals/UIMainEventListener.h | 81 +-
.../VirtualBox/src/globals/UIMessageCenter.cpp | 509 +-
.../VirtualBox/src/globals/UIMessageCenter.h | 55 +-
.../src/globals/UIModalWindowManager.cpp | 29 +-
.../VirtualBox/src/globals/UIModalWindowManager.h | 5 +-
.../VirtualBox/src/globals/UIPopupCenter.cpp | 37 +-
.../VirtualBox/src/globals/UIPopupCenter.h | 5 +-
.../VirtualBox/src/globals/UIShortcutPool.cpp | 27 +-
.../VirtualBox/src/globals/UIShortcutPool.h | 5 +-
.../VirtualBox/src/globals/UIThreadPool.cpp | 20 +-
.../VirtualBox/src/globals/UIThreadPool.h | 1 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 1833 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 248 +-
.../Frontends/VirtualBox/src/globals/VBoxUtils.h | 31 +-
.../Frontends/VirtualBox/src/globals/VBoxVersion.h | 5 +-
src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp | 58 +-
src/VBox/Frontends/VirtualBox/src/main.cpp | 215 +-
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 497 +-
.../Frontends/VirtualBox/src/medium/UIMedium.h | 374 +-
.../VirtualBox/src/medium/UIMediumDefs.cpp | 13 +-
.../Frontends/VirtualBox/src/medium/UIMediumDefs.h | 60 +-
.../VirtualBox/src/medium/UIMediumEnumerator.cpp | 103 +-
.../VirtualBox/src/medium/UIMediumEnumerator.h | 1 +
.../VirtualBox/src/medium/UIMediumManager.cpp | 2751 ++-
.../VirtualBox/src/medium/UIMediumManager.h | 294 +-
.../VirtualBox/src/medium/UIMediumManager.ui | 321 -
.../Frontends/VirtualBox/src/net/UIDownloader.cpp | 21 +-
.../Frontends/VirtualBox/src/net/UIDownloader.h | 5 +-
.../VirtualBox/src/net/UIDownloaderAdditions.cpp | 27 +-
.../VirtualBox/src/net/UIDownloaderAdditions.h | 5 +-
.../src/net/UIDownloaderExtensionPack.cpp | 30 +-
.../VirtualBox/src/net/UIDownloaderExtensionPack.h | 5 +-
.../VirtualBox/src/net/UIDownloaderUserManual.cpp | 27 +-
.../VirtualBox/src/net/UIDownloaderUserManual.h | 5 +-
.../VirtualBox/src/net/UINetworkCustomer.cpp | 19 +-
.../VirtualBox/src/net/UINetworkCustomer.h | 5 +-
.../Frontends/VirtualBox/src/net/UINetworkDefs.h | 5 +-
.../VirtualBox/src/net/UINetworkManager.cpp | 27 +-
.../VirtualBox/src/net/UINetworkManager.h | 5 +-
.../VirtualBox/src/net/UINetworkManagerDialog.cpp | 43 +-
.../VirtualBox/src/net/UINetworkManagerDialog.h | 5 +-
.../src/net/UINetworkManagerIndicator.cpp | 26 +-
.../VirtualBox/src/net/UINetworkManagerIndicator.h | 15 +-
.../VirtualBox/src/net/UINetworkReply.cpp | 30 +-
.../Frontends/VirtualBox/src/net/UINetworkReply.h | 5 +-
.../VirtualBox/src/net/UINetworkRequest.cpp | 27 +-
.../VirtualBox/src/net/UINetworkRequest.h | 5 +-
.../VirtualBox/src/net/UINetworkRequestWidget.cpp | 31 +-
.../VirtualBox/src/net/UINetworkRequestWidget.h | 5 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.cpp | 19 +-
.../Frontends/VirtualBox/src/net/UIUpdateDefs.h | 5 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 88 +-
.../Frontends/VirtualBox/src/net/UIUpdateManager.h | 5 +-
.../VirtualBox/src/objects/UIRichTextString.cpp | 233 +
.../VirtualBox/src/objects/UIRichTextString.h | 114 +
.../VirtualBox/src/platform/UIDesktopServices.h | 5 +-
.../src/platform/darwin/CocoaEventHelper.h | 7 +-
.../src/platform/darwin/CocoaEventHelper.mm | 5 +-
.../src/platform/darwin/DarwinKeyboard.h | 3 +-
.../src/platform/darwin/DockIconPreview.h | 4 +-
.../platform/darwin/UIAbstractDockIconPreview.cpp | 19 +-
.../platform/darwin/UIAbstractDockIconPreview.h | 4 +-
.../src/platform/darwin/UICocoaApplication.h | 3 +-
.../src/platform/darwin/UICocoaApplication.mm | 2 +-
.../src/platform/darwin/UICocoaDockIconPreview.h | 4 +-
.../src/platform/darwin/UICocoaDockIconPreview.mm | 4 +-
.../src/platform/darwin/UICocoaSpecialControls.h | 41 +-
.../src/platform/darwin/UICocoaSpecialControls.mm | 231 +-
.../platform/darwin/UIDesktopServices_darwin.cpp | 4 +-
.../darwin/UIDesktopServices_darwin_cocoa.mm | 4 +-
.../platform/darwin/UIDesktopServices_darwin_p.h | 5 +-
.../src/platform/darwin/UIWindowMenuManager.cpp | 23 +-
.../src/platform/darwin/UIWindowMenuManager.h | 5 +-
.../src/platform/darwin/VBoxCocoaHelper.h | 5 +-
.../src/platform/darwin/VBoxIChatTheaterWrapper.h | 2 +-
.../src/platform/darwin/VBoxIChatTheaterWrapper.m | 2 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 40 +-
.../src/platform/darwin/VBoxUtils-darwin.cpp | 7 +-
.../src/platform/darwin/VBoxUtils-darwin.h | 8 +-
.../src/platform/darwin/tstDarwinKeyboard.cpp | 21 +-
.../VirtualBox/src/platform/darwin/vmstarter.mm | 5 +-
.../VirtualBox/src/platform/os2/VBoxHlp.asm | 4 +-
.../VirtualBox/src/platform/os2/VBoxHlp.cpp | 3 +-
.../VirtualBox/src/platform/os2/VBoxHlp.h | 4 +-
.../src/platform/win/UIDesktopServices_win.cpp | 19 +-
.../VirtualBox/src/platform/win/VBoxUtils-win.cpp | 4 +-
.../VirtualBox/src/platform/win/VBoxUtils-win.h | 5 +-
.../VirtualBox/src/platform/win/VirtualBox.rc | 35 +-
.../src/platform/win/VirtualBoxHardened.rc | 31 +-
.../VirtualBox/src/platform/win/WinKeyboard.cpp | 15 +-
.../VirtualBox/src/platform/win/WinKeyboard.h | 4 +-
.../src/platform/x11/UIDesktopServices_x11.cpp | 25 +-
.../VirtualBox/src/platform/x11/VBoxX11Helper.cpp | 143 +-
.../VirtualBox/src/platform/x11/VBoxX11Helper.h | 31 +-
.../VirtualBox/src/platform/x11/XKeyboard-new.cpp | 5 +-
.../VirtualBox/src/platform/x11/XKeyboard.h | 5 +-
src/VBox/Frontends/VirtualBox/src/precomp.cpp | 7 +
src/VBox/Frontends/VirtualBox/src/precomp.h | 659 +-
.../VirtualBox/src/runtime/UIActionPoolRuntime.cpp | 2791 ++-
.../VirtualBox/src/runtime/UIActionPoolRuntime.h | 328 +-
.../runtime/UIAddDiskEncryptionPasswordDialog.cpp | 559 +
.../runtime/UIAddDiskEncryptionPasswordDialog.h | 92 +
.../src/runtime/UIConsoleEventHandler.cpp | 176 +-
.../VirtualBox/src/runtime/UIConsoleEventHandler.h | 71 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.cpp | 756 +
.../VirtualBox/src/runtime/UIDnDDataObject_win.h | 107 +
.../VirtualBox/src/runtime/UIDnDDropSource_win.cpp | 156 +
.../VirtualBox/src/runtime/UIDnDDropSource_win.h | 55 +
.../VirtualBox/src/runtime/UIDnDEnumFormat_win.cpp | 191 +
.../VirtualBox/src/runtime/UIDnDEnumFormat_win.h | 54 +
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 906 +-
.../VirtualBox/src/runtime/UIDnDHandler.h | 171 +-
.../VirtualBox/src/runtime/UIDnDMIMEData.cpp | 292 +
.../VirtualBox/src/runtime/UIDnDMIMEData.h | 140 +
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 1657 +-
.../VirtualBox/src/runtime/UIFrameBuffer.h | 333 +-
.../VirtualBox/src/runtime/UIFrameBufferQImage.cpp | 389 -
.../VirtualBox/src/runtime/UIFrameBufferQImage.h | 75 -
.../src/runtime/UIFrameBufferQuartz2D.cpp | 528 -
.../VirtualBox/src/runtime/UIFrameBufferQuartz2D.h | 90 -
.../VirtualBox/src/runtime/UIIndicatorsPool.cpp | 1257 +-
.../VirtualBox/src/runtime/UIIndicatorsPool.h | 108 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 142 +-
.../VirtualBox/src/runtime/UIKeyboardHandler.h | 30 +-
.../Frontends/VirtualBox/src/runtime/UIMachine.cpp | 453 +-
.../Frontends/VirtualBox/src/runtime/UIMachine.h | 92 +-
.../VirtualBox/src/runtime/UIMachineDefs.h | 16 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 2463 ++-
.../VirtualBox/src/runtime/UIMachineLogic.h | 165 +-
.../VirtualBox/src/runtime/UIMachineMenuBar.cpp | 634 -
.../VirtualBox/src/runtime/UIMachineMenuBar.h | 69 -
.../VirtualBox/src/runtime/UIMachineView.cpp | 1483 +-
.../VirtualBox/src/runtime/UIMachineView.h | 197 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 189 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 44 +-
.../src/runtime/UIMenuBarEditorWindow.cpp | 1087 +
.../VirtualBox/src/runtime/UIMenuBarEditorWindow.h | 254 +
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 221 +-
.../VirtualBox/src/runtime/UIMouseHandler.h | 28 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 224 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.h | 25 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 1726 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 267 +-
.../VirtualBox/src/runtime/UISlidingToolBar.cpp | 321 +
.../VirtualBox/src/runtime/UISlidingToolBar.h | 145 +
.../src/runtime/UIStatusBarEditorWindow.cpp | 725 +
.../src/runtime/UIStatusBarEditorWindow.h | 166 +
.../VirtualBox/src/runtime/UIVMCloseDialog.cpp | 89 +-
.../VirtualBox/src/runtime/UIVMCloseDialog.h | 13 +-
.../fullscreen/UIKeyboardHandlerFullscreen.cpp | 36 +-
.../fullscreen/UIKeyboardHandlerFullscreen.h | 21 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 386 +-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 29 +-
.../runtime/fullscreen/UIMachineViewFullscreen.cpp | 123 +-
.../runtime/fullscreen/UIMachineViewFullscreen.h | 5 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 395 +-
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 68 +-
.../src/runtime/normal/UIKeyboardHandlerNormal.cpp | 82 +-
.../src/runtime/normal/UIKeyboardHandlerNormal.h | 23 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 279 +-
.../src/runtime/normal/UIMachineLogicNormal.h | 41 +-
.../src/runtime/normal/UIMachineViewNormal.cpp | 186 +-
.../src/runtime/normal/UIMachineViewNormal.h | 11 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 656 +-
.../src/runtime/normal/UIMachineWindowNormal.h | 101 +-
.../src/runtime/scale/UIKeyboardHandlerScale.cpp | 48 +-
.../src/runtime/scale/UIKeyboardHandlerScale.h | 23 +-
.../src/runtime/scale/UIMachineLogicScale.cpp | 130 +-
.../src/runtime/scale/UIMachineLogicScale.h | 19 +
.../src/runtime/scale/UIMachineViewScale.cpp | 206 +-
.../src/runtime/scale/UIMachineViewScale.h | 27 +-
.../src/runtime/scale/UIMachineWindowScale.cpp | 162 +-
.../src/runtime/scale/UIMachineWindowScale.h | 51 +-
.../runtime/seamless/UIKeyboardHandlerSeamless.cpp | 44 +-
.../runtime/seamless/UIKeyboardHandlerSeamless.h | 23 +-
.../runtime/seamless/UIMachineLogicSeamless.cpp | 190 +-
.../src/runtime/seamless/UIMachineLogicSeamless.h | 17 +-
.../src/runtime/seamless/UIMachineViewSeamless.cpp | 116 +-
.../src/runtime/seamless/UIMachineViewSeamless.h | 5 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 314 +-
.../src/runtime/seamless/UIMachineWindowSeamless.h | 97 +-
.../src/selector/UIActionPoolSelector.cpp | 534 +-
.../VirtualBox/src/selector/UIActionPoolSelector.h | 151 +-
.../VirtualBox/src/selector/UISelectorWindow.cpp | 1023 +-
.../VirtualBox/src/selector/UISelectorWindow.h | 83 +-
.../VirtualBox/src/selector/UIVMDesktop.cpp | 77 +-
.../VirtualBox/src/selector/UIVMDesktop.h | 1 +
.../Frontends/VirtualBox/src/selector/UIVMItem.cpp | 122 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.h | 22 +-
.../src/selector/UIVirtualBoxEventHandler.cpp | 96 +-
.../src/selector/UIVirtualBoxEventHandler.h | 48 +-
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 291 +-
.../VirtualBox/src/selector/VBoxSnapshotsWgt.h | 15 +-
.../src/selector/graphics/chooser/UIGChooser.cpp | 32 +-
.../src/selector/graphics/chooser/UIGChooser.h | 17 +-
.../graphics/chooser/UIGChooserHandlerKeyboard.cpp | 19 +-
.../graphics/chooser/UIGChooserHandlerKeyboard.h | 5 +-
.../graphics/chooser/UIGChooserHandlerMouse.cpp | 22 +-
.../graphics/chooser/UIGChooserHandlerMouse.h | 5 +-
.../selector/graphics/chooser/UIGChooserItem.cpp | 46 +-
.../src/selector/graphics/chooser/UIGChooserItem.h | 11 +-
.../graphics/chooser/UIGChooserItemGroup.cpp | 48 +-
.../graphics/chooser/UIGChooserItemGroup.h | 5 +-
.../graphics/chooser/UIGChooserItemMachine.cpp | 92 +-
.../graphics/chooser/UIGChooserItemMachine.h | 5 +-
.../selector/graphics/chooser/UIGChooserModel.cpp | 296 +-
.../selector/graphics/chooser/UIGChooserModel.h | 21 +-
.../selector/graphics/chooser/UIGChooserView.cpp | 21 +-
.../src/selector/graphics/chooser/UIGChooserView.h | 13 +-
.../src/selector/graphics/details/UIGDetails.cpp | 21 +-
.../src/selector/graphics/details/UIGDetails.h | 5 +-
.../graphics/details/UIGDetailsElement.cpp | 467 +-
.../selector/graphics/details/UIGDetailsElement.h | 40 +-
.../graphics/details/UIGDetailsElements.cpp | 288 +-
.../selector/graphics/details/UIGDetailsElements.h | 46 +-
.../selector/graphics/details/UIGDetailsGroup.cpp | 52 +-
.../selector/graphics/details/UIGDetailsGroup.h | 7 +-
.../selector/graphics/details/UIGDetailsItem.cpp | 27 +-
.../src/selector/graphics/details/UIGDetailsItem.h | 5 +-
.../selector/graphics/details/UIGDetailsModel.cpp | 108 +-
.../selector/graphics/details/UIGDetailsModel.h | 14 +-
.../selector/graphics/details/UIGDetailsSet.cpp | 62 +-
.../src/selector/graphics/details/UIGDetailsSet.h | 26 +-
.../selector/graphics/details/UIGDetailsView.cpp | 21 +-
.../src/selector/graphics/details/UIGDetailsView.h | 13 +-
.../graphics/details/UIGMachinePreview.cpp | 449 +-
.../selector/graphics/details/UIGMachinePreview.h | 51 +-
.../VirtualBox/src/settings/UISettingsDefs.cpp | 41 +-
.../VirtualBox/src/settings/UISettingsDefs.h | 32 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 201 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 58 +-
.../src/settings/UISettingsDialogSpecific.cpp | 710 +-
.../src/settings/UISettingsDialogSpecific.h | 34 +-
.../VirtualBox/src/settings/UISettingsPage.cpp | 19 +-
.../VirtualBox/src/settings/UISettingsPage.h | 35 +-
.../src/settings/UISettingsSerializer.cpp | 388 +
.../VirtualBox/src/settings/UISettingsSerializer.h | 229 +
.../src/settings/VBoxSettingsSelector.cpp | 71 +-
.../VirtualBox/src/settings/VBoxSettingsSelector.h | 14 +-
.../settings/global/UIGlobalSettingsDisplay.cpp | 25 +-
.../src/settings/global/UIGlobalSettingsDisplay.h | 5 +-
.../src/settings/global/UIGlobalSettingsDisplay.ui | 6 +-
.../settings/global/UIGlobalSettingsExtension.cpp | 48 +-
.../settings/global/UIGlobalSettingsExtension.h | 5 +-
.../settings/global/UIGlobalSettingsGeneral.cpp | 36 +-
.../src/settings/global/UIGlobalSettingsGeneral.h | 8 +-
.../src/settings/global/UIGlobalSettingsGeneral.ui | 31 +-
.../src/settings/global/UIGlobalSettingsInput.cpp | 101 +-
.../src/settings/global/UIGlobalSettingsInput.h | 7 +-
.../src/settings/global/UIGlobalSettingsInput.ui | 3 -
.../settings/global/UIGlobalSettingsLanguage.cpp | 32 +-
.../src/settings/global/UIGlobalSettingsLanguage.h | 5 +-
.../settings/global/UIGlobalSettingsNetwork.cpp | 104 +-
.../src/settings/global/UIGlobalSettingsNetwork.h | 5 +-
.../src/settings/global/UIGlobalSettingsNetwork.ui | 10 +-
.../global/UIGlobalSettingsNetworkDetailsHost.cpp | 17 +-
.../global/UIGlobalSettingsNetworkDetailsHost.h | 5 +-
.../global/UIGlobalSettingsNetworkDetailsHost.ui | 4 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.cpp | 24 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.h | 5 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.ui | 12 +-
.../global/UIGlobalSettingsPortForwardingDlg.cpp | 25 +-
.../global/UIGlobalSettingsPortForwardingDlg.h | 5 +-
.../src/settings/global/UIGlobalSettingsProxy.cpp | 19 +-
.../src/settings/global/UIGlobalSettingsProxy.h | 5 +-
.../src/settings/global/UIGlobalSettingsProxy.ui | 4 +-
.../src/settings/global/UIGlobalSettingsUpdate.cpp | 20 +-
.../src/settings/global/UIGlobalSettingsUpdate.h | 5 +-
.../src/settings/global/UIGlobalSettingsUpdate.ui | 2 +-
.../settings/machine/UIMachineSettingsAudio.cpp | 17 +-
.../src/settings/machine/UIMachineSettingsAudio.h | 5 +-
.../src/settings/machine/UIMachineSettingsAudio.ui | 2 +-
.../settings/machine/UIMachineSettingsDisplay.cpp | 180 +-
.../settings/machine/UIMachineSettingsDisplay.h | 37 +-
.../settings/machine/UIMachineSettingsDisplay.ui | 138 +-
.../settings/machine/UIMachineSettingsGeneral.cpp | 580 +-
.../settings/machine/UIMachineSettingsGeneral.h | 159 +-
.../settings/machine/UIMachineSettingsGeneral.ui | 230 +-
.../machine/UIMachineSettingsInterface.cpp | 260 +
.../settings/machine/UIMachineSettingsInterface.h | 174 +
.../settings/machine/UIMachineSettingsInterface.ui | 146 +
.../settings/machine/UIMachineSettingsNetwork.cpp | 65 +-
.../settings/machine/UIMachineSettingsNetwork.h | 5 +-
.../settings/machine/UIMachineSettingsNetwork.ui | 17 +-
.../settings/machine/UIMachineSettingsParallel.cpp | 33 +-
.../settings/machine/UIMachineSettingsParallel.h | 5 +-
.../machine/UIMachineSettingsPortForwardingDlg.cpp | 23 +-
.../machine/UIMachineSettingsPortForwardingDlg.h | 5 +-
.../src/settings/machine/UIMachineSettingsSF.cpp | 76 +-
.../src/settings/machine/UIMachineSettingsSF.h | 5 +-
.../machine/UIMachineSettingsSFDetails.cpp | 19 +-
.../settings/machine/UIMachineSettingsSFDetails.h | 5 +-
.../settings/machine/UIMachineSettingsSFDetails.ui | 5 +-
.../settings/machine/UIMachineSettingsSerial.cpp | 48 +-
.../src/settings/machine/UIMachineSettingsSerial.h | 5 +-
.../settings/machine/UIMachineSettingsSerial.ui | 14 +-
.../settings/machine/UIMachineSettingsStorage.cpp | 812 +-
.../settings/machine/UIMachineSettingsStorage.h | 201 +-
.../settings/machine/UIMachineSettingsStorage.ui | 149 +-
.../settings/machine/UIMachineSettingsSystem.cpp | 109 +-
.../src/settings/machine/UIMachineSettingsSystem.h | 16 +-
.../settings/machine/UIMachineSettingsSystem.ui | 90 +-
.../src/settings/machine/UIMachineSettingsUSB.cpp | 288 +-
.../src/settings/machine/UIMachineSettingsUSB.h | 13 +-
.../src/settings/machine/UIMachineSettingsUSB.ui | 68 +-
.../machine/UIMachineSettingsUSBFilterDetails.cpp | 15 +-
.../machine/UIMachineSettingsUSBFilterDetails.h | 5 +-
.../machine/UIMachineSettingsUSBFilterDetails.ui | 16 +-
.../src/widgets/UIApplianceEditorWidget.cpp | 84 +-
.../src/widgets/UIApplianceEditorWidget.h | 5 +-
.../src/widgets/UIApplianceExportEditorWidget.cpp | 19 +-
.../src/widgets/UIApplianceExportEditorWidget.h | 5 +-
.../src/widgets/UIApplianceImportEditorWidget.cpp | 21 +-
.../src/widgets/UIApplianceImportEditorWidget.h | 5 +-
.../Frontends/VirtualBox/src/widgets/UIBar.cpp | 25 +-
src/VBox/Frontends/VirtualBox/src/widgets/UIBar.h | 5 +-
.../VirtualBox/src/widgets/UIBootTable.cpp | 42 +-
.../Frontends/VirtualBox/src/widgets/UIBootTable.h | 5 +-
.../VirtualBox/src/widgets/UIFilmContainer.cpp | 27 +-
.../VirtualBox/src/widgets/UIFilmContainer.h | 5 +-
.../VirtualBox/src/widgets/UIHostComboEditor.cpp | 32 +-
.../VirtualBox/src/widgets/UIHostComboEditor.h | 5 +-
.../VirtualBox/src/widgets/UIHotKeyEditor.cpp | 27 +-
.../VirtualBox/src/widgets/UIHotKeyEditor.h | 5 +-
.../VirtualBox/src/widgets/UILineTextEdit.cpp | 29 +-
.../VirtualBox/src/widgets/UILineTextEdit.h | 5 +-
.../Frontends/VirtualBox/src/widgets/UIMenuBar.cpp | 62 +
.../Frontends/VirtualBox/src/widgets/UIMenuBar.h | 46 +
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 877 +-
.../VirtualBox/src/widgets/UIMiniToolBar.h | 205 +-
.../src/widgets/UINameAndSystemEditor.cpp | 31 +-
.../VirtualBox/src/widgets/UINameAndSystemEditor.h | 5 +-
.../VirtualBox/src/widgets/UIPopupBox.cpp | 46 +-
.../Frontends/VirtualBox/src/widgets/UIPopupBox.h | 5 +-
.../VirtualBox/src/widgets/UIPopupPane.cpp | 22 +-
.../Frontends/VirtualBox/src/widgets/UIPopupPane.h | 5 +-
.../src/widgets/UIPopupPaneButtonPane.cpp | 26 +-
.../VirtualBox/src/widgets/UIPopupPaneButtonPane.h | 5 +-
.../VirtualBox/src/widgets/UIPopupPaneTextPane.cpp | 18 +-
.../VirtualBox/src/widgets/UIPopupPaneTextPane.h | 5 +-
.../VirtualBox/src/widgets/UIPopupStack.cpp | 26 +-
.../VirtualBox/src/widgets/UIPopupStack.h | 5 +-
.../src/widgets/UIPopupStackViewport.cpp | 16 +-
.../VirtualBox/src/widgets/UIPopupStackViewport.h | 5 +-
.../src/widgets/UIPortForwardingTable.cpp | 254 +-
.../VirtualBox/src/widgets/UIPortForwardingTable.h | 5 +-
.../VirtualBox/src/widgets/UIProgressDialog.cpp | 122 +-
.../VirtualBox/src/widgets/UIProgressDialog.h | 66 +-
.../VirtualBox/src/widgets/UISpacerWidgets.h | 5 +-
.../VirtualBox/src/widgets/UISpecialControls.cpp | 51 +-
.../VirtualBox/src/widgets/UISpecialControls.h | 17 +-
.../Frontends/VirtualBox/src/widgets/UIToolBar.cpp | 82 +-
.../Frontends/VirtualBox/src/widgets/UIToolBar.h | 30 +-
.../VirtualBox/src/widgets/UIWarningPane.cpp | 25 +-
.../VirtualBox/src/widgets/UIWarningPane.h | 5 +-
.../src/widgets/VBoxFilePathSelectorWidget.cpp | 51 +-
.../src/widgets/VBoxFilePathSelectorWidget.h | 5 +-
.../VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp | 17 +-
.../VirtualBox/src/widgets/VBoxGuestRAMSlider.h | 5 +-
.../VirtualBox/src/widgets/VBoxMediaComboBox.cpp | 21 +-
.../VirtualBox/src/widgets/VBoxMediaComboBox.h | 5 +-
.../src/widgets/VBoxOSTypeSelectorButton.cpp | 24 +-
.../src/widgets/VBoxOSTypeSelectorButton.h | 5 +-
.../src/widgets/graphics/UIGraphicsButton.cpp | 17 +-
.../src/widgets/graphics/UIGraphicsButton.h | 5 +-
.../widgets/graphics/UIGraphicsRotatorButton.cpp | 24 +-
.../src/widgets/graphics/UIGraphicsRotatorButton.h | 5 +-
.../src/widgets/graphics/UIGraphicsTextPane.cpp | 441 +
.../src/widgets/graphics/UIGraphicsTextPane.h | 133 +
.../src/widgets/graphics/UIGraphicsToolBar.cpp | 15 +-
.../src/widgets/graphics/UIGraphicsToolBar.h | 5 +-
.../src/widgets/graphics/UIGraphicsZoomButton.cpp | 23 +-
.../src/widgets/graphics/UIGraphicsZoomButton.h | 5 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.cpp | 126 +-
.../Frontends/VirtualBox/src/wizards/UIWizard.h | 36 +-
.../VirtualBox/src/wizards/UIWizardPage.cpp | 19 +-
.../VirtualBox/src/wizards/UIWizardPage.h | 5 +-
.../src/wizards/clonevd/UIWizardCloneVD.cpp | 43 +-
.../src/wizards/clonevd/UIWizardCloneVD.h | 5 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic1.cpp | 35 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic1.h | 5 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic2.cpp | 35 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic2.h | 5 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic3.cpp | 39 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic3.h | 5 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic4.cpp | 45 +-
.../wizards/clonevd/UIWizardCloneVDPageBasic4.h | 5 +-
.../wizards/clonevd/UIWizardCloneVDPageExpert.cpp | 53 +-
.../wizards/clonevd/UIWizardCloneVDPageExpert.h | 5 +-
.../src/wizards/clonevm/UIWizardCloneVM.cpp | 52 +-
.../src/wizards/clonevm/UIWizardCloneVM.h | 5 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic1.cpp | 23 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic1.h | 5 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic2.cpp | 29 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic2.h | 5 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic3.cpp | 21 +-
.../wizards/clonevm/UIWizardCloneVMPageBasic3.h | 5 +-
.../wizards/clonevm/UIWizardCloneVMPageExpert.cpp | 27 +-
.../wizards/clonevm/UIWizardCloneVMPageExpert.h | 5 +-
.../wizards/exportappliance/UIWizardExportApp.cpp | 116 +-
.../wizards/exportappliance/UIWizardExportApp.h | 5 +-
.../exportappliance/UIWizardExportAppDefs.h | 5 +-
.../UIWizardExportAppPageBasic1.cpp | 35 +-
.../exportappliance/UIWizardExportAppPageBasic1.h | 5 +-
.../UIWizardExportAppPageBasic2.cpp | 32 +-
.../exportappliance/UIWizardExportAppPageBasic2.h | 5 +-
.../UIWizardExportAppPageBasic3.cpp | 46 +-
.../exportappliance/UIWizardExportAppPageBasic3.h | 5 +-
.../UIWizardExportAppPageBasic4.cpp | 29 +-
.../exportappliance/UIWizardExportAppPageBasic4.h | 5 +-
.../UIWizardExportAppPageExpert.cpp | 41 +-
.../exportappliance/UIWizardExportAppPageExpert.h | 5 +-
.../src/wizards/firstrun/UIWizardFirstRun.cpp | 31 +-
.../src/wizards/firstrun/UIWizardFirstRun.h | 5 +-
.../wizards/firstrun/UIWizardFirstRunPageBasic.cpp | 33 +-
.../wizards/firstrun/UIWizardFirstRunPageBasic.h | 5 +-
.../wizards/importappliance/UIWizardImportApp.cpp | 44 +-
.../wizards/importappliance/UIWizardImportApp.h | 5 +-
.../importappliance/UIWizardImportAppDefs.h | 5 +-
.../UIWizardImportAppPageBasic1.cpp | 27 +-
.../importappliance/UIWizardImportAppPageBasic1.h | 5 +-
.../UIWizardImportAppPageBasic2.cpp | 19 +-
.../importappliance/UIWizardImportAppPageBasic2.h | 5 +-
.../UIWizardImportAppPageExpert.cpp | 27 +-
.../importappliance/UIWizardImportAppPageExpert.h | 5 +-
.../VirtualBox/src/wizards/newvd/UIWizardNewVD.cpp | 45 +-
.../VirtualBox/src/wizards/newvd/UIWizardNewVD.h | 7 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic1.cpp | 35 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic1.h | 5 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic2.cpp | 39 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic2.h | 5 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.cpp | 59 +-
.../src/wizards/newvd/UIWizardNewVDPageBasic3.h | 5 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.cpp | 55 +-
.../src/wizards/newvd/UIWizardNewVDPageExpert.h | 5 +-
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp | 119 +-
.../VirtualBox/src/wizards/newvm/UIWizardNewVM.h | 17 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 51 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.h | 5 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic2.cpp | 33 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic2.h | 5 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic3.cpp | 52 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic3.h | 5 +-
.../src/wizards/newvm/UIWizardNewVMPageExpert.cpp | 55 +-
.../src/wizards/newvm/UIWizardNewVMPageExpert.h | 5 +-
src/VBox/GuestHost/DragAndDrop/DnDDir.cpp | 193 +
src/VBox/GuestHost/DragAndDrop/DnDMIME.cpp | 41 +
src/VBox/GuestHost/DragAndDrop/DnDPath.cpp | 57 +
src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp | 532 +
src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp | 419 +
src/VBox/GuestHost/DragAndDrop/Makefile.kmk | 53 +
src/VBox/GuestHost/HGSMI/HGSMICommon.cpp | 339 +-
src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp | 661 +
src/VBox/GuestHost/HGSMI/Makefile.kmk | 8 +-
src/VBox/GuestHost/Makefile.kmk | 6 +-
src/VBox/GuestHost/OpenGL/Makefile.kmk | 10 +-
src/VBox/GuestHost/OpenGL/error/VBoxOGLerrorspu.rc | 50 +-
src/VBox/GuestHost/OpenGL/error/errorspu.rc | 25 +-
src/VBox/GuestHost/OpenGL/include/chromium.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_dlm.h | 655 -
src/VBox/GuestHost/OpenGL/include/cr_error.h | 2 +-
src/VBox/GuestHost/OpenGL/include/cr_hash.h | 3 +
src/VBox/GuestHost/OpenGL/include/cr_server.h | 7 +-
src/VBox/GuestHost/OpenGL/include/cr_version.h | 3 +-
src/VBox/GuestHost/OpenGL/include/state/cr_line.h | 2 +-
src/VBox/GuestHost/OpenGL/include/state/cr_point.h | 6 +-
src/VBox/GuestHost/OpenGL/packer/pack_client.c | 3 +-
.../GuestHost/OpenGL/spu_loader/dispatchheader.py | 6 +
.../GuestHost/OpenGL/state_tracker/state_glsl.c | 8 +-
.../GuestHost/OpenGL/state_tracker/state_init.c | 32 +-
src/VBox/GuestHost/OpenGL/util/VBoxOGLcrutil.rc | 47 +-
src/VBox/GuestHost/OpenGL/util/compositor.cpp | 30 +-
src/VBox/GuestHost/OpenGL/util/error.c | 634 +-
src/VBox/GuestHost/OpenGL/util/hash.c | 81 +-
src/VBox/GuestHost/OpenGL/util/threads.c | 15 +-
src/VBox/GuestHost/OpenGL/util/util.def | 2 +
src/VBox/GuestHost/OpenGL/util/util.rc | 23 +-
src/VBox/GuestHost/OpenGL/util/vreg.cpp | 8 +-
src/VBox/GuestHost/SharedClipboard/Makefile.kmk | 2 +-
.../GuestHost/SharedClipboard/x11-clipboard.cpp | 18 +-
src/VBox/HostDrivers/Makefile.kmk | 8 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 133 +-
src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp | 68 +-
src/VBox/HostDrivers/Support/SUPDrv.c | 6592 ------
src/VBox/HostDrivers/Support/SUPDrv.cpp | 5696 +++++
src/VBox/HostDrivers/Support/SUPDrv.d | 2 +-
src/VBox/HostDrivers/Support/SUPDrvGip.cpp | 4893 +++++
src/VBox/HostDrivers/Support/SUPDrvIDC.h | 2 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 228 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 196 +-
src/VBox/HostDrivers/Support/SUPDrvSem.c | 421 -
src/VBox/HostDrivers/Support/SUPDrvSem.cpp | 421 +
src/VBox/HostDrivers/Support/SUPDrvTracer.cpp | 8 +-
src/VBox/HostDrivers/Support/SUPDrvTracerA.asm | 2 +-
src/VBox/HostDrivers/Support/SUPLib.cpp | 950 +-
src/VBox/HostDrivers/Support/SUPLibAll.cpp | 330 +
src/VBox/HostDrivers/Support/SUPLibInternal.h | 30 +-
src/VBox/HostDrivers/Support/SUPLibLdr.cpp | 822 +
src/VBox/HostDrivers/Support/SUPLibSem.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPLibTracerA.asm | 2 +-
src/VBox/HostDrivers/Support/SUPR0-def-lx.sed | 2 +-
src/VBox/HostDrivers/Support/SUPR0-def-pe.sed | 2 +-
src/VBox/HostDrivers/Support/SUPR0IdcClient.c | 2 +-
.../HostDrivers/Support/SUPR0IdcClientComponent.c | 2 +-
.../HostDrivers/Support/SUPR0IdcClientInternal.h | 2 +-
src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c | 2 +-
src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp | 6 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 131 +-
.../Support/SUPR3HardenedMainTemplate.cpp | 2 +-
.../Support/SUPR3HardenedMainTemplateTestcase.cpp | 34 +
.../HostDrivers/Support/SUPR3HardenedNoCrt.cpp | 2 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 110 +-
src/VBox/HostDrivers/Support/SUPSvc.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcGrant.cpp | 2 +-
src/VBox/HostDrivers/Support/SUPSvcInternal.h | 2 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 329 +-
.../HostDrivers/Support/darwin/SUPLib-darwin.cpp | 8 +-
.../Support/darwin/SUPR0IdcClient-darwin.c | 2 +-
src/VBox/HostDrivers/Support/darwin/load.sh | 2 +-
src/VBox/HostDrivers/Support/freebsd/Makefile | 9 +-
.../HostDrivers/Support/freebsd/SUPDrv-freebsd.c | 41 +-
.../HostDrivers/Support/freebsd/SUPLib-freebsd.cpp | 6 +-
.../Support/freebsd/SUPR0IdcClient-freebsd.c | 2 +-
src/VBox/HostDrivers/Support/freebsd/files_vboxdrv | 12 +-
src/VBox/HostDrivers/Support/linux/Makefile | 13 +-
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 275 +-
.../HostDrivers/Support/linux/SUPDrv-linux.mod.c | 2 +-
.../HostDrivers/Support/linux/SUPLib-linux.cpp | 6 +-
.../Support/linux/SUPR0IdcClient-linux.c | 2 +-
src/VBox/HostDrivers/Support/linux/files_vboxdrv | 10 +-
src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp | 51 +-
src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def | 2 +-
src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp | 6 +-
.../HostDrivers/Support/os2/SUPR0IdcClient-os2.c | 2 +-
.../HostDrivers/Support/solaris/SUPDrv-solaris.c | 126 +-
.../HostDrivers/Support/solaris/SUPLib-solaris.cpp | 6 +-
.../Support/solaris/SUPR0IdcClient-solaris.c | 2 +-
src/VBox/HostDrivers/Support/solaris/load.sh | 11 +-
src/VBox/HostDrivers/Support/solaris/vboxdrv.conf | 2 +-
src/VBox/HostDrivers/Support/testcase/Makefile.kmk | 8 +-
.../HostDrivers/Support/testcase/SUPInstall.cpp | 2 +-
.../HostDrivers/Support/testcase/SUPLoggerCtl.cpp | 2 +-
.../HostDrivers/Support/testcase/SUPUninstall.cpp | 2 +-
.../HostDrivers/Support/testcase/tstContiguous.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp | 130 +-
.../Support/testcase/tstGetPagingMode.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstInit.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstInt.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstLow.cpp | 2 +-
.../Support/testcase/tstNtQueryStuff.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstPage.cpp | 2 +-
src/VBox/HostDrivers/Support/testcase/tstPin.cpp | 4 +-
.../Support/testcase/tstSupLoadModule.cpp | 4 +-
.../Support/testcase/tstSupSem-Zombie.cpp | 2 +-
.../HostDrivers/Support/testcase/tstSupSem.cpp | 14 +-
.../Support/testcase/tstSupTscDelta.cpp | 224 +
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 350 +-
src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm | 2 +-
.../Support/win/SUPHardenedVerify-win.h | 4 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 10 +-
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 4 +-
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 2 +-
.../HostDrivers/Support/win/SUPR0IdcClient-win.c | 2 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 217 +-
.../Support/win/SUPR3HardenedMainA-win.asm | 9 +-
.../Support/win/SUPR3HardenedMainImports-win.cpp | 10 +-
.../Support/win/SUPR3HardenedNoCrt-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.inf | 2 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.rc | 21 +-
.../HostDrivers/Support/win/VBoxSupLib-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/VBoxSupLib.rc | 21 +-
src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk | 72 +-
src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c | 32 +-
.../HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h | 2 +-
.../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp | 13 +-
.../HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh | 2 +-
src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile | 2 +-
.../VBoxNetAdp/freebsd/files_vboxnetadp | 2 +-
src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile | 2 +-
.../VBoxNetAdp/linux/VBoxNetAdp-linux.c | 2 +-
.../HostDrivers/VBoxNetAdp/linux/files_vboxnetadp | 4 +-
.../VBoxNetAdp/solaris/VBoxNetAdp-solaris.c | 25 +-
.../HostDrivers/VBoxNetAdp/solaris/vboxnet.conf | 2 +-
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp | 748 +
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.h | 48 +
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc | 53 +
.../HostDrivers/VBoxNetAdp/win/VBoxNetAdp6.inf | 90 +
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 149 +-
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c | 26 +-
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc | 32 +-
.../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h | 3 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 96 +-
.../HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile | 2 +-
.../VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c | 2 +-
.../VBoxNetFlt/freebsd/files_vboxnetflt | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile | 2 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 95 +-
.../HostDrivers/VBoxNetFlt/linux/files_vboxnetflt | 2 +-
.../VBoxNetFlt/solaris/VBoxNetFlt-solaris.c | 26 +-
.../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c | 8 +-
.../HostDrivers/VBoxNetFlt/solaris/vboxbow.conf | 2 +-
.../HostDrivers/VBoxNetFlt/solaris/vboxflt.conf | 2 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 165 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFlt-win.rc | 17 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetFlt.inf | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFltCmn-win.h | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFltM-win.cpp | 12 +-
.../VBoxNetFlt/win/drv/VBoxNetFltM-win.h | 2 +-
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM.inf | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp | 20 +-
.../VBoxNetFlt/win/drv/VBoxNetFltP-win.h | 2 +-
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp | 6 +-
.../VBoxNetFlt/win/drv/VBoxNetFltRt-win.h | 34 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 2389 ++
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.h | 32 +
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf | 98 +
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.cpp | 2 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.def | 4 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.h | 2 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.rc | 25 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h | 2 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobjT.idl | 2 +-
.../VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp | 64 +-
.../VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp | 11 +-
.../VBoxNetFlt/win/tools/VBoxNetFltInstall.cpp | 2 +-
.../VBoxNetFlt/win/tools/VBoxNetFltUninstall.cpp | 2 +-
.../VBoxNetFlt/win/tools/VBoxNetLwfInstall.cpp | 157 +
.../VBoxNetFlt/win/tools/VBoxNetLwfUninstall.cpp | 100 +
src/VBox/HostDrivers/VBoxPci/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxPci/VBoxPci.c | 4 +-
src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h | 4 +-
src/VBox/HostDrivers/VBoxPci/linux/Makefile | 2 +-
src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 171 +-
src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci | 2 +-
src/VBox/HostDrivers/VBoxUSB/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/USBLib.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/darwin/Makefile.kmk | 11 +-
.../HostDrivers/VBoxUSB/darwin/USBLib-darwin.cpp | 4 +-
src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp | 8 +-
.../HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h | 4 +-
src/VBox/HostDrivers/VBoxUSB/darwin/loadusb.sh | 2 +-
.../VBoxUSB/darwin/testcase/tstOpenUSBDev.cpp | 4 +-
src/VBox/HostDrivers/VBoxUSB/solaris/Makefile.kmk | 2 +-
.../HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp | 5 +-
.../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c | 11 +-
.../VBoxUSB/solaris/VBoxUSBMon-solaris.c | 9 +-
src/VBox/HostDrivers/VBoxUSB/solaris/vboxusb.conf | 2 +-
.../HostDrivers/VBoxUSB/solaris/vboxusbmon.conf | 2 +-
.../HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp | 2 +-
.../HostDrivers/VBoxUSB/win/Install/USBInstall.cpp | 2 +-
.../VBoxUSB/win/Install/USBUninstall.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk | 2 +-
.../HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp | 6 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbIdc.h | 2 +-
.../HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxUsbTool.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUSB.inf | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbCmn.h | 2 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h | 4 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.rc | 21 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp | 10 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.h | 2 +-
.../HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPwr.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | 4 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.h | 2 +-
.../HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp | 95 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf | 11 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbFlt.h | 2 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.cpp | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbHook.h | 2 +-
.../HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp | 56 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.h | 2 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.rc | 21 +-
.../HostDrivers/VBoxUSB/win/testcase/USBTest.cpp | 4 +-
src/VBox/HostDrivers/VBoxUSB/win/usbd/usbd.def | 2 +-
src/VBox/HostDrivers/darwin/Makefile.kmk | 2 +-
src/VBox/HostDrivers/darwin/VBoxNetSend.h | 2 +-
src/VBox/HostDrivers/darwin/loadall.sh | 2 +-
src/VBox/HostDrivers/freebsd/Makefile | 2 +-
src/VBox/HostDrivers/freebsd/Makefile.kmk | 2 +-
src/VBox/HostDrivers/linux/Makefile | 2 +-
src/VBox/HostDrivers/linux/Makefile.kmk | 2 +-
src/VBox/HostDrivers/linux/build_in_tmp | 2 +-
src/VBox/HostDrivers/linux/dkms.conf | 2 +-
src/VBox/HostDrivers/linux/do_Module.symvers | 2 +-
src/VBox/HostDrivers/linux/do_dkms | 2 +-
src/VBox/HostDrivers/linux/export_modules | 12 +-
src/VBox/HostDrivers/linux/load.sh | 4 +-
src/VBox/HostDrivers/linux/loadall.sh | 2 +-
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/HostDrivers/win/VBoxDbgLog.h | 5 +-
src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp | 41 +-
src/VBox/HostDrivers/win/load.cmd | 2 +-
src/VBox/HostDrivers/win/load.sh | 6 +-
src/VBox/HostDrivers/win/loadall.cmd | 2 +-
src/VBox/HostDrivers/win/loadall.sh | 26 +-
src/VBox/HostServices/DragAndDrop/Makefile.kmk | 5 +-
.../HostServices/DragAndDrop/VBoxDragAndDropSvc.rc | 21 +-
src/VBox/HostServices/DragAndDrop/dndmanager.cpp | 798 +-
src/VBox/HostServices/DragAndDrop/dndmanager.h | 102 +-
src/VBox/HostServices/DragAndDrop/service.cpp | 842 +-
src/VBox/HostServices/GuestControl/Makefile.kmk | 2 +-
.../GuestControl/VBoxGuestControlSvc.rc | 21 +-
src/VBox/HostServices/GuestControl/service.cpp | 66 +-
.../GuestControl/testcase/Makefile.kmk | 2 +-
src/VBox/HostServices/GuestProperties/Makefile.kmk | 2 +-
.../GuestProperties/VBoxGuestPropSvc.rc | 21 +-
.../GuestProperties/testcase/Makefile.kmk | 2 +-
src/VBox/HostServices/HostChannel/HostChannel.cpp | 8 +-
src/VBox/HostServices/HostChannel/Makefile.kmk | 2 +-
.../HostServices/HostChannel/VBoxHostChannel.rc | 21 +-
src/VBox/HostServices/Makefile.kmk | 2 +-
src/VBox/HostServices/SharedClipboard/Makefile.kmk | 2 +-
.../SharedClipboard/VBoxSharedClipboard.rc | 21 +-
src/VBox/HostServices/SharedClipboard/service.cpp | 2 +-
.../SharedClipboard/testcase/Makefile.kmk | 2 +-
src/VBox/HostServices/SharedFolders/Makefile.kmk | 3 +-
.../SharedFolders/VBoxSharedFolders.rc | 21 +-
src/VBox/HostServices/SharedFolders/mappings.cpp | 14 +
src/VBox/HostServices/SharedFolders/mappings.h | 1 +
src/VBox/HostServices/SharedFolders/service.cpp | 14 +-
.../SharedFolders/testcase/Makefile.kmk | 3 +-
.../testcase/tstSharedFolderService.cpp | 1 +
src/VBox/HostServices/SharedFolders/vbsf.cpp | 583 +-
src/VBox/HostServices/SharedFolders/vbsfpath.cpp | 745 +
src/VBox/HostServices/SharedFolders/vbsfpath.h | 54 +
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 120 +-
.../SharedOpenGL/OpenGLTest/OpenGLTest.cpp | 4 +-
.../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 160 +-
.../SharedOpenGL/OpenGLTest/VBoxTestOGL.rc | 21 +-
.../SharedOpenGL/crserver/VBoxSharedCrOpenGL.rc | 21 +-
.../SharedOpenGL/crserver/crservice.cpp | 271 +-
.../crserverlib/presenter/display_base.cpp | 390 +
.../crserverlib/presenter/display_composite.cpp | 341 +
.../crserverlib/presenter/display_vrdp.cpp | 381 +
.../crserverlib/presenter/display_window.cpp | 574 +
.../presenter/display_window_rootvr.cpp | 347 +
.../crserverlib/presenter/server_presenter.cpp | 4057 ++++
.../crserverlib/presenter/server_presenter.h | 440 +
.../SharedOpenGL/crserverlib/presenter/window.cpp | 463 +
.../HostServices/SharedOpenGL/crserverlib/server.h | 5 +-
.../SharedOpenGL/crserverlib/server_config.c | 42 +-
.../SharedOpenGL/crserverlib/server_getshaders.c | 14 +-
.../SharedOpenGL/crserverlib/server_glsl.c | 67 +
.../SharedOpenGL/crserverlib/server_lists.c | 167 +-
.../SharedOpenGL/crserverlib/server_main.c | 483 +-
.../SharedOpenGL/crserverlib/server_misc.c | 7 +-
.../SharedOpenGL/crserverlib/server_presenter.cpp | 6435 ------
.../SharedOpenGL/crserverlib/server_special | 1 +
.../SharedOpenGL/crserverlib/server_texture.c | 96 +
.../SharedOpenGL/dlm}/Makefile.kup | 0
src/VBox/HostServices/SharedOpenGL/dlm/dlm.c | 575 +
src/VBox/HostServices/SharedOpenGL/dlm/dlm.h | 31 +
.../HostServices/SharedOpenGL/dlm/dlm_arrays.c | 387 +
.../HostServices/SharedOpenGL/dlm/dlm_checklist.c | 51 +
src/VBox/HostServices/SharedOpenGL/dlm/dlm_error.c | 56 +
.../HostServices/SharedOpenGL/dlm/dlm_generated.py | 355 +
.../HostServices/SharedOpenGL/dlm/dlm_header.py | 274 +
src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c | 447 +
.../HostServices/SharedOpenGL/dlm/dlm_pointers.c | 1125 +
.../HostServices/SharedOpenGL/dlm/dlm_pointers.h | 81 +
src/VBox/HostServices/SharedOpenGL/dlm/dlm_special | 21 +
src/VBox/HostServices/SharedOpenGL/dlm/dlm_state.c | 280 +
.../SharedOpenGL/expando}/Makefile.kup | 0
.../HostServices/SharedOpenGL/expando/expando.py | 91 +
.../SharedOpenGL/expando/expando_special | 18 +
.../HostServices/SharedOpenGL/expando/expandospu.c | 182 +
.../SharedOpenGL/expando/expandospu.def | 6 +
.../HostServices/SharedOpenGL/expando/expandospu.h | 69 +
.../SharedOpenGL/expando/expandospu_config.c | 48 +
.../SharedOpenGL/expando/expandospu_init.c | 289 +
.../SharedOpenGL/render/VBoxOGLrenderspu.rc | 21 +-
.../HostServices/SharedOpenGL/render/renderspu.c | 5 +
.../HostServices/SharedOpenGL/render/renderspu.h | 4 +
.../SharedOpenGL/render/renderspu_cocoa.c | 19 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.h | 17 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 584 +-
.../SharedOpenGL/render/renderspu_glx.c | 49 -
.../SharedOpenGL/render/renderspu_init.c | 2 +
.../SharedOpenGL/render/renderspu_wgl.c | 2 +-
src/VBox/HostServices/auth/Makefile.kmk | 2 +-
.../HostServices/auth/simple/VBoxAuthSimple.rc | 21 +-
src/VBox/HostServices/auth/winlogon/VBoxAuth.rc | 21 +-
src/VBox/HostServices/testcase/Makefile.kmk | 2 +-
src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk | 2 +-
src/VBox/Installer/Config.kmk | 101 +
src/VBox/Installer/Makefile.kmk | 9 +-
src/VBox/Installer/common/Makefile.kmk | 2 +-
src/VBox/Installer/common/vboxapisetup.py | 46 +-
src/VBox/Installer/common/virtualbox.desktop.in | 3 +
.../darwin/DiskImage/VirtualBox_Uninstall.tool | 2 +-
src/VBox/Installer/darwin/Makefile.kmk | 368 +-
.../darwin/VBoxKEXTs/VirtualBoxStartup.sh | 26 +-
src/VBox/Installer/darwin/VBoxKEXTs/postflight | 2 +-
.../darwin/VirtualBox/VBoxAutostartDarwin.sh | 2 +-
src/VBox/Installer/darwin/VirtualBox/postflight | 38 +-
src/VBox/Installer/darwin/VirtualBox/preflight | 2 +-
.../darwin/VirtualBox_mpkg/Localizable.strings | 4 +-
.../darwin/VirtualBox_mpkg/distribution.dist | 22 +-
src/VBox/Installer/freebsd/Makefile.kmk | 41 +-
src/VBox/Installer/freebsd/pkg_plist | 7 +-
src/VBox/Installer/freebsd/postdeinstall.sh | 2 +-
src/VBox/Installer/freebsd/postinstall.sh | 2 +-
src/VBox/Installer/linux/Makefile.include.footer | 2 +-
src/VBox/Installer/linux/Makefile.include.header | 2 +-
src/VBox/Installer/linux/Makefile.kmk | 96 +-
src/VBox/Installer/linux/VBox.sh | 9 +-
src/VBox/Installer/linux/VBoxCreateUSBNode.sh | 2 +-
src/VBox/Installer/linux/VBoxSysInfo.sh | 2 +-
src/VBox/Installer/linux/deffiles | 29 +-
src/VBox/Installer/linux/distributions_deb | 4 +-
src/VBox/Installer/linux/install.sh | 60 +-
.../Installer/linux/install_service/Makefile.kmk | 2 +-
.../install_service/generate_service_file.cpp | 12 +-
.../linux/install_service/init_template.sh | 4 +-
.../linux/install_service/install_service.sh | 4 +-
src/VBox/Installer/linux/installer-common.sh | 2 +-
src/VBox/Installer/linux/routines.sh | 662 +-
src/VBox/Installer/linux/rpm/LocalConfig.kmk | 6 +-
src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec | 15 +-
src/VBox/Installer/linux/rpm/rules | 6 +-
src/VBox/Installer/linux/run-inst.sh | 27 +-
src/VBox/Installer/linux/runasroot.sh | 2 +-
.../Installer/linux/scripts/VBoxHeadlessXOrg.sh | 2 +-
.../linux/scripts/check_module_dependencies.sh | 7 +-
src/VBox/Installer/linux/scripts/install.sh | 11 +-
src/VBox/Installer/linux/sh-utils.sh | 2 +-
src/VBox/Installer/linux/testcase/Makefile.kmk | 2 +-
.../Installer/linux/testcase/tstHeadlessXOrg.sh | 2 +-
.../Installer/linux/testcase/tstInstallInit.sh | 4 +-
src/VBox/Installer/linux/testcase/tstInstaller.sh | 2 +-
.../Installer/linux/testcase/tstInstallerLinux.sh | 2 +-
src/VBox/Installer/linux/uninstall.sh | 5 +-
src/VBox/Installer/linux/vboxautostart-service.sh | 32 +-
.../Installer/linux/vboxballoonctrl-service.sh | 33 +-
src/VBox/Installer/linux/vboxdrv-pardus.py | 28 -
src/VBox/Installer/linux/vboxdrv.sh.in | 4 +-
src/VBox/Installer/linux/vboxweb-service.sh | 33 +-
src/VBox/Installer/solaris/Makefile.kmk | 1044 +-
src/VBox/Installer/solaris/VBox.sh | 13 +-
src/VBox/Installer/solaris/VBoxISAExec.c | 2 +-
src/VBox/Installer/solaris/VBoxZoneAccess.c | 2 +-
src/VBox/Installer/solaris/checkinstall.sh | 136 +-
src/VBox/Installer/solaris/makepackage.sh | 45 +-
src/VBox/Installer/solaris/pkginstall.sh | 2 +-
src/VBox/Installer/solaris/postinstall.sh | 2 +-
src/VBox/Installer/solaris/preremove.sh | 2 +-
src/VBox/Installer/solaris/smf-vboxautostart.sh | 2 +-
src/VBox/Installer/solaris/smf-vboxballoonctrl.sh | 8 +-
src/VBox/Installer/solaris/smf-vboxwebsrv.sh | 8 +-
src/VBox/Installer/solaris/vboxconfig.sh | 42 +-
.../Installer/solaris/virtualbox-autostart.xml | 2 +-
.../Installer/solaris/virtualbox-balloonctrl.xml | 2 +-
.../Installer/solaris/virtualbox-webservice.xml | 2 +-
.../Installer/solaris/virtualbox-zoneaccess.xml | 2 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
.../Installer/win/InstallHelper/VBoxCommon.cpp | 2 +-
src/VBox/Installer/win/InstallHelper/VBoxCommon.h | 2 +-
.../win/InstallHelper/VBoxInstallHelper.cpp | 204 +-
.../win/InstallHelper/VBoxInstallHelper.def | 8 +-
.../win/InstallHelper/VBoxInstallHelper.rc | 21 +-
src/VBox/Installer/win/Makefile.kmk | 250 +-
src/VBox/Installer/win/NLS/de_DE.wxl | 20 +-
src/VBox/Installer/win/NLS/en_US.wxl | 14 +-
src/VBox/Installer/win/NLS/fa_IR.wxl | 15 +-
src/VBox/Installer/win/NLS/fr_FR.wxl | 19 +-
src/VBox/Installer/win/NLS/it_IT.wxl | 15 +-
src/VBox/Installer/win/NLS/tr_TR.wxl | 22 +-
src/VBox/Installer/win/NLS/zh_TW.wxl | 16 +-
src/VBox/Installer/win/Properties.wxi | 6 +-
src/VBox/Installer/win/Resources/Makefile.kmk | 36 +-
src/VBox/Installer/win/Resources/VBoxRes.rc | 27 +-
src/VBox/Installer/win/Resources/dummy.cpp | 2 +-
src/VBox/Installer/win/Resources/resource.h | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/VBoxStub.cpp | 8 +-
src/VBox/Installer/win/Stub/VBoxStub.h | 2 +-
src/VBox/Installer/win/Stub/VBoxStub.rc | 27 +-
src/VBox/Installer/win/Stub/VBoxStubCertUtil.cpp | 2 +-
src/VBox/Installer/win/Stub/VBoxStubCertUtil.h | 2 +-
src/VBox/Installer/win/Stub/resource.h | 2 +-
src/VBox/Installer/win/StubBld/Makefile.kmk | 2 +-
src/VBox/Installer/win/StubBld/VBoxStubBld.cpp | 2 +-
src/VBox/Installer/win/StubBld/VBoxStubBld.h | 2 +-
src/VBox/Installer/win/UserInterface.wxi | 78 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 30 +-
src/VBox/Installer/win/VBoxMergeApp.wxs | 2 +-
src/VBox/Installer/win/VBoxMergeAppCA.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeAppSeq.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeCOM32On64.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeCOM32On64.wxs | 2 +-
src/VBox/Installer/win/VBoxMergeCOM32On64CA.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeCOM32On64Seq.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeNetAdp.wxi | 3 +-
src/VBox/Installer/win/VBoxMergeNetAdp.wxs | 2 +-
src/VBox/Installer/win/VBoxMergeNetAdp6.wxi | 30 +
src/VBox/Installer/win/VBoxMergeNetAdp6.wxs | 54 +
src/VBox/Installer/win/VBoxMergeNetAdp6CA.wxi | 31 +
src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi | 53 +
src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi | 7 +-
src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi | 20 +-
src/VBox/Installer/win/VBoxMergeNetFlt.wxi | 4 +-
src/VBox/Installer/win/VBoxMergeNetFlt.wxs | 2 +-
src/VBox/Installer/win/VBoxMergeNetFltCA.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi | 27 +-
src/VBox/Installer/win/VBoxMergeNetLwf.wxi | 33 +
src/VBox/Installer/win/VBoxMergeNetLwf.wxs | 54 +
src/VBox/Installer/win/VBoxMergeNetLwfCA.wxi | 33 +
src/VBox/Installer/win/VBoxMergeNetLwfSeq.wxi | 79 +
src/VBox/Installer/win/VBoxMergePython.wxi | 2 +-
src/VBox/Installer/win/VBoxMergePython.wxs | 2 +-
src/VBox/Installer/win/VBoxMergePythonCA.wxi | 2 +-
src/VBox/Installer/win/VBoxMergePythonSeq.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeUSB.wxi | 14 +-
src/VBox/Installer/win/VBoxMergeUSB.wxs | 2 +-
src/VBox/Installer/win/VBoxMergeUSBCA.wxi | 2 +-
src/VBox/Installer/win/VBoxMergeUSBSeq.wxi | 2 +-
src/VBox/Installer/win/VirtualBox.wxs | 72 +-
src/VBox/Installer/win/VirtualBox_TypeLib.xsl | 2 +-
src/VBox/Installer/win/dep.sed | 29 -
src/VBox/Installer/win/dep.xsl | 68 +
src/VBox/Installer/win/dep2.xsl | 82 +
src/VBox/Main/Config.kmk | 41 +
src/VBox/Main/Makefile.kmk | 302 +-
src/VBox/Main/cbinding/LegacyVBoxXPCOMCGlue.c | 330 -
src/VBox/Main/cbinding/LegacyVBoxXPCOMCGlue.h | 64 -
src/VBox/Main/cbinding/Makefile.kmk | 29 +-
src/VBox/Main/cbinding/VBoxCAPI.rc | 21 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.c | 2 +-
src/VBox/Main/cbinding/VBoxCAPIGlue.h.in | 2 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_2.h | 153 +-
src/VBox/Main/cbinding/VBoxCAPI_v4_3.h | 21826 +++++++++++++++++++
src/VBox/Main/cbinding/capiidl.xsl | 165 +-
src/VBox/Main/cbinding/makefile.tstCAPIGlue | 2 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 4 +-
src/VBox/Main/glue/com.cpp | 25 +-
src/VBox/Main/glue/constants-python.xsl | 20 +-
src/VBox/Main/glue/glue-java.xsl | 277 +-
src/VBox/Main/glue/initterm.cpp | 3 +-
src/VBox/Main/glue/string.cpp | 80 +-
src/VBox/Main/glue/tests/TestVBox.java | 12 +-
src/VBox/Main/glue/tests/TestVBoxNATEngine.java | 13 +-
src/VBox/Main/glue/vboxapi.py | 671 +-
src/VBox/Main/glue/xpcom/helpers.cpp | 1 +
src/VBox/Main/idl/VirtualBox.dtd | 14 +-
src/VBox/Main/idl/VirtualBox.xidl | 5111 +++--
src/VBox/Main/idl/apiwrap-server-filelist.xsl | 138 +
src/VBox/Main/idl/apiwrap-server.xsl | 1976 +-
src/VBox/Main/idl/comimpl.xsl | 98 +-
src/VBox/Main/idl/doxygen.xsl | 76 +-
src/VBox/Main/idl/midl.xsl | 131 +-
src/VBox/Main/idl/typemap-shared.inc.xsl | 226 +-
src/VBox/Main/idl/xpidl.xsl | 99 +-
src/VBox/Main/include/AdditionsFacilityImpl.h | 45 +-
src/VBox/Main/include/ApplianceImpl.h | 427 +-
src/VBox/Main/include/ApplianceImplPrivate.h | 44 +-
src/VBox/Main/include/AudioAdapterImpl.h | 65 +-
src/VBox/Main/include/AudioSnifferInterface.h | 49 -
src/VBox/Main/include/AutoCaller.h | 204 +-
src/VBox/Main/include/AutoStateDep.h | 60 +-
src/VBox/Main/include/AutostartDb.h | 1 +
src/VBox/Main/include/BIOSSettingsImpl.h | 77 +-
src/VBox/Main/include/BandwidthControlImpl.h | 80 +-
src/VBox/Main/include/BandwidthGroupImpl.h | 96 +-
src/VBox/Main/include/BusAssignmentManager.h | 11 +-
src/VBox/Main/include/ConsoleImpl.h | 867 +-
src/VBox/Main/include/ConsoleVRDPServer.h | 65 +-
src/VBox/Main/include/DHCPServerImpl.h | 92 +-
src/VBox/Main/include/DisplayImpl.h | 546 +-
src/VBox/Main/include/DisplayUtils.h | 1 +
src/VBox/Main/include/DrvAudioVRDE.h | 64 +
src/VBox/Main/include/DrvAudioVideoRec.h | 62 +
src/VBox/Main/include/EmulatedUSBImpl.h | 16 +-
src/VBox/Main/include/EventImpl.h | 151 +-
src/VBox/Main/include/ExtPackManagerImpl.h | 247 +-
src/VBox/Main/include/FramebufferImpl.h | 76 -
src/VBox/Main/include/Global.h | 45 +-
src/VBox/Main/include/GuestCtrlImplPrivate.h | 587 +-
src/VBox/Main/include/GuestDirectoryImpl.h | 47 +-
src/VBox/Main/include/GuestDnDImpl.h | 53 -
src/VBox/Main/include/GuestDnDPrivate.h | 574 +
src/VBox/Main/include/GuestDnDSourceImpl.h | 109 +
src/VBox/Main/include/GuestDnDTargetImpl.h | 105 +
src/VBox/Main/include/GuestFileImpl.h | 124 +-
src/VBox/Main/include/GuestFsObjInfoImpl.h | 69 +-
src/VBox/Main/include/GuestImpl.h | 225 +-
src/VBox/Main/include/GuestOSTypeImpl.h | 96 +-
src/VBox/Main/include/GuestProcessImpl.h | 180 +-
src/VBox/Main/include/GuestSessionImpl.h | 368 +-
src/VBox/Main/include/HGCM.h | 1 +
src/VBox/Main/include/HGCMObjects.h | 1 +
src/VBox/Main/include/HGCMThread.h | 1 +
src/VBox/Main/include/HostImpl.h | 174 +-
src/VBox/Main/include/HostNetworkInterfaceImpl.h | 77 +-
src/VBox/Main/include/HostPower.h | 28 +
src/VBox/Main/include/HostUSBDeviceImpl.h | 125 +-
src/VBox/Main/include/KeyboardImpl.h | 54 +-
src/VBox/Main/include/MachineDebuggerImpl.h | 170 +-
src/VBox/Main/include/MachineImpl.h | 1408 +-
src/VBox/Main/include/MachineImplCloneVM.h | 1 +
src/VBox/Main/include/Matching.h | 1 +
src/VBox/Main/include/MediumAttachmentImpl.h | 115 +-
src/VBox/Main/include/MediumImpl.h | 511 +-
src/VBox/Main/include/MouseImpl.h | 136 +-
src/VBox/Main/include/NATEngineImpl.h | 141 +-
src/VBox/Main/include/NATNetworkImpl.h | 123 +-
src/VBox/Main/include/NetworkAdapterImpl.h | 193 +-
src/VBox/Main/include/ObjectState.h | 129 +
src/VBox/Main/include/PCIDeviceAttachmentImpl.h | 36 +-
src/VBox/Main/include/ParallelPortImpl.h | 60 +-
src/VBox/Main/include/Performance.h | 15 +-
src/VBox/Main/include/PerformanceImpl.h | 149 +-
src/VBox/Main/include/ProgressImpl.h | 241 +-
src/VBox/Main/include/QMTranslator.h | 57 +
src/VBox/Main/include/RemoteUSBBackend.h | 1 +
src/VBox/Main/include/RemoteUSBDeviceImpl.h | 82 +-
src/VBox/Main/include/SecretKeyStore.h | 190 +
src/VBox/Main/include/SerialPortImpl.h | 86 +-
src/VBox/Main/include/SessionImpl.h | 159 +-
src/VBox/Main/include/SharedFolderImpl.h | 60 +-
src/VBox/Main/include/SnapshotImpl.h | 119 +-
src/VBox/Main/include/StorageControllerImpl.h | 89 +-
src/VBox/Main/include/SystemPropertiesImpl.h | 190 +-
src/VBox/Main/include/USBControllerImpl.h | 44 +-
src/VBox/Main/include/USBDeviceFilterImpl.h | 181 +-
src/VBox/Main/include/USBDeviceFiltersImpl.h | 57 +-
src/VBox/Main/include/USBDeviceImpl.h | 67 +-
src/VBox/Main/include/USBIdDatabase.h | 91 +
src/VBox/Main/include/USBProxyService.h | 4 +-
src/VBox/Main/include/VFSExplorerImpl.h | 73 +-
src/VBox/Main/include/VMMDev.h | 1 +
src/VBox/Main/include/VRDEServerImpl.h | 95 +-
src/VBox/Main/include/VirtualBoxBase.h | 246 +-
src/VBox/Main/include/VirtualBoxClientImpl.h | 31 +-
src/VBox/Main/include/VirtualBoxErrorInfoImpl.h | 28 +-
src/VBox/Main/include/VirtualBoxImpl.h | 476 +-
src/VBox/Main/include/Wrapper.h | 12 +-
src/VBox/Main/include/netif.h | 1 +
src/VBox/Main/include/objectslist.h | 1 +
src/VBox/Main/include/vbox-libhal.h | 1 +
src/VBox/Main/include/vector.h | 1 +
src/VBox/Main/include/win/resource.h | 1 +
src/VBox/Main/src-all/AutoCaller.cpp | 514 +
src/VBox/Main/src-all/DisplayResampleImage.cpp | 1 +
src/VBox/Main/src-all/DisplayUtils.cpp | 3 +-
src/VBox/Main/src-all/EventImpl.cpp | 366 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 1134 +-
src/VBox/Main/src-all/ExtPackUtil.cpp | 15 +-
src/VBox/Main/src-all/Global.cpp | 251 +-
src/VBox/Main/src-all/Logging.cpp | 6 +-
src/VBox/Main/src-all/PCIDeviceAttachmentImpl.cpp | 28 +-
src/VBox/Main/src-all/ProgressImpl.cpp | 1362 +-
src/VBox/Main/src-all/QMTranslatorImpl.cpp | 433 +
src/VBox/Main/src-all/SecretKeyStore.cpp | 228 +
src/VBox/Main/src-all/SharedFolderImpl.cpp | 92 +-
src/VBox/Main/src-all/VBoxAPI-end.d | 9 +
src/VBox/Main/src-all/VBoxAPI-start.d | 23 +
src/VBox/Main/src-all/VirtualBoxBase.cpp | 673 +-
src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp | 1 +
src/VBox/Main/src-all/win/VBoxProxyStub.def | 25 +
src/VBox/Main/src-all/win/comregister.cmd | 100 +-
src/VBox/Main/src-client/AdditionsFacilityImpl.cpp | 66 +-
src/VBox/Main/src-client/AudioSnifferInterface.cpp | 283 -
src/VBox/Main/src-client/BusAssignmentManager.cpp | 23 +-
src/VBox/Main/src-client/ClientTokenHolder.cpp | 1 +
src/VBox/Main/src-client/ConsoleImpl.cpp | 3819 ++--
src/VBox/Main/src-client/ConsoleImpl2.cpp | 1810 +-
src/VBox/Main/src-client/ConsoleImplTeleporter.cpp | 105 +-
src/VBox/Main/src-client/ConsoleVRDPServer.cpp | 735 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 3914 ++--
src/VBox/Main/src-client/DisplayImplLegacy.cpp | 1008 +
.../Main/src-client/DisplaySourceBitmapImpl.cpp | 185 +
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 612 +
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 911 +
src/VBox/Main/src-client/EbmlWriter.cpp | 1039 +-
src/VBox/Main/src-client/EbmlWriter.h | 305 +-
src/VBox/Main/src-client/EmulatedUSBImpl.cpp | 22 +-
src/VBox/Main/src-client/GuestCtrlImpl.cpp | 322 +-
src/VBox/Main/src-client/GuestCtrlPrivate.cpp | 283 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 75 +-
src/VBox/Main/src-client/GuestDnDImpl.cpp | 995 -
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 931 +
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 1305 ++
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 1386 ++
src/VBox/Main/src-client/GuestFileImpl.cpp | 400 +-
src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp | 242 +-
src/VBox/Main/src-client/GuestImpl.cpp | 701 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 640 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 1935 +-
src/VBox/Main/src-client/GuestSessionImplTasks.cpp | 178 +-
src/VBox/Main/src-client/HGCM.cpp | 674 +-
src/VBox/Main/src-client/HGCMThread.cpp | 6 +-
src/VBox/Main/src-client/KeyboardImpl.cpp | 143 +-
src/VBox/Main/src-client/MachineDebuggerImpl.cpp | 988 +-
src/VBox/Main/src-client/MouseImpl.cpp | 454 +-
src/VBox/Main/src-client/Nvram.cpp | 12 +-
src/VBox/Main/src-client/PCIRawDevImpl.cpp | 5 +-
src/VBox/Main/src-client/RemoteUSBBackend.cpp | 249 +-
src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp | 132 +-
src/VBox/Main/src-client/SessionImpl.cpp | 525 +-
src/VBox/Main/src-client/USBDeviceImpl.cpp | 116 +-
src/VBox/Main/src-client/UsbCardReader.cpp | 8 +-
src/VBox/Main/src-client/UsbWebcamInterface.cpp | 6 +-
src/VBox/Main/src-client/VBoxDriversRegister.cpp | 7 +-
src/VBox/Main/src-client/VMMDevInterface.cpp | 241 +-
src/VBox/Main/src-client/VideoRec.cpp | 125 +-
src/VBox/Main/src-client/VideoRec.h | 4 +-
src/VBox/Main/src-client/VirtualBoxClientImpl.cpp | 52 +-
src/VBox/Main/src-client/win/VBoxC.rc | 27 +-
src/VBox/Main/src-client/win/VBoxClient-x86.rc | 27 +-
src/VBox/Main/src-client/xpcom/module.cpp | 106 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.cpp | 4 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.rc | 21 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 702 +-
src/VBox/Main/src-server/ApplianceImplExport.cpp | 553 +-
src/VBox/Main/src-server/ApplianceImplIO.cpp | 610 +-
src/VBox/Main/src-server/ApplianceImplImport.cpp | 1460 +-
src/VBox/Main/src-server/AudioAdapterImpl.cpp | 331 +-
src/VBox/Main/src-server/BIOSSettingsImpl.cpp | 191 +-
src/VBox/Main/src-server/BandwidthControlImpl.cpp | 233 +-
src/VBox/Main/src-server/BandwidthGroupImpl.cpp | 129 +-
src/VBox/Main/src-server/ClientToken.cpp | 1 +
src/VBox/Main/src-server/ClientWatcher.cpp | 71 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 236 +-
src/VBox/Main/src-server/GuestOSTypeImpl.cpp | 237 +-
src/VBox/Main/src-server/HostDnsService.cpp | 32 +-
src/VBox/Main/src-server/HostDnsService.h | 14 +-
src/VBox/Main/src-server/HostImpl.cpp | 942 +-
.../Main/src-server/HostNetworkInterfaceImpl.cpp | 269 +-
src/VBox/Main/src-server/HostPower.cpp | 34 +-
src/VBox/Main/src-server/HostUSBDeviceImpl.cpp | 547 +-
.../Main/src-server/HostVideoInputDeviceImpl.cpp | 12 +-
src/VBox/Main/src-server/MachineImpl.cpp | 7344 +++----
src/VBox/Main/src-server/MachineImplCloneVM.cpp | 250 +-
src/VBox/Main/src-server/Matching.cpp | 1 +
src/VBox/Main/src-server/MediumAttachmentImpl.cpp | 196 +-
src/VBox/Main/src-server/MediumImpl.cpp | 3188 ++-
src/VBox/Main/src-server/MediumLock.cpp | 17 +-
src/VBox/Main/src-server/NATEngineImpl.cpp | 474 +-
src/VBox/Main/src-server/NATNetworkImpl.cpp | 478 +-
src/VBox/Main/src-server/NetworkAdapterImpl.cpp | 553 +-
src/VBox/Main/src-server/ParallelPortImpl.cpp | 107 +-
src/VBox/Main/src-server/Performance.cpp | 200 +-
src/VBox/Main/src-server/PerformanceImpl.cpp | 321 +-
src/VBox/Main/src-server/ProgressProxyImpl.cpp | 43 +-
src/VBox/Main/src-server/SerialPortImpl.cpp | 178 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 1839 +-
src/VBox/Main/src-server/StorageControllerImpl.cpp | 362 +-
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 673 +-
src/VBox/Main/src-server/TokenImpl.cpp | 4 +-
src/VBox/Main/src-server/USBControllerImpl.cpp | 91 +-
src/VBox/Main/src-server/USBDeviceFilterImpl.cpp | 460 +-
src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp | 206 +-
.../Main/src-server/USBIdDatabaseGenerator.cpp | 356 +
src/VBox/Main/src-server/USBIdDatabaseStub.cpp | 26 +
src/VBox/Main/src-server/USBProxyService.cpp | 123 +-
src/VBox/Main/src-server/VFSExplorerImpl.cpp | 211 +-
src/VBox/Main/src-server/VRDEServerImpl.cpp | 393 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 1719 +-
src/VBox/Main/src-server/custom.ids | 10 +
.../Main/src-server/darwin/HostPowerDarwin.cpp | 1 +
src/VBox/Main/src-server/darwin/NetIf-darwin.cpp | 2 +
.../Main/src-server/darwin/PerformanceDarwin.cpp | 2 +-
.../src-server/darwin/USBProxyServiceDarwin.cpp | 12 +-
src/VBox/Main/src-server/darwin/iokit.cpp | 20 +-
.../src-server/freebsd/HostHardwareFreeBSD.cpp | 142 +-
.../src-server/freebsd/USBProxyServiceFreeBSD.cpp | 14 +-
src/VBox/Main/src-server/generic/NetIf-generic.cpp | 78 +-
.../Main/src-server/linux/HostHardwareLinux.cpp | 177 +-
src/VBox/Main/src-server/linux/HostPowerLinux.cpp | 145 +
.../Main/src-server/linux/PerformanceLinux.cpp | 4 +-
src/VBox/Main/src-server/linux/USBGetDevices.cpp | 23 +-
.../Main/src-server/linux/USBProxyServiceLinux.cpp | 14 +-
src/VBox/Main/src-server/linux/vbox-libhal.cpp | 1 +
.../Main/src-server/os2/USBProxyServiceOs2.cpp | 3 +-
src/VBox/Main/src-server/solaris/NetIf-solaris.cpp | 3 +-
.../src-server/solaris/USBProxyServiceSolaris.cpp | 21 +-
src/VBox/Main/src-server/usb.ids | 19559 +++++++++++++++++
src/VBox/Main/src-server/win/HostPowerWin.cpp | 13 +-
src/VBox/Main/src-server/win/NetIf-win.cpp | 100 +-
src/VBox/Main/src-server/win/PerformanceWin.cpp | 5 +-
.../Main/src-server/win/USBProxyServiceWindows.cpp | 34 +-
src/VBox/Main/src-server/win/VBoxComEvents.cpp | 1 +
src/VBox/Main/src-server/win/VBoxComEvents.h | 1 +
src/VBox/Main/src-server/win/VBoxSVC.rc | 27 +-
src/VBox/Main/src-server/win/svchlp.cpp | 1 +
src/VBox/Main/src-server/win/svchlp.h | 1 +
src/VBox/Main/src-server/win/svcmain.cpp | 73 +-
src/VBox/Main/src-server/xpcom/server.cpp | 178 +-
src/VBox/Main/src-server/xpcom/server.h | 1 +
src/VBox/Main/src-server/xpcom/server_module.cpp | 9 +-
src/VBox/Main/testcase/Makefile.kmk | 110 +-
src/VBox/Main/testcase/makefile.tstVBoxAPIXPCOM | 6 +-
.../ovf-winxp-vbox-sharedfolders/winxp.ovf | 2 +-
src/VBox/Main/testcase/tstAPI.cpp | 3 +-
src/VBox/Main/testcase/tstCollector.cpp | 28 +-
src/VBox/Main/testcase/tstGuestCtrlContextID.cpp | 3 -
src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp | 3 -
src/VBox/Main/testcase/tstGuid.cpp | 99 +
src/VBox/Main/testcase/tstMediumLock.cpp | 7 +-
src/VBox/Main/testcase/tstOVF.cpp | 20 +-
src/VBox/Main/testcase/tstUSBProxyLinux.cpp | 2 +-
src/VBox/Main/testcase/tstVBoxAPI.cpp | 400 +
src/VBox/Main/testcase/tstVBoxAPIPerf.cpp | 243 +
src/VBox/Main/testcase/tstVBoxAPIWin.cpp | 18 +-
src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp | 187 +-
src/VBox/Main/webservice/Makefile.kmk | 29 +-
src/VBox/Main/webservice/VBoxWebSrv.rc | 21 +-
.../Main/webservice/samples/php/clienttest.php | 6 +-
.../Main/webservice/samples/python/clienttest.py | 4 +-
src/VBox/Main/webservice/vboxweb.cpp | 674 +-
src/VBox/Main/webservice/vboxweb.h | 107 +-
src/VBox/Main/webservice/websrv-cpp.xsl | 41 +-
src/VBox/Main/webservice/websrv-php.xsl | 8 +-
src/VBox/Main/webservice/websrv-python.xsl | 9 +-
src/VBox/Main/webservice/websrv-typemap.xsl | 12 +-
src/VBox/Main/webservice/websrv-wsdl.xsl | 21 +-
src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl | 98 +-
src/VBox/Main/xml/Settings.cpp | 567 +-
src/VBox/Main/xml/VirtualBox-settings.xsd | 3 +-
src/VBox/Makefile.kmk | 19 +-
src/VBox/NetworkServices/DHCP/ClientDataInt.h | 2 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 20 +-
src/VBox/NetworkServices/DHCP/Config.h | 16 +-
src/VBox/NetworkServices/DHCP/Makefile.kmk | 2 +-
.../NetworkServices/DHCP/NetworkManagerDhcp.cpp | 2 +-
src/VBox/NetworkServices/DHCP/README.customoptions | 23 +
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 43 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.rc | 17 +-
.../NetworkServices/DHCP/VBoxNetDHCPHardened.cpp | 2 +-
src/VBox/NetworkServices/Makefile.kmk | 2 +-
src/VBox/NetworkServices/NAT/Makefile.kmk | 2 +-
src/VBox/NetworkServices/NAT/RTWinPoll.cpp | 2 +-
src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | 2 +-
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 65 +-
src/VBox/NetworkServices/NAT/VBoxNetNAT.rc | 21 +-
.../NetworkServices/NAT/VBoxNetNATHardened.cpp | 2 +-
src/VBox/NetworkServices/NAT/dhcp6.h | 2 +-
src/VBox/NetworkServices/NAT/fwtcp.c | 2 +-
src/VBox/NetworkServices/NAT/fwudp.c | 2 +-
src/VBox/NetworkServices/NAT/lwipopts.h | 2 +-
src/VBox/NetworkServices/NAT/portfwd.c | 2 +-
src/VBox/NetworkServices/NAT/portfwd.h | 2 +-
src/VBox/NetworkServices/NAT/proxy.c | 2 +-
src/VBox/NetworkServices/NAT/proxy.h | 2 +-
src/VBox/NetworkServices/NAT/proxy_dhcp6ds.c | 2 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.c | 2 +-
src/VBox/NetworkServices/NAT/proxy_pollmgr.h | 2 +-
src/VBox/NetworkServices/NAT/proxy_rtadvd.c | 2 +-
src/VBox/NetworkServices/NAT/proxy_tftpd.c | 2 +-
src/VBox/NetworkServices/NAT/pxdns.c | 2 +-
src/VBox/NetworkServices/NAT/pxping.c | 2 +-
src/VBox/NetworkServices/NAT/pxping_win.c | 2 +-
src/VBox/NetworkServices/NAT/pxremap.c | 2 +-
src/VBox/NetworkServices/NAT/pxremap.h | 2 +-
src/VBox/NetworkServices/NAT/pxtcp.c | 2 +-
src/VBox/NetworkServices/NAT/pxtcp.h | 2 +-
src/VBox/NetworkServices/NAT/pxudp.c | 2 +-
src/VBox/NetworkServices/NAT/rtmon_bsd.c | 2 +-
src/VBox/NetworkServices/NAT/rtmon_linux.c | 4 +-
src/VBox/NetworkServices/NAT/rtmon_win.c | 2 +-
src/VBox/NetworkServices/NAT/tftp.h | 2 +-
src/VBox/NetworkServices/NAT/winpoll.h | 2 +-
src/VBox/NetworkServices/NAT/winutils.h | 2 +-
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 58 +-
src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 101 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 3 +-
src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp | 2 +-
src/VBox/NetworkServices/NetLib/VBoxNetLib.h | 2 +-
.../NetLib/VBoxNetPortForwardString.cpp | 5 +-
src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp | 2 +-
.../NetworkServices/NetLib/VBoxPortForwardString.h | 2 +-
src/VBox/NetworkServices/NetLib/cpp/utils.h | 2 +-
src/VBox/NetworkServices/NetLib/shared_ptr.h | 2 +-
src/VBox/NetworkServices/NetLib/utils.h | 8 +-
src/VBox/RDP/client-1.8.3/Makefile.kmk | 2 +-
src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c | 1 +
src/VBox/Resources/OSE/virtualbox-128px.png | Bin 14278 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-16px.png | Bin 788 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-20px.png | Bin 1035 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-32px.png | Bin 1821 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-40px.png | Bin 2354 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-48px.png | Bin 3002 -> 0 bytes
src/VBox/Resources/OSE/virtualbox-64px.png | Bin 6895 -> 0 bytes
src/VBox/Resources/win/virtualbox-ova.ico | Bin 79213 -> 0 bytes
src/VBox/Resources/win/virtualbox-ovf.ico | Bin 79271 -> 0 bytes
src/VBox/Resources/win/virtualbox-vbox-extpack.ico | Bin 78576 -> 0 bytes
src/VBox/Resources/win/virtualbox-vbox.ico | Bin 79937 -> 0 bytes
src/VBox/Runtime/.scm-settings | 2 +-
src/VBox/Runtime/Makefile.kmk | 107 +-
src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp | 2 +-
src/VBox/Runtime/VBox/VBoxRTDeps.cpp | 7 +-
src/VBox/Runtime/VBox/VBoxRTImp.def | 47 +-
src/VBox/Runtime/VBox/dbus.cpp | 3 +-
src/VBox/Runtime/VBox/errmsgvboxcom.xsl | 2 +-
src/VBox/Runtime/VBox/log-vbox.cpp | 16 +-
src/VBox/Runtime/VBox/logbackdoor-redirect.cpp | 22 +-
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 | 152 +-
src/VBox/Runtime/common/alloc/memtracker.cpp | 2 +-
.../Runtime/common/asm/ASMAtomicCmpXchgExU64.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 | 4 +-
src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm | 3 +-
src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm | 56 +
src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm | 56 +
src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm | 3 +-
src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm | 2 +-
src/VBox/Runtime/common/asm/ASMAtomicXchgU64.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 | 48 +
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 | 49 +
.../Runtime/common/asm/ASMMultU32ByU32DivByU32.asm | 64 +
.../Runtime/common/asm/ASMMultU64ByU32DivByU32.asm | 2 +-
src/VBox/Runtime/common/asm/ASMNopPause.asm | 2 +-
src/VBox/Runtime/common/asm/ASMRdMsrEx.asm | 2 +-
src/VBox/Runtime/common/asm/ASMSetGDTR.asm | 52 +
src/VBox/Runtime/common/asm/ASMSetIDTR.asm | 52 +
src/VBox/Runtime/common/asm/ASMSetXcr0.asm | 60 +
src/VBox/Runtime/common/asm/ASMWrMsrEx.asm | 2 +-
src/VBox/Runtime/common/asm/ASMXRstor.asm | 63 +
src/VBox/Runtime/common/asm/ASMXSave.asm | 63 +
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 | 2 +-
src/VBox/Runtime/common/asn1/asn1-dump.cpp | 2 +-
.../Runtime/common/asn1/asn1-efence-allocator.cpp | 2 +-
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 | 2 +-
.../Runtime/common/asn1/asn1-ut-integer-template.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp | 2 +-
.../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 | 30 +-
.../Runtime/common/asn1/asn1-ut-time-decode.cpp | 2 +-
.../Runtime/common/asn1/asn1-ut-time-template.h | 3 +-
.../Runtime/common/asn1/asn1-ut-time-template2.h | 2 +-
src/VBox/Runtime/common/asn1/asn1-ut-time.cpp | 2 +-
src/VBox/Runtime/common/checksum/RTSha1Digest.cpp | 2 +-
.../Runtime/common/checksum/RTSha256Digest.cpp | 3 +-
src/VBox/Runtime/common/checksum/adler32.cpp | 2 +-
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 | 3 +-
src/VBox/Runtime/common/checksum/alt-sha256.cpp | 2 +-
src/VBox/Runtime/common/checksum/alt-sha512.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc32-zlib.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc32.cpp | 2 +-
src/VBox/Runtime/common/checksum/crc32c.cpp | 122 +
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 | 4 +-
src/VBox/Runtime/common/checksum/manifest3.cpp | 9 +-
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 | 3 +-
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 +-
src/VBox/Runtime/common/checksum/x509.cpp | 400 +
.../common/crypto/RTCrStoreCertAddFromFile.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/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 | 3 +-
src/VBox/Runtime/common/crypto/pkcs7-internal.h | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp | 4 +-
src/VBox/Runtime/common/crypto/pkcs7-template.h | 2 +-
src/VBox/Runtime/common/crypto/pkcs7-verify.cpp | 2 +-
.../common/crypto/pkix-signature-builtin.cpp | 3 +-
.../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 | 2 +-
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 | 3 +-
src/VBox/Runtime/common/crypto/rsa-sanity.cpp | 2 +-
src/VBox/Runtime/common/crypto/rsa-template.h | 3 +-
.../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 | 3 +-
src/VBox/Runtime/common/crypto/spc-internal.h | 2 +-
src/VBox/Runtime/common/crypto/spc-sanity.cpp | 3 +-
src/VBox/Runtime/common/crypto/spc-template.h | 2 +-
src/VBox/Runtime/common/crypto/store-inmem.cpp | 2 +-
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 | 3 +-
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 | 3 +-
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 | 3 +-
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 | 532 +-
src/VBox/Runtime/common/dbg/dbgmod.cpp | 117 +-
src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp | 8 +-
src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp | 10 +-
src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp | 12 +-
src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp | 126 +-
src/VBox/Runtime/common/dbg/dbgmodexports.cpp | 9 +-
src/VBox/Runtime/common/dbg/dbgmodldr.cpp | 2 +-
src/VBox/Runtime/common/dbg/dbgmodnm.cpp | 2 +-
src/VBox/Runtime/common/dvm/dvm.cpp | 2 +-
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 | 2 +-
.../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/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 | 2 +-
.../Runtime/common/filesystem/filesystemext.cpp | 2 +-
src/VBox/Runtime/common/ldr/Makefile.kup | 1 -
src/VBox/Runtime/common/ldr/ldr.cpp | 2 +-
src/VBox/Runtime/common/ldr/ldrELF.cpp | 4 +-
.../Runtime/common/ldr/ldrELFRelocatable.cpp.h | 18 +-
src/VBox/Runtime/common/ldr/ldrEx.cpp | 7 +-
src/VBox/Runtime/common/ldr/ldrFile.cpp | 6 +-
src/VBox/Runtime/common/ldr/ldrMemory.cpp | 6 +-
src/VBox/Runtime/common/ldr/ldrNative.cpp | 28 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 29 +-
src/VBox/Runtime/common/ldr/ldrkStuff.cpp | 7 +-
src/VBox/Runtime/common/log/log.cpp | 823 +-
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 | 42 +-
src/VBox/Runtime/common/log/logrelellipsis.cpp | 2 +-
src/VBox/Runtime/common/log/tracebuf.cpp | 26 +
src/VBox/Runtime/common/log/tracedefault.cpp | 26 +
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 | 2 +-
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/ldexpl.asm | 4 +-
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 | 2 +-
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 | 47 +
src/VBox/Runtime/common/misc/aiomgr.cpp | 2 +-
src/VBox/Runtime/common/misc/assert.cpp | 6 +-
src/VBox/Runtime/common/misc/buildconfig.cpp | 2 +-
src/VBox/Runtime/common/misc/cidr.cpp | 2 +-
src/VBox/Runtime/common/misc/circbuf.cpp | 2 +-
src/VBox/Runtime/common/misc/getopt.cpp | 4 +-
src/VBox/Runtime/common/misc/getoptargv.cpp | 35 +-
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/http.cpp | 2 +-
src/VBox/Runtime/common/misc/lockvalidator.cpp | 8 +-
src/VBox/Runtime/common/misc/message.cpp | 2 +-
src/VBox/Runtime/common/misc/once.cpp | 2 +-
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 | 53 +-
src/VBox/Runtime/common/misc/uri.cpp | 10 +-
src/VBox/Runtime/common/misc/zero.asm | 2 +-
src/VBox/Runtime/common/net/macstr.cpp | 2 +-
src/VBox/Runtime/common/net/netaddrstr.cpp | 69 +-
src/VBox/Runtime/common/net/netaddrstr2.cpp | 348 +-
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 +-
src/VBox/Runtime/common/path/RTPathExt.cpp | 13 +-
src/VBox/Runtime/common/path/RTPathFilename.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathHasExt.cpp | 13 +-
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 | 4 +-
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 | 39 +-
.../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 | 2 +-
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/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/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 | 6 +-
.../Runtime/common/string/RTUtf16CopyAscii.cpp | 2 +-
src/VBox/Runtime/common/string/RTUtf16End.cpp | 4 +-
.../Runtime/common/string/RTUtf16ICmpAscii.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/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/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 | 23 +-
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 | 2 +-
src/VBox/Runtime/common/string/strformatnum.cpp | 2 +-
src/VBox/Runtime/common/string/strformatrt.cpp | 137 +-
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 | 2 +-
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 | 3 +-
src/VBox/Runtime/common/string/unidata-lower.cpp | 3 +-
src/VBox/Runtime/common/string/unidata-upper.cpp | 3 +-
src/VBox/Runtime/common/string/uniread.cpp | 4 +-
src/VBox/Runtime/common/string/utf-16-case.cpp | 2 +-
src/VBox/Runtime/common/string/utf-16-latin-1.cpp | 2 +-
src/VBox/Runtime/common/string/utf-16.cpp | 2 +-
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 | 2 +-
src/VBox/Runtime/common/table/avl_Enum.cpp.h | 2 +-
src/VBox/Runtime/common/time/time.cpp | 6 +-
src/VBox/Runtime/common/time/timeprog.cpp | 2 +-
src/VBox/Runtime/common/time/timesup.cpp | 191 +-
src/VBox/Runtime/common/time/timesupA.asm | 48 +-
src/VBox/Runtime/common/time/timesupA.mac | 158 +-
src/VBox/Runtime/common/time/timesupref.cpp | 186 +-
src/VBox/Runtime/common/time/timesupref.h | 392 +-
src/VBox/Runtime/common/time/timesysalias.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsbase.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfschain.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsiosmisc.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsmemory.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsmisc.cpp | 2 +-
src/VBox/Runtime/common/vfs/vfsstdfile.cpp | 2 +-
src/VBox/Runtime/common/zip/gzipvfs.cpp | 12 +-
src/VBox/Runtime/common/zip/pkzip.cpp | 2 +-
src/VBox/Runtime/common/zip/pkzipvfs.cpp | 6 +-
src/VBox/Runtime/common/zip/tar.cpp | 1776 +-
src/VBox/Runtime/common/zip/tar.h | 2 +-
src/VBox/Runtime/common/zip/tarcmd.cpp | 4 +-
src/VBox/Runtime/common/zip/tarvfs.cpp | 94 +-
src/VBox/Runtime/common/zip/unzipcmd.cpp | 8 +-
src/VBox/Runtime/common/zip/xarvfs.cpp | 2 +-
src/VBox/Runtime/common/zip/zip.cpp | 6 +-
src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp | 2 +-
.../Runtime/darwin/RTErrConvertFromDarwinCOM.cpp | 2 +-
.../Runtime/darwin/RTErrConvertFromDarwinIO.cpp | 2 +-
.../Runtime/darwin/RTErrConvertFromDarwinKern.cpp | 2 +-
src/VBox/Runtime/gc/initterm-gc.cpp | 2 +-
.../generic/RTAssertShouldPanic-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 | 12 +-
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 | 2 +-
.../Runtime/generic/RTFileReadAllEx-generic.cpp | 2 +-
.../Runtime/generic/RTFileReadAllFree-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 | 4 +-
.../Runtime/generic/RTMpGetDescription-generic.cpp | 4 +-
.../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 | 137 +
src/VBox/Runtime/generic/RTPathAbs-generic.cpp | 2 +-
.../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 +-
.../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 | 6 +-
.../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 | 445 +-
src/VBox/Runtime/generic/errvars-generic.cpp | 2 +-
src/VBox/Runtime/generic/fs-stubs-generic.cpp | 2 +-
src/VBox/Runtime/generic/mempool-generic.cpp | 2 +-
src/VBox/Runtime/generic/memsafer-generic.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 | 25 +-
.../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 | 23 +-
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 | 2 +-
src/VBox/Runtime/include/internal/initterm.h | 2 +-
src/VBox/Runtime/include/internal/iprt-openssl.h | 2 +-
src/VBox/Runtime/include/internal/iprt.h | 8 +-
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/ldrMZ.h | 2 +-
src/VBox/Runtime/include/internal/ldrPE.h | 2 +-
src/VBox/Runtime/include/internal/lockvalidator.h | 2 +-
src/VBox/Runtime/include/internal/magics.h | 8 +-
src/VBox/Runtime/include/internal/mem.h | 2 +-
src/VBox/Runtime/include/internal/memobj.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 | 3 +-
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 | 25 +-
src/VBox/Runtime/include/internal/time.h | 2 +-
src/VBox/Runtime/nt/NtProcessStartup-stub.cpp | 2 +-
src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp | 4 +-
src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp | 2 +-
.../Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp | 2 +-
src/VBox/Runtime/os2/sys0.asm | 2 +-
src/VBox/Runtime/r0drv/alloc-r0drv.cpp | 2 +-
src/VBox/Runtime/r0drv/alloc-r0drv.h | 2 +-
.../darwin/RTLogWriteDebugger-r0drv-darwin.cpp | 5 +-
.../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp | 5 +-
.../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp | 24 +-
.../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp | 8 +-
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 14 +-
.../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp | 9 +-
.../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp | 58 +-
.../r0drv/darwin/memuserkernel-r0drv-darwin.cpp | 6 +-
src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp | 45 +-
.../Runtime/r0drv/darwin/process-r0drv-darwin.cpp | 2 +-
.../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp | 15 +-
.../r0drv/darwin/semeventmulti-r0drv-darwin.cpp | 18 +-
.../r0drv/darwin/semfastmutex-r0drv-darwin.cpp | 13 +-
.../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp | 30 +-
.../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp | 65 +-
src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h | 19 +-
.../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp | 10 +-
.../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp | 12 +-
.../r0drv/darwin/threadpreempt-r0drv-darwin.cpp | 12 +-
.../Runtime/r0drv/darwin/time-r0drv-darwin.cpp | 8 +-
.../Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c | 8 +
.../r0drv/freebsd/memuserkernel-r0drv-freebsd.c | 2 +-
src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c | 20 +-
.../Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c | 2 +-
.../r0drv/freebsd/sleepqueue-r0drv-freebsd.h | 2 +-
.../Runtime/r0drv/freebsd/spinlock-r0drv-freebsd.c | 12 -
.../Runtime/r0drv/freebsd/thread-r0drv-freebsd.c | 2 +-
.../Runtime/r0drv/freebsd/thread2-r0drv-freebsd.c | 7 +
.../Runtime/r0drv/freebsd/time-r0drv-freebsd.c | 5 +-
.../Runtime/r0drv/freebsd/timer-r0drv-freebsd.c | 2 +-
.../generic/RTMpIsCpuWorkPending-r0drv-generic.cpp | 2 +-
.../Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp | 29 +-
.../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 | 47 +-
.../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 | 20 +-
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 | 10 +-
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 | 19 +-
src/VBox/Runtime/r0drv/haiku/time-r0drv-haiku.c | 8 +-
src/VBox/Runtime/r0drv/initterm-r0drv.cpp | 4 +-
.../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c | 4 +-
src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c | 33 +-
src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c | 6 +-
.../Runtime/r0drv/linux/initterm-r0drv-linux.c | 32 +-
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 98 +-
.../r0drv/linux/memuserkernel-r0drv-linux.c | 19 +-
src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c | 255 +-
.../r0drv/linux/mpnotification-r0drv-linux.c | 84 +-
src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c | 2 +-
.../Runtime/r0drv/linux/semevent-r0drv-linux.c | 13 +-
.../r0drv/linux/semeventmulti-r0drv-linux.c | 13 +-
.../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c | 13 +-
.../Runtime/r0drv/linux/semmutex-r0drv-linux.c | 53 +-
.../Runtime/r0drv/linux/spinlock-r0drv-linux.c | 29 +-
src/VBox/Runtime/r0drv/linux/string.h | 2 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 8 +-
src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c | 8 +-
src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c | 23 +-
.../r0drv/linux/threadctxhooks-r0drv-linux.c | 318 +-
src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c | 11 +-
src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c | 45 +-
.../Runtime/r0drv/linux/waitqueue-r0drv-linux.h | 2 +-
src/VBox/Runtime/r0drv/memobj-r0drv.cpp | 4 +-
src/VBox/Runtime/r0drv/mp-r0drv.h | 12 +-
src/VBox/Runtime/r0drv/mpnotification-r0drv.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 | 82 +-
src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h | 21 +-
src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp | 2 +-
.../Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp | 598 +-
.../Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp | 7 +-
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 | 14 +-
src/VBox/Runtime/r0drv/nt/symdb.h | 2 +-
src/VBox/Runtime/r0drv/nt/symdbdata.h | 46 +-
src/VBox/Runtime/r0drv/nt/the-nt-kernel.h | 6 +-
src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp | 2 +-
src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp | 10 +-
src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp | 6 +-
src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 45 +-
.../Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm | 2 +-
.../Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp | 2 +-
src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp | 12 -
src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp | 5 +
src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp | 16 +-
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 | 4 +-
.../Runtime/r0drv/solaris/assert-r0drv-solaris.c | 2 +-
.../r0drv/solaris/dbgkrnlinfo-r0drv-solaris.c | 15 +-
.../Runtime/r0drv/solaris/initterm-r0drv-solaris.c | 50 +-
.../Runtime/r0drv/solaris/memobj-r0drv-solaris.c | 5 +-
.../Runtime/r0drv/solaris/memobj-r0drv-solaris.h | 2 +-
.../r0drv/solaris/memuserkernel-r0drv-solaris.c | 2 +-
.../r0drv/solaris/modulestub-r0drv-solaris.c | 26 +-
src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c | 162 +-
.../r0drv/solaris/mpnotification-r0drv-solaris.c | 61 +-
.../Runtime/r0drv/solaris/process-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/semevent-r0drv-solaris.c | 2 +-
.../r0drv/solaris/semeventmulti-r0drv-solaris.c | 6 +-
.../r0drv/solaris/semeventwait-r0drv-solaris.h | 17 +-
.../r0drv/solaris/semfastmutex-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/semmutex-r0drv-solaris.c | 2 +-
.../Runtime/r0drv/solaris/spinlock-r0drv-solaris.c | 14 +-
.../Runtime/r0drv/solaris/the-solaris-kernel.h | 7 +-
.../Runtime/r0drv/solaris/thread-r0drv-solaris.c | 16 +-
.../Runtime/r0drv/solaris/thread2-r0drv-solaris.c | 54 +-
.../r0drv/solaris/threadctxhooks-r0drv-solaris.c | 268 +-
.../Runtime/r0drv/solaris/time-r0drv-solaris.c | 8 +-
.../Runtime/r0drv/solaris/timer-r0drv-solaris.c | 536 +-
src/VBox/Runtime/r3/alloc-ef-cpp.cpp | 8 +-
src/VBox/Runtime/r3/alloc-ef.cpp | 274 +-
src/VBox/Runtime/r3/alloc-ef.h | 24 +-
src/VBox/Runtime/r3/alloc.cpp | 2 +-
src/VBox/Runtime/r3/allocex.cpp | 2 +-
src/VBox/Runtime/r3/allocex.h | 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/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 | 8 +-
src/VBox/Runtime/r3/dir.cpp | 2 +-
src/VBox/Runtime/r3/dir2.cpp | 2 +-
src/VBox/Runtime/r3/fileio.cpp | 228 +-
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 | 98 +
src/VBox/Runtime/r3/fs.cpp | 2 +-
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 | 7 +-
src/VBox/Runtime/r3/init.cpp | 4 +-
src/VBox/Runtime/r3/init.h | 2 +-
src/VBox/Runtime/r3/isofs.cpp | 10 +-
.../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/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 | 92 +-
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 | 13 +-
src/VBox/Runtime/r3/memsafer-r3.cpp | 2 +-
src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp | 2 +-
src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp | 109 +-
src/VBox/Runtime/r3/nt/fs-nt.cpp | 2 +-
src/VBox/Runtime/r3/nt/internal-r3-nt.h | 2 +-
src/VBox/Runtime/r3/nt/pathint-nt.cpp | 2 +-
src/VBox/Runtime/r3/nt/time-nt.cpp | 218 +
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 +-
.../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 | 20 +-
src/VBox/Runtime/r3/posix/env-posix.cpp | 9 +-
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 | 3 +-
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 | 4 +-
src/VBox/Runtime/r3/posix/path-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/path2-posix.cpp | 4 +-
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 | 4 +-
src/VBox/Runtime/r3/posix/process-posix.cpp | 3 +-
src/VBox/Runtime/r3/posix/rand-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/rtmemlocked-posix.cpp | 160 -
.../r3/posix/rtmempage-exec-mmap-heap-posix.cpp | 18 +-
.../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 | 10 +-
src/VBox/Runtime/r3/posix/timelocal-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/timer-posix.cpp | 8 +-
src/VBox/Runtime/r3/posix/tls-posix.cpp | 2 +-
src/VBox/Runtime/r3/posix/utf8-posix.cpp | 2 +-
src/VBox/Runtime/r3/process.cpp | 2 +-
src/VBox/Runtime/r3/socket.cpp | 73 +-
.../r3/solaris/RTSystemQueryDmiString-solaris.cpp | 2 +-
.../r3/solaris/RTSystemShutdown-solaris.cpp | 2 +-
src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp | 6 +-
src/VBox/Runtime/r3/solaris/coredumper-solaris.h | 2 +-
src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp | 2 +-
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 | 91 +-
src/VBox/Runtime/r3/tcp.cpp | 2 +-
src/VBox/Runtime/r3/test.cpp | 10 +-
src/VBox/Runtime/r3/testi.cpp | 2 +-
src/VBox/Runtime/r3/udp.cpp | 2 +-
.../Runtime/r3/win/RTHandleGetStandard-win.cpp | 2 +-
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 +-
src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-openssl.def | 2 +-
src/VBox/Runtime/r3/win/VBoxRT-win32.def | 20 +-
src/VBox/Runtime/r3/win/VBoxRT-win64.def | 20 +-
src/VBox/Runtime/r3/win/VBoxRT.rc | 59 -
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 | 14 +-
src/VBox/Runtime/r3/win/direnum-win.cpp | 2 +-
src/VBox/Runtime/r3/win/dllmain-win.cpp | 2 +-
src/VBox/Runtime/r3/win/env-win.cpp | 16 +-
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 | 9 +-
src/VBox/Runtime/r3/win/fs-win.cpp | 2 +-
src/VBox/Runtime/r3/win/init-win.cpp | 8 +-
src/VBox/Runtime/r3/win/internal-r3-win.h | 26 +
src/VBox/Runtime/r3/win/ldrNative-win.cpp | 97 +-
src/VBox/Runtime/r3/win/localipc-win.cpp | 9 +-
src/VBox/Runtime/r3/win/mp-win.cpp | 17 +-
src/VBox/Runtime/r3/win/ntdll-mini-implib.def | 2 +
src/VBox/Runtime/r3/win/path-win.cpp | 2 +-
src/VBox/Runtime/r3/win/pipe-win.cpp | 2 +-
src/VBox/Runtime/r3/win/process-win.cpp | 59 +-
.../r3/win/rtFileNativeSetAttributes-win.cpp | 2 +-
src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp | 2 +-
src/VBox/Runtime/r3/win/rtmemlocked-win.cpp | 110 -
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 | 12 +-
src/VBox/Runtime/r3/win/thread-win.cpp | 43 +-
src/VBox/Runtime/r3/win/thread2-win.cpp | 2 +-
src/VBox/Runtime/r3/win/time-win.cpp | 65 +-
src/VBox/Runtime/r3/win/time2-win.cpp | 94 +
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/xml.cpp | 13 +-
src/VBox/Runtime/testcase/72kb-random.h | 2 +-
src/VBox/Runtime/testcase/Makefile.kmk | 110 +-
src/VBox/Runtime/testcase/ntGetTimerResolution.cpp | 2 +-
src/VBox/Runtime/testcase/tstDarwinSched.cpp | 26 +
src/VBox/Runtime/testcase/tstDir-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstDir-3.cpp | 2 +-
src/VBox/Runtime/testcase/tstDir.cpp | 2 +-
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 | 2 +-
src/VBox/Runtime/testcase/tstLdr-2.cpp | 2 +-
src/VBox/Runtime/testcase/tstLdr-3.cpp | 7 +-
src/VBox/Runtime/testcase/tstLdr-4.cpp | 2 +-
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 | 2 +-
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/tstMemAutoPtr.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 | 35 +-
.../Runtime/testcase/tstR0ThreadPreemption.cpp | 457 -
src/VBox/Runtime/testcase/tstR0ThreadPreemption.h | 44 -
.../testcase/tstR0ThreadPreemptionDriver.cpp | 301 -
src/VBox/Runtime/testcase/tstRTAssertCompile.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTAvl.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTBase64.cpp | 6 +-
src/VBox/Runtime/testcase/tstRTBigNum.cpp | 2 +-
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/tstRTCoreDump.h | 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 | 15 +-
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 | 6 +-
src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp | 27 +-
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 | 281 +-
src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.S | 126 +
.../Runtime/testcase/tstRTLdrMachORelocs-1.disas | 206 +
src/VBox/Runtime/testcase/tstRTLdrMachORelocs-1.o | Bin 0 -> 1480 bytes
.../Runtime/testcase/tstRTLdrVerifyPeImage.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTList.cpp | 4 +-
src/VBox/Runtime/testcase/tstRTLocalIpc.cpp | 2 +-
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 | 134 +
src/VBox/Runtime/testcase/tstRTNetIPv6.cpp | 191 +
src/VBox/Runtime/testcase/tstRTPath.cpp | 20 +-
src/VBox/Runtime/testcase/tstRTPipe.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTPoll.cpp | 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 | 120 +
src/VBox/Runtime/testcase/tstRTR0Thread.h | 42 +
src/VBox/Runtime/testcase/tstRTR0ThreadDriver.cpp | 80 +
.../Runtime/testcase/tstRTR0ThreadPreemption.cpp | 462 +
.../Runtime/testcase/tstRTR0ThreadPreemption.h | 44 +
.../testcase/tstRTR0ThreadPreemptionDriver.cpp | 301 +
src/VBox/Runtime/testcase/tstRTR0Timer.cpp | 29 +-
src/VBox/Runtime/testcase/tstRTR0Timer.h | 2 +-
src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp | 6 +-
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 | 2 +-
src/VBox/Runtime/testcase/tstRTStrVersion.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTSymlink.cpp | 25 +-
src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp | 2 +-
.../Runtime/testcase/tstRTSystemQueryOsInfo.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTTcp-1.cpp | 27 +
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 | 7 +-
src/VBox/Runtime/testcase/tstRTTimeSpec.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTUri.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTUuid.cpp | 2 +-
src/VBox/Runtime/testcase/tstRTZip.cpp | 87 +
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 | 4 +-
src/VBox/Runtime/testcase/tstTimerLR.cpp | 2 +-
src/VBox/Runtime/testcase/tstUtf8.cpp | 20 +-
src/VBox/Runtime/testcase/tstVector.cpp | 2 +-
src/VBox/Runtime/tools/Makefile.kmk | 16 +-
src/VBox/Runtime/tools/RTDbgSymCache.cpp | 173 +-
src/VBox/Runtime/tools/RTGzip.cpp | 14 +-
src/VBox/Runtime/tools/RTLdrFlt.cpp | 9 +-
src/VBox/Runtime/tools/RTManifest.cpp | 10 +-
src/VBox/Runtime/tools/RTNtDbgHelp.cpp | 10 +-
src/VBox/Runtime/tools/RTRm.cpp | 2 +-
src/VBox/Runtime/tools/RTShutdown.cpp | 2 +-
src/VBox/Runtime/tools/RTSignTool.cpp | 4 +-
src/VBox/Runtime/tools/RTTar.cpp | 2 +-
src/VBox/Runtime/tools/RTUnzip.cpp | 2 +-
src/VBox/Runtime/win/RTErrConvertFromWin32.cpp | 3 +-
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/ASMAtomicXchgU16.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm | 2 +-
src/VBox/Runtime/win/amd64/ASMBitFirstSet.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/DMG.cpp | 12 +-
src/VBox/Storage/Debug/Makefile.kmk | 4 +-
src/VBox/Storage/Debug/VDDbgIoLog.cpp | 9 +-
src/VBox/Storage/ISCSI.cpp | 128 +-
src/VBox/Storage/Makefile.kmk | 6 +-
src/VBox/Storage/Parallels.cpp | 30 +-
src/VBox/Storage/QCOW.cpp | 21 +-
src/VBox/Storage/QED.cpp | 22 +-
src/VBox/Storage/RAW.cpp | 60 +-
src/VBox/Storage/VCICache.cpp | 4 +-
src/VBox/Storage/VD.cpp | 698 +-
src/VBox/Storage/VDI.cpp | 27 +-
src/VBox/Storage/VHD.cpp | 33 +-
src/VBox/Storage/VHDX.cpp | 42 +-
src/VBox/Storage/VMDK.cpp | 125 +-
src/VBox/Storage/testcase/BuiltinTests.h | 4 +-
src/VBox/Storage/testcase/Makefile.kmk | 4 +-
src/VBox/Storage/testcase/VDIoBackend.cpp | 12 +
src/VBox/Storage/testcase/VDIoBackend.h | 2 +
src/VBox/Storage/testcase/VDScript.cpp | 78 +-
src/VBox/Storage/testcase/tstVDIo.cpp | 57 +-
src/VBox/Storage/testcase/tstVDSnap.cpp | 11 +
src/VBox/Storage/testcase/vbox-img.cpp | 233 +-
src/VBox/Storage/testcase/vbox-img.rc | 21 +-
src/VBox/Storage/testcase/vditool.cpp | 10 +-
src/VBox/VMM/Docs-CodingGuidelines.cpp | 2 +-
src/VBox/VMM/Docs-RawMode.cpp | 2 +-
src/VBox/VMM/Makefile.kmk | 150 +-
src/VBox/VMM/VBoxVMM.d | 13 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 1036 +-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 1391 +-
src/VBox/VMM/VMMAll/CPUMStack.cpp | 2 +-
src/VBox/VMM/VMMAll/CSAMAll.cpp | 124 +-
src/VBox/VMM/VMMAll/DBGFAll.cpp | 2 +-
src/VBox/VMM/VMMAll/EMAll.cpp | 145 +-
src/VBox/VMM/VMMAll/EMAllA.asm | 2 +-
src/VBox/VMM/VMMAll/FTMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/GIMAll.cpp | 263 +
src/VBox/VMM/VMMAll/GIMAllHv.cpp | 399 +
src/VBox/VMM/VMMAll/GIMAllKvm.cpp | 424 +
src/VBox/VMM/VMMAll/HMAll.cpp | 126 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 3337 ++-
src/VBox/VMM/VMMAll/IEMAllAImpl.asm | 2 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 2 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 1369 +-
src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h | 242 +-
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 256 +-
src/VBox/VMM/VMMAll/IOMAll.cpp | 493 +-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 614 +-
src/VBox/VMM/VMMAll/MMAll.cpp | 3 +-
src/VBox/VMM/VMMAll/MMAllHyper.cpp | 43 +-
src/VBox/VMM/VMMAll/MMAllPagePool.cpp | 2 +-
src/VBox/VMM/VMMAll/PATMAll.cpp | 217 +-
src/VBox/VMM/VMMAll/PDMAll.cpp | 21 +-
src/VBox/VMM/VMMAll/PDMAllCritSect.cpp | 51 +-
src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp | 6 +-
src/VBox/VMM/VMMAll/PDMAllNetShaper.cpp | 2 +-
src/VBox/VMM/VMMAll/PDMAllQueue.cpp | 55 +-
src/VBox/VMM/VMMAll/PGMAll.cpp | 3 +-
src/VBox/VMM/VMMAll/PGMAllBth.h | 200 +-
src/VBox/VMM/VMMAll/PGMAllGst.h | 30 +-
src/VBox/VMM/VMMAll/PGMAllHandler.cpp | 413 +-
src/VBox/VMM/VMMAll/PGMAllMap.cpp | 2 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 894 +-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 198 +-
src/VBox/VMM/VMMAll/PGMAllShw.h | 2 +-
src/VBox/VMM/VMMAll/REMAll.cpp | 20 +-
src/VBox/VMM/VMMAll/SELMAll.cpp | 166 +-
src/VBox/VMM/VMMAll/TMAll.cpp | 58 +-
src/VBox/VMM/VMMAll/TMAllCpu.cpp | 337 +-
src/VBox/VMM/VMMAll/TMAllReal.cpp | 2 +-
src/VBox/VMM/VMMAll/TMAllVirtual.cpp | 286 +-
src/VBox/VMM/VMMAll/TRPMAll.cpp | 48 +-
src/VBox/VMM/VMMAll/VMAll.cpp | 2 +-
src/VBox/VMM/VMMAll/VMMAll.cpp | 81 +-
src/VBox/VMM/VMMAll/VMMAllA.asm | 2 +-
src/VBox/VMM/VMMR0/CPUMR0.cpp | 97 +-
src/VBox/VMM/VMMR0/CPUMR0A.asm | 841 +-
src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm | 14 +-
src/VBox/VMM/VMMR0/GIMR0.cpp | 115 +
src/VBox/VMM/VMMR0/GIMR0Hv.cpp | 179 +
src/VBox/VMM/VMMR0/GIMR0Kvm.cpp | 118 +
src/VBox/VMM/VMMR0/GMMR0.cpp | 13 +-
src/VBox/VMM/VMMR0/GMMR0Internal.h | 2 +-
src/VBox/VMM/VMMR0/GVMMR0.cpp | 100 +-
src/VBox/VMM/VMMR0/GVMMR0Internal.h | 2 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 706 +-
src/VBox/VMM/VMMR0/HMR0A.asm | 401 +-
src/VBox/VMM/VMMR0/HMR0Mixed.mac | 354 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 966 +-
src/VBox/VMM/VMMR0/HMSVMR0.h | 2 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 3450 +--
src/VBox/VMM/VMMR0/HMVMXR0.h | 2 +-
src/VBox/VMM/VMMR0/PDMR0Device.cpp | 29 +-
src/VBox/VMM/VMMR0/PDMR0Driver.cpp | 2 +-
src/VBox/VMM/VMMR0/PGMR0.cpp | 17 +-
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 | 1024 +-
src/VBox/VMM/VMMR0/VMMR0.def | 13 +-
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/CFGM.cpp | 43 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 3829 +---
src/VBox/VMM/VMMR3/CPUMDbg.cpp | 375 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 5269 ++++-
src/VBox/VMM/VMMR3/CPUMR3Db.cpp | 128 +-
src/VBox/VMM/VMMR3/CSAM.cpp | 595 +-
src/VBox/VMM/VMMR3/DBGF.cpp | 45 +-
src/VBox/VMM/VMMR3/DBGFAddr.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFBp.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp | 209 +-
src/VBox/VMM/VMMR3/DBGFCpu.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFDisas.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFInfo.cpp | 87 +-
src/VBox/VMM/VMMR3/DBGFLog.cpp | 4 +-
src/VBox/VMM/VMMR3/DBGFMem.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFModule.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFOS.cpp | 199 +-
src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp | 614 +
src/VBox/VMM/VMMR3/DBGFR3Trace.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFReg.cpp | 2 +-
src/VBox/VMM/VMMR3/DBGFStack.cpp | 2 +-
src/VBox/VMM/VMMR3/EM.cpp | 53 +-
src/VBox/VMM/VMMR3/EMHM.cpp | 98 +-
src/VBox/VMM/VMMR3/EMR3Dbg.cpp | 7 +-
src/VBox/VMM/VMMR3/EMRaw.cpp | 114 +-
src/VBox/VMM/VMMR3/FTM.cpp | 4 +-
src/VBox/VMM/VMMR3/GIM.cpp | 609 +
src/VBox/VMM/VMMR3/GIMHv.cpp | 847 +
src/VBox/VMM/VMMR3/GIMKvm.cpp | 571 +
src/VBox/VMM/VMMR3/GIMMinimal.cpp | 137 +
src/VBox/VMM/VMMR3/GMM.cpp | 2 +-
src/VBox/VMM/VMMR3/HM.cpp | 391 +-
src/VBox/VMM/VMMR3/IEMR3.cpp | 13 +-
src/VBox/VMM/VMMR3/IOM.cpp | 166 +-
src/VBox/VMM/VMMR3/MM.cpp | 28 +-
src/VBox/VMM/VMMR3/MMHeap.cpp | 2 +-
src/VBox/VMM/VMMR3/MMHyper.cpp | 104 +-
src/VBox/VMM/VMMR3/MMPagePool.cpp | 4 +-
src/VBox/VMM/VMMR3/MMUkHeap.cpp | 2 +-
src/VBox/VMM/VMMR3/PATM.cpp | 334 +-
src/VBox/VMM/VMMR3/PATMA.asm | 2308 +-
src/VBox/VMM/VMMR3/PATMA.mac | 145 +-
src/VBox/VMM/VMMR3/PATMGuest.cpp | 2 +-
src/VBox/VMM/VMMR3/PATMPatch.cpp | 734 +-
src/VBox/VMM/VMMR3/PATMPatch.h | 2 +-
src/VBox/VMM/VMMR3/PATMR3Dbg.cpp | 10 +-
src/VBox/VMM/VMMR3/PATMSSM.cpp | 429 +-
src/VBox/VMM/VMMR3/PDM.cpp | 96 +-
src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp | 4 +-
src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp | 11 +-
.../VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMBlkCache.cpp | 23 +-
src/VBox/VMM/VMMR3/PDMCritSect.cpp | 32 +-
src/VBox/VMM/VMMR3/PDMDevHlp.cpp | 104 +-
src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMDevice.cpp | 8 +-
src/VBox/VMM/VMMR3/PDMDriver.cpp | 30 +-
src/VBox/VMM/VMMR3/PDMLdr.cpp | 145 +-
src/VBox/VMM/VMMR3/PDMNetShaper.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMQueue.cpp | 10 +-
src/VBox/VMM/VMMR3/PDMThread.cpp | 2 +-
src/VBox/VMM/VMMR3/PDMUsb.cpp | 407 +-
src/VBox/VMM/VMMR3/PGM.cpp | 195 +-
src/VBox/VMM/VMMR3/PGMBth.h | 2 +-
src/VBox/VMM/VMMR3/PGMDbg.cpp | 100 +-
src/VBox/VMM/VMMR3/PGMGst.h | 2 +-
src/VBox/VMM/VMMR3/PGMHandler.cpp | 569 +-
src/VBox/VMM/VMMR3/PGMMap.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 188 +-
src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h | 14 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 145 +-
src/VBox/VMM/VMMR3/PGMR3DbgA.asm | 455 +
src/VBox/VMM/VMMR3/PGMSavedState.cpp | 4 +-
src/VBox/VMM/VMMR3/PGMSharedPage.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMShw.h | 2 +-
src/VBox/VMM/VMMR3/SELM.cpp | 243 +-
src/VBox/VMM/VMMR3/SSM.cpp | 790 +-
src/VBox/VMM/VMMR3/STAM.cpp | 6 +-
src/VBox/VMM/VMMR3/TM.cpp | 634 +-
src/VBox/VMM/VMMR3/TRPM.cpp | 132 +-
src/VBox/VMM/VMMR3/VM.cpp | 80 +-
src/VBox/VMM/VMMR3/VMEmt.cpp | 12 +-
src/VBox/VMM/VMMR3/VMM.cpp | 66 +-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp | 5 +-
src/VBox/VMM/VMMR3/VMMR3.def | 10 +-
src/VBox/VMM/VMMR3/VMMR3.rc | 50 -
src/VBox/VMM/VMMR3/VMMSwitcher.cpp | 12 +-
src/VBox/VMM/VMMR3/VMMTests.cpp | 70 +-
src/VBox/VMM/VMMR3/VMReq.cpp | 2 +-
src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h | 12 +-
.../VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h | 6 +-
src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h | 14 +-
src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h | 12 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h | 14 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h | 14 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h | 14 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h | 18 +-
src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h | 12 +-
.../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h | 12 +-
src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h | 12 +-
.../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h | 12 +-
.../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h | 12 +-
src/VBox/VMM/VMMRC/CPUMRC.cpp | 2 +-
src/VBox/VMM/VMMRC/CPUMRCA.asm | 644 +-
src/VBox/VMM/VMMRC/CPUMRCPatchHlp.asm | 194 +
src/VBox/VMM/VMMRC/CSAMRC.cpp | 39 +-
src/VBox/VMM/VMMRC/EMRCA.asm | 2 +-
src/VBox/VMM/VMMRC/IOMRC.cpp | 257 +-
src/VBox/VMM/VMMRC/MMRamRC.cpp | 2 +-
src/VBox/VMM/VMMRC/MMRamRCA.asm | 2 +-
src/VBox/VMM/VMMRC/PATMRC.cpp | 98 +-
src/VBox/VMM/VMMRC/PDMRCDevice.cpp | 29 +-
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 | 493 +-
src/VBox/VMM/VMMRC/TRPMRC.cpp | 28 +-
src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp | 48 +-
src/VBox/VMM/VMMRC/TRPMRCHandlersA.asm | 2 +-
src/VBox/VMM/VMMRC/VMMRC.cpp | 60 +-
src/VBox/VMM/VMMRC/VMMRC.def | 15 +-
src/VBox/VMM/VMMRC/VMMRC.mac | 78 +-
src/VBox/VMM/VMMRC/VMMRC0.asm | 8 +-
src/VBox/VMM/VMMRC/VMMRC99.asm | 17 +-
src/VBox/VMM/VMMRC/VMMRCA.asm | 4 +-
src/VBox/VMM/VMMRC/VMMRCBuiltin.def | 2 +-
src/VBox/VMM/VMMRC/VMMRCDeps.cpp | 6 +-
src/VBox/VMM/VMMRZ/DBGFRZ.cpp | 2 +-
src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp | 22 +-
src/VBox/VMM/VMMRZ/VMMRZ.cpp | 8 +-
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 | 90 +-
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 187 +-
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 | 59 +-
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 | 36 +
src/VBox/VMM/dtrace/vmexit-reason-aggregation-1.d | 36 +
src/VBox/VMM/dtrace/vmexit-rip-aggregation-1.d | 5 +-
src/VBox/VMM/include/CFGMInternal.h | 2 +-
src/VBox/VMM/include/CPUMInternal.h | 795 +-
src/VBox/VMM/include/CPUMInternal.mac | 564 +-
src/VBox/VMM/include/CSAMInternal.h | 24 +-
src/VBox/VMM/include/DBGFInternal.h | 26 +-
src/VBox/VMM/include/EMHandleRCTmpl.h | 25 +-
src/VBox/VMM/include/EMInternal.h | 7 +-
src/VBox/VMM/include/FTMInternal.h | 2 +-
src/VBox/VMM/include/GIMHvInternal.h | 579 +
src/VBox/VMM/include/GIMInternal.h | 114 +
src/VBox/VMM/include/GIMKvmInternal.h | 273 +
src/VBox/VMM/include/GIMMinimalInternal.h | 35 +
src/VBox/VMM/include/HMInternal.h | 318 +-
src/VBox/VMM/include/HMInternal.mac | 29 +-
src/VBox/VMM/include/IEMInternal.h | 98 +-
src/VBox/VMM/include/IOMInline.h | 2 +-
src/VBox/VMM/include/IOMInternal.h | 20 +-
src/VBox/VMM/include/MMInternal.h | 2 +-
src/VBox/VMM/include/PATMA.h | 244 +-
src/VBox/VMM/include/PATMInternal.h | 83 +-
.../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 | 23 +-
src/VBox/VMM/include/PDMNetShaperInternal.h | 2 +-
src/VBox/VMM/include/PGMGstDefs.h | 2 +-
src/VBox/VMM/include/PGMInline.h | 76 +-
src/VBox/VMM/include/PGMInternal.h | 317 +-
src/VBox/VMM/include/REMInternal.h | 8 +-
src/VBox/VMM/include/SELMInline.h | 2 +-
src/VBox/VMM/include/SELMInternal.h | 80 +-
src/VBox/VMM/include/SSMInternal.h | 40 +-
src/VBox/VMM/include/STAMInternal.h | 2 +-
src/VBox/VMM/include/TMInline.h | 2 +-
src/VBox/VMM/include/TMInternal.h | 80 +-
src/VBox/VMM/include/TRPMInternal.h | 37 +-
src/VBox/VMM/include/TRPMInternal.mac | 10 +-
src/VBox/VMM/include/VMInternal.h | 2 +-
src/VBox/VMM/include/VMMInternal.h | 78 +-
src/VBox/VMM/include/VMMInternal.mac | 13 +-
src/VBox/VMM/include/VMMSwitcher.h | 4 +-
src/VBox/VMM/include/VMMSwitcher.mac | 4 +-
src/VBox/VMM/include/VMMTracing.h | 2 +-
src/VBox/VMM/include/internal/pgm.h | 54 +-
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 | 47 +-
src/VBox/VMM/testcase/mkdsk.sh | 2 +-
src/VBox/VMM/testcase/tstAnimate.cpp | 4 +-
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 | 8 +-
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 12 +-
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 | 81 +
src/VBox/VMM/testcase/tstSSM.cpp | 2 +-
src/VBox/VMM/testcase/tstVMM-HM.cpp | 2 +-
src/VBox/VMM/testcase/tstVMM.cpp | 47 +-
src/VBox/VMM/testcase/tstVMMFork.cpp | 2 +-
src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp | 2 +-
src/VBox/VMM/testcase/tstVMREQ.cpp | 14 +-
src/VBox/VMM/testcase/tstVMStruct.h | 76 +-
src/VBox/VMM/testcase/tstVMStructDTrace.cpp | 3 +-
src/VBox/VMM/testcase/tstVMStructRC.cpp | 3 +-
src/VBox/VMM/testcase/tstVMStructSize.cpp | 27 +-
src/VBox/VMM/testcase/tstX86-1.cpp | 2 +-
src/VBox/VMM/testcase/tstX86-1A.asm | 2 +-
src/VBox/VMM/testcase/tstX86-FpuSaveRestore.cpp | 116 +
src/VBox/VMM/testcase/tstX86-FpuSaveRestoreA.asm | 117 +
src/VBox/VMM/tools/Makefile.kmk | 4 +-
src/VBox/VMM/tools/VBoxCpuReport.cpp | 27 +-
src/VBox/VMM/tools/VBoxVMMPreload.cpp | 2 +-
src/VBox/VMM/tools/VBoxVMMPreloadHardened.cpp | 2 +-
src/VBox/ValidationKit/Config.kmk | 237 +
src/VBox/ValidationKit/Makefile.kmk | 272 +
.../ValidationKitCodingGuidelines.cpp | 75 +
src/VBox/ValidationKit/bootsectors/Makefile.kmk | 190 +
.../ValidationKit/bootsectors/VBoxBs2Linker.cpp | 210 +
.../ValidationKit/bootsectors/bootsector-empty.asm | 61 +
.../ValidationKit/bootsectors/bootsector-pae.asm | 163 +
.../bootsectors/bootsector-shutdown.asm | 76 +
.../ValidationKit/bootsectors/bootsector2-api.mac | 152 +
.../bootsectors/bootsector2-boot-registers-1.asm | 77 +
.../bootsectors/bootsector2-common-end.mac | 42 +
.../bootsectors/bootsector2-common-init-code.mac | 2295 ++
.../bootsectors/bootsector2-common-init-traps.mac | 1605 ++
.../bootsectors/bootsector2-common-macros-1.mac | 50 +
.../bootsector2-common-routines-template-1.mac | 2641 +++
.../bootsector2-common-routines-template-2.mac | 214 +
.../bootsectors/bootsector2-common-routines.mac | 222 +
.../bootsector2-common-traprec-template.mac | 105 +
.../bootsectors/bootsector2-common-traprec.mac | 199 +
.../bootsectors/bootsector2-cpu-a20-1-template.mac | 375 +
.../bootsectors/bootsector2-cpu-a20-1.asm | 376 +
.../bootsector2-cpu-basic-1-template.mac | 74 +
.../bootsectors/bootsector2-cpu-basic-1.asm | 119 +
.../bootsector2-cpu-hidden-regs-1-template.mac | 342 +
.../bootsectors/bootsector2-cpu-hidden-regs-1.asm | 275 +
.../bootsector2-cpu-instr-1-template.mac | 315 +
.../bootsectors/bootsector2-cpu-instr-1.asm | 110 +
.../bootsectors/bootsector2-cpu-pf-1-template.mac | 1051 +
.../bootsectors/bootsector2-cpu-pf-1.asm | 154 +
.../bootsector2-cpu-xcpt-1-template.mac | 1963 ++
.../bootsectors/bootsector2-cpu-xcpt-1.asm | 128 +
.../bootsector2-cpu-xcpt-2-template.mac | 501 +
.../bootsectors/bootsector2-cpu-xcpt-2.asm | 119 +
.../bootsectors/bootsector2-first.mac | 74 +
.../bootsectors/bootsector2-structures.mac | 91 +
.../bootsectors/bootsector2-template-footer.mac | 106 +
.../bootsectors/bootsector2-template-header.mac | 793 +
.../bootsectors/bootsector2-test1-template.mac | 756 +
.../bootsectors/bootsector2-test1.asm | 187 +
.../bootsectors/bootsector2-triple-fault-1.asm | 380 +
.../bootsectors/bootsector2-vbinstst-64-1.asm | 111 +
.../bootsector2-vbinstst-big-template.asm | 81 +
.../bootsectors/bootsector2-vbinstst-kernel.asm | 517 +
src/VBox/ValidationKit/bootsectors/todo.txt | 10 +
src/VBox/ValidationKit/common/Makefile.kmk | 65 +
src/VBox/ValidationKit/common/__init__.py | 35 +
.../common/constants}/Makefile.kup | 0
.../ValidationKit/common/constants/__init__.py | 37 +
src/VBox/ValidationKit/common/constants/result.py | 41 +
.../ValidationKit/common/constants/rtexitcode.py | 47 +
src/VBox/ValidationKit/common/constants/tbreq.py | 121 +
src/VBox/ValidationKit/common/constants/tbresp.py | 83 +
.../ValidationKit/common/constants/valueunit.py | 128 +
src/VBox/ValidationKit/common/utils.py | 1475 ++
src/VBox/ValidationKit/common/webutils.py | 206 +
.../ValidationKit/docs/AutomaticTestingRevamp.html | 1357 ++
.../ValidationKit/docs/AutomaticTestingRevamp.txt | 1062 +
src/VBox/ValidationKit/docs/Makefile.kmk | 40 +
.../docs/VBoxValidationKitReadMe.html | 445 +
.../ValidationKit/docs/VBoxValidationKitReadMe.txt | 114 +
src/VBox/ValidationKit/jshintrc.js | 8 +
src/VBox/ValidationKit/readme.txt | 3 +
src/VBox/ValidationKit/snippets/alloc-1.c | 99 +
src/VBox/ValidationKit/snippets/time-1.c | 112 +
src/VBox/ValidationKit/td-dummy.py | 51 +
src/VBox/ValidationKit/testanalysis/Makefile.kmk | 35 +
src/VBox/ValidationKit/testanalysis/__init__.py | 31 +
src/VBox/ValidationKit/testanalysis/diff.py | 95 +
src/VBox/ValidationKit/testanalysis/reader.py | 291 +
src/VBox/ValidationKit/testanalysis/reporting.py | 302 +
src/VBox/ValidationKit/testanalysis/tst-a1.py | 100 +
src/VBox/ValidationKit/testboxscript/Makefile.kmk | 83 +
.../ValidationKit/testboxscript/TestBoxHelper.cpp | 442 +
.../testboxscript/darwin/setup-routines.sh | 238 +
.../testboxscript/linux/setup-routines.sh | 98 +
.../testboxscript/linux/testboxscript-service.sh | 499 +
src/VBox/ValidationKit/testboxscript/setup.sh | 503 +
.../testboxscript/solaris/setup-routines.sh | 383 +
.../ValidationKit/testboxscript/testboxcommand.py | 356 +
.../ValidationKit/testboxscript/testboxcommons.py | 136 +
.../testboxscript/testboxconnection.py | 296 +
.../ValidationKit/testboxscript/testboxscript.py | 121 +
.../testboxscript/testboxscript_real.py | 999 +
.../ValidationKit/testboxscript/testboxtasks.py | 916 +
.../ValidationKit/testboxscript/testboxupgrade.py | 318 +
.../testboxscript/win/autoexec-testbox.cmd | 5 +
.../ValidationKit/testboxscript/win/readme.txt | 107 +
src/VBox/ValidationKit/testdriver/Makefile.kmk | 38 +
src/VBox/ValidationKit/testdriver/__init__.py | 31 +
src/VBox/ValidationKit/testdriver/base.py | 1722 ++
src/VBox/ValidationKit/testdriver/reporter.py | 1384 ++
src/VBox/ValidationKit/testdriver/tst-txsclient.py | 287 +
src/VBox/ValidationKit/testdriver/txsclient.py | 2113 ++
src/VBox/ValidationKit/testdriver/vbox.py | 3292 +++
src/VBox/ValidationKit/testdriver/vboxcon.py | 82 +
src/VBox/ValidationKit/testdriver/vboxinstaller.py | 900 +
src/VBox/ValidationKit/testdriver/vboxtestvms.py | 957 +
src/VBox/ValidationKit/testdriver/vboxwrappers.py | 2707 +++
.../testdriver/win-vbox-net-drvstore-cleanup.ps1 | 34 +
.../testdriver/win-vbox-net-uninstall.ps1 | 217 +
src/VBox/ValidationKit/testdriver/winbase.py | 229 +
src/VBox/ValidationKit/testmanager/Makefile.kmk | 44 +
src/VBox/ValidationKit/testmanager/__init__.py | 30 +
.../testmanager/apache-template-2.2.conf | 77 +
.../testmanager/apache-template-2.4.conf | 71 +
.../ValidationKit/testmanager/batch/Makefile.kmk | 36 +
.../ValidationKit/testmanager/batch/add_build.py | 127 +
.../testmanager/batch/close_orphaned_testsets.py | 93 +
.../ValidationKit/testmanager/batch/del_build.py | 83 +
.../testmanager/batch/filearchiver.py | 271 +
.../testmanager/batch/regen_sched_queues.py | 118 +
.../ValidationKit/testmanager/batch/vcs_import.py | 139 +
.../ValidationKit/testmanager/cgi/Makefile.kmk | 36 +
src/VBox/ValidationKit/testmanager/cgi/admin.py | 67 +
.../ValidationKit/testmanager/cgi/debuginfo.py | 61 +
src/VBox/ValidationKit/testmanager/cgi/index.py | 68 +
src/VBox/ValidationKit/testmanager/cgi/logout.py | 69 +
src/VBox/ValidationKit/testmanager/cgi/logout2.py | 72 +
.../ValidationKit/testmanager/cgi/testboxdisp.py | 65 +
src/VBox/ValidationKit/testmanager/config.py | 177 +
.../ValidationKit/testmanager/core/Makefile.kmk | 36 +
.../ValidationKit/testmanager/core/__init__.py | 30 +
src/VBox/ValidationKit/testmanager/core/base.py | 1130 +
src/VBox/ValidationKit/testmanager/core/build.py | 808 +
.../testmanager/core/buildblacklist.py | 273 +
.../ValidationKit/testmanager/core/buildsource.py | 473 +
.../ValidationKit/testmanager/core/coreconsts.py | 88 +
src/VBox/ValidationKit/testmanager/core/db.py | 673 +
.../ValidationKit/testmanager/core/dbobjcache.py | 191 +
.../testmanager/core/failurecategory.py | 239 +
.../testmanager/core/failurereason.py | 306 +
.../testmanager/core/globalresource.pgsql | 108 +
.../testmanager/core/globalresource.py | 276 +
src/VBox/ValidationKit/testmanager/core/report.py | 626 +
.../ValidationKit/testmanager/core/schedgroup.py | 977 +
.../testmanager/core/schedulerbase.py | 1417 ++
.../testmanager/core/schedulerbeci.py | 119 +
.../ValidationKit/testmanager/core/systemlog.py | 175 +
src/VBox/ValidationKit/testmanager/core/testbox.py | 885 +
.../testmanager/core/testboxcontroller.py | 955 +
.../testmanager/core/testboxstatus.py | 287 +
.../ValidationKit/testmanager/core/testcase.pgsql | 254 +
.../ValidationKit/testmanager/core/testcase.py | 1390 ++
.../ValidationKit/testmanager/core/testcaseargs.py | 356 +
.../ValidationKit/testmanager/core/testgroup.py | 718 +
.../ValidationKit/testmanager/core/testresults.py | 1792 ++
src/VBox/ValidationKit/testmanager/core/testset.py | 650 +
.../testmanager/core/useraccount.pgsql | 168 +
.../ValidationKit/testmanager/core/useraccount.py | 257 +
.../ValidationKit/testmanager/core/vcsrevisions.py | 242 +
.../testmanager/core/webservergluebase.py | 611 +
.../testmanager/core/webservergluecgi.py | 85 +
src/VBox/ValidationKit/testmanager/db/Makefile.kmk | 66 +
.../testmanager/db/TestManagerDatabase.dmd | 8 +
.../db/TestManagerDatabase/datatypes/DataTypes.xml | 15 +
.../seg_0/47E390DE-0671-C4B1-8428-0F45CBEE18F8.xml | 37 +
.../seg_0/F72C39E0-D1CA-8821-2AD7-A1E95A37D3D1.xml | 37 +
.../E9476B45-3C62-EE27-4705-6F1EFAD11B74.xml | 21 +
.../db/TestManagerDatabase/defaultRDBMSSites.xml | 12 +
.../db/TestManagerDatabase/defaultdomains.xml | 13 +
.../db/TestManagerDatabase/dl_settings.xml | 288 +
.../db/TestManagerDatabase/dr_custom_scripts.xml | 360 +
.../db/TestManagerDatabase/logical/Logical.xml | 7 +
.../seg_0/16464F5A-64BE-D2ED-91E0-BCBD0AA34680.xml | 52 +
.../seg_0/1BEAB532-23CA-8628-0C97-7CAD39119A4E.xml | 52 +
.../seg_0/24150FB1-B00F-4F69-6F77-49ECB58F0F66.xml | 52 +
.../seg_0/28DD93CF-D058-7343-CD47-E9B435E1AC16.xml | 52 +
.../seg_0/2F6ACC6D-3D17-537D-8ADF-F8424395B345.xml | 52 +
.../seg_0/44FFF5E9-0C2F-7BAC-B5B7-73CA3A230B39.xml | 52 +
.../seg_0/4579B792-2F35-D72A-1A3B-C7E53C41A766.xml | 52 +
.../seg_0/4D937E7C-3A28-E52D-89C0-EC8804C62367.xml | 52 +
.../seg_0/504221DA-1B57-4EAD-39DB-40FD553E9FA2.xml | 52 +
.../seg_0/6A886CEE-579B-48FF-63F6-0FB03393FBF6.xml | 52 +
.../seg_0/7AE36CC1-A030-63E5-6EF3-72FCD04815EE.xml | 52 +
.../seg_0/90367AFB-BA2D-A918-46B9-1E5DE53ACC48.xml | 52 +
.../seg_0/90F477EE-35D6-21A7-B693-E5724FB07476.xml | 52 +
.../seg_0/9F78B73C-056D-DDEF-8C50-A9DA76B9E724.xml | 52 +
.../seg_0/A352A20F-310D-E285-FBC9-90DD0DA7BB9B.xml | 52 +
.../seg_0/A6A5F317-479C-A0DD-CAAE-9DCB56B29D40.xml | 52 +
.../seg_0/B36A186B-CDB3-7851-8C38-12EA8D50EAEB.xml | 52 +
.../seg_0/B82DAF9A-6F99-5CF6-4D99-A391BAD66192.xml | 52 +
.../seg_0/C332E3D7-638B-6CA8-24BF-383CA8659A3A.xml | 52 +
.../seg_0/C79482B8-771B-FAD8-0337-163E3A45003A.xml | 52 +
.../seg_0/D09E0DE5-99D6-2991-032A-A8A124F6ACBA.xml | 52 +
.../seg_0/DCC79294-5434-1DED-298C-6473DEE59FBA.xml | 52 +
.../seg_0/DE366053-6F7A-7F42-ABA3-00E583098C37.xml | 52 +
.../seg_0/E93BBF08-067B-A665-39F3-CF488A6547B2.xml | 52 +
.../seg_0/876CB767-80BA-6C8E-AACA-F1CCC95C445E.xml | 16 +
.../seg_0/D487AFDC-4027-F824-EA29-5C6D0ABB9E1E.xml | 16 +
.../seg_0/01537211-CCFB-0A1E-B43B-E8C641B69471.xml | 17 +
.../seg_0/02096BBB-0795-1759-1E26-2877BE36BB59.xml | 17 +
.../seg_0/0CCF1DE3-7916-9054-BEA6-C601FF564DB2.xml | 17 +
.../seg_0/10867E70-94CE-FDAF-6B6E-2742D3A49E57.xml | 17 +
.../seg_0/11710A55-6423-1904-841A-C7D2AB8CEEBF.xml | 17 +
.../seg_0/1C189437-742B-B999-C955-7754C8ADB089.xml | 17 +
.../seg_0/34733942-1305-4CA1-47EB-ACE724B04E69.xml | 17 +
.../seg_0/3563C940-E524-7F96-7AE0-DAC3C1C17AFC.xml | 17 +
.../seg_0/3983F50A-EBB9-E4DE-1958-60EA4EDD6D6C.xml | 17 +
.../seg_0/3B7C8913-EB6A-47B1-27D0-E2C85EE9048B.xml | 17 +
.../seg_0/518CE489-97B4-C05C-07A2-E3DBF14EE267.xml | 17 +
.../seg_0/68A0C3E1-0FA1-8414-A361-33B08A8EDB39.xml | 17 +
.../seg_0/7497D76B-781B-3BDD-D797-FFBDB974F772.xml | 17 +
.../seg_0/7DA9DD83-A52E-CA1E-FCBF-FC9CE71AF635.xml | 17 +
.../seg_0/89A83E25-364B-6B73-0613-FEAD875EF9FB.xml | 17 +
.../seg_0/8E5018CC-34E3-9AFC-D6D1-31E2BC4E9FE2.xml | 17 +
.../seg_0/9B1FE0CF-B2AD-EED0-22FC-461A7D46DE51.xml | 17 +
.../seg_0/A182A65A-47AE-5D00-9A30-BC20AB050BF2.xml | 17 +
.../seg_0/B346381F-48FE-E495-01A7-E22EC26AEE8A.xml | 17 +
.../seg_0/B3596116-540F-6397-ECE4-58A386644E15.xml | 17 +
.../seg_0/BAD8EC05-6F14-4E38-366C-B4B660C6F38A.xml | 17 +
.../seg_0/C5B67DD4-FA4F-EF9F-1FF5-0445D51B32EE.xml | 17 +
.../seg_0/CCD38E11-8557-EB34-2651-07EB29E83FA6.xml | 17 +
.../seg_0/E2A47942-ED55-E81D-4C71-9A134C49C147.xml | 17 +
.../seg_0/E4FE88E9-EE21-B43B-B0FE-A153E38246F9.xml | 17 +
.../seg_0/E62AE7DF-49EE-9280-B328-A867CBD273AE.xml | 17 +
.../seg_0/E74406B5-20F1-4323-DC99-6E45982CB606.xml | 17 +
.../seg_0/EC4EB506-3DBE-7F36-6451-F31920EDAB52.xml | 17 +
.../seg_0/EE1D98EF-6AEA-2790-D9B9-DBC2ED21D880.xml | 17 +
.../016BA1CF-6EA4-9CA4-CDF7-3AAA507EF6EF.xml | 40 +
.../32D718B4-250F-95DC-37F0-C0A817F69020.xml | 70 +
.../571DBBAF-CDDA-1C46-4220-D1319C0EEC00.xml | 24 +
.../65FA5BA0-CC9C-C108-BB1B-AC9E13F5BC83.xml | 127 +
.../AFCEF013-4CF2-4A5A-79A3-31521C1CA20A.xml | 306 +
.../F936BE6D-7A74-1B57-7564-41C1E13B973B.xml | 33 +
.../db/TestManagerDatabase/mapping/ExtendedMap.xml | 3 +
...dMap_RMB082B14A-BEA8-D8A7-D661-197F34766ED3.xml | 3 +
.../rdbms/TestManagerDatabase_RDBMSSites.xml | 2 +
.../rel/B082B14A-197F34766ED3.xml | 8 +
.../6CEC5843-B4DD-D9B0-54D4-2845569D5E9F.xml | 13 +
.../testmanager/db/TestManagerDatabase/types.xml | 933 +
.../db/TestManagerDatabaseComments.pgsql | 1234 ++
.../TestManagerDatabaseDefaultUserAccounts.pgsql | 33 +
.../db/TestManagerDatabaseForeignKeyErHacks.pgsql | 80 +
.../db/TestManagerDatabaseForeignKeyErHacks2.pgsql | 67 +
.../testmanager/db/TestManagerDatabaseInit.pgsql | 1764 ++
.../testmanager/db/TestManagerDatabaseMap.png | Bin 0 -> 44750 bytes
.../testmanager/db/TestManagerVBoxPilot-1.pgsql | 92 +
.../testmanager/db/gen-sql-comments.py | 210 +
.../testmanager/db/tmdb-r01-builds-1.pgsql | 81 +
.../testmanager/db/tmdb-r02-testboxes-1.pgsql | 184 +
.../testmanager/db/tmdb-r03-teststatus-1.pgsql | 38 +
.../testmanager/db/tmdb-r04-teststatus-2.pgsql | 36 +
.../testmanager/db/tmdb-r05-teststatus-3.pgsql | 44 +
.../testmanager/db/tmdb-r06-buildsources-1.pgsql | 36 +
.../testmanager/db/tmdb-r07-testresults-1.pgsql | 38 +
.../db/tmdb-r08-testresultvalues-1.pgsql | 37 +
.../testmanager/db/tmdb-r09-testsets-1.pgsql | 38 +
.../db/tmdb-r10-testresultvalues-2.pgsql | 101 +
.../testmanager/db/tmdb-r11-testsets-2.pgsql | 204 +
.../tmdb-r12-testresultvalues-3-testsets-3.pgsql | 48 +
...tmdb-r13-buildcategories-1-vcsrevisions-1.pgsql | 124 +
.../testmanager/db/tmdb-r14-testboxes-2.pgsql | 191 +
.../testmanager/db/tmdb-r15-index-sorting.pgsql | 98 +
.../ValidationKit/testmanager/debug/Makefile.kmk | 36 +
.../ValidationKit/testmanager/debug/__init__.py | 30 +
.../testmanager/debug/add_testbox.pgsql | 66 +
.../testmanager/debug/cgiprofiling.py | 73 +
.../testmanager/debug/functions.pgsql | 72 +
.../testmanager/htdocs}/Makefile.kup | 0
.../testmanager/htdocs/css/common.css | 815 +
.../testmanager/htdocs/css/details.css | 203 +
.../testmanager/htdocs/css/graphwiz.css | 227 +
.../testmanager/htdocs/css/tooltip.css | 122 +
.../testmanager/htdocs/images/VirtualBox.svg | 806 +
.../testmanager/htdocs/images/VirtualBox_64px.png | Bin 0 -> 7884 bytes
.../testmanager/htdocs/images/tmfavicon.ico | Bin 0 -> 3262 bytes
.../testmanager/htdocs/js}/Makefile.kup | 0
.../ValidationKit/testmanager/htdocs/js/common.js | 1019 +
.../testmanager/htdocs/js/graphwiz.js | 117 +
.../ValidationKit/testmanager/misc/Makefile.kmk | 36 +
.../ValidationKit/testmanager/misc/htpasswd-logout | 1 +
.../ValidationKit/testmanager/misc/htpasswd-sample | 2 +
src/VBox/ValidationKit/testmanager/readme.txt | 13 +
.../testmanager/selftest/st1-load.pgsql | 154 +
.../testmanager/selftest/st1-unload.pgsql | 77 +
.../ValidationKit/testmanager/webui/Makefile.kmk | 37 +
.../ValidationKit/testmanager/webui/__init__.py | 30 +
.../testmanager/webui/template-details.html | 46 +
.../testmanager/webui/template-graphwiz.html | 47 +
.../testmanager/webui/template-tooltip.html | 20 +
.../ValidationKit/testmanager/webui/template.html | 58 +
.../ValidationKit/testmanager/webui/wuiadmin.py | 739 +
.../testmanager/webui/wuiadminbuild.py | 140 +
.../testmanager/webui/wuiadminbuildblacklist.py | 149 +
.../testmanager/webui/wuiadminbuildcategory.py | 109 +
.../testmanager/webui/wuiadminbuildsource.py | 147 +
.../testmanager/webui/wuiadminfailurereason.py | 126 +
.../testmanager/webui/wuiadminglobalrsrc.py | 115 +
.../testmanager/webui/wuiadminschedgroup.py | 184 +
.../testmanager/webui/wuiadminsystemlog.py | 73 +
.../testmanager/webui/wuiadmintestbox.py | 332 +
.../testmanager/webui/wuiadmintestcase.py | 210 +
.../testmanager/webui/wuiadmintestgroup.py | 181 +
.../testmanager/webui/wuiadminuseraccount.py | 88 +
.../ValidationKit/testmanager/webui/wuibase.py | 986 +
.../testmanager/webui/wuicontentbase.py | 885 +
.../testmanager/webui/wuifailurecategory.py | 103 +
.../ValidationKit/testmanager/webui/wuigraphwiz.py | 652 +
.../ValidationKit/testmanager/webui/wuihlpform.py | 828 +
.../ValidationKit/testmanager/webui/wuihlpgraph.py | 115 +
.../testmanager/webui/wuihlpgraphbase.py | 121 +
.../testmanager/webui/wuihlpgraphgooglechart.py | 246 +
.../testmanager/webui/wuihlpgraphmatplotlib.py | 322 +
.../testmanager/webui/wuihlpgraphsimple.py | 146 +
.../testmanager/webui/wuilogviewer.py | 205 +
.../ValidationKit/testmanager/webui/wuimain.py | 1029 +
.../ValidationKit/testmanager/webui/wuireport.py | 158 +
.../testmanager/webui/wuitestresult.py | 716 +
.../testmanager/webui/wuivcshistory.py | 91 +
src/VBox/ValidationKit/tests/Makefile.kmk | 48 +
.../ValidationKit/tests/additions/Makefile.kmk | 43 +
.../ValidationKit/tests/additions/tdAddBasic1.py | 315 +
.../tests/additions/tdAddGuestCtrl.py | 3742 ++++
src/VBox/ValidationKit/tests/api/Makefile.kmk | 42 +
src/VBox/ValidationKit/tests/api/tdPython1.py | 225 +
src/VBox/ValidationKit/tests/api/tdTreeDepth1.py | 163 +
.../ValidationKit/tests/autostart/Makefile.kmk | 41 +
.../ValidationKit/tests/autostart/tdAutostart1.py | 706 +
.../ValidationKit/tests/benchmarks/Makefile.kmk | 41 +
.../ValidationKit/tests/benchmarks/tdBenchmark1.py | 115 +
src/VBox/ValidationKit/tests/cpu/Makefile.kmk | 41 +
src/VBox/ValidationKit/tests/cpu/tdCpuPae1.py | 256 +
.../ValidationKit/tests/installation/Makefile.kmk | 41 +
.../tests/installation/tdGuestOsInstOs2.py | 248 +
.../tests/installation/tdGuestOsInstTest1.py | 418 +
src/VBox/ValidationKit/tests/network/Makefile.kmk | 41 +
.../ValidationKit/tests/network/tdNetBenchmark1.py | 623 +
.../ValidationKit/tests/selftests/Makefile.kmk | 44 +
.../ValidationKit/tests/selftests/tdSelfTest1.py | 47 +
.../ValidationKit/tests/selftests/tdSelfTest2.py | 121 +
.../ValidationKit/tests/selftests/tdSelfTest3.py | 115 +
.../ValidationKit/tests/selftests/tdSelfTest4.py | 115 +
.../tests/shutdown/tdGuestOsShutdown1.py | 357 +
.../ValidationKit/tests/smoketests/Makefile.kmk | 41 +
.../ValidationKit/tests/smoketests/tdSmokeTest1.py | 160 +
src/VBox/ValidationKit/tests/storage/Makefile.kmk | 43 +
.../tests/storage/tdStorageBenchmark1.py | 642 +
.../tests/storage/tdStorageSnapshotMerging1.py | 317 +
.../tests/storage/tdStorageStress1.py | 517 +
.../ValidationKit/tests/teleportation/Makefile.kmk | 41 +
.../tests/teleportation/tdTeleportLocal1.py | 956 +
.../ValidationKit/tests/unittests/Makefile.kmk | 41 +
.../ValidationKit/tests/unittests/tdUnitTest1.py | 747 +
src/VBox/ValidationKit/tests/usb/Makefile.kmk | 42 +
src/VBox/ValidationKit/tests/usb/tdUsb1.py | 381 +
src/VBox/ValidationKit/tests/usb/usbgadget.py | 165 +
src/VBox/ValidationKit/utils/Makefile.kmk | 60 +
.../ValidationKit/utils/TestExecServ/Makefile.kmk | 65 +
.../utils/TestExecServ/TestExecService.cpp | 3467 +++
.../utils/TestExecServ/TestExecServiceInternal.h | 219 +
.../utils/TestExecServ/TestExecServiceTcp.cpp | 830 +
.../utils/TestExecServ/linux/vboxtxs-nat.sh | 341 +
.../utils/TestExecServ/linux/vboxtxs.sh | 340 +
.../utils/TestExecServ/solaris/vboxtxs-sol10.xml | 73 +
.../utils/TestExecServ/solaris/vboxtxs.sh | 54 +
.../utils/TestExecServ/solaris/vboxtxs.xml | 73 +
.../utils/TestExecServ/vboxtxs-readme.txt | 113 +
.../utils/TestExecServ/win/vboxtxs-nat.cmd | 30 +
.../utils/TestExecServ/win/vboxtxs-nat.reg | 12 +
.../utils/TestExecServ/win/vboxtxs.cmd | 29 +
.../utils/TestExecServ/win/vboxtxs.reg | 12 +
src/VBox/ValidationKit/utils/cpu/Makefile.kmk | 65 +
src/VBox/ValidationKit/utils/cpu/cidet-app.cpp | 1361 ++
src/VBox/ValidationKit/utils/cpu/cidet-appA.asm | 309 +
src/VBox/ValidationKit/utils/cpu/cidet-core.cpp | 2351 ++
src/VBox/ValidationKit/utils/cpu/cidet-instr-1.cpp | 287 +
src/VBox/ValidationKit/utils/cpu/cidet.h | 1080 +
src/VBox/ValidationKit/utils/cpu/cidet.mac | 65 +
.../ValidationKit/utils/cpu/cpu-alloc-all-mem.cpp | 213 +
src/VBox/ValidationKit/utils/cpu/cpu-numa.cpp | 195 +
.../ValidationKit/utils/cpu/exceptionsR3-asm.asm | 150 +
src/VBox/ValidationKit/utils/cpu/exceptionsR3.cpp | 262 +
src/VBox/ValidationKit/utils/cpu/rdtsc.cpp | 77 +
src/VBox/ValidationKit/utils/cpu/xmmsaving-asm.asm | 153 +
src/VBox/ValidationKit/utils/cpu/xmmsaving.cpp | 120 +
src/VBox/ValidationKit/utils/misc/Makefile.kmk | 48 +
.../ValidationKit/utils/misc/loadgenerator.cpp | 380 +
.../ValidationKit/utils/misc/loadgeneratorR0.cpp | 91 +
src/VBox/ValidationKit/utils/misc/vts_rm.cpp | 44 +
src/VBox/ValidationKit/utils/misc/vts_tar.cpp | 44 +
src/VBox/ValidationKit/utils/network/Makefile.kmk | 39 +
src/VBox/ValidationKit/utils/network/NetPerf.cpp | 1925 ++
src/VBox/ValidationKit/utils/nt/Makefile.kmk | 45 +
src/VBox/ValidationKit/utils/nt/ntsetfreq.cpp | 158 +
src/VBox/ValidationKit/utils/nt/nttimesources.cpp | 234 +
src/VBox/ValidationKit/utils/usb/Makefile.kmk | 39 +
src/VBox/ValidationKit/utils/usb/UsbTest.cpp | 371 +
src/VBox/ValidationKit/vms/nt4sp1.txt | 26 +
src/VBox/ValidationKit/vms/sol11u1.txt | 25 +
src/VBox/ValidationKit/vms/xppro.txt | 50 +
src/apps/Makefile.kmk | 2 +-
src/apps/adpctl/Makefile.kmk | 2 +-
src/apps/svnsync-vbox/Makefile.kmk | 2 +-
src/apps/tunctl/Makefile.kmk | 2 +-
src/bldprogs/Makefile.kmk | 24 +-
src/bldprogs/VBoxCPP.cpp | 4 +-
src/bldprogs/VBoxCmp.cpp | 2 +-
src/bldprogs/VBoxCompilerPlugIns.h | 120 +
src/bldprogs/VBoxCompilerPlugInsCommon.cpp | 256 +
src/bldprogs/VBoxCompilerPlugInsGcc.cpp | 852 +
src/bldprogs/VBoxDef2LazyLoad.cpp | 2 +-
src/bldprogs/VBoxPeSetVersion.cpp | 2 +-
src/bldprogs/VBoxTpG.cpp | 19 +-
src/bldprogs/bin2c.c | 2 +-
src/bldprogs/biossums.c | 2 +-
src/bldprogs/checkUndefined.sh | 2 +-
src/bldprogs/deftoimp.sed | 2 +-
src/bldprogs/filesplitter.cpp | 2 +-
src/bldprogs/preload.cpp | 4 +-
src/bldprogs/scm.cpp | 29 +-
src/bldprogs/scm.h | 2 +-
src/bldprogs/scmdiff.cpp | 2 +-
src/bldprogs/scmdiff.h | 2 +-
src/bldprogs/scmrw.cpp | 2 +-
src/bldprogs/scmstream.cpp | 2 +-
src/bldprogs/scmstream.h | 2 +-
src/bldprogs/scmsubversion.cpp | 452 +-
.../bldprogs/solgcc/config/i386/sol2-gas.h | 0
.../bldprogs/solgcc/config/usegas.h | 0
src/bldprogs/test-gccplugin-2.c | 18 +
src/bldprogs/test-gccplugin.c | 10 +
src/libs/Makefile.kmk | 8 +-
src/libs/kStuff/Makefile.kmk | 2 +-
src/libs/kStuff/kStuff/include/k/kHlpAssert.h | 35 +-
src/libs/kStuff/kStuff/kDbg/kDbgHlp.h | 10 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
src/libs/xpcom18a4/Config.kmk | 6 +-
src/libs/xpcom18a4/Makefile.kmk | 17 +-
.../extensions/dconnect/src/ipcDConnectService.h | 4 +
src/libs/xpcom18a4/java/Makefile.kmk | 2 +-
src/libs/xpcom18a4/java/tools/genjifaces.xsl | 39 +-
src/libs/xpcom18a4/nsprpub/pr/include/md/_darwin.h | 7 +
src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg | 2 +-
src/libs/xpcom18a4/nsprpub/pr/src/misc/prnetdb.c | 4 +-
src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c | 4 +
src/libs/xpcom18a4/python/Makefile.kmk | 10 +-
src/libs/xpcom18a4/python/src/PyISupports.cpp | 12 +-
src/libs/xpcom18a4/python/src/PyXPCOM.h | 2 +-
.../xpcom18a4/xpcom/base/nsExceptionService.cpp | 2 +-
.../xpcom18a4/xpcom/base/nsTraceRefcntImpl.cpp | 2 +-
.../xpcom/components/nsIServiceManagerUtils.h | 2 +
src/libs/xpcom18a4/xpcom/ds/nsCheapSets.h | 2 +-
src/libs/xpcom18a4/xpcom/ds/pldhash.c | 2 +-
src/libs/xpcom18a4/xpcom/io/nsFastLoadService.cpp | 4 +-
.../xpcom18a4/xpcom/proxy/public/nsProxyRelease.h | 2 +-
.../xpcom/reflect/xptcall/public/xptcall.h | 5 +
.../xptcall/src/md/unix/xptcinvoke_x86_solaris.cpp | 88 +-
src/libs/xpcom18a4/xpcom/tests/TestThreads.cpp | 2 +-
src/libs/xpcom18a4/xpcom/typelib/xpt/src/xpt_xdr.c | 12 +-
src/recompiler/Makefile.kmk | 9 +-
src/recompiler/Sun/crt/stdio.h | 4 +-
src/recompiler/VBoxREM.rc | 25 +-
src/recompiler/VBoxREMWrapper.cpp | 54 +-
src/recompiler/VBoxRecompiler.c | 335 +-
src/recompiler/osdep.h | 4 +-
src/recompiler/qemu-log.h | 4 +-
src/recompiler/target-i386/cpu.h | 5 +-
src/recompiler/target-i386/exec.h | 28 +-
src/recompiler/target-i386/op_helper.c | 2 +-
src/recompiler/tcg/tcg.c | 2 +-
8154 files changed, 704447 insertions(+), 249107 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