History log of /vbox/src/VBox/VMM/VMMAll/PGMAllBth.h
Revision Date Author Comments Expand
46ae097c942b4a2d5038d9593e312856238da75f 46420 06-Jun-2013 vboxsync

VMM, recompiler: Purge deprecated macros.

/vbox/include/VBox/vmm/vm.h EMAll.cpp HMAll.cpp IEMAll.cpp IOMAllMMIO.cpp PDMAll.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp REMAll.cpp TMAll.cpp TMAllVirtual.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMR0/HMR0.cpp /vbox/src/VBox/VMM/VMMR0/HMSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HMVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHM.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/FTM.cpp /vbox/src/VBox/VMM/VMMR3/PDM.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMQueue.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMBth.h /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMRC/PDMRCDevice.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/include/EMHandleRCTmpl.h /vbox/src/recompiler/VBoxRecompiler.c
a3cf6fbb13cc7700ad8b080f16eb3e11efcd8239 45836 30-Apr-2013 vboxsync

Spelling.

28253aaeecd3b941f68e0253a93062bd19523912 45826 30-Apr-2013 vboxsync

PGM: Extended the WP0+RO+US hack to include big pages and adjusted some assertions to handle the hack.

bd960df9d97611663b270c6a7b91df40d64509b4 45798 29-Apr-2013 vboxsync

Fixed up and enabled Netware WP0+RO+US hack.

e88cd082acdb680fee99ecf34d45c4fa261bcfaa 45797 29-Apr-2013 vboxsync

PGMAllBth.h: Duh, not >, but <, darn it.

904e375501473bc9ac7acd1531421b41c1a8cb09 45792 28-Apr-2013 vboxsync

CR0.WP applies to CPL > 3, not just CPL == 0. Sketched out a Netware hack.

c3e58ec2ac4809e342d11ea7dd7d873b7b97ed1f 45752 26-Apr-2013 vboxsync

Don't call MMHyperIsInsideArea if we're using HM to execute code, it will return bogus results!

4f3c9f17b22e19115e16fd1a9ee2eb62d5ef4e20 45735 25-Apr-2013 vboxsync

VMM: Consistently flush TLB entries for non-present pages.

ffd8f69bceafdc5da6cd24070a30ed8eb1df8e2a 45619 18-Apr-2013 vboxsync

PGMAllBth.h: Skip a path in Trap0eHandler that hooks into CSAM if CSAM is disabled, avoid some work (like disassembling the instruction).

30d260820bc5dfc0d147b843740c252fde2e699d 45407 08-Apr-2013 vboxsync

VMM: Invalidate page even when it's not present now.

7ce6e7e8fb0eddb176361a49f53fa1bd15eaab4e 45276 02-Apr-2013 vboxsync

Ring-1 compression patches, courtesy of trivirt AG: - main: diff to remove the hwvirt requirement for QNX - rem: diff for dealing with raw ring 0/1 selectors and general changes to allowed guest execution states - vmm: changes for using the guest's TSS selector index as our hypervisor TSS selector (makes str safe) (VBOX_WITH_SAFE_STR ) - vmm: changes for dealing with guest ring 1 code (VBOX_WITH_RAW_RING1) - vmm: change to emulate smsw in RC/R0 (QNX uses this old style instruction a lot so going to qemu for emulation is very expensive) - vmm: change (hack) to kick out patm virtual handlers in case they conflict with guest GDT/TSS write monitors; we should allow multiple handlers per page, but that change would be rather invasive

/vbox/include/VBox/vmm/cpum.h /vbox/include/VBox/vmm/em.h /vbox/include/VBox/vmm/selm.h /vbox/include/VBox/vmm/vm.h /vbox/include/VBox/vmm/vm.mac /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/src-all/Global.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/VMM/Makefile.kmk CPUMAllRegs.cpp EMAll.cpp PATMAll.cpp PGMAllBth.h PGMAllPool.cpp SELMAll.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHM.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PATMA.asm /vbox/src/VBox/VMM/VMMR3/PATMPatch.cpp /vbox/src/VBox/VMM/VMMR3/PATMSSM.cpp /vbox/src/VBox/VMM/VMMR3/PGMHandler.cpp /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMRC/CPUMRC.cpp /vbox/src/VBox/VMM/VMMRC/PATMRC.cpp /vbox/src/VBox/VMM/VMMRC/SELMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/include/PATMA.h /vbox/src/VBox/VMM/include/SELMInternal.h /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/recompiler/target-i386/op_helper.c
40642fb7f08e1b6c55284d571b47c06d103514b2 45103 20-Mar-2013 vboxsync

PGMPool: Eliminated fictive page (except NIL). #6367

c58f1213e628a545081c70e26c6b67a841cff880 44528 04-Feb-2013 vboxsync

header (C) fixes

/vbox/.scm-settings /vbox/Config.kmk /vbox/configure /vbox/debian/LocalConfig.kmk /vbox/debian/postinst.in /vbox/debian/postrm /vbox/debian/preinst.in /vbox/debian/prerm.in /vbox/doc/VBox-CodingGuidelines.cpp /vbox/doc/VBox-MakefileGuidelines.cpp /vbox/doc/manual/xidl2docbook.xsl /vbox/include/VBox/DevPCNet.h /vbox/include/VBox/HGSMI/HGSMI.h /vbox/include/VBox/HGSMI/HGSMIChSetup.h /vbox/include/VBox/HGSMI/HGSMIChannels.h /vbox/include/VBox/Hardware/VBoxVideoVBE.h /vbox/include/VBox/HostServices/GuestPropertySvc.h /vbox/include/VBox/HostServices/Service.h /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/HostServices/VBoxCrOpenGLSvc.h /vbox/include/VBox/HostServices/VBoxHostChannel.h /vbox/include/VBox/HostServices/VBoxOGLOp.h /vbox/include/VBox/RemoteDesktop/VRDE.h /vbox/include/VBox/RemoteDesktop/VRDEVideoIn.h /vbox/include/VBox/VBoxCrHgsmi.h /vbox/include/VBox/VBoxDrvCfg-win.h /vbox/include/VBox/VBoxGL2D.h /vbox/include/VBox/VBoxGuest.inc /vbox/include/VBox/VBoxGuest.mac /vbox/include/VBox/VBoxGuest16.h /vbox/include/VBox/VBoxGuest2.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxNetCfg-win.h /vbox/include/VBox/VBoxTpG.h /vbox/include/VBox/VBoxUhgsmi.h /vbox/include/VBox/VBoxVideo.h /vbox/include/VBox/VBoxVideo3D.h /vbox/include/VBox/VBoxVideoGuest.h /vbox/include/VBox/VDEPlugSymDefs.h /vbox/include/VBox/VMMDev.h /vbox/include/VBox/VMMDev2.h /vbox/include/VBox/apic.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/bioslogo.h /vbox/include/VBox/cdefs.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/array.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/errorprint.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dbus-calls.h /vbox/include/VBox/dbus.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/intnetinline.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/param.h /vbox/include/VBox/pci.h /vbox/include/VBox/scsi.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/sup.h /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usbfilter.h /vbox/include/VBox/usblib-darwin.h /vbox/include/VBox/usblib-solaris.h /vbox/include/VBox/usblib-win.h /vbox/include/VBox/usblib.h /vbox/include/VBox/vd-cache-plugin.h /vbox/include/VBox/vd-ifs-internal.h /vbox/include/VBox/vd-ifs.h /vbox/include/VBox/vd-plugin.h /vbox/include/VBox/version.h /vbox/include/VBox/vmm/cpumdis.h /vbox/include/VBox/vmm/dbgf.h /vbox/include/VBox/vmm/dbgfsel.h /vbox/include/VBox/vmm/em.h /vbox/include/VBox/vmm/ftm.h /vbox/include/VBox/vmm/gmm.h /vbox/include/VBox/vmm/gvm.h /vbox/include/VBox/vmm/gvmm.h /vbox/include/VBox/vmm/hm_svm.h /vbox/include/VBox/vmm/hm_vmx.h /vbox/include/VBox/vmm/hm_vmx.mac /vbox/include/VBox/vmm/iem.h /vbox/include/VBox/vmm/iom.h /vbox/include/VBox/vmm/mm.h /vbox/include/VBox/vmm/pdmblkcache.h /vbox/include/VBox/vmm/pdmcommon.h /vbox/include/VBox/vmm/pdmcritsect.h /vbox/include/VBox/vmm/pdmdrv.h /vbox/include/VBox/vmm/pdmnetinline.h /vbox/include/VBox/vmm/pdmnetshaper.h /vbox/include/VBox/vmm/pdmqueue.h /vbox/include/VBox/vmm/pdmusb.h /vbox/include/VBox/vmm/rem.h /vbox/include/VBox/vmm/stam.h /vbox/include/VBox/vmm/tm.h /vbox/include/VBox/vmm/trpm.h /vbox/include/VBox/vmm/uvm.h /vbox/include/VBox/vmm/vmapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vscsi.h /vbox/include/VBox/vusb.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm-amd64-x86.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/avl.h /vbox/include/iprt/base64.h /vbox/include/iprt/buildconfig.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cidr.h /vbox/include/iprt/circbuf.h /vbox/include/iprt/cpp/ministring.h /vbox/include/iprt/cpp/xml.h /vbox/include/iprt/crc.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dbg.h /vbox/include/iprt/dir.h /vbox/include/iprt/dvm.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/handletable.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/isofs.h /vbox/include/iprt/ldr.h /vbox/include/iprt/linux/sysfs.h /vbox/include/iprt/list.h /vbox/include/iprt/localipc.h /vbox/include/iprt/lockvalidator.h /vbox/include/iprt/log.h /vbox/include/iprt/mangling.h /vbox/include/iprt/manifest.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/mempool.h /vbox/include/iprt/memtracker.h /vbox/include/iprt/message.h /vbox/include/iprt/mp.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/compiler/msc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/pipe.h /vbox/include/iprt/power.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/runtime.h /vbox/include/iprt/s3.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/sg.h /vbox/include/iprt/sha.h /vbox/include/iprt/sort.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdint.h /vbox/include/iprt/strcache.h /vbox/include/iprt/stream.h /vbox/include/iprt/symlink.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/test.h /vbox/include/iprt/time.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/vfs.h /vbox/include/iprt/vfslowlevel.h /vbox/include/iprt/zip.h /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Video/common/VBoxVideoLog.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/VBoxMPIf.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/common/xpdm/VBoxVideoPortAPI.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxCrHgsmi.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispCm.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.def /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D64.def /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DCmn.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3DIf.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispKmt.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispKmt.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMp.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMp.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispMpTst.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispProfile.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxScreen.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiBase.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiDisp.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiDisp.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiKmt.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxUhgsmiKmt.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/tstMvWnd.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDisp.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriver.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVRDP.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispVrdpTxt.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPCommon.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPDevExt.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPHGSMI.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPVidModes.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPShgsmi.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVhwa.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.h /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.rc /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxVideoWddm.inf /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPDriver.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/VBoxMPIOCTL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8_main.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9_main.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/sw_common.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/switcher.h /vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxDbgGl.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxDbgGl.h /vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxWineEx.h /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/vboxext.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/vboxext.h /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/vboxsharedrc.h /vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/VBoxGuestInstallHelper.cpp /vbox/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.rc /vbox/src/VBox/Additions/WINNT/Installer/Loader/resource.h /vbox/src/VBox/Additions/WINNT/Installer/RegCleanup.cpp /vbox/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp /vbox/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.cpp /vbox/src/VBox/Additions/WINNT/Mouse/NT4/VBoxPS2NT.rc /vbox/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMF.h /vbox/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMFInternal.cpp /vbox/src/VBox/Additions/WINNT/Mouse/NT5/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/Mouse/common/VBoxMouseLog.h /vbox/src/VBox/Additions/WINNT/SharedFolders/driver/VBoxSF.inf /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def /vbox/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxSharedFolders.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h /vbox/src/VBox/Additions/WINNT/VBoxTray/resource.h /vbox/src/VBox/Additions/WINNT/VBoxTray/testcase/tstSessionHack.cpp /vbox/src/VBox/Additions/WINNT/include/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h /vbox/src/VBox/Additions/WINNT/include/VBoxHook.h /vbox/src/VBox/Additions/WINNT/tools/VBoxCertUtilResource-win.h /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.h /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm /vbox/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile /vbox/src/VBox/Additions/common/VBoxGuest/linux/Makefile /vbox/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest /vbox/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestInst.cpp /vbox/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestMsg.mc /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxService-os2.def /vbox/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp /vbox/src/VBox/Additions/common/VBoxService/testcase/tstUserInfo.cpp /vbox/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp /vbox/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp /vbox/src/VBox/Additions/common/crOpenGL/Linux_i386_glxapi_exports.py /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports.py /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports_dri.py /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_glxapi_exports.py /vbox/src/VBox/Additions/common/crOpenGL/VBoxICDList.h /vbox/src/VBox/Additions/common/crOpenGL/dri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/dri_drv.h /vbox/src/VBox/Additions/common/crOpenGL/dri_glx.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/fakedri_drv.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_glfuncsList.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_glxfuncsList.h /vbox/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c /vbox/src/VBox/Additions/common/crOpenGL/glx_c_exports.c /vbox/src/VBox/Additions/common/crOpenGL/glx_proto.h /vbox/src/VBox/Additions/common/crOpenGL/icd_drv.c /vbox/src/VBox/Additions/common/crOpenGL/icd_drv.h /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c /vbox/src/VBox/Additions/common/pam/pam_vbox.cpp /vbox/src/VBox/Additions/common/testcase/tstPageFusion.cpp /vbox/src/VBox/Additions/freebsd/Makefile /vbox/src/VBox/Additions/freebsd/drm/Makefile /vbox/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c /vbox/src/VBox/Additions/linux/Makefile /vbox/src/VBox/Additions/linux/drm/Makefile.module /vbox/src/VBox/Additions/linux/drm/files_vboxvideo_drm /vbox/src/VBox/Additions/linux/drm/vboxvideo.h /vbox/src/VBox/Additions/linux/drm/vboxvideo_crtc.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_dac.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_device.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_display.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_drm.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_drm.h /vbox/src/VBox/Additions/linux/drm/vboxvideo_drv.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_drv.h /vbox/src/VBox/Additions/linux/drm/vboxvideo_kms.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_vga.c /vbox/src/VBox/Additions/linux/export_modules /vbox/src/VBox/Additions/linux/installer/vboxadd-service.sh /vbox/src/VBox/Additions/linux/installer/vboxadd-x11.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.c /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/os2/Config.kmk /vbox/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c /vbox/src/VBox/Additions/solaris/Installer/makepackage.sh /vbox/src/VBox/Additions/solaris/Installer/postinstall.sh /vbox/src/VBox/Additions/solaris/Installer/preremove.sh /vbox/src/VBox/Additions/solaris/Installer/vboxguest.sh /vbox/src/VBox/Additions/solaris/Installer/vboxservice.xml /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h /vbox/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c /vbox/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c /vbox/src/VBox/Additions/solaris/Virtio/VirtioPci-solaris.c /vbox/src/VBox/Additions/solaris/Virtio/VirtioRing-solaris.c /vbox/src/VBox/Additions/x11/Installer/x11config.sh /vbox/src/VBox/Additions/x11/Installer/x11config15sol.pl /vbox/src/VBox/Additions/x11/Installer/x11restore.pl /vbox/src/VBox/Additions/x11/Makefile.kmk /vbox/src/VBox/Additions/x11/VBoxClient/VBoxClient.h /vbox/src/VBox/Additions/x11/VBoxClient/clipboard.cpp /vbox/src/VBox/Additions/x11/VBoxClient/display.cpp /vbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp /vbox/src/VBox/Additions/x11/VBoxClient/main.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-glue.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-guest.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-host.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-host.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-x11.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless.h /vbox/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp /vbox/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp /vbox/src/VBox/Additions/x11/VBoxClient/thread.cpp /vbox/src/VBox/Additions/x11/VBoxClient/thread.h /vbox/src/VBox/Additions/x11/vboxmouse/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxmouse/vboxmouse.c /vbox/src/VBox/Additions/x11/vboxvideo/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxvideo/edid.c /vbox/src/VBox/Additions/x11/vboxvideo/pointer.c /vbox/src/VBox/Additions/x11/vboxvideo/setmode.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo.h /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c /vbox/src/VBox/Additions/x11/vboxvideo/vbva.c /vbox/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c /vbox/src/VBox/Debugger/DBGCCmdHlp.cpp /vbox/src/VBox/Debugger/DBGCCommands.cpp /vbox/src/VBox/Debugger/DBGCInternal.h /vbox/src/VBox/Debugger/DBGCOps.cpp /vbox/src/VBox/Debugger/DBGPlugInCommonELF.h /vbox/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h /vbox/src/VBox/Debugger/DBGPlugInDiggers.cpp /vbox/src/VBox/Debugger/DBGPlugInLinux.cpp /vbox/src/VBox/Debugger/DBGPlugInOS2.cpp /vbox/src/VBox/Debugger/DBGPlugInSolaris.cpp /vbox/src/VBox/Debugger/DBGPlugInWinNt.cpp /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStatsQt4.cpp /vbox/src/VBox/Debugger/testcase/tstDBGCParser.cpp /vbox/src/VBox/Debugger/testcase/tstDBGCStubs.cpp /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevCodec.cpp /vbox/src/VBox/Devices/Audio/DevCodec.h /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/DevIchIntelHDA.cpp /vbox/src/VBox/Devices/Audio/alsa_stubs.h /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/coreaudio.c /vbox/src/VBox/Devices/Audio/filteraudio.c /vbox/src/VBox/Devices/Audio/pulse_stubs.h /vbox/src/VBox/Devices/Audio/pulseaudio.c /vbox/src/VBox/Devices/Audio/solaudio.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Bus/MsiCommon.cpp /vbox/src/VBox/Devices/Bus/MsiCommon.h /vbox/src/VBox/Devices/Bus/MsixCommon.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Bus/SrvPciRawR0.cpp /vbox/src/VBox/Devices/EFI/DevEFI.cpp /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintString.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxHfs.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/VBoxIso9660.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi_base.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/Makefile /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxOSELogo/VBoxOSELogo.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/env.cmd /vbox/src/VBox/Devices/EFI/Thunk/EfiThunk.asm /vbox/src/VBox/Devices/Graphics/BIOS/inlines.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGASavedState.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Input/UsbKbd.cpp /vbox/src/VBox/Devices/Input/UsbMouse.cpp /vbox/src/VBox/Devices/Network/DevE1000.cpp /vbox/src/VBox/Devices/Network/DevE1000Phy.cpp /vbox/src/VBox/Devices/Network/DevE1000Phy.h /vbox/src/VBox/Devices/Network/DevEEPROM.cpp /vbox/src/VBox/Devices/Network/DevEEPROM.h /vbox/src/VBox/Devices/Network/DevINIP.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DevVirtioNet.cpp /vbox/src/VBox/Devices/Network/DrvDedicatedNic.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetShaper.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvUDPTunnel.cpp /vbox/src/VBox/Devices/Network/DrvVDE.cpp /vbox/src/VBox/Devices/Network/Pcap.h /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/lwip/vbox/sys_arch.c /vbox/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh /vbox/src/VBox/Devices/Network/slirp/bootp.c /vbox/src/VBox/Devices/Network/slirp/debug.c /vbox/src/VBox/Devices/Network/slirp/debug.h /vbox/src/VBox/Devices/Network/slirp/ext.h /vbox/src/VBox/Devices/Network/slirp/ip_icmp.c /vbox/src/VBox/Devices/Network/slirp/ip_icmp.h /vbox/src/VBox/Devices/Network/slirp/ip_input.c /vbox/src/VBox/Devices/Network/slirp/ip_output.c /vbox/src/VBox/Devices/Network/slirp/libalias/alias_dns.c /vbox/src/VBox/Devices/Network/slirp/libslirp.h /vbox/src/VBox/Devices/Network/slirp/misc.c /vbox/src/VBox/Devices/Network/slirp/misc.h /vbox/src/VBox/Devices/Network/slirp/sbuf.c /vbox/src/VBox/Devices/Network/slirp/slirp.c /vbox/src/VBox/Devices/Network/slirp/slirp.h /vbox/src/VBox/Devices/Network/slirp/socket.h /vbox/src/VBox/Devices/Network/slirp/tcp_input.c /vbox/src/VBox/Devices/Network/slirp/tcp_output.c /vbox/src/VBox/Devices/Network/slirp/tcp_subr.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.h /vbox/src/VBox/Devices/Network/slirp/tftp.h /vbox/src/VBox/Devices/Network/slirp/udp.c /vbox/src/VBox/Devices/Network/slirp/udp.h /vbox/src/VBox/Devices/Network/slirp/zone.h /vbox/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/ahci.c /vbox/src/VBox/Devices/PC/BIOS/ata.c /vbox/src/VBox/Devices/PC/BIOS/bios.c /vbox/src/VBox/Devices/PC/BIOS/biosint.h /vbox/src/VBox/Devices/PC/BIOS/boot.c /vbox/src/VBox/Devices/PC/BIOS/disk.c /vbox/src/VBox/Devices/PC/BIOS/ebda.h /vbox/src/VBox/Devices/PC/BIOS/eltorito.c /vbox/src/VBox/Devices/PC/BIOS/floppy.c /vbox/src/VBox/Devices/PC/BIOS/inlines.h /vbox/src/VBox/Devices/PC/BIOS/keyboard.c /vbox/src/VBox/Devices/PC/BIOS/logo.c /vbox/src/VBox/Devices/PC/BIOS/parallel.c /vbox/src/VBox/Devices/PC/BIOS/scsi.c /vbox/src/VBox/Devices/PC/BIOS/serial.c /vbox/src/VBox/Devices/PC/BIOS/system.c /vbox/src/VBox/Devices/PC/BIOS/timepci.c /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevFwCommon.cpp /vbox/src/VBox/Devices/PC/DevFwCommon.h /vbox/src/VBox/Devices/PC/DevHPET.cpp /vbox/src/VBox/Devices/PC/DevIoApic.cpp /vbox/src/VBox/Devices/PC/DevLPC.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DevSMC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/DrvAcpiCpu.cpp /vbox/src/VBox/Devices/PC/vbox-cpuhotplug.dsl /vbox/src/VBox/Devices/PC/vbox-standard.dsl /vbox/src/VBox/Devices/PC/vbox.dsl /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Samples/VBoxSampleDevice.cpp /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Serial/DrvRawFile.cpp /vbox/src/VBox/Devices/Storage/Debug.cpp /vbox/src/VBox/Devices/Storage/DevLsiLogicSCSI.h /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvSCSI.cpp /vbox/src/VBox/Devices/Storage/DrvSCSIHost.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/UsbMsd.cpp /vbox/src/VBox/Devices/Storage/VBoxSCSI.cpp /vbox/src/VBox/Devices/Storage/VBoxSCSI.h /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/USB/DevOHCI.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice-stub.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice.h /vbox/src/VBox/Devices/USB/VUSBDevice.cpp /vbox/src/VBox/Devices/USB/VUSBInternal.h /vbox/src/VBox/Devices/USB/VUSBReadAhead.cpp /vbox/src/VBox/Devices/USB/VUSBUrb.cpp /vbox/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp /vbox/src/VBox/Devices/USB/freebsd/USBProxyDevice-freebsd.cpp /vbox/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp /vbox/src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp /vbox/src/VBox/Devices/USB/solaris/USBProxyDevice-solaris.cpp /vbox/src/VBox/Devices/USB/testcase/tstPalmOne.c /vbox/src/VBox/Devices/USB/testcase/tstTrekStorGo.c /vbox/src/VBox/Devices/USB/vrdp/USBProxyDevice-vrdp.cpp /vbox/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp /vbox/src/VBox/Devices/VMMDev/VMMDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/VMMDev/VMMDevTesting.cpp /vbox/src/VBox/Devices/VirtIO/Virtio.cpp /vbox/src/VBox/Devices/VirtIO/Virtio.h /vbox/src/VBox/Devices/build/VBoxDD.cpp /vbox/src/VBox/Devices/build/vl_vbox.h /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp /vbox/src/VBox/Disassembler/testcase/tstAsm.mac /vbox/src/VBox/Disassembler/testcase/tstAsmLock-1.asm /vbox/src/VBox/Disassembler/testcase/tstAsmLock-2.asm /vbox/src/VBox/Disassembler/testcase/tstAsmLock-3.asm /vbox/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm /vbox/src/VBox/Disassembler/testcase/tstDisasm-1A.asm /vbox/src/VBox/Disassembler/testcase/tstDisasm-2.cpp /vbox/src/VBox/Frontends/Common/VBoxKeyboard/Makefile /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp /vbox/src/VBox/Frontends/VBoxBFE/AutoCaller.h /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDev.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxHeadless/Framebuffer.h /vbox/src/VBox/Frontends/VBoxHeadless/NullFramebuffer.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp /vbox/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxinfo.vbs /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk /vbox/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/UIMediumTypeChangeDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxLicenseViewer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIImageTools.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp /vbox/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp /vbox/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/UICocoaSpecialControls.mm /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxCocoaHelper.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxIChatTheaterWrapper.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxIChatTheaterWrapper.m /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin-cocoa.mm /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.asm /vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h /vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/x11/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/precomp.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIVMCloseDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIKeyboardHandlerFullscreen.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIKeyboardHandlerNormal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIKeyboardHandlerScale.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIKeyboardHandlerSeamless.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMPreviewWindow.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMPreviewWindow.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxTrayIcon.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxTrayIcon.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemGroup.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemMachine.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserItemMachine.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/UIGChooserView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsPage.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsExtension.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsGeneral.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsAudio.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsParallel.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsPortForwardingDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSF.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSBFilterDetails.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.ui /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceExportEditorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIBar.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIBootTable.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UISpecialControls.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic2.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic3.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic1.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic2.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp /vbox/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp /vbox/src/VBox/GuestHost/OpenGL/Makefile.kmk /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h /vbox/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c /vbox/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c /vbox/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c /vbox/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c /vbox/src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c /vbox/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp /vbox/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostDrivers/Support/SUPDrvIDC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/SUPDrvSem.c /vbox/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPLibSem.cpp /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvc.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c /vbox/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c /vbox/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.inf /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h /vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh /vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltM-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltRt-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/nobj/VBoxNetFltNobj.def /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetFltInstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetFltUninstall.cpp /vbox/src/VBox/HostDrivers/VBoxPci/VBoxPci.c /vbox/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h /vbox/src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/USBLib.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/USBLib-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/tstOpenUSBDev.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/solaris/USBLib-solaris.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/testcase/tstUSBFilter.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/USBInstall.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Install/USBUninstall.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.h /vbox/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/USBTest.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/usbd/usbd.def /vbox/src/VBox/HostDrivers/freebsd/Makefile /vbox/src/VBox/HostDrivers/linux/Makefile /vbox/src/VBox/HostDrivers/linux/build_in_tmp /vbox/src/VBox/HostDrivers/linux/do_Module.symvers /vbox/src/VBox/HostDrivers/linux/export_modules /vbox/src/VBox/HostDrivers/linux/load.sh /vbox/src/VBox/HostDrivers/linux/loadall.sh /vbox/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp /vbox/src/VBox/HostDrivers/win/load.sh /vbox/src/VBox/HostDrivers/win/loadall.sh /vbox/src/VBox/HostServices/GuestControl/service.cpp /vbox/src/VBox/HostServices/GuestProperties/service.cpp /vbox/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h /vbox/src/VBox/HostServices/SharedClipboard/darwin.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-stub.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.h /vbox/src/VBox/HostServices/SharedFolders/testcase/tstSharedFolderService.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/teststubs.h /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.h /vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTest.cpp /vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestApp.cpp /vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp /vbox/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c /vbox/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c /vbox/src/VBox/HostServices/testcase/tstHGCMSvc.cpp /vbox/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp /vbox/src/VBox/Installer/freebsd/Makefile.kmk /vbox/src/VBox/Installer/freebsd/postdeinstall.sh /vbox/src/VBox/Installer/freebsd/postinstall.sh /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/VBox.sh /vbox/src/VBox/Installer/linux/VBoxCreateUSBNode.sh /vbox/src/VBox/Installer/linux/VBoxSysInfo.sh /vbox/src/VBox/Installer/linux/debian/LocalConfig.kmk /vbox/src/VBox/Installer/linux/debian/postinst.in /vbox/src/VBox/Installer/linux/debian/postrm /vbox/src/VBox/Installer/linux/debian/preinst.in /vbox/src/VBox/Installer/linux/debian/prerm.in /vbox/src/VBox/Installer/linux/install.sh /vbox/src/VBox/Installer/linux/install_service/generate_service_file.cpp /vbox/src/VBox/Installer/linux/install_service/init_template.sh /vbox/src/VBox/Installer/linux/install_service/install_service.sh /vbox/src/VBox/Installer/linux/routines.sh /vbox/src/VBox/Installer/linux/rpm/LocalConfig.kmk /vbox/src/VBox/Installer/linux/run-inst.sh /vbox/src/VBox/Installer/linux/scripts/VBoxHeadlessXOrg.sh /vbox/src/VBox/Installer/linux/scripts/check_module_dependencies.sh /vbox/src/VBox/Installer/linux/testcase/tstInstallInit.sh /vbox/src/VBox/Installer/linux/uninstall.sh /vbox/src/VBox/Installer/linux/vboxdrv.sh.in /vbox/src/VBox/Installer/solaris/Makefile.kmk /vbox/src/VBox/Installer/solaris/VBox.sh /vbox/src/VBox/Installer/solaris/VBoxISAExec.c /vbox/src/VBox/Installer/solaris/checkinstall.sh /vbox/src/VBox/Installer/solaris/vboxconfig.sh /vbox/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml /vbox/src/VBox/Installer/win/Makefile.kmk /vbox/src/VBox/Installer/win/Resources/resource.h /vbox/src/VBox/Installer/win/Stub/VBoxStub.cpp /vbox/src/VBox/Installer/win/Stub/VBoxStub.h /vbox/src/VBox/Installer/win/Stub/resource.h /vbox/src/VBox/Installer/win/StubBld/VBoxStubBld.cpp /vbox/src/VBox/Installer/win/StubBld/VBoxStubBld.h /vbox/src/VBox/Installer/win/VirtualBox_TypeLib.xsl /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/cbinding/VBoxXPCOMC.cpp /vbox/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue /vbox/src/VBox/Main/cbinding/tstXPCOMCCall.c /vbox/src/VBox/Main/cbinding/tstXPCOMCGlue.c /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/constants-python.xsl /vbox/src/VBox/Main/glue/errorprint.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/glue/tests/Makefile /vbox/src/VBox/Main/glue/xpcom/helpers.cpp /vbox/src/VBox/Main/idl/docstrip.xsl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/ApplianceImpl.h /vbox/src/VBox/Main/include/ApplianceImplPrivate.h /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoCaller.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/BandwidthGroupImpl.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DHCPServerImpl.h /vbox/src/VBox/Main/include/DHCPServerRunner.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/DisplayUtils.h /vbox/src/VBox/Main/include/ExtPackManagerImpl.h /vbox/src/VBox/Main/include/ExtPackUtil.h /vbox/src/VBox/Main/include/HGCM.h /vbox/src/VBox/Main/include/HGCMObjects.h /vbox/src/VBox/Main/include/HGCMThread.h /vbox/src/VBox/Main/include/HostHardwareLinux.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostPower.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MediumFormatImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/MediumLock.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/Performance.h /vbox/src/VBox/Main/include/PerformanceImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/ProgressProxyImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/StorageControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFilterImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/USBGetDevices.h /vbox/src/VBox/Main/include/VFSExplorerImpl.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDEServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxClientImpl.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/netif.h /vbox/src/VBox/Main/include/objectslist.h /vbox/src/VBox/Main/include/ovfreader.h /vbox/src/VBox/Main/include/vbox-libhal.h /vbox/src/VBox/Main/include/win/resource.h /vbox/src/VBox/Main/src-all/DisplayPNGUtil.cpp /vbox/src/VBox/Main/src-all/DisplayResampleImage.cpp /vbox/src/VBox/Main/src-all/DisplayUtils.cpp /vbox/src/VBox/Main/src-all/ExtPackManagerImpl.cpp /vbox/src/VBox/Main/src-all/Logging.cpp /vbox/src/VBox/Main/src-all/ProgressImpl.cpp /vbox/src/VBox/Main/src-all/SharedFolderImpl.cpp /vbox/src/VBox/Main/src-all/win/VirtualBox_rgs.xsl /vbox/src/VBox/Main/src-client/AudioSnifferInterface.cpp /vbox/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp /vbox/src/VBox/Main/src-client/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/src-client/GuestImpl.cpp /vbox/src/VBox/Main/src-client/HGCM.cpp /vbox/src/VBox/Main/src-client/HGCMThread.cpp /vbox/src/VBox/Main/src-client/KeyboardImpl.cpp /vbox/src/VBox/Main/src-client/MouseImpl.cpp /vbox/src/VBox/Main/src-client/RemoteUSBBackend.cpp /vbox/src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/src-client/USBDeviceImpl.cpp /vbox/src/VBox/Main/src-client/VMMDevInterface.cpp /vbox/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp /vbox/src/VBox/Main/src-client/win/VBoxC.def /vbox/src/VBox/Main/src-client/win/dllmain.cpp /vbox/src/VBox/Main/src-server/ApplianceImplExport.cpp /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Main/src-server/AudioAdapterImpl.cpp /vbox/src/VBox/Main/src-server/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/src-server/DHCPServerImpl.cpp /vbox/src/VBox/Main/src-server/DHCPServerRunner.cpp /vbox/src/VBox/Main/src-server/HostPower.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/MachineImplCloneVM.cpp /vbox/src/VBox/Main/src-server/MediumFormatImpl.cpp /vbox/src/VBox/Main/src-server/ParallelPortImpl.cpp /vbox/src/VBox/Main/src-server/Performance.cpp /vbox/src/VBox/Main/src-server/PerformanceImpl.cpp /vbox/src/VBox/Main/src-server/ProgressProxyImpl.cpp /vbox/src/VBox/Main/src-server/SerialPortImpl.cpp /vbox/src/VBox/Main/src-server/StorageControllerImpl.cpp /vbox/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp /vbox/src/VBox/Main/src-server/VFSExplorerImpl.cpp /vbox/src/VBox/Main/src-server/VirtualBoxImpl.cpp /vbox/src/VBox/Main/src-server/darwin/HostPowerDarwin.cpp /vbox/src/VBox/Main/src-server/darwin/NetIf-darwin.cpp /vbox/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp /vbox/src/VBox/Main/src-server/darwin/iokit.cpp /vbox/src/VBox/Main/src-server/darwin/iokit.h /vbox/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp /vbox/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp /vbox/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp /vbox/src/VBox/Main/src-server/generic/AutostartDb-generic.cpp /vbox/src/VBox/Main/src-server/generic/NetIf-generic.cpp /vbox/src/VBox/Main/src-server/linux/HostHardwareLinux.cpp /vbox/src/VBox/Main/src-server/linux/NetIf-linux.cpp /vbox/src/VBox/Main/src-server/linux/PerformanceLinux.cpp /vbox/src/VBox/Main/src-server/linux/USBGetDevices.cpp /vbox/src/VBox/Main/src-server/linux/vbox-libhal.cpp /vbox/src/VBox/Main/src-server/os2/NetIf-os2.cpp /vbox/src/VBox/Main/src-server/os2/PerformanceOs2.cpp /vbox/src/VBox/Main/src-server/solaris/DynLoadLibSolaris.cpp /vbox/src/VBox/Main/src-server/solaris/DynLoadLibSolaris.h /vbox/src/VBox/Main/src-server/solaris/NetIf-solaris.cpp /vbox/src/VBox/Main/src-server/solaris/PerformanceSolaris.cpp /vbox/src/VBox/Main/src-server/win/HostPowerWin.cpp /vbox/src/VBox/Main/src-server/win/NetIf-win.cpp /vbox/src/VBox/Main/src-server/win/PerformanceWin.cpp /vbox/src/VBox/Main/src-server/win/svchlp.cpp /vbox/src/VBox/Main/src-server/win/svchlp.h /vbox/src/VBox/Main/src-server/xpcom/server.h /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstCollector.cpp /vbox/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp /vbox/src/VBox/Main/testcase/tstOVF.cpp /vbox/src/VBox/Main/testcase/tstUSBLinux.h /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/webservice/platform-xidl.xsl /vbox/src/VBox/Main/webservice/samples/java/jax-ws/Makefile /vbox/src/VBox/Main/webservice/samples/java/jax-ws/Makefile.glue /vbox/src/VBox/Main/webservice/samples/python/Makefile /vbox/src/VBox/Main/webservice/samples/python/Makefile.glue /vbox/src/VBox/Main/webservice/split-soapC.cpp /vbox/src/VBox/Main/webservice/websrv-nsmap.xsl /vbox/src/VBox/Main/webservice/websrv-python.xsl /vbox/src/VBox/Main/webservice/websrv-shared.inc.xsl /vbox/src/VBox/Main/webservice/websrv-typemap.xsl /vbox/src/VBox/Main/webservice/websrv-wsdl-service.xsl /vbox/src/VBox/Main/webservice/websrv-wsdl.xsl /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/ovfreader.cpp /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp /vbox/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp /vbox/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h /vbox/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetLib.h /vbox/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp /vbox/src/VBox/RDP/client/vrdp/rdpusb.c /vbox/src/VBox/RDP/client/vrdp/vrdpusb.h /vbox/src/VBox/Runtime/.scm-settings /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTImp.def /vbox/src/VBox/Runtime/VBox/dbus.cpp /vbox/src/VBox/Runtime/VBox/errmsgvboxcom.xsl /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapoffset.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/alloc/memcache.cpp /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm /vbox/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/common/asm/ASMNopPause.asm /vbox/src/VBox/Runtime/common/asm/asm-fake.cpp /vbox/src/VBox/Runtime/common/checksum/adler32.cpp /vbox/src/VBox/Runtime/common/checksum/crc32-zlib.cpp /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/checksum/ipv4.cpp /vbox/src/VBox/Runtime/common/checksum/manifest.cpp /vbox/src/VBox/Runtime/common/checksum/manifest2.cpp /vbox/src/VBox/Runtime/common/checksum/manifest3.cpp /vbox/src/VBox/Runtime/common/checksum/md5.cpp /vbox/src/VBox/Runtime/common/checksum/md5str.cpp /vbox/src/VBox/Runtime/common/checksum/sha1.cpp /vbox/src/VBox/Runtime/common/checksum/sha1str.cpp /vbox/src/VBox/Runtime/common/checksum/sha256.cpp /vbox/src/VBox/Runtime/common/checksum/sha256str.cpp /vbox/src/VBox/Runtime/common/checksum/sha512.cpp /vbox/src/VBox/Runtime/common/checksum/sha512str.cpp /vbox/src/VBox/Runtime/common/dbg/dbg.cpp /vbox/src/VBox/Runtime/common/dbg/dbgas.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmod.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodnm.cpp /vbox/src/VBox/Runtime/common/dvm/dvm.cpp /vbox/src/VBox/Runtime/common/dvm/dvmbsdlabel.cpp /vbox/src/VBox/Runtime/common/dvm/dvmgpt.cpp /vbox/src/VBox/Runtime/common/dvm/dvmmbr.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errinfo.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/err/errmsgcom.sed /vbox/src/VBox/Runtime/common/err/errmsgxpcom.cpp /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logellipsis.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/log/logrel.cpp /vbox/src/VBox/Runtime/common/log/logrelellipsis.cpp /vbox/src/VBox/Runtime/common/math/ceill.asm /vbox/src/VBox/Runtime/common/math/cosl.asm /vbox/src/VBox/Runtime/common/math/fabs.asm /vbox/src/VBox/Runtime/common/math/fabsf.asm /vbox/src/VBox/Runtime/common/math/fabsl.asm /vbox/src/VBox/Runtime/common/math/floor.asm /vbox/src/VBox/Runtime/common/math/floorf.asm /vbox/src/VBox/Runtime/common/math/floorl.asm /vbox/src/VBox/Runtime/common/math/ldexpl.asm /vbox/src/VBox/Runtime/common/math/llrint.asm /vbox/src/VBox/Runtime/common/math/llrintf.asm /vbox/src/VBox/Runtime/common/math/llrintl.asm /vbox/src/VBox/Runtime/common/math/logl.asm /vbox/src/VBox/Runtime/common/math/lrint.asm /vbox/src/VBox/Runtime/common/math/lrintf.asm /vbox/src/VBox/Runtime/common/math/lrintl.asm /vbox/src/VBox/Runtime/common/math/remainder.asm /vbox/src/VBox/Runtime/common/math/remainderf.asm /vbox/src/VBox/Runtime/common/math/remainderl.asm /vbox/src/VBox/Runtime/common/math/sinl.asm /vbox/src/VBox/Runtime/common/math/tanl.asm /vbox/src/VBox/Runtime/common/math/trunc.asm /vbox/src/VBox/Runtime/common/math/truncf.asm /vbox/src/VBox/Runtime/common/math/truncl.asm /vbox/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp /vbox/src/VBox/Runtime/common/misc/RTFileOpenF.cpp /vbox/src/VBox/Runtime/common/misc/RTFileOpenV.cpp /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/buildconfig.cpp /vbox/src/VBox/Runtime/common/misc/cidr.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/getoptargv.cpp /vbox/src/VBox/Runtime/common/misc/handletable.cpp /vbox/src/VBox/Runtime/common/misc/handletable.h /vbox/src/VBox/Runtime/common/misc/handletablectx.cpp /vbox/src/VBox/Runtime/common/misc/handletablesimple.cpp /vbox/src/VBox/Runtime/common/misc/lockvalidator.cpp /vbox/src/VBox/Runtime/common/misc/message.cpp /vbox/src/VBox/Runtime/common/misc/reqpool.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/setjmp.asm /vbox/src/VBox/Runtime/common/misc/sg.cpp /vbox/src/VBox/Runtime/common/misc/term.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsEx.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathAppend.cpp /vbox/src/VBox/Runtime/common/path/RTPathAppendEx.cpp /vbox/src/VBox/Runtime/common/path/RTPathExt.cpp /vbox/src/VBox/Runtime/common/path/RTPathFilename.cpp /vbox/src/VBox/Runtime/common/path/RTPathParse.cpp /vbox/src/VBox/Runtime/common/path/RTPathRealDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathStripExt.cpp /vbox/src/VBox/Runtime/common/path/RTPathStripFilename.cpp /vbox/src/VBox/Runtime/common/path/RTPathTraverseList.cpp /vbox/src/VBox/Runtime/common/path/comparepaths.cpp /vbox/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp /vbox/src/VBox/Runtime/common/rand/rand.cpp /vbox/src/VBox/Runtime/common/rand/randadv.cpp /vbox/src/VBox/Runtime/common/rand/randparkmiller.cpp /vbox/src/VBox/Runtime/common/string/RTStrCmp.cpp /vbox/src/VBox/Runtime/common/string/RTStrNCmp.cpp /vbox/src/VBox/Runtime/common/string/RTStrNLen.cpp /vbox/src/VBox/Runtime/common/string/RTStrNLenEx.cpp /vbox/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp /vbox/src/VBox/Runtime/common/string/RTStrStr.cpp /vbox/src/VBox/Runtime/common/string/base64.cpp /vbox/src/VBox/Runtime/common/string/memchr.asm /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.asm /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.asm /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/memmove.asm /vbox/src/VBox/Runtime/common/string/memmove_alias.c /vbox/src/VBox/Runtime/common/string/mempcpy.asm /vbox/src/VBox/Runtime/common/string/memset.asm /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/simplepattern.cpp /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strcache.cpp /vbox/src/VBox/Runtime/common/string/strchr.asm /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp.asm /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.asm /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strcpy_alias.c /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatnum.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/strlen.asm /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strlen_alias.c /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/strversion.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avl_RemoveNode.cpp.h /vbox/src/VBox/Runtime/common/table/avlgcphys.cpp /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlou32.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrfoff.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrpv.cpp /vbox/src/VBox/Runtime/common/table/avlru64.cpp /vbox/src/VBox/Runtime/common/table/avlruintptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avluintptr.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/common/time/timesysalias.cpp /vbox/src/VBox/Runtime/common/vfs/vfsbase.cpp /vbox/src/VBox/Runtime/common/vfs/vfschain.cpp /vbox/src/VBox/Runtime/common/vfs/vfsmisc.cpp /vbox/src/VBox/Runtime/common/vfs/vfsstdfile.cpp /vbox/src/VBox/Runtime/common/zip/tar.cpp /vbox/src/VBox/Runtime/common/zip/tarvfs.cpp /vbox/src/VBox/Runtime/common/zip/zip.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirExists-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileExists-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetArraySize-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp /vbox/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp /vbox/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp /vbox/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp /vbox/src/VBox/Runtime/generic/RTProcessQueryUsernameA-generic.cpp /vbox/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp /vbox/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWaitNoResume-2-ex-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp /vbox/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp /vbox/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/mempool-generic.cpp /vbox/src/VBox/Runtime/generic/mppresent-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-lockless-generic.cpp /vbox/src/VBox/Runtime/generic/semxroads-generic.cpp /vbox/src/VBox/Runtime/generic/strcache-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/tls-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/alignmentchecks.h /vbox/src/VBox/Runtime/include/internal/assert.h /vbox/src/VBox/Runtime/include/internal/dbgmod.h /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/dvm.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fileaio.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/iprt.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrELF.h /vbox/src/VBox/Runtime/include/internal/ldrELF32.h /vbox/src/VBox/Runtime/include/internal/ldrELF64.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/lockvalidator.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/socket.h /vbox/src/VBox/Runtime/include/internal/strhash.h /vbox/src/VBox/Runtime/include/internal/strict.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/os2/rtSemWaitOs2ConvertTimeout.cpp /vbox/src/VBox/Runtime/os2/sys0.asm /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h /vbox/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/mpnotification-r0drv.c /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/power-r0drv.h /vbox/src/VBox/Runtime/r0drv/powernotification-r0drv.c /vbox/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/RTMpPokeCpu-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/mp-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/sched-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/dir2.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp /vbox/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp /vbox/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/isofs.cpp /vbox/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp /vbox/src/VBox/Runtime/r3/linux/fileaio-linux.cpp /vbox/src/VBox/Runtime/r3/linux/mp-linux.cpp /vbox/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sysfs.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/os2/mp-os2.cpp /vbox/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTPathUserHome-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/pathhost-posix.cpp /vbox/src/VBox/Runtime/r3/posix/pipe-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-creation-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semrw-posix.cpp /vbox/src/VBox/Runtime/r3/posix/symlink-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/tls-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/socket.cpp /vbox/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/coredumper-solaris.h /vbox/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/mp-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/test.cpp /vbox/src/VBox/Runtime/r3/testi.cpp /vbox/src/VBox/Runtime/r3/udp.cpp /vbox/src/VBox/Runtime/r3/win/RTHandleGetStandard-win.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp /vbox/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp /vbox/src/VBox/Runtime/r3/win/VBoxRT-win32.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-win64.def /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/dllmain-win.cpp /vbox/src/VBox/Runtime/r3/win/fileaio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/localipc-win.cpp /vbox/src/VBox/Runtime/r3/win/mp-win.cpp /vbox/src/VBox/Runtime/r3/win/ntdll-mini-implib.def /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/pipe-win.cpp /vbox/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/semmutex-win.cpp /vbox/src/VBox/Runtime/r3/win/symlink-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/tls-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/r3/xml.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir-3.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstFork.cpp /vbox/src/VBox/Runtime/testcase/tstHandleTable.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstMp-1.cpp /vbox/src/VBox/Runtime/testcase/tstNoCrt-1.cpp /vbox/src/VBox/Runtime/testcase/tstOnce.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp /vbox/src/VBox/Runtime/testcase/tstRTAvl.cpp /vbox/src/VBox/Runtime/testcase/tstRTBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstRTCidr.cpp /vbox/src/VBox/Runtime/testcase/tstRTCircBuf.cpp /vbox/src/VBox/Runtime/testcase/tstRTDigest.cpp /vbox/src/VBox/Runtime/testcase/tstRTDirCreateUniqueNumbered.cpp /vbox/src/VBox/Runtime/testcase/tstRTDvm.cpp /vbox/src/VBox/Runtime/testcase/tstRTFileGetSize-1.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp /vbox/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstRTList.cpp /vbox/src/VBox/Runtime/testcase/tstRTLockValidator.cpp /vbox/src/VBox/Runtime/testcase/tstRTManifest.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemEf.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemPool.cpp /vbox/src/VBox/Runtime/testcase/tstRTPipe.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0Timer.cpp /vbox/src/VBox/Runtime/testcase/tstRTS3.cpp /vbox/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrCache.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstRTSymlink.cpp /vbox/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp /vbox/src/VBox/Runtime/testcase/tstRTTemp.cpp /vbox/src/VBox/Runtime/testcase/tstRTTime.cpp /vbox/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstRTUuid.cpp /vbox/src/VBox/Runtime/testcase/tstRand.cpp /vbox/src/VBox/Runtime/testcase/tstSemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstSemPingPong.cpp /vbox/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTermCallbacks.cpp /vbox/src/VBox/Runtime/testcase/tstThread-1.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime-4.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstTimerLR.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/tools/RTGzip.cpp /vbox/src/VBox/Runtime/tools/RTLdrFlt.cpp /vbox/src/VBox/Runtime/tools/RTManifest.cpp /vbox/src/VBox/Runtime/tools/RTTar.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetCS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetES.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetSS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win/amd64/ASMSetFlags.asm /vbox/src/VBox/Storage/DMG.cpp /vbox/src/VBox/Storage/Debug/VDDbgIoLog.cpp /vbox/src/VBox/Storage/ISCSI.cpp /vbox/src/VBox/Storage/Parallels.cpp /vbox/src/VBox/Storage/QCOW.cpp /vbox/src/VBox/Storage/QED.cpp /vbox/src/VBox/Storage/RAW.cpp /vbox/src/VBox/Storage/VCICache.cpp /vbox/src/VBox/Storage/VDI.cpp /vbox/src/VBox/Storage/VDICore.h /vbox/src/VBox/Storage/VHD.cpp /vbox/src/VBox/Storage/VHDX.cpp /vbox/src/VBox/Storage/VMDK.cpp /vbox/src/VBox/Storage/testcase/VDIoBackendMem.cpp /vbox/src/VBox/Storage/testcase/tstVD-2.cpp /vbox/src/VBox/Storage/testcase/tstVD.cpp /vbox/src/VBox/Storage/testcase/tstVDCopy.cpp /vbox/src/VBox/Storage/testcase/tstVDIo.cpp /vbox/src/VBox/Storage/testcase/tstVDIo.vd /vbox/src/VBox/Storage/testcase/tstVDShareable.cpp /vbox/src/VBox/Storage/testcase/tstVDSnap.cpp /vbox/src/VBox/Storage/testcase/vbox-img.cpp /vbox/src/VBox/VMM/Docs-CodingGuidelines.cpp /vbox/src/VBox/VMM/Docs-RawMode.cpp /vbox/src/VBox/VMM/Makefile.kmk CPUMAllA.asm CPUMStack.cpp CSAMAll.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm FTMAll.cpp HMAll.cpp IEMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllShw.h REMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp VMAll.cpp VMMAllA.asm /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0A.asm /vbox/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/HMR0.cpp /vbox/src/VBox/VMM/VMMR0/HMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Driver.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0Bth.h /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm /vbox/src/VBox/VMM/VMMR0/VMMR0TripleFaultHackA.asm /vbox/src/VBox/VMM/VMMR3/CFGM.cpp /vbox/src/VBox/VMM/VMMR3/CPUMDbg.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddr.cpp /vbox/src/VBox/VMM/VMMR3/DBGFBp.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCpu.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/DBGFLog.cpp /vbox/src/VBox/VMM/VMMR3/DBGFMem.cpp /vbox/src/VBox/VMM/VMMR3/DBGFModule.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp /vbox/src/VBox/VMM/VMMR3/DBGFStack.cpp /vbox/src/VBox/VMM/VMMR3/DBGFSym.cpp /vbox/src/VBox/VMM/VMMR3/EMHM.cpp /vbox/src/VBox/VMM/VMMR3/FTM.cpp /vbox/src/VBox/VMM/VMMR3/IEMR3.cpp /vbox/src/VBox/VMM/VMMR3/IOM.cpp /vbox/src/VBox/VMM/VMMR3/MM.cpp /vbox/src/VBox/VMM/VMMR3/MMHeap.cpp /vbox/src/VBox/VMM/VMMR3/MMHyper.cpp /vbox/src/VBox/VMM/VMMR3/MMPagePool.cpp /vbox/src/VBox/VMM/VMMR3/MMUkHeap.cpp /vbox/src/VBox/VMM/VMMR3/PATMA.asm /vbox/src/VBox/VMM/VMMR3/PATMA.mac /vbox/src/VBox/VMM/VMMR3/PATMGuest.cpp /vbox/src/VBox/VMM/VMMR3/PATMPatch.cpp /vbox/src/VBox/VMM/VMMR3/PATMPatch.h /vbox/src/VBox/VMM/VMMR3/PATMSSM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp /vbox/src/VBox/VMM/VMMR3/PDMBlkCache.cpp /vbox/src/VBox/VMM/VMMR3/PDMCritSect.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevice.cpp /vbox/src/VBox/VMM/VMMR3/PDMLdr.cpp /vbox/src/VBox/VMM/VMMR3/PDMNetShaper.cpp /vbox/src/VBox/VMM/VMMR3/PDMThread.cpp /vbox/src/VBox/VMM/VMMR3/PGMBth.h /vbox/src/VBox/VMM/VMMR3/PGMGst.h /vbox/src/VBox/VMM/VMMR3/PGMHandler.cpp /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/PGMSharedPage.cpp /vbox/src/VBox/VMM/VMMR3/PGMShw.h /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/SSM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR3/VMMTests.cpp /vbox/src/VBox/VMM/VMMR3/VMReq.cpp /vbox/src/VBox/VMM/VMMRC/EMRCA.asm /vbox/src/VBox/VMM/VMMRC/MMRamRC.cpp /vbox/src/VBox/VMM/VMMRC/MMRamRCA.asm /vbox/src/VBox/VMM/VMMRC/PGMRC.cpp /vbox/src/VBox/VMM/VMMRC/PGMRCBth.h /vbox/src/VBox/VMM/VMMRC/PGMRCGst.h /vbox/src/VBox/VMM/VMMRC/PGMRCShw.h /vbox/src/VBox/VMM/VMMRC/SELMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRC.cpp /vbox/src/VBox/VMM/VMMRC/VMMRC.cpp /vbox/src/VBox/VMM/VMMRC/VMMRC.def /vbox/src/VBox/VMM/VMMRC/VMMRC.mac /vbox/src/VBox/VMM/VMMRC/VMMRC0.asm /vbox/src/VBox/VMM/VMMRC/VMMRC99.asm /vbox/src/VBox/VMM/VMMRC/VMMRCBuiltin.def /vbox/src/VBox/VMM/VMMRC/VMMRCDeps.cpp /vbox/src/VBox/VMM/VMMRZ/DBGFRZ.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/VMMRZ/VMMRZ.cpp /vbox/src/VBox/VMM/include/CFGMInternal.h /vbox/src/VBox/VMM/include/CPUMInternal.mac /vbox/src/VBox/VMM/include/CSAMInternal.h /vbox/src/VBox/VMM/include/DBGFInternal.h /vbox/src/VBox/VMM/include/EMInternal.h /vbox/src/VBox/VMM/include/HMInternal.h /vbox/src/VBox/VMM/include/HMInternal.mac /vbox/src/VBox/VMM/include/IOMInline.h /vbox/src/VBox/VMM/include/IOMInternal.h /vbox/src/VBox/VMM/include/MMInternal.h /vbox/src/VBox/VMM/include/PATMA.h /vbox/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h /vbox/src/VBox/VMM/include/PDMBlkCacheInternal.h /vbox/src/VBox/VMM/include/PDMInternal.h /vbox/src/VBox/VMM/include/PDMNetShaperInternal.h /vbox/src/VBox/VMM/include/PGMGstDefs.h /vbox/src/VBox/VMM/include/PGMInline.h /vbox/src/VBox/VMM/include/PGMInternal.h /vbox/src/VBox/VMM/include/REMInternal.h /vbox/src/VBox/VMM/include/SELMInternal.h /vbox/src/VBox/VMM/include/SSMInternal.h /vbox/src/VBox/VMM/include/STAMInternal.h /vbox/src/VBox/VMM/include/TMInternal.h /vbox/src/VBox/VMM/include/VMInternal.h /vbox/src/VBox/VMM/include/VMMInternal.h /vbox/src/VBox/VMM/include/VMMInternal.mac /vbox/src/VBox/VMM/include/VMMSwitcher.h /vbox/src/VBox/VMM/include/VMMSwitcher.mac /vbox/src/VBox/VMM/include/internal/pgm.h /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp /vbox/src/VBox/VMM/testcase/tstGlobalConfig.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstIEMCheckMc.cpp /vbox/src/VBox/VMM/testcase/tstInstrEmul.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroRC.cpp /vbox/src/VBox/VMM/testcase/tstMicroRC.def /vbox/src/VBox/VMM/testcase/tstMicroRCA.asm /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HM.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMFork.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStruct.h /vbox/src/VBox/VMM/testcase/tstVMStructRC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/apps/adpctl/VBoxNetAdpCtl.cpp /vbox/src/apps/svnsync-vbox/Makefile /vbox/src/bldprogs/bin2c.c /vbox/src/bldprogs/biossums.c /vbox/src/bldprogs/checkUndefined.sh /vbox/src/bldprogs/preload.cpp /vbox/src/libs/Makefile.kmk /vbox/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpPage-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpString-iprt.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/xpcom18a4/Config.kmk /vbox/src/libs/xpcom18a4/java/tools/genjifaces.xsl /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h /vbox/src/libs/xpcom18a4/python/vboxxpcom.py /vbox/src/libs/xpcom18a4/xpcom-namespace-cleanup.map /vbox/src/recompiler/Sun/config-host.h /vbox/src/recompiler/Sun/config.h /vbox/src/recompiler/Sun/crt/stdio.h /vbox/src/recompiler/Sun/deftoimp.sed /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxREMWrapperA.asm /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/tstRunTestcases.cpp /vbox/tools/CommonFetch.kmk /vbox/tools/Makefile-ose.kmk /vbox/tools/bin/gen-slickedit-workspace.sh
98427c0ab08697e468c26dc33ee9571308577867 44399 27-Jan-2013 vboxsync

DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.

/vbox/include/VBox/dbg.h /vbox/include/VBox/vmm/dbgf.h /vbox/include/VBox/vmm/pgm.h /vbox/include/VBox/vmm/uvm.h /vbox/include/VBox/vmm/vmapi.h /vbox/src/VBox/Debugger/DBGCCmdHlp.cpp /vbox/src/VBox/Debugger/DBGCCommands.cpp /vbox/src/VBox/Debugger/DBGCEmulateCodeView.cpp /vbox/src/VBox/Debugger/DBGCEval.cpp /vbox/src/VBox/Debugger/DBGCFunctions.cpp /vbox/src/VBox/Debugger/DBGCInternal.h /vbox/src/VBox/Debugger/DBGCOps.cpp /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/DBGPlugInCommonELF.h /vbox/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h /vbox/src/VBox/Debugger/DBGPlugInDiggers.cpp /vbox/src/VBox/Debugger/DBGPlugInLinux.cpp /vbox/src/VBox/Debugger/DBGPlugInOS2.cpp /vbox/src/VBox/Debugger/DBGPlugInSolaris.cpp /vbox/src/VBox/Debugger/DBGPlugInWinNt.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/testcase/tstDBGCStubs.cpp /vbox/src/VBox/Devices/VMMDev/VMMDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevTesting.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/MachineDebuggerImpl.cpp DBGFAll.cpp IEMAll.cpp PGMAllBth.h PGMAllHandler.cpp /vbox/src/VBox/VMM/VMMR3/CFGM.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddr.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFBp.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCpu.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/DBGFInfo.cpp /vbox/src/VBox/VMM/VMMR3/DBGFLog.cpp /vbox/src/VBox/VMM/VMMR3/DBGFMem.cpp /vbox/src/VBox/VMM/VMMR3/DBGFOS.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp /vbox/src/VBox/VMM/VMMR3/DBGFStack.cpp /vbox/src/VBox/VMM/VMMR3/DBGFSym.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHM.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/HM.cpp /vbox/src/VBox/VMM/VMMR3/IOM.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PDM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMDbg.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/STAM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR3/VMMTests.cpp /vbox/src/VBox/VMM/VMMRZ/DBGFRZ.cpp /vbox/src/VBox/VMM/include/DBGFInternal.h /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstVMStruct.h /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxRecompiler.c
f091ce66ee934d599f16056078a9a76d7286b959 43387 21-Sep-2012 vboxsync

VMM: HM cleanup.

/vbox/Makefile.kmk /vbox/include/Makefile.kmk /vbox/include/VBox/err.h /vbox/include/VBox/err.mac /vbox/include/VBox/log.h /vbox/include/VBox/vmm/hm.h /vbox/include/VBox/vmm/hm_svm.h /vbox/include/VBox/vmm/hm_vmx.h /vbox/include/VBox/vmm/hm_vmx.mac /vbox/include/VBox/vmm/hwaccm.h /vbox/include/VBox/vmm/mm.h /vbox/include/VBox/vmm/vm.h /vbox/include/VBox/vmm/vm.mac /vbox/include/VBox/vmm/vmapi.h /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/HostDrivers/Support/SUPDrv.c /vbox/src/VBox/Main/src-client/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/src-server/HostImpl.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/VMM/Makefile.kmk CPUMAllRegs.cpp EMAll.cpp HMAll.cpp IOMAllMMIO.cpp MMAll.cpp PDMAllCritSect.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllPool.cpp PGMAllShw.h SELMAll.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/HMR0.cpp /vbox/src/VBox/VMM/VMMR0/HMR0A.asm /vbox/src/VBox/VMM/VMMR0/HMR0Mixed.mac /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFMem.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHM.cpp /vbox/src/VBox/VMM/VMMR3/HM.cpp /vbox/src/VBox/VMM/VMMR3/IOM.cpp /vbox/src/VBox/VMM/VMMR3/PDMLdr.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMBth.h /vbox/src/VBox/VMM/VMMR3/PGMHandler.cpp /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/PGMShw.h /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR3/VMMTests.cpp /vbox/src/VBox/VMM/VMMRC/HMRCA.asm /vbox/src/VBox/VMM/VMMRC/VMMRC.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/include/EMHandleRCTmpl.h /vbox/src/VBox/VMM/include/HMInternal.h /vbox/src/VBox/VMM/include/HMInternal.mac /vbox/src/VBox/VMM/include/PGMInline.h /vbox/src/VBox/VMM/include/PGMInternal.h /vbox/src/VBox/VMM/include/VMMInternal.h /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstVMM-HM.cpp /vbox/src/VBox/VMM/testcase/tstVMStruct.h /vbox/src/VBox/VMM/testcase/tstVMStructDTrace.cpp /vbox/src/VBox/VMM/testcase/tstVMStructRC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/recompiler/exec.c /vbox/src/recompiler/target-i386/op_helper.c
201339bee6d3364b123b1e73dd9869f415f8ae12 42188 17-Jul-2012 vboxsync

VMM: Changed a few ifndef IN_RING0 to ifndef VBOX_WITH_RAW_MODE_NOT_R0.

681380880d4131019871e8f22cb3349b757168ca 42186 17-Jul-2012 vboxsync

SELM,DIS,CPUM,EM: Hidden selector register cleanups.

7a896688c49bde3fa1490e7ebb321ac51b6ad29d 41939 28-Jun-2012 vboxsync

CPUMGetGuestCPL: Drop the context core pointer and use the Guest state in CPUMCPU via pVCpu.

37fb67be7d1d328213aeda3f56ab5aacd37416d1 41906 24-Jun-2012 vboxsync

CPUM: Combined the visible and hidden selector register data into one structure. Preparing for lazily resolving+caching of hidden registers in raw-mode.

/vbox/include/VBox/types.h /vbox/include/VBox/vmm/cpum.h /vbox/include/VBox/vmm/cpum.mac /vbox/include/VBox/vmm/cpumctx.h /vbox/src/VBox/Disassembler/DisasmReg.cpp /vbox/src/VBox/VMM/Makefile.kmk CPUMAllRegs.cpp EMAll.cpp IEMAll.cpp IEMAllCImpl.cpp.h IEMAllCImplStrInstr.cpp.h PATMAll.cpp PGMAll.cpp PGMAllBth.h PGMAllPool.cpp SELMAll.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CPUMDbg.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/DBGFStack.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMR3/VMMTests.cpp /vbox/src/VBox/VMM/VMMRC/CPUMRC.cpp /vbox/src/VBox/VMM/VMMRC/CPUMRCA.asm /vbox/src/VBox/VMM/VMMRC/CSAMRC.cpp /vbox/src/VBox/VMM/VMMRC/PATMRC.cpp /vbox/src/VBox/VMM/VMMRC/SELMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlersA.asm /vbox/src/VBox/VMM/VMMRC/VMMRC.cpp /vbox/src/VBox/VMM/VMMRC/VMMRC.mac /vbox/src/VBox/VMM/VMMRZ/DBGFRZ.cpp /vbox/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac /vbox/src/VBox/VMM/include/CPUMInternal.mac /vbox/src/VBox/VMM/include/EMHandleRCTmpl.h /vbox/src/VBox/VMM/testcase/tstMicroRCA.asm /vbox/src/VBox/VMM/testcase/tstVMStruct.h /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/recompiler/VBoxRecompiler.c
67b4b089c50d0ab8ad847dddd8c0e0812fdadc9e 41836 19-Jun-2012 vboxsync

Doxygen.

df45e3751b773c12f2c0838f63500a50cf535e86 41823 19-Jun-2012 vboxsync

Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when possible and call EMInterpretDisasOne instead. Changed EMInterpretDisasOne to use SELMValidateAndConvertCSAddr instead of SELMToFlatEx.

df25990f935e7fd32acd9be9a156aff8d10facf2 41802 17-Jun-2012 vboxsync

Doxygen.

4bfa7b58e362a1bca0628643c352c137900bf01a 41783 16-Jun-2012 vboxsync

Doxygen, comment typos.

/vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/Library/GenericBdsLib.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp /vbox/src/VBox/Devices/Input/PS2K.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/slirp/bsd/kern/uipc_mbuf.c /vbox/src/VBox/Devices/Network/slirp/ip_input.c /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/HostDrivers/Support/SUPDrvIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetFltP-win.cpp /vbox/src/VBox/Main/src-all/ExtPackUtil.cpp /vbox/src/VBox/Main/src-client/GuestCtrlIO.cpp /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp /vbox/src/VBox/Runtime/common/alloc/memcache.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodnm.cpp /vbox/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp /vbox/src/VBox/Storage/DMG.cpp /vbox/src/VBox/Storage/VD.cpp /vbox/src/VBox/Storage/testcase/VDIoBackendMem.cpp CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp IEMAllCImpl.cpp.h IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp PATMAll.cpp PDMAll.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR3/CFGM.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CPUMDbg.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddr.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFBp.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCpu.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/DBGFInfo.cpp /vbox/src/VBox/VMM/VMMR3/DBGFLog.cpp /vbox/src/VBox/VMM/VMMR3/DBGFMem.cpp /vbox/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp /vbox/src/VBox/VMM/VMMR3/DBGFStack.cpp /vbox/src/VBox/VMM/VMMR3/DBGFSym.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/FTM.cpp /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/MM.cpp /vbox/src/VBox/VMM/VMMR3/MMHeap.cpp /vbox/src/VBox/VMM/VMMR3/MMHyper.cpp /vbox/src/VBox/VMM/VMMR3/MMUkHeap.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PDM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp /vbox/src/VBox/VMM/VMMR3/PDMCritSect.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevice.cpp /vbox/src/VBox/VMM/VMMR3/PDMDriver.cpp /vbox/src/VBox/VMM/VMMR3/PDMLdr.cpp /vbox/src/VBox/VMM/VMMR3/PDMNetShaper.cpp /vbox/src/VBox/VMM/VMMR3/PDMQueue.cpp /vbox/src/VBox/VMM/VMMR3/PDMThread.cpp /vbox/src/VBox/VMM/VMMR3/PDMUsb.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMBth.h /vbox/src/VBox/VMM/VMMR3/PGMDbg.cpp /vbox/src/VBox/VMM/VMMR3/PGMGst.h /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/PGMSharedPage.cpp /vbox/src/VBox/VMM/VMMR3/PGMShw.h /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/SSM.cpp /vbox/src/VBox/VMM/VMMR3/STAM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMR3/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMR3/VMMTests.cpp /vbox/src/VBox/VMM/VMMR3/VMReq.cpp /vbox/src/VBox/VMM/VMMRC/CPUMRC.cpp /vbox/src/VBox/VMM/VMMRC/MMRamRC.cpp /vbox/src/VBox/VMM/VMMRC/PATMRC.cpp /vbox/src/VBox/VMM/VMMRC/PDMRCDevice.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/VMMRC/VMMRC.cpp /vbox/src/VBox/VMM/VMMRZ/DBGFRZ.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/VMMRZ/VMMRZ.cpp /vbox/src/VBox/VMM/include/EMHandleRCTmpl.h /vbox/src/VBox/VMM/include/HWACCMInternal.h /vbox/src/VBox/VMM/include/IOMInline.h /vbox/src/VBox/VMM/include/MMInternal.h /vbox/src/VBox/VMM/include/PDMInline.h /vbox/src/VBox/VMM/include/PGMInline.h /vbox/src/VBox/VMM/include/PGMInternal.h /vbox/src/VBox/VMM/include/TMInternal.h /vbox/src/VBox/VMM/include/VMMInternal.h /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp
5981e6935987b08737b730b63a41acc1dd696377 41774 16-Jun-2012 vboxsync

bugref..

/vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControlThread.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Network/DevE1000.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/PC/BIOS-new/logo.c /vbox/src/VBox/Devices/PC/BIOS/logo.c /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/Storage/DevAHCI.cpp /vbox/src/VBox/Devices/USB/DevOHCI.cpp /vbox/src/VBox/Frontends/VirtualBox/src/medium/UIMedium.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/VirtualBoxImpl.cpp /vbox/src/VBox/Main/src-server/darwin/iokit.cpp /vbox/src/VBox/Runtime/generic/timerlr-generic.cpp /vbox/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h /vbox/src/VBox/Runtime/r3/darwin/mp-darwin.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp CPUMAllRegs.cpp EMAll.cpp PGMAllBth.h /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/PDMQueue.cpp /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/include/PGMInternal.h /vbox/src/VBox/VMM/include/REMInternal.h
98502a585f6eda30527b54f7df18dd3de3d3d7c6 41675 12-Jun-2012 vboxsync

DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I just busted in the previous commit.

/vbox/include/VBox/dis.h /vbox/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmFormatYasm.cpp /vbox/src/VBox/Disassembler/DisasmReg.cpp /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/testcase/tstDisasm-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp EMAll.cpp IOMAllMMIO.cpp PGMAllBth.h PGMAllPhys.cpp PGMAllPool.cpp SELMAll.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGFDisas.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PATMPatch.cpp /vbox/src/VBox/VMM/VMMR3/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMRC/PATMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/include/EMHandleRCTmpl.h /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/recompiler/VBoxRecompiler.c
0579aa7698cf542ea9efd5f515e822d553a7d648 41458 28-May-2012 vboxsync

PGMPool: Adding A20 state to the page pool (partly disabled).

541071eef3db0e3e0e5497bb4b692efee42b1ad0 41456 28-May-2012 vboxsync

PGMPool: PGMPOOLPAGE adjustments and cleanups, no real code changes intended.

cbf70cda8a0d6e49304ef3c9ff6fa77f71606fc6 41420 23-May-2012 vboxsync

PGM: More A20 fixes.

e7287801140c21acfa5ddd76668921e7dfed49eb 41391 22-May-2012 vboxsync

PGM: A quick stab at correct A20 gate masking (new code is disabled).

d521d3c5e4fa92bb76452c04cad2d1e5bf0d50ed 40449 13-Mar-2012 vboxsync

SELM: Refactoring (PVM -> PVMCPU).

ceec4276710e550e3d28840e12501f4da1e8ad7b 40274 28-Feb-2012 vboxsync

Introduced VBOX_WITH_REM in Config.kmk and the VMM.

/vbox/Config.kmk /vbox/include/VBox/vmm/iem.h /vbox/src/Makefile.kmk /vbox/src/VBox/VMM/Makefile.kmk EMAll.cpp IEMAll.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllPhys.cpp REMAll.cpp TMAll.cpp TMAllVirtual.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFBp.cpp /vbox/src/VBox/VMM/VMMR3/EM.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/EMRaw.cpp /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevice.cpp /vbox/src/VBox/VMM/VMMR3/PDMDriver.cpp /vbox/src/VBox/VMM/VMMR3/PDMQueue.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMHandler.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMRC/CSAMRC.cpp /vbox/src/VBox/VMM/VMMRC/PGMRC.cpp /vbox/src/VBox/VMM/include/EMInternal.h /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp
1cee4e2bc3fb261ec5e68aaae1377cdb8fe82849 39908 30-Jan-2012 vboxsync

Disabled seemingly harmless assertion.

683371bbf37760161d1b8454ce978acf89bbb04f 39402 23-Nov-2011 vboxsync

VMM: don't use generic IPE status codes, use specific ones. Part 1.

/vbox/include/VBox/err.h /vbox/include/VBox/err.mac /vbox/include/iprt/err.h /vbox/include/iprt/err.mac EMAll.cpp IEMAll.cpp IOMAllMMIO.cpp PDMAll.cpp PDMAllCritSect.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h TMAll.cpp TMAllCpu.cpp TMAllVirtual.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/IOM.cpp /vbox/src/VBox/VMM/VMMR3/MMHyper.cpp /vbox/src/VBox/VMM/VMMR3/PDM.cpp /vbox/src/VBox/VMM/VMMR3/PDMCritSect.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMThread.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/SSM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMR3/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMR3/VMReq.cpp /vbox/src/VBox/VMM/VMMRC/IOMRC.cpp /vbox/src/VBox/VMM/VMMRC/MMRamRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/VMMRZ/VMMRZ.cpp /vbox/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
fa5a0e7d83e683124691e0b3fa14e40d4ab6ea8b 39301 15-Nov-2011 vboxsync

PGMAllBth.h: Disabled annoying SMP assertions.

215ca497e5248c6d92dcf11ba4ef9d000ab471e2 39284 11-Nov-2011 vboxsync

PGMAllBth.h: disabled annoying assertions.

2afbe132eb7931e0125141eabe3a48e08f1ffab5 39078 21-Oct-2011 vboxsync

VMM: -Wunused-parameter

/vbox/include/VBox/vmm/mm.h /vbox/include/VBox/vmm/pdmdev.h /vbox/include/VBox/vmm/pgm.h CPUMAllRegs.cpp EMAll.cpp HWACCMAll.cpp IEMAll.cpp IEMAllCImpl.cpp.h IEMAllInstructions.cpp.h IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR3/CPUM.cpp /vbox/src/VBox/VMM/VMMR3/CPUMDbg.cpp /vbox/src/VBox/VMM/VMMR3/CSAM.cpp /vbox/src/VBox/VMM/VMMR3/DBGF.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddr.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFInfo.cpp /vbox/src/VBox/VMM/VMMR3/DBGFR3Trace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp /vbox/src/VBox/VMM/VMMR3/DBGFSym.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/FTM.cpp /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/IEMR3.cpp /vbox/src/VBox/VMM/VMMR3/IOM.cpp /vbox/src/VBox/VMM/VMMR3/MM.cpp /vbox/src/VBox/VMM/VMMR3/MMHyper.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PATMPatch.cpp /vbox/src/VBox/VMM/VMMR3/PATMSSM.cpp /vbox/src/VBox/VMM/VMMR3/PDM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp /vbox/src/VBox/VMM/VMMR3/PDMBlkCache.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevHlp.cpp /vbox/src/VBox/VMM/VMMR3/PDMDevice.cpp /vbox/src/VBox/VMM/VMMR3/PDMLdr.cpp /vbox/src/VBox/VMM/VMMR3/PDMQueue.cpp /vbox/src/VBox/VMM/VMMR3/PDMUsb.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMBth.h /vbox/src/VBox/VMM/VMMR3/PGMDbg.cpp /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/PGMSharedPage.cpp /vbox/src/VBox/VMM/VMMR3/PGMShw.h /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/SSM.cpp /vbox/src/VBox/VMM/VMMR3/STAM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/TRPM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMR3/VMEmt.cpp /vbox/src/VBox/VMM/VMMR3/VMM.cpp /vbox/src/VBox/VMM/VMMR3/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMRC/CSAMRC.cpp /vbox/src/VBox/VMM/VMMRC/PATMRC.cpp /vbox/src/VBox/VMM/VMMRC/SELMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRC.cpp /vbox/src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp /vbox/src/VBox/VMM/VMMRC/VMMRC.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h /vbox/src/VBox/VMM/include/PGMInternal.h /vbox/src/VBox/VMM/include/TMInternal.h /vbox/src/VBox/VMM/include/TRPMInternal.h /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp
d03c6bcd3d78cef8ac4d76186e7c0e72f63ce80f 39038 19-Oct-2011 vboxsync

VMM: -W4 warnings (MSC).

d2c6b2e8826a5ef34170fef0c72c3fc7c5c1b46a 39034 19-Oct-2011 vboxsync

VMM,INTNET: Addressing unused variable warnings.

/vbox/include/VBox/intnet.h /vbox/include/VBox/vmm/vm.h EMAll.cpp IEMAllCImpl.cpp.h IOMAllMMIO.cpp PGMAll.cpp PGMAllBth.h PGMAllPhys.cpp PGMAllPool.cpp TMAll.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR3/CPUMDbg.cpp /vbox/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp /vbox/src/VBox/VMM/VMMR3/DBGFReg.cpp /vbox/src/VBox/VMM/VMMR3/EMHwaccm.cpp /vbox/src/VBox/VMM/VMMR3/FTM.cpp /vbox/src/VBox/VMM/VMMR3/HWACCM.cpp /vbox/src/VBox/VMM/VMMR3/PATM.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp /vbox/src/VBox/VMM/VMMR3/PDMBlkCache.cpp /vbox/src/VBox/VMM/VMMR3/PDMUsb.cpp /vbox/src/VBox/VMM/VMMR3/PGM.cpp /vbox/src/VBox/VMM/VMMR3/PGMDbg.cpp /vbox/src/VBox/VMM/VMMR3/PGMMap.cpp /vbox/src/VBox/VMM/VMMR3/PGMPhys.cpp /vbox/src/VBox/VMM/VMMR3/PGMPool.cpp /vbox/src/VBox/VMM/VMMR3/PGMSavedState.cpp /vbox/src/VBox/VMM/VMMR3/PGMSharedPage.cpp /vbox/src/VBox/VMM/VMMR3/PGMShw.h /vbox/src/VBox/VMM/VMMR3/SELM.cpp /vbox/src/VBox/VMM/VMMR3/TM.cpp /vbox/src/VBox/VMM/VMMR3/VM.cpp /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/include/IOMInline.h /vbox/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h /vbox/src/VBox/VMM/include/PGMInline.h /vbox/src/VBox/VMM/include/PGMInternal.h
c7a00ac75c7941df2afb62e6fd7ffdf1795e6c76 38953 06-Oct-2011 vboxsync

PGM: Attempt at fixing the VERR_MAP_FAILED during state save problem on 32-bit hosts when assigning lots of memory to the guest. PGM should lock down guest RAM pages before use and release them afterwards like everyone else. Still quite some stuff left to do there, so I've deviced a little hack for tracking unlocked mappings and using this as input when deciding to do async or sync chunk unmapping at save/load time. See xtracker #5912 and public ticket 7929.

fa79e346ae60eee8b82eb6c5da64ab2c3a76b5f7 38707 09-Sep-2011 vboxsync

VMM/VT-x: Fix for PAE guests running on 32-bit hosts or 64-bit hosts where VBoxInternal/PGM/MaxRing3Chunks is used.

de6c675bba7ec5e13f9f80900296530482fde8ba 38086 21-Jul-2011 vboxsync

oooops.

3b3bc8a9383a065307e540b83fc3a3d6c548a082 38082 20-Jul-2011 vboxsync

*.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).

/vbox/Config.kmk /vbox/doc/manual/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Installer/Makefile.kmk /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk /vbox/src/VBox/Additions/common/crOpenGL/Makefile.kmk /vbox/src/VBox/Additions/freebsd/Makefile.kmk /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/solaris/Makefile.kmk /vbox/src/VBox/Debugger/Makefile.kmk /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Disassembler/testcase/Makefile.kmk /vbox/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxPci/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk /vbox/src/VBox/HostServices/SharedOpenGL/Makefile.kmk /vbox/src/VBox/Installer/Makefile.kmk /vbox/src/VBox/Installer/freebsd/Makefile.kmk /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/solaris/Makefile.kmk /vbox/src/VBox/Installer/win/InstallHelper/Makefile.kmk /vbox/src/VBox/Installer/win/Makefile.kmk /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/webservice/Makefile.kmk /vbox/src/VBox/RDP/client/Makefile.kmk /vbox/src/VBox/RDP/client/files_rdesktop-vrdp /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Storage/testcase/Makefile.kmk /vbox/src/VBox/VMM/Makefile.kmk PGMAllBth.h /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/libs/xpcom18a4/java/Makefile.kmk /vbox/src/libs/xpcom18a4/python/Makefile.kmk /vbox/src/recompiler/Makefile.kmk
addc480d0d7650db6323467bbdab6c21836a2928 37354 07-Jun-2011 vboxsync

PGM: Fixed locking issues in PGMR3PhysMMIORegister and PGMR3PhysMMIODeregister. Also addressed a harmless on in PGMR3PhysRomRegister (only used at init time, so no races). Fortified the code with assertions more lock assertion, replacing the incorrect PGMIsLocked() checks (we only care if the current thread is the lock owner). Cleaned up some ReturnStmt macros and adding more of them.

1999ae03c34840fa4d712fd2e020120b2cb7182a 36891 29-Apr-2011 vboxsync

PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).

7b5d0a97e9f87008f7b31583653d93dccaffe5ce 36009 17-Feb-2011 vboxsync

PGM: Fixed large pages and write monitoring (live snapshot). Added checks for PGM_PAGE_PDE_TYPE_PDE_DISABLED in a few places where only PGM_PAGE_PDE_TYPE_PDE was checked for (might have missed some).

4b2dbdac954a68bf8bd20dc33ba98774e3fa013c 35754 28-Jan-2011 vboxsync

Fix running 64bit guests on 32bit hosts with nested paging

1f2c889c173f5253ef9655d6cd1017f3868b1f9b 35537 13-Jan-2011 vboxsync

mark the source of the bloat.

b791c122cd86e4f2fcd2cb13aa7e48b8421b1876 35529 13-Jan-2011 vboxsync

warnings (gcc-4.5).

6b1b86b85d9a526e354a02460dcf21113c943d5c 33795 05-Nov-2010 vboxsync

Extra comment

bc1484a141a5638d1c26739e77e8a47c77dc2da3 33676 02-Nov-2010 vboxsync

scm cleanup run.

/vbox/.scm-settings /vbox/include/VBox/ExtPack/ExtPack.h /vbox/include/VBox/VMMDev.h /vbox/include/VBox/com/defs.h /vbox/include/iprt/symlink.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/common/VBoxGuest/Makefile.kmk /vbox/src/VBox/Devices/Audio/DevCodec.cpp /vbox/src/VBox/Devices/Audio/DevCodec.h /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Network/slirp/bootp.c /vbox/src/VBox/Devices/Storage/DevBusLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp /vbox/src/VBox/GuestHost/OpenGL/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Runtime/generic/RTMpGetArraySize-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp /vbox/src/VBox/Runtime/include/internal/mem.h /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/posix/rtmempage-exec-mmap-posix.cpp /vbox/src/VBox/VMM/EMHwaccm.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/VMM.cpp PGMAllBth.h
ad27e1d5e48ca41245120c331cc88b50464813ce 33540 28-Oct-2010 vboxsync

*: spelling fixes, thanks Timeless!

/vbox/include/VBox/HostServices/GuestPropertySvc.h /vbox/include/VBox/RemoteDesktop/VRDE.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VMMDev.h /vbox/include/VBox/com/array.h /vbox/include/VBox/cpumctx.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dis.h /vbox/include/VBox/err.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmnetifs.h /vbox/include/VBox/pdmnetinline.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/sup.h /vbox/include/VBox/usblib-darwin.h /vbox/include/VBox/usblib.h /vbox/include/VBox/uvm.h /vbox/include/VBox/vm.h /vbox/include/VBox/vmapi.h /vbox/include/VBox/vscsi.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/asm.h /vbox/include/iprt/base64.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/condvar.h /vbox/include/iprt/dbg.h /vbox/include/iprt/dir.h /vbox/include/iprt/file.h /vbox/include/iprt/getopt.h /vbox/include/iprt/handletable.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/localipc.h /vbox/include/iprt/lockvalidator.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/mempool.h /vbox/include/iprt/mp.h /vbox/include/iprt/path.h /vbox/include/iprt/poll.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime-loader.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/sha.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/tar.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/color.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/driver.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/enable.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/screen.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispCm.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxScreen.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoCm.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVhwa.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp /vbox/src/VBox/Additions/WINNT/Installer/ISO/ReadmeDrivers.txt /vbox/src/VBox/Additions/WINNT/Installer/ReplaceDLL.nsh /vbox/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp /vbox/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi /vbox/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh /vbox/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh /vbox/src/VBox/Additions/WINNT/Installer/VBoxWHQLFake.au3 /vbox/src/VBox/Additions/WINNT/Installer/strstr.nsh /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/dll/vboxmrxp.cpp /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/fileinfo.c /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/init.c /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/netroot.c /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/notimpl.c /vbox/src/VBox/Additions/WINNT/SharedFolders/redirector/sys/srvcall.c /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/common.h /vbox/src/VBox/Additions/WINNT/VBoxCredProv/helpers.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/helpers.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/WinWlx.h /vbox/src/VBox/Additions/WINNT/VBoxTray/helpers.cpp /vbox/src/VBox/Additions/WINNT/i8042prt/i8042cmn.c /vbox/src/VBox/Additions/WINNT/i8042prt/i8042dep.c /vbox/src/VBox/Additions/WINNT/i8042prt/i8042log.mc /vbox/src/VBox/Additions/WINNT/i8042prt/i8042prt.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/bugcodes.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/mce.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntddk.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntdef.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntiologc.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntstatus.h /vbox/src/VBox/Additions/WINNT/i8042prt/moudep.c /vbox/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/common/VBoxGuest/win/VBoxGuestMsg.mc /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp /vbox/src/VBox/Additions/common/crOpenGL/LICENSE /vbox/src/VBox/Additions/common/crOpenGL/array/arrayspu.c /vbox/src/VBox/Additions/common/crOpenGL/context.c /vbox/src/VBox/Additions/common/crOpenGL/dri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/dri_glx.h /vbox/src/VBox/Additions/common/crOpenGL/dri_util.c /vbox/src/VBox/Additions/common/crOpenGL/fakedri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/glx.c /vbox/src/VBox/Additions/common/crOpenGL/glx_c_exports.c /vbox/src/VBox/Additions/common/crOpenGL/glx_proto.h /vbox/src/VBox/Additions/common/crOpenGL/load.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_swapbuf.c /vbox/src/VBox/Additions/common/crOpenGL/stub.c /vbox/src/VBox/Additions/common/crOpenGL/stub.h /vbox/src/VBox/Additions/common/crOpenGL/utils.c /vbox/src/VBox/Additions/common/crOpenGL/vboxdri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/xfont.c /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/os2/Config.kmk /vbox/src/VBox/Additions/os2/VBoxSF/VBoxSFA.asm /vbox/src/VBox/Additions/solaris/DRM/include/drmP.h /vbox/src/VBox/Additions/solaris/DRM/include/drm_atomic.h /vbox/src/VBox/Additions/solaris/Installer/postinstall.sh /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c /vbox/src/VBox/Additions/x11/VBoxClient/Makefile.kmk /vbox/src/VBox/Additions/x11/VBoxClient/seamless-x11.h /vbox/src/VBox/Additions/x11/vboxmouse/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxmouse/mouse.c /vbox/src/VBox/Additions/x11/vboxmouse/pnp.c /vbox/src/VBox/Additions/x11/vboxvideo/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_70.c /vbox/src/VBox/Debugger/DBGCEmulateCodeView.cpp /vbox/src/VBox/Debugger/DBGCInternal.h /vbox/src/VBox/Debugger/DBGCOps.cpp /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/DBGPlugInCommonELF.h /vbox/src/VBox/Debugger/DBGPlugInCommonELFTmpl.cpp.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStatsQt4.cpp /vbox/src/VBox/Debugger/VBoxDbgStatsQt4.h /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevCodec.cpp /vbox/src/VBox/Devices/Audio/DevIchIntelHDA.cpp /vbox/src/VBox/Devices/Audio/DevSB16.cpp /vbox/src/VBox/Devices/Audio/coreaudio.c /vbox/src/VBox/Devices/Audio/mixeng.c /vbox/src/VBox/Devices/Audio/pulseaudio.c /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/DevPciIch9.cpp /vbox/src/VBox/Devices/EFI/DevEFI.cpp /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/IndustryStandard/PeImage.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/Library/GenericBdsLib.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/Library/PeCoffLib.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsBoot.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConnect.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsConsole.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/BdsMisc.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/DevicePath.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/Performance.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxGenericBdsLib/VBoxGenericBdsLib.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxPeCoffLib/BasePeCoff.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/VBoxAppleSim.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_core.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_efi.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_hfs.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_iso9660.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/fsw_lib.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxFsDxe/hfs_format.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/Ata.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/Atapi.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/DriverConfiguration.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/DriverDiagnostics.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/Ide.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/Ide.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/IdeBus.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeBusDxe/IdeBus.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxIdeControllerDxe/IdeController.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/efi-app/Readme.txt /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkg.dsc /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxPkgOSE.dsc /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/LegacyBiosMpTable.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxSysTables/TableConversion.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVga.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaI2c.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/edk2.patch-idtgdt /vbox/src/VBox/Devices/EFI/tools/include/Common/BaseTypes.h /vbox/src/VBox/Devices/EFI/tools/include/Common/PiFirmwareFile.h /vbox/src/VBox/Devices/EFI/tools/include/Common/UefiBaseTypes.h /vbox/src/VBox/Devices/EFI/tools/include/Ia32/ProcessorBind.h /vbox/src/VBox/Devices/EFI/tools/include/IndustryStandard/PeImage.h /vbox/src/VBox/Devices/EFI/tools/include/X64/ProcessorBind.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Network/DevE1000.cpp /vbox/src/VBox/Devices/Network/DevE1000Phy.cpp /vbox/src/VBox/Devices/Network/DevINIP.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvVDE.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp /vbox/src/VBox/Devices/PC/BIOS/rombios.c /vbox/src/VBox/Devices/PC/BIOS/scsi.c /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevFwCommon.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/vbox.dsl /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Storage/ATAController.cpp /vbox/src/VBox/Devices/Storage/ATAController.h /vbox/src/VBox/Devices/Storage/DMGHDDCore.cpp /vbox/src/VBox/Devices/Storage/DevAHCI.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DevBusLogic.cpp /vbox/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp /vbox/src/VBox/Devices/Storage/DevLsiLogicSCSI.h /vbox/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvSCSI.cpp /vbox/src/VBox/Devices/Storage/DrvSCSIHost.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/ISCSIHDDCore.cpp /vbox/src/VBox/Devices/Storage/UsbMsd.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp /vbox/src/VBox/Devices/Storage/VBoxSCSI.cpp /vbox/src/VBox/Devices/Storage/VCICacheCore.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VHDHDDCore.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/testcase/tstVDCopy.cpp /vbox/src/VBox/Devices/USB/DevOHCI.cpp /vbox/src/VBox/Devices/USB/DrvVUSBRootHub.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice.h /vbox/src/VBox/Devices/USB/VUSBDevice.cpp /vbox/src/VBox/Devices/USB/VUSBUrb.cpp /vbox/src/VBox/Devices/USB/darwin/USBProxyDevice-darwin.cpp /vbox/src/VBox/Devices/USB/freebsd/USBProxyDevice-freebsd.cpp /vbox/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp /vbox/src/VBox/Devices/USB/os2/USBProxyDevice-os2.cpp /vbox/src/VBox/Devices/USB/testcase/tstPalmOne.c /vbox/src/VBox/Devices/VMMDev/VMMDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/testcase/tstDisasm-2.cpp /vbox/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-types.h /vbox/src/VBox/Frontends/Common/VBoxKeyboard/keyboard.c /vbox/src/VBox/Frontends/Common/VBoxKeyboard/xkbtoscan.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFEMain-darwin.m /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLMain-darwin.m /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.h /vbox/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/UIWindowMenuManager.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/UIWindowMenuManager.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIHttp.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMPreviewWindow.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsPortForwardingDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp /vbox/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt /vbox/src/VBox/GuestHost/OpenGL/include/cr_net.h /vbox/src/VBox/GuestHost/OpenGL/include/cr_version.h /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_client.h /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h /vbox/src/VBox/GuestHost/OpenGL/spu_loader/spuinit.c /vbox/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/gendiffcode.py /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_current.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_evaluators.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_feedback.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_regcombiner.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c /vbox/src/VBox/GuestHost/OpenGL/util/bbox.c /vbox/src/VBox/GuestHost/OpenGL/util/devnull.c /vbox/src/VBox/GuestHost/OpenGL/util/dll.c /vbox/src/VBox/GuestHost/OpenGL/util/pixel.c /vbox/src/VBox/GuestHost/OpenGL/util/udptcpip.c /vbox/src/VBox/GuestHost/OpenGL/util/vboxhgsmi.c /vbox/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp /vbox/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDrv.c /vbox/src/VBox/HostDrivers/Support/SUPDrvIDC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClient.c /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvc.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c /vbox/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/os2/usbcalls.c /vbox/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c /vbox/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBHelper.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSBMon-solaris.c /vbox/src/VBox/HostDrivers/VBoxUSB/solaris/include/usbai_private.h /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxdev.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxpnp.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxrwr.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxrwr.h /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxusb.h /vbox/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilt-win32.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Filter/USBFilter.c /vbox/src/VBox/HostDrivers/VBoxUSB/win/USBLib-win.cpp /vbox/src/VBox/HostServices/GuestControl/gctrl.cpp /vbox/src/VBox/HostServices/GuestControl/service.cpp /vbox/src/VBox/HostServices/GuestProperties/service.cpp /vbox/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp /vbox/src/VBox/HostServices/SharedClipboard/darwin.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_clip.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getteximage.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_lists.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_projmatrix.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_readpixels.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_viewport.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_agl.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_glx.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_init.c /vbox/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp /vbox/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool /vbox/src/VBox/Installer/solaris/Makefile.kmk /vbox/src/VBox/Installer/win/Stub/VBoxStub.cpp /vbox/src/VBox/Installer/win/UserInterface.wxi /vbox/src/VBox/Installer/win/VirtualBox.wxs /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleImplTeleporter.cpp /vbox/src/VBox/Main/DHCPServerImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/DisplayResampleImage.cpp /vbox/src/VBox/Main/Doxyfile.Main /vbox/src/VBox/Main/EventImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/ProgressProxyImpl.cpp /vbox/src/VBox/Main/RemoteUSBBackend.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/darwin/HostPowerDarwin.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/glue/AutoLock.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/idl/VirtualBox.dtd /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/AutoStateDep.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/Global.h /vbox/src/VBox/Main/include/HostHardwareLinux.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/ProgressCombinedImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/include/objectslist.h /vbox/src/VBox/Main/linux/HostHardwareLinux.cpp /vbox/src/VBox/Main/linux/NetIf-linux.cpp /vbox/src/VBox/Main/linux/USBGetDevices.cpp /vbox/src/VBox/Main/linux/USBProxyServiceLinux.cpp /vbox/src/VBox/Main/solaris/USBProxyServiceSolaris.cpp /vbox/src/VBox/Main/testcase/VBoxVBTest/TestForm.frm /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/webservice/Makefile.kmk /vbox/src/VBox/Main/webservice/platform-xidl.xsl /vbox/src/VBox/Main/webservice/samples/java/jax-ws/metrictest.java /vbox/src/VBox/Main/webservice/samples/php/clienttest.php /vbox/src/VBox/Main/webservice/types.txt /vbox/src/VBox/Main/webservice/vboxweb.cpp /vbox/src/VBox/Main/webservice/websrv-wsdl.xsl /vbox/src/VBox/Main/win/PerformanceWin.cpp /vbox/src/VBox/Main/win/USBProxyServiceWindows.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/ovfreader.cpp /vbox/src/VBox/Main/xpcom/server.cpp /vbox/src/VBox/Main/xpcom/server_module.cpp /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp /vbox/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp /vbox/src/VBox/Runtime/Doxyfile /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm /vbox/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/common/asm/ASMNopPause.asm /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/ipv4.cpp /vbox/src/VBox/Runtime/common/dbg/dbgas.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmod.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logellipsis.cpp /vbox/src/VBox/Runtime/common/log/logrel.cpp /vbox/src/VBox/Runtime/common/log/logrelellipsis.cpp /vbox/src/VBox/Runtime/common/misc/cidr.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/getoptargv.cpp /vbox/src/VBox/Runtime/common/misc/handle.cpp /vbox/src/VBox/Runtime/common/misc/handletable.cpp /vbox/src/VBox/Runtime/common/misc/lockvalidator.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/s3.cpp /vbox/src/VBox/Runtime/common/misc/tar.cpp /vbox/src/VBox/Runtime/common/misc/term.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp /vbox/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp /vbox/src/VBox/Runtime/common/path/comparepaths.cpp /vbox/src/VBox/Runtime/common/rand/rand.cpp /vbox/src/VBox/Runtime/common/string/base64.cpp /vbox/src/VBox/Runtime/common/string/memmove.asm /vbox/src/VBox/Runtime/common/string/simplepattern.cpp /vbox/src/VBox/Runtime/common/string/strcache.cpp /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/stringalloc.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/mempool-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semxroads-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/timerlr-generic.cpp /vbox/src/VBox/Runtime/include/internal/dbgmod.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h /vbox/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/waitqueue-r0drv-linux.h /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/nt/RTTimerGetSystemGranularity-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/darwin/mp-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/pathhost-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/isofs.cpp /vbox/src/VBox/Runtime/r3/linux/fileaio-linux.cpp /vbox/src/VBox/Runtime/r3/linux/mp-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sysfs.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/posix/fileaio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/pathhost-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/socket.cpp /vbox/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/test.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp /vbox/src/VBox/Runtime/r3/win/fileaio-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/localipc-win.cpp /vbox/src/VBox/Runtime/r3/win/pipe-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/semevent-win.cpp /vbox/src/VBox/Runtime/r3/xml.cpp /vbox/src/VBox/Runtime/testcase/soundcard.h /vbox/src/VBox/Runtime/testcase/tstFork.cpp /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstRTAvl.cpp /vbox/src/VBox/Runtime/testcase/tstRTLockValidator.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemPool.cpp /vbox/src/VBox/Runtime/testcase/tstRTPrfIO.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0Common.h /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0Timer.cpp /vbox/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFModule.cpp /vbox/src/VBox/VMM/DBGFOS.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMAsyncCompletion.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFileInternal.h /vbox/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionInternal.h /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMUsb.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMInline.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMSavedState.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp EMAllA.asm IOMAll.cpp IOMAllMMIO.cpp MMAllHyper.cpp PDMAll.cpp PDMAllCritSect.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllVirtual.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm /vbox/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/apps/svnsync-vbox/main.c /vbox/src/bldprogs/scm.cpp /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/Sun/e_powl-amd64.S /vbox/src/recompiler/Sun/testmath.c /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/recompiler/a.out.h /vbox/src/recompiler/cpu-all.h /vbox/src/recompiler/cpu-defs.h /vbox/src/recompiler/cpu-exec.c /vbox/src/recompiler/dyngen-exec.h /vbox/src/recompiler/elf.h /vbox/src/recompiler/exec-all.h /vbox/src/recompiler/exec.c /vbox/src/recompiler/hostregs_helper.h /vbox/src/recompiler/qemu-lock.h /vbox/src/recompiler/softmmu_template.h /vbox/src/recompiler/target-i386/cpu.h /vbox/src/recompiler/target-i386/exec.h /vbox/src/recompiler/target-i386/op_helper.c /vbox/src/recompiler/target-i386/translate.c /vbox/src/recompiler/tcg/README /vbox/src/recompiler/tcg/i386/tcg-target.c /vbox/src/recompiler/tcg/tcg.c /vbox/src/recompiler/tcg/tcg.h /vbox/src/recompiler/tests/qruncom.c /vbox/src/recompiler/tests/test-i386.c /vbox/src/recompiler/vl.h /vbox/src/testcase/tstRunTestcases.cpp
ac68e451413f09dada5815439a3b212331bda3d3 32788 28-Sep-2010 vboxsync

Moved stats around

8b9a1eee7e54b84aa9e2fa1a43831e7a0c96782e 32785 28-Sep-2010 vboxsync

Cleaned up SyncPageWorker for non-paging modes.

53a589f6732d9b92d7409c9cb0fc4cee353a960f 32778 27-Sep-2010 vboxsync

Sync the entire page table for new nested page tables. (partially syncing them doesn't really make sense)

dc280865bd72003e72d83a80fa88275dbb27585f 32564 16-Sep-2010 vboxsync

Compile error

4d7c8080ba94df6e023b1fb9c1c89df0964823c2 32563 16-Sep-2010 vboxsync

Take a shortcut

a6e74ed4a42ad70663550b898b45049d4abb0328 32561 16-Sep-2010 vboxsync

Oops

d3a983be073f0d3ae5b64839c10be142bc0b8970 32560 16-Sep-2010 vboxsync

Cleaned up a bit

1ca3e31477ecb518c4866dff5a3cae0d043467a5 32541 16-Sep-2010 vboxsync

Don't bother checking for virtual handlers in ring-0.

1a2cdb8d0dffa9bf649e3610d7d39c01af8725c1 32539 16-Sep-2010 vboxsync

Removed wrong assertion

d89dccbab8cc69c1bde9cbc748c52457ec221783 32521 15-Sep-2010 vboxsync

Optimization

542f1852882c92fc5a13ec5819b68cbac6c9d1b5 32486 14-Sep-2010 vboxsync

Moved logging and stat

6f6d7a02a4e211aec2a8180c91582d2d84756894 32480 14-Sep-2010 vboxsync

SyncPageWorkerTrackDeref: Use the hint we retrieved from the cached dirty guest PT. Do not reset the modifications counter in InvalidatePage.

b35e3948f1287430503b6b432945b8cf4bfd3a23 32431 11-Sep-2010 vboxsync

scm cleanup

/vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/settings.h /vbox/include/iprt/condvar.h /vbox/include/iprt/memtracker.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.h /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredential.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp /vbox/src/VBox/Additions/common/testcase/Makefile.kmk /vbox/src/VBox/Additions/common/testcase/tstPageFusion.cpp /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Devices/Audio/DevCodec.cpp /vbox/src/VBox/Devices/Audio/DevCodec.h /vbox/src/VBox/Devices/Audio/DevIchIntelHDA.cpp /vbox/src/VBox/Devices/Network/slirp/bsd/kern/kern_mbuf.c /vbox/src/VBox/Devices/Network/slirp/libalias/alias_dns.c /vbox/src/VBox/Devices/Network/slirp/misc.c /vbox/src/VBox/Devices/Network/slirp/sbuf.c /vbox/src/VBox/Devices/Network/slirp/slirp.c /vbox/src/VBox/Devices/Network/slirp/socket.c /vbox/src/VBox/Devices/Storage/ISCSIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/testcase/vbox-img.cpp /vbox/src/VBox/Devices/USB/VUSBUrb.cpp /vbox/src/VBox/Devices/USB/win/USBProxyDevice-win.cpp /vbox/src/VBox/Frontends/VBoxHeadless/NullFramebuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMPreviewWindow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp /vbox/src/VBox/HostDrivers/VBoxUSB/win/Device/vboxdev.cpp /vbox/src/VBox/Installer/solaris/vboxconfig.sh /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/ProgressProxyImpl.cpp /vbox/src/VBox/Main/linux/HostHardwareLinux.cpp /vbox/src/VBox/Main/linux/USBGetDevices.cpp /vbox/src/VBox/Main/linux/USBProxyServiceLinux.cpp /vbox/src/VBox/Runtime/common/alloc/memtracker.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/poll-win.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/VMM/FTM.cpp /vbox/src/VBox/VMM/FTMInternal.h /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PGMGstDefs.h PGMAllBth.h PGMAllPool.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp
20d378173c586e3def8fe1aadaa4c22b956c84e1 32410 10-Sep-2010 vboxsync

Got rid of unnecessary dirty page flush in InvalidatePage. (NOTE: high risk change)

086e613371e0f6d1efc38fbc199fa20291afcd5e 32401 10-Sep-2010 vboxsync

Updates

6c7440ab575cca1aa4d97d96b2d898a0d20c8efc 32384 10-Sep-2010 vboxsync

Extended dirty page optimization for the pae/32-bit shw/gst combination (disabled).

2ac7a0ca33ebd20f2ee34cbf7246cd49ee6a5dd4 32366 09-Sep-2010 vboxsync

Typo

ef481e64bafc49f1232767ce12c3fa69a5d5fe50 32362 09-Sep-2010 vboxsync

Some cleanup

4a8c9f8323eb7c9760091ee0e95cfc332614ad08 32042 27-Aug-2010 vboxsync

PGMAllBth.h: MMIO opt fix.

b40179b44fea65b72b2f226f62af1ed7bd3c48fc 32036 27-Aug-2010 vboxsync

Removed X86_PTE_PAE_PG_MASK, renamed X86_PTE_PAE_PG_MASK_FULL to X86_PTE_PAE_PG_MASK.

4a33af43d9d1a46f9c239af3fc8ce6d72f289538 32035 27-Aug-2010 vboxsync

Changing the remaining X86_PTE_PAE_PG_MASK uses to X86_PTE_PAE_PG_MASK_FULL.

a7b04151fe55788dd0da05e421f35d82b8381bf5 32028 27-Aug-2010 vboxsync

PGMAllBth/SyncPage: Don't assert on stale TLB after W7-64 changed some A bits. Just invalidate the entry and try again.

c5c8d1e0169f6f7e4439e7325a0c61ce3ecab3bc 32027 27-Aug-2010 vboxsync

PGM/SyncPage: To be on the safe side, always sync the target page when doing multiple pages.

9f9a20823b87e89c1b5cb45eb9b5699b29bfefeb 32009 26-Aug-2010 vboxsync

Removed GST_PDPE_PG_MASK and renamed GST_PDPE_PG_MASK_FULL to GST_PDPE_PG_MASK.

9ccc5e33c3f10daa33f4da258e0f2d555b7dfe0f 32005 26-Aug-2010 vboxsync

Changed all X86_PDPE_PG_MASK references to X86_PDPE_PG_MASK_FULL.

9673b0b804d0b0f801f377c6371600e92071241f 32000 26-Aug-2010 vboxsync

x86.h,*: Eliminated X86_PML4E_PG_MASK and renamed X86_PML4E_PG_MASK_FULL to X86_PML4E_PG_MASK.

5995ea736700c896d73e686a80d87f0ad3dcc08d 31998 26-Aug-2010 vboxsync

Changed the remaining X86_PML4E_PG_MASK uses to X86_PML4E_PG_MASK_FULL.

e4a93d2f3ca0b165b618c27d37d984b05d24bed8 31996 26-Aug-2010 vboxsync

Mostly safe X86_PTE_PAE_PG_MASK -> X86_PTE_PAE_PG_MASK_FULL conversions.

7b0d0df4cf38fe9704783dc7cc82aeec79ca4df5 31994 26-Aug-2010 vboxsync

Safe X86_PDPE_PG_MASK -> X86_PDPE_PG_MASK_FULL conversions.

ff2ff83bf0faae1171ab33f9a57d785b44618f11 31989 26-Aug-2010 vboxsync

VMM: Removed the PGMR3DumpHierarchyGC/HC functions.

f7ab406533db8025dde58fffbe4669e7d9cb381d 31947 25-Aug-2010 vboxsync

PGM: paging hierarchy dumpers refactoring in progress.

1e3cd9c9c95ff352da1331a1789b05fd012c880d 31870 23-Aug-2010 vboxsync

PGM: Don't sync unnecessary PTE bits.

a5c9bd1199e10d51c8f5fef6293b765845ada754 31851 23-Aug-2010 vboxsync

pgmPoolAllocEx/pgmPoolAlloc: Just use pgmPoolAllocEx when you want locking.

a5c11842b92303b7b5d0086ee5011a969e321b50 31849 22-Aug-2010 vboxsync

PGM: Don't shadow PDE bits 62/3:52 (NXE=1/0), only shadow the bits we need to (exception G, A and D).

de6e197433bb41d766a6bf3febd32f5234f74268 31835 21-Aug-2010 vboxsync

PGMAllBth.h: fixed assertion.

2998d42c13fb82e9e2a1268f3c7b1047d5a6d7d6 31832 21-Aug-2010 vboxsync

PGM: The other w7-64 regression. Trouble is that they're using PTE bits 52:62 for something.

1fadd17f5f9d7bfcd5770da325b481c7334929ac 31823 20-Aug-2010 vboxsync

nc

375cb0b594a9101c1e9460219836931aa1a854a9 31807 20-Aug-2010 vboxsync

FT: disable large page usage Removed debug code

7606410fd1d01ccde408fce119caffc40ad6dfe8 31784 19-Aug-2010 vboxsync

PGM: Make sure we deploy the MMIO hack on all possible pages. Physical handler stats.

bdcc3bc6e65e18faed46372067205be03489088c 31780 19-Aug-2010 vboxsync

PGM: Addressed a fixme. logging and minor cleanup.

2634ec5cbf8f1fa0a968cd4664ead6df1fed730d 31775 19-Aug-2010 vboxsync

PGM: Wrap up all access to PAE/LM PTEs so that we can treat the invalid entries used by PGM_WITH_MMIO_OPTIMIZATIONS as not-present.

020916e230faa4a37bace3a8480f54fac94ea173 31657 13-Aug-2010 vboxsync

PGMPool: Drop cRefs since it's always 1.

f351fab06d1e1507b72f5c574df71193061fd393 31636 13-Aug-2010 vboxsync

EM: Addressed VBOXSTRICTRC todo from r64673. Decided to only use VBOXSTRICTRC on the methods that would actually return VINF_EM_* stuff.

f7c77958d7da7c76cb2ff6e07eae79399d305408 31612 12-Aug-2010 vboxsync

Compile fix

eadf3092d11e2c9acd44daf18e361d18a1f8416b 31610 12-Aug-2010 vboxsync

Wrong check

8746d1785c98864e4db846647c03f73e48107035 31600 12-Aug-2010 vboxsync

Extra debug command

3f1e0eea71cabeb90529e546f16eb7aee513fde9 31593 12-Aug-2010 vboxsync

PGM,IOM: MMIO optimization - hacking in progress. (still disabled)

cc723cf07e365cd40b517b9c5da4f113e9469745 31565 11-Aug-2010 vboxsync

PGM,HWACCM: MMIO optimizations - coding in progress.

c2fecdb51a36bf219484cd0068294d49060d78d0 31447 07-Aug-2010 vboxsync

InvalidatePage: Drop the unused hint here as we'll be releaseing the AutoSet shortly after returning anyway.

821c004ccf9508ae9c4d51a43e90fa0f77ddf76c 31443 06-Aug-2010 vboxsync

PGMAllBth.h: Must pass the RW flag to SyncHandlerPte. Some more logging.

9984bae4ef25be8afd95d184308adcfef6e2ec0d 31402 05-Aug-2010 vboxsync

PGM: Replaced the hazzardous raw-mode context dynamic mapping code with the PGMR0DynMap code used by darwin/x86. This is a risky change but it should pay off once stable by providing 100% certainty that dynamically mapped pages aren't resued behind our back (this has been observed in seemingly benign code paths recently).

7727a3247478ea62d7070c51365c9f0d17224fd2 31207 29-Jul-2010 vboxsync

PGMAllBth.h: Temporarily shut up ugly raw-mode context assertion.

c5a3a5673282237d1b8bfc6b22659d42378ce283 31178 28-Jul-2010 vboxsync

PGM: Some more preparatory cleanup.

25d9ca299a26aa8a5f6ee6e7c60c66d189a9b6f4 31170 28-Jul-2010 vboxsync

PGM: More inline cleanup (prep for tracking dynamic mappings in raw-mode).

4f2ee5b4e2c440c55272059f1f8686d8d29c4244 31167 28-Jul-2010 vboxsync

PGM: Pass pVCpu instead of pPGM (PPGMCPU) and eliminate PGMPOOL_PAGE_2_PTR_BY_PGM and PGMPOOL_PAGE_2_PTR_BY_PGMCPU.

67a1f4df3696efa09203887f06e3d6602d544daf 31141 27-Jul-2010 vboxsync

PGM: If we get to the end of Trap0eHandler it doesn't mean it is a guest fault, but that RT_FAILURE(rc). ASSUMING this always means that it is time for a guru meditation.

1c0fc07b1899cffc3cbb168020f4153533141865 31140 27-Jul-2010 vboxsync

PGM: Removed CheckPageFault as it is no longer used. Removed pfn*SyncPage since it is always used directly. Made a few more internal functions static to encourage compiler optimizations.

def71a910acf99c885592fd35b2892d2d20b2320 31136 27-Jul-2010 vboxsync

PGM: cache the last physical handler lookup result in each ring.

1986f56777969a25707ab214f8dd070804be666c 31123 26-Jul-2010 vboxsync

PGM: Moved the PGM stats out of the VM structure. Reduces the size of the PGMCPU structure quite a bit.

a3019da27e24031fff359d48ddd5aa598ce9480e 31119 26-Jul-2010 vboxsync

docs

93cd29d200c115b23fb13ab3b2e57c92aa628a80 31102 26-Jul-2010 vboxsync

PGM: #PF stats. Drop the old ones in favor of StatRZTrap0eTime2*. Added a few new stats to that group.

acdffbabea85512922d7130ec8ff671772f926cc 31101 26-Jul-2010 vboxsync

PGM: Moved the code dealing with access handlers out of the #PF function.

bf2c812cbf1a839868d71cb9619694b8aab2db0b 31093 26-Jul-2010 vboxsync

PGM: More #PF cleanup, eliminating a few PGMGstGetPage() calls that are unnecessary now.

a331c988bd55b3fb0b20b204f2bdc24a7cf16354 31092 26-Jul-2010 vboxsync

PGM: Some #PF cleanup, no code change just rearranging and unindenting it a bit.

93b426c62359d7b684b743e9ae959f137ae1b79c 31090 26-Jul-2010 vboxsync

PGMAllBth.h: Cleaned out the old code.

8d13f414cc4b457062c0b7b68e4ac7363684b96a 31089 26-Jul-2010 vboxsync

PGMAllBth.h: Enabled the GstWalk code again as it doesn't seem to make any difference on the tests after all.

13ac1dfa191ffa78eecf75d963827ff44025b78b 31086 25-Jul-2010 vboxsync

PGM: Disabled the GstWalk #PF code.

5fe5272ab0baa8499b05e0534c37f85a80d8cd99 31082 24-Jul-2010 vboxsync

build fix?

a37a9e3ee7a31e899256cb5d94c67159fab22cdc 31081 24-Jul-2010 vboxsync

PGM: Use GstWalk in the #PF, part 1.

f163417381bbf0521a5cd6ab6f25a4417b5ecfcd 31069 23-Jul-2010 vboxsync

PGM: Prep for shadowing EFER.NXE and CR4.PSE to avoid function calls.

05368cb8dfc9dd3170546ffda37f0072fc31fb38 31067 23-Jul-2010 vboxsync

PGM: A couple of simplifications and optimizations. -assertions

1718098fb08fdb7dafd85de1aaf51debc9e72828 31066 23-Jul-2010 vboxsync

PGM: A couple of simplifications and optimizations.

d0052e6f3561b4204cf99b2fdb2df8a1c06ae5f7 30895 17-Jul-2010 vboxsync

build fixes.

2e0f39c144cbad4d4e8d18695334a29653240e26 30891 17-Jul-2010 vboxsync

PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.

7c9a5eca233baf6ede345ace077a00bd0b7af1ef 30889 17-Jul-2010 vboxsync

PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.

34f9eef373e9fe42afc6ed33b484afbaa4fd7b73 30325 21-Jun-2010 vboxsync

Obsolete pgmLock/Unlock

d3adf5695782fe54c34d3436cb453a5620ee86fc 30263 16-Jun-2010 vboxsync

VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes save restore during mode switching code like the windows boot menu. (#5057)

2077277ac48e82c339aba092cdb89f1f2010afbf 29676 20-May-2010 vboxsync

Too noisy

bc0229fce4e9f3a2938f0e8c680c3d92f78351dc 29217 07-May-2010 vboxsync

Shared paging updates

e64031e20c39650a7bc902a3e1aba613b9415dee 28800 27-Apr-2010 vboxsync

Automated rebranding to Oracle copyright/license strings via filemuncher

/vbox/Config.kmk /vbox/Makefile.kmk /vbox/configure /vbox/configure.vbs /vbox/debian/LocalConfig.kmk /vbox/debian/VBox.sh /vbox/doc/VBox-CodingGuidelines.cpp /vbox/doc/VBox-MakefileGuidelines.cpp /vbox/doc/VBox-doc.c /vbox/include/Makefile.kmk /vbox/include/VBox/DevPCNet.h /vbox/include/VBox/GuestHost/SharedClipboard.h /vbox/include/VBox/GuestHost/clipboard-helper.h /vbox/include/VBox/HGSMI/HGSMI.h /vbox/include/VBox/HGSMI/HGSMIChSetup.h /vbox/include/VBox/HGSMI/HGSMIChannels.h /vbox/include/VBox/HostServices/GuestControlSvc.h /vbox/include/VBox/HostServices/GuestPropertySvc.h /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/HostServices/VBoxCrOpenGLSvc.h /vbox/include/VBox/HostServices/VBoxOGLOp.h /vbox/include/VBox/HostServices/VBoxOpenGLSvc.h /vbox/include/VBox/VBoxGL2D.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuest.inc /vbox/include/VBox/VBoxGuest.mac /vbox/include/VBox/VBoxGuest16.h /vbox/include/VBox/VBoxGuest2.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD-Plugin.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VBoxVideo.h /vbox/include/VBox/VMMDev.h /vbox/include/VBox/VMMDev2.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/VRDPOrders.h /vbox/include/VBox/WinNetConfig.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/bioslogo.h /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/AutoLock.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/SupportErrorInfo.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/VirtualBoxErrorInfo.h /vbox/include/VBox/com/array.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/errorprint.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbgfsel.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dbus-calls.h /vbox/include/VBox/dbus.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/gmm.h /vbox/include/VBox/gvm.h /vbox/include/VBox/gvmm.h /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwacc_vmx.mac /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/intnetinline.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmasynccompletion.h /vbox/include/VBox/pdmasynctask.h /vbox/include/VBox/pdmcommon.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmins.h /vbox/include/VBox/pdmnetifs.h /vbox/include/VBox/pdmnetinline.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/settings.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/sup.mac /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/trpm.mac /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib-win.h /vbox/include/VBox/usblib.h /vbox/include/VBox/uvm.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vscsi.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/base64.h /vbox/include/iprt/buildconfig.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cidr.h /vbox/include/iprt/cpp/autores.h /vbox/include/iprt/cpp/lock.h /vbox/include/iprt/cpp/ministring.h /vbox/include/iprt/cpp/utils.h /vbox/include/iprt/cpp/xml.h /vbox/include/iprt/cpuset.h /vbox/include/iprt/crc.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dbg.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/handle.h /vbox/include/iprt/handletable.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/linux/sysfs.h /vbox/include/iprt/list.h /vbox/include/iprt/localipc.h /vbox/include/iprt/lockvalidator.h /vbox/include/iprt/log.h /vbox/include/iprt/manifest.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memcache.h /vbox/include/iprt/memobj.h /vbox/include/iprt/memory /vbox/include/iprt/mempool.h /vbox/include/iprt/message.h /vbox/include/iprt/mp.h /vbox/include/iprt/net.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/compiler/msc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/once.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/pipe.h /vbox/include/iprt/poll.h /vbox/include/iprt/power.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime-loader.h /vbox/include/iprt/runtime.h /vbox/include/iprt/s3.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/sg.h /vbox/include/iprt/sha.h /vbox/include/iprt/socket.h /vbox/include/iprt/sort.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/strcache.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tar.h /vbox/include/iprt/tcp.h /vbox/include/iprt/test.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/driver.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/enable.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/screen.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/color.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/debug.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/debug.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/driver.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/enable.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/palette.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/pointer.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/screen.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vhwa.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdptext.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.rc /vbox/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D64.def /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoShgsmi.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVbva.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVbva.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVdma.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoVidPn.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.rc /vbox/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8.rc /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8_main.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9.rc /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9_main.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/sw_common.c /vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/switcher.h /vbox/src/VBox/Additions/WINNT/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc /vbox/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredPoller.h /vbox/src/VBox/Additions/WINNT/VBoxCredProv/VBoxCredProv.rc /vbox/src/VBox/Additions/WINNT/VBoxCredProv/guid.cpp /vbox/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/HelperBugCheck.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc /vbox/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxClipboard.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxRestore.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxSeamless.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.rc /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxVRDP.h /vbox/src/VBox/Additions/WINNT/VBoxTray/helpers.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/helpers.h /vbox/src/VBox/Additions/WINNT/VBoxTray/resource.h /vbox/src/VBox/Additions/WINNT/VBoxTray/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxTray/testcase/tstSessionHack.cpp /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk /vbox/src/VBox/Additions/WINNT/include/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h /vbox/src/VBox/Additions/WINNT/include/VBoxHook.h /vbox/src/VBox/Additions/common/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/common/VBoxControl/VBoxControl.rc /vbox/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp /vbox/src/VBox/Additions/common/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.conf /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestIDC-unix.c.h /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/common/VBoxGuest/freebsd/Makefile /vbox/src/VBox/Additions/common/VBoxGuest/linux/Makefile /vbox/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibCredentials.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibEvent.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibLog.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibModule.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibRuntimeXF86.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibStat.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VbglR0CanUsePhysPageList.cpp /vbox/src/VBox/Additions/common/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxService/VBoxService-os2.def /vbox/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxService-win.rc /vbox/src/VBox/Additions/common/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceResource-win.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp /vbox/src/VBox/Additions/common/crOpenGL/Linux_i386_glxapi_exports.py /vbox/src/VBox/Additions/common/crOpenGL/Makefile.kmk /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports.py /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_exports_dri.py /vbox/src/VBox/Additions/common/crOpenGL/SunOS_i386_glxapi_exports.py /vbox/src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc /vbox/src/VBox/Additions/common/crOpenGL/VBoxICDList.h /vbox/src/VBox/Additions/common/crOpenGL/array/arrayspu.rc /vbox/src/VBox/Additions/common/crOpenGL/dri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/dri_drv.h /vbox/src/VBox/Additions/common/crOpenGL/dri_glx.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_drv.c /vbox/src/VBox/Additions/common/crOpenGL/fakedri_drv.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_glfuncsList.h /vbox/src/VBox/Additions/common/crOpenGL/fakedri_glxfuncsList.h /vbox/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c /vbox/src/VBox/Additions/common/crOpenGL/feedback/feedbackspu.rc /vbox/src/VBox/Additions/common/crOpenGL/glx_c_exports.c /vbox/src/VBox/Additions/common/crOpenGL/glx_proto.h /vbox/src/VBox/Additions/common/crOpenGL/icd_drv.c /vbox/src/VBox/Additions/common/crOpenGL/icd_drv.h /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu.rc /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_framebuffer.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c /vbox/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c /vbox/src/VBox/Additions/common/crOpenGL/passthrough/passthroughspu.rc /vbox/src/VBox/Additions/common/pam/Makefile.kmk /vbox/src/VBox/Additions/common/pam/pam_vbox.cpp /vbox/src/VBox/Additions/freebsd/Installer/vboxguest.sh /vbox/src/VBox/Additions/freebsd/Makefile /vbox/src/VBox/Additions/freebsd/Makefile.kmk /vbox/src/VBox/Additions/freebsd/drm/Makefile /vbox/src/VBox/Additions/freebsd/drm/Makefile.kmk /vbox/src/VBox/Additions/freebsd/drm/vboxvideo_drm.c /vbox/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c /vbox/src/VBox/Additions/linux/Makefile /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/linux/drm/Makefile.kmk /vbox/src/VBox/Additions/linux/drm/Makefile.module /vbox/src/VBox/Additions/linux/drm/files_vboxvideo_drm /vbox/src/VBox/Additions/linux/drm/vboxvideo_drm.c /vbox/src/VBox/Additions/linux/drm/vboxvideo_drm.h /vbox/src/VBox/Additions/linux/export_modules /vbox/src/VBox/Additions/linux/installer/Makefile.include.footer /vbox/src/VBox/Additions/linux/installer/Makefile.include.header /vbox/src/VBox/Additions/linux/installer/vboxadd-service.sh /vbox/src/VBox/Additions/linux/installer/vboxadd-x11.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.kmk /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/files_vboxvfs /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vbsfmount.h /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/os2/Config.kmk /vbox/src/VBox/Additions/os2/Makefile.kmk /vbox/src/VBox/Additions/solaris/DRM/Makefile.kmk /vbox/src/VBox/Additions/solaris/DRM/vboxvideo_drm.c /vbox/src/VBox/Additions/solaris/Installer/VBox.sh /vbox/src/VBox/Additions/solaris/Installer/makepackage.sh /vbox/src/VBox/Additions/solaris/Installer/postinstall.sh /vbox/src/VBox/Additions/solaris/Installer/preremove.sh /vbox/src/VBox/Additions/solaris/Installer/vboxguest.sh /vbox/src/VBox/Additions/solaris/Installer/vboxservice.xml /vbox/src/VBox/Additions/solaris/Makefile.kmk /vbox/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs.h /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_mount.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.h /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vfs.h /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxfs_vnode.h /vbox/src/VBox/Additions/x11/Installer/x11config-new.pl /vbox/src/VBox/Additions/x11/Installer/x11config.pl /vbox/src/VBox/Additions/x11/Installer/x11config15.pl /vbox/src/VBox/Additions/x11/Installer/x11config15sol.pl /vbox/src/VBox/Additions/x11/Installer/x11config15suse.pl /vbox/src/VBox/Additions/x11/Installer/x11restore.pl /vbox/src/VBox/Additions/x11/Makefile.kmk /vbox/src/VBox/Additions/x11/VBoxClient/Makefile.kmk /vbox/src/VBox/Additions/x11/VBoxClient/VBoxClient.h /vbox/src/VBox/Additions/x11/VBoxClient/clipboard.cpp /vbox/src/VBox/Additions/x11/VBoxClient/clipboard.h /vbox/src/VBox/Additions/x11/VBoxClient/display.cpp /vbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp /vbox/src/VBox/Additions/x11/VBoxClient/main.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-glue.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-guest.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-host.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-host.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless-x11.h /vbox/src/VBox/Additions/x11/VBoxClient/seamless.cpp /vbox/src/VBox/Additions/x11/VBoxClient/seamless.h /vbox/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11-auto.cpp /vbox/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp /vbox/src/VBox/Additions/x11/VBoxClient/thread.cpp /vbox/src/VBox/Additions/x11/VBoxClient/thread.h /vbox/src/VBox/Additions/x11/vboxmouse/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxmouse/VBoxUtils.c /vbox/src/VBox/Additions/x11/vboxmouse/VBoxUtils.h /vbox/src/VBox/Additions/x11/vboxmouse/VBoxUtils_68.c /vbox/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c /vbox/src/VBox/Additions/x11/vboxmouse/xorg14/mouse.c /vbox/src/VBox/Additions/x11/vboxmouse/xorg70/mouse.c /vbox/src/VBox/Additions/x11/vboxmouse/xorg71/mouse.c /vbox/src/VBox/Additions/x11/vboxvideo/Makefile.kmk /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils_68.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo.h /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_13.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_68.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_68.h /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_70.c /vbox/src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c /vbox/src/VBox/Additions/x11/x11stubs/Makefile.kmk /vbox/src/VBox/Additions/x11/x11stubs/libXcomposite-1.0.0/libXcomposite.c /vbox/src/VBox/Additions/x11/x11stubs/libXdamage-1.1.0/libXdamage.c /vbox/src/VBox/Additions/x11/x11stubs/libXext-6.4.0/libXext.c /vbox/src/VBox/Additions/x11/x11stubs/libXfixes-3.1.0/libXfixes.c /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/alsa_stubs.c /vbox/src/VBox/Devices/Audio/alsa_stubs.h /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/coreaudio.c /vbox/src/VBox/Devices/Audio/pulse_stubs.c /vbox/src/VBox/Devices/Audio/pulse_stubs.h /vbox/src/VBox/Devices/Audio/pulseaudio.c /vbox/src/VBox/Devices/Audio/solaudio.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/EFI/DevEFI.cpp /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxDebugLib.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxMemLayout.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/VBoxPkg.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxDebugLib.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintChar.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintGuid.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHex.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxDebugLib/VBoxPrintHexDump.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Library/VBoxOemHookStatusCodeLib/VBoxOemHookStatusCodeLib.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsole.h /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxConsoleDxe/VBoxConsoleDxe.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxMisc/Makefile /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxOSELogo/VBoxOSELogo.inf /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.c /vbox/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaMiniPortDxe/VBoxVgaMiniPortDxe.inf /vbox/src/VBox/Devices/EFI/Thunk/EfiThunk.asm /vbox/src/VBox/Devices/EFI/Thunk/Makefile.kmk /vbox/src/VBox/Devices/Graphics/BIOS/Makefile.kmk /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGASavedState.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h /vbox/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.cpp /vbox/src/VBox/Devices/Graphics/HGSMI/SHGSMIHost.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Input/UsbKbd.cpp /vbox/src/VBox/Devices/Input/UsbMouse.cpp /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/Network/DevE1000.cpp /vbox/src/VBox/Devices/Network/DevE1000Phy.cpp /vbox/src/VBox/Devices/Network/DevE1000Phy.h /vbox/src/VBox/Devices/Network/DevEEPROM.cpp /vbox/src/VBox/Devices/Network/DevEEPROM.h /vbox/src/VBox/Devices/Network/DevINIP.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DevVirtioNet.cpp /vbox/src/VBox/Devices/Network/DrvDedicatedNic.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvVDE.cpp /vbox/src/VBox/Devices/Network/Pcap.cpp /vbox/src/VBox/Devices/Network/Pcap.h /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/VDEPlug.cpp /vbox/src/VBox/Devices/Network/VDEPlug.h /vbox/src/VBox/Devices/Network/VDEPlugSymDefs.h /vbox/src/VBox/Devices/Network/lwip/vbox/sys_arch.c /vbox/src/VBox/Devices/Network/scripts/VBoxConvertNATStats.sh /vbox/src/VBox/Devices/Network/scripts/VBoxPortForwarding.py /vbox/src/VBox/Devices/Network/slirp/bootp.c /vbox/src/VBox/Devices/Network/slirp/bootp.h /vbox/src/VBox/Devices/Network/slirp/cksum.c /vbox/src/VBox/Devices/Network/slirp/counters.h /vbox/src/VBox/Devices/Network/slirp/ctl.h /vbox/src/VBox/Devices/Network/slirp/debug.c /vbox/src/VBox/Devices/Network/slirp/debug.h /vbox/src/VBox/Devices/Network/slirp/ext.h /vbox/src/VBox/Devices/Network/slirp/icmp_var.h /vbox/src/VBox/Devices/Network/slirp/if.c /vbox/src/VBox/Devices/Network/slirp/if.h /vbox/src/VBox/Devices/Network/slirp/ip.h /vbox/src/VBox/Devices/Network/slirp/ip_icmp.c /vbox/src/VBox/Devices/Network/slirp/ip_icmp.h /vbox/src/VBox/Devices/Network/slirp/ip_input.c /vbox/src/VBox/Devices/Network/slirp/ip_output.c /vbox/src/VBox/Devices/Network/slirp/libalias/alias_dns.c /vbox/src/VBox/Devices/Network/slirp/libslirp.h /vbox/src/VBox/Devices/Network/slirp/main.h /vbox/src/VBox/Devices/Network/slirp/mbuf.c /vbox/src/VBox/Devices/Network/slirp/mbuf.h /vbox/src/VBox/Devices/Network/slirp/misc.c /vbox/src/VBox/Devices/Network/slirp/misc.h /vbox/src/VBox/Devices/Network/slirp/queue.h /vbox/src/VBox/Devices/Network/slirp/sbuf.c /vbox/src/VBox/Devices/Network/slirp/sbuf.h /vbox/src/VBox/Devices/Network/slirp/slirp.c /vbox/src/VBox/Devices/Network/slirp/slirp.h /vbox/src/VBox/Devices/Network/slirp/slirp_config.h /vbox/src/VBox/Devices/Network/slirp/slirp_state.h /vbox/src/VBox/Devices/Network/slirp/socket.c /vbox/src/VBox/Devices/Network/slirp/socket.h /vbox/src/VBox/Devices/Network/slirp/tcp.h /vbox/src/VBox/Devices/Network/slirp/tcp_input.c /vbox/src/VBox/Devices/Network/slirp/tcp_output.c /vbox/src/VBox/Devices/Network/slirp/tcp_subr.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.h /vbox/src/VBox/Devices/Network/slirp/tcp_var.h /vbox/src/VBox/Devices/Network/slirp/tcpip.h /vbox/src/VBox/Devices/Network/slirp/tftp.c /vbox/src/VBox/Devices/Network/slirp/tftp.h /vbox/src/VBox/Devices/Network/slirp/udp.c /vbox/src/VBox/Devices/Network/slirp/udp.h /vbox/src/VBox/Devices/Network/solaris/vbox-libdlpi.cpp /vbox/src/VBox/Devices/Network/solaris/vbox-libdlpi.h /vbox/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh /vbox/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh /vbox/src/VBox/Devices/Network/testcase/tstIntNet-1.cpp /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile.kmk /vbox/src/VBox/Devices/PC/BIOS/logo.c /vbox/src/VBox/Devices/PC/BIOS/scsi.c /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevFwCommon.cpp /vbox/src/VBox/Devices/PC/DevFwCommon.h /vbox/src/VBox/Devices/PC/DevHPET.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/DrvAcpiCpu.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/PC/vbox-cpuhotplug.dsl /vbox/src/VBox/Devices/PC/vbox-standard.dsl /vbox/src/VBox/Devices/PC/vbox.dsl /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Parallel/DrvHostParallel.cpp /vbox/src/VBox/Devices/Samples/Makefile.kmk /vbox/src/VBox/Devices/Samples/VBoxSampleDevice.cpp /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Serial/DrvRawFile.cpp /vbox/src/VBox/Devices/Storage/ATAController.cpp /vbox/src/VBox/Devices/Storage/ATAController.h /vbox/src/VBox/Devices/Storage/Debug.cpp /vbox/src/VBox/Devices/Storage/DevAHCI.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DevBusLogic.cpp /vbox/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp /vbox/src/VBox/Devices/Storage/DevLsiLogicSCSI.h /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvDiskIntegrity.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvSCSI.cpp /vbox/src/VBox/Devices/Storage/DrvSCSIHost.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/ISCSIHDDCore.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/ParallelsHDDCore.cpp /vbox/src/VBox/Devices/Storage/RawHDDCore.cpp /vbox/src/VBox/Devices/Storage/UsbMsd.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/Makefile.kmk /vbox/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp /vbox/src/VBox/Devices/Storage/VBoxSCSI.cpp /vbox/src/VBox/Devices/Storage/VBoxSCSI.h /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VHDHDDCore.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIDevice.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIInline.h /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h /vbox/src/VBox/Devices/Storage/VSCSI/VSCSIIoReq.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILunSbc.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSISense.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile.kmk /vbox/src/VBox/Devices/Storage/testcase/tstVD-2.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVD.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDCopy.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDSnap.cpp /vbox/src/VBox/Devices/Storage/testcase/vditool.cpp /vbox/src/VBox/Devices/USB/DevOHCI.cpp /vbox/src/VBox/Devices/USB/DrvVUSBRootHub.cpp /vbox/src/VBox/Devices/USB/VUSBDevice.cpp /vbox/src/VBox/Devices/USB/VUSBInternal.h /vbox/src/VBox/Devices/USB/VUSBReadAhead.cpp /vbox/src/VBox/Devices/USB/VUSBUrb.cpp /vbox/src/VBox/Devices/VBoxDDUDeps.cpp /vbox/src/VBox/Devices/VMMDev/VMMDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/VirtIO/Virtio.cpp /vbox/src/VBox/Devices/VirtIO/Virtio.h /vbox/src/VBox/Devices/testcase/Makefile.kmk /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmFormatBytes.cpp /vbox/src/VBox/Disassembler/DisasmFormatYasm.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmReg.cpp /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTablesX64.cpp /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestA.asm /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Disassembler/testcase/Makefile.kmk /vbox/src/VBox/Disassembler/testcase/tstAsm.mac /vbox/src/VBox/Disassembler/testcase/tstAsmLock-1.asm /vbox/src/VBox/Disassembler/testcase/tstAsmLock-2.asm /vbox/src/VBox/Disassembler/testcase/tstAsmLock-3.asm /vbox/src/VBox/Disassembler/testcase/tstAsmRegs-1.asm /vbox/src/VBox/Disassembler/testcase/tstDisasm-2.cpp /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/AutoCaller.h /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFEHardened.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDev.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile.kmk /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp /vbox/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.h /vbox/src/VBox/Frontends/VBoxHeadless/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadlessHardened.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMetrics.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLHardened.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VBoxShell/Makefile.kmk /vbox/src/VBox/Frontends/VBoxShell/vboxinfo.vbs /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk /vbox/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxUpdateDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxUpdateDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxUpdateDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.ui /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListView.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.ui /vbox/src/VBox/Frontends/VirtualBox/src/X11/Makefile /vbox/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.cpp /vbox/src/VBox/Frontends/VirtualBox/src/X11/VBoxX11Helper.h /vbox/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox/src/X11/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/AbstractDockIconPreview.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/AbstractDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/CarbonDockIconPreview.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/CarbonDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/CocoaDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/UIAbstractDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/UICocoaDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.m /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaHelper.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaSpecialControls.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxIChatTheaterWrapper.m /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin-carbon.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.h /vbox/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedSlider.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonPress.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowButtonSwitch.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIArrowSplitter.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIDialogButtonBox.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIFileDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIHttp.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabel.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILabelSeparator.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QILineEdit.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMainDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIRichToolButton.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIToolButton.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeView.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QITreeWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIWizard.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/src/hardenedmain.cpp /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIActionsPool.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferDirectDraw.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQGL.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQuartz2D.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferSDL.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachine.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineDefs.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineMenuBar.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineWindow.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMultiScreenLayout.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineViewFullscreen.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineWindowFullscreen.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialog.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsDialogSpecific.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsPage.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsInput.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsLanguage.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetworkDetails.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsUpdate.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsAudio.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsGeneral.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsNetwork.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsParallel.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSF.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSFDetails.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSerial.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsSystem.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSB.ui /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsUSBFilterDetails.ui /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloader.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderAdditions.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIDownloaderUserManual.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.ui /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxBootTable.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxExportApplianceWgt.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxGuestRAMSlider.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxImportApplianceWgt.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxLineTextEdit.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxMiniToolBar.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorButton.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxOSTypeSelectorWidget.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxProgressDialog.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxSpecialControls.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxWarningPane.h /vbox/src/VBox/Frontends/VirtualBox/src/win/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzdPage1.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzdPage2.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzdPage3.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzdPage4.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzdPage1.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzdPage2.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIFirstRunWzdPage3.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzdPage1.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIImportApplianceWzdPage2.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzdPage1.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzdPage2.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzdPage3.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzdPage4.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage1.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage2.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage3.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage4.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzdPage5.ui /vbox/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzd.h /vbox/src/VBox/Frontends/VirtualBox/src/wizards/registration/UIRegistrationWzdPage1.ui /vbox/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp /vbox/src/VBox/GuestHost/HGSMI/Makefile.kmk /vbox/src/VBox/GuestHost/Makefile.kmk /vbox/src/VBox/GuestHost/OpenGL/Makefile.kmk /vbox/src/VBox/GuestHost/OpenGL/error/errorspu.rc /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_framebuffer.h /vbox/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h /vbox/src/VBox/GuestHost/OpenGL/packer/pack_framebuffer.c /vbox/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c /vbox/src/VBox/GuestHost/OpenGL/packer/pack_visibleregion.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_framebuffer.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c /vbox/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c /vbox/src/VBox/GuestHost/OpenGL/util/util.rc /vbox/src/VBox/GuestHost/OpenGL/util/vboxhgcm.c /vbox/src/VBox/GuestHost/SharedClipboard/Makefile.kmk /vbox/src/VBox/GuestHost/SharedClipboard/clipboard-helper.cpp /vbox/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDrv.c /vbox/src/VBox/HostDrivers/Support/SUPDrvIDC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/SUPDrvSem.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPLibSem.cpp /vbox/src/VBox/HostDrivers/Support/SUPR0.def /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClient.c /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientComponent.c /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvc.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcGlobal.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp /vbox/src/VBox/HostDrivers/Support/SUPSvcInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPR0IdcClient-darwin.c /vbox/src/VBox/HostDrivers/Support/darwin/load.sh /vbox/src/VBox/HostDrivers/Support/freebsd/Makefile /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPR0IdcClient-freebsd.c /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/linux/SUPR0IdcClient-linux.c /vbox/src/VBox/HostDrivers/Support/linux/files_vboxdrv /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPR0IdcClient-os2.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPR0IdcClient-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/mod.sh /vbox/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf /vbox/src/VBox/HostDrivers/Support/testcase/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPLoggerCtl.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupLoadModule.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem-Zombie.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstSupSem.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPR0IdcClient-win.c /vbox/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.inf /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.rc /vbox/src/VBox/HostDrivers/VBoxNetAdp/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h /vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh /vbox/src/VBox/HostDrivers/VBoxNetAdp/freebsd/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp /vbox/src/VBox/HostDrivers/VBoxNetAdp/solaris/VBoxNetAdp-solaris.c /vbox/src/VBox/HostDrivers/VBoxNetAdp/solaris/vboxnet.conf /vbox/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh /vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetAdp.inf /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt.inf /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt_m.inf /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc /vbox/src/VBox/HostDrivers/darwin/Makefile.kmk /vbox/src/VBox/HostDrivers/darwin/loadall.sh /vbox/src/VBox/HostDrivers/freebsd/Makefile /vbox/src/VBox/HostDrivers/freebsd/export_modules /vbox/src/VBox/HostDrivers/linux/Makefile /vbox/src/VBox/HostDrivers/linux/build_in_tmp /vbox/src/VBox/HostDrivers/linux/export_modules /vbox/src/VBox/HostServices/GuestControl/Makefile.kmk /vbox/src/VBox/HostServices/GuestControl/gctrl.cpp /vbox/src/VBox/HostServices/GuestControl/gctrl.h /vbox/src/VBox/HostServices/GuestControl/service.cpp /vbox/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk /vbox/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp /vbox/src/VBox/HostServices/GuestProperties/Makefile.kmk /vbox/src/VBox/HostServices/GuestProperties/service.cpp /vbox/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk /vbox/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp /vbox/src/VBox/HostServices/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard-win.cpp /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h /vbox/src/VBox/HostServices/SharedClipboard/darwin.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-clipboard.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-stub.cpp /vbox/src/VBox/HostServices/SharedFolders/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/shfl.h /vbox/src/VBox/HostServices/SharedFolders/shflhandle.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.h /vbox/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.h /vbox/src/VBox/HostServices/SharedOpenGL/Makefile.kmk /vbox/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_framebuffer.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c /vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.h /vbox/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_framebuffer.c /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c /vbox/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_visibleregion.c /vbox/src/VBox/HostServices/testcase/Makefile.kmk /vbox/src/VBox/HostServices/testcase/tstHGCMSvc.cpp /vbox/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk /vbox/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp /vbox/src/VBox/Installer/Makefile.kmk /vbox/src/VBox/Installer/common/Makefile.kmk /vbox/src/VBox/Installer/common/vboxapisetup.py /vbox/src/VBox/Installer/freebsd/Makefile.kmk /vbox/src/VBox/Installer/freebsd/postdeinstall.sh /vbox/src/VBox/Installer/freebsd/postinstall.sh /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/VBox.sh /vbox/src/VBox/Installer/linux/VBoxSysInfo.sh /vbox/src/VBox/Installer/linux/vboxdrv.sh.in /vbox/src/VBox/Installer/solaris/Makefile.kmk /vbox/src/VBox/Installer/solaris/VBox.sh /vbox/src/VBox/Installer/solaris/VBoxISAExec.c /vbox/src/VBox/Installer/solaris/VBoxZoneAccess.c /vbox/src/VBox/Installer/solaris/checkinstall.sh /vbox/src/VBox/Installer/solaris/makepackage.sh /vbox/src/VBox/Installer/solaris/pkginstall.sh /vbox/src/VBox/Installer/solaris/postinstall.sh /vbox/src/VBox/Installer/solaris/preremove.sh /vbox/src/VBox/Installer/solaris/smf-vboxwebsrv.sh /vbox/src/VBox/Installer/solaris/vbi/makepackage.sh /vbox/src/VBox/Installer/solaris/vbi/preremove.sh /vbox/src/VBox/Installer/solaris/vboxconfig.sh /vbox/src/VBox/Installer/solaris/virtualbox-webservice.xml /vbox/src/VBox/Installer/solaris/virtualbox-zoneaccess.xml /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleImplTeleporter.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DHCPServerImpl.cpp /vbox/src/VBox/Main/DHCPServerRunner.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/DisplayResampleImage.cpp /vbox/src/VBox/Main/Global.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/HostPower.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MediumAttachmentImpl.cpp /vbox/src/VBox/Main/MediumFormatImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/MediumLock.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NATEngineImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/StorageControllerImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VFSExplorerImpl.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxCallbackImpl.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/cbinding/Makefile.kmk /vbox/src/VBox/Main/cbinding/VBoxXPCOMC.cpp /vbox/src/VBox/Main/cbinding/makefile.tstXPCOMCGlue /vbox/src/VBox/Main/cbinding/tstXPCOMCCall.c /vbox/src/VBox/Main/cbinding/tstXPCOMCGlue.c /vbox/src/VBox/Main/cbinding/xpcidl.xsl /vbox/src/VBox/Main/darwin/HostPowerDarwin.cpp /vbox/src/VBox/Main/darwin/NetIf-darwin.cpp /vbox/src/VBox/Main/darwin/OpenGLTestDarwin.cpp /vbox/src/VBox/Main/darwin/PerformanceDarwin.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp /vbox/src/VBox/Main/freebsd/NetIf-freebsd.cpp /vbox/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp /vbox/src/VBox/Main/generic/NetIf-generic.cpp /vbox/src/VBox/Main/generic/OpenGLTest.cpp /vbox/src/VBox/Main/generic/OpenGLTestApp.cpp /vbox/src/VBox/Main/glue/AutoLock.cpp /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/SupportErrorInfo.cpp /vbox/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/constants-python.xsl /vbox/src/VBox/Main/glue/errorprint.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/glue/vboxapi.py /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/docstrip.xsl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/ApplianceImpl.h /vbox/src/VBox/Main/include/ApplianceImplPrivate.h /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoCaller.h /vbox/src/VBox/Main/include/AutoStateDep.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DHCPServerImpl.h /vbox/src/VBox/Main/include/DHCPServerRunner.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/Global.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HostHardwareLinux.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/HostPower.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MediumAttachmentImpl.h /vbox/src/VBox/Main/include/MediumFormatImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/MediumLock.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NATEngineImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/Performance.h /vbox/src/VBox/Main/include/PerformanceImpl.h /vbox/src/VBox/Main/include/ProgressCombinedImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/StorageControllerImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/VFSExplorerImpl.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxCallbackImpl.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/include/netif.h /vbox/src/VBox/Main/include/objectslist.h /vbox/src/VBox/Main/include/ovfreader.h /vbox/src/VBox/Main/include/vbox-libhal.h /vbox/src/VBox/Main/linux/HostHardwareLinux.cpp /vbox/src/VBox/Main/linux/NetIf-linux.cpp /vbox/src/VBox/Main/linux/PerformanceLinux.cpp /vbox/src/VBox/Main/linux/vbox-libhal.cpp /vbox/src/VBox/Main/os2/NetIf-os2.cpp /vbox/src/VBox/Main/os2/PerformanceOs2.cpp /vbox/src/VBox/Main/solaris/DynLoadLibSolaris.cpp /vbox/src/VBox/Main/solaris/DynLoadLibSolaris.h /vbox/src/VBox/Main/solaris/NetIf-solaris.cpp /vbox/src/VBox/Main/solaris/PerformanceSolaris.cpp /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstCollector.cpp /vbox/src/VBox/Main/testcase/tstHostHardwareLinux.cpp /vbox/src/VBox/Main/testcase/tstUSBLinux.h /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/webservice/Makefile.kmk /vbox/src/VBox/Main/webservice/filesplitter.cpp /vbox/src/VBox/Main/webservice/glue-jaxws.xsl /vbox/src/VBox/Main/webservice/platform-xidl.xsl /vbox/src/VBox/Main/webservice/samples/java/jax-ws/Makefile /vbox/src/VBox/Main/webservice/samples/java/jax-ws/Makefile.glue /vbox/src/VBox/Main/webservice/samples/python/Makefile /vbox/src/VBox/Main/webservice/samples/python/Makefile.glue /vbox/src/VBox/Main/webservice/split-soapC.cpp /vbox/src/VBox/Main/webservice/vboxweb.cpp /vbox/src/VBox/Main/webservice/vboxweb.h /vbox/src/VBox/Main/webservice/websrv-cpp.xsl /vbox/src/VBox/Main/webservice/websrv-gsoapH.xsl /vbox/src/VBox/Main/webservice/websrv-nsmap.xsl /vbox/src/VBox/Main/webservice/websrv-php.xsl /vbox/src/VBox/Main/webservice/websrv-python.xsl /vbox/src/VBox/Main/webservice/websrv-shared.inc.xsl /vbox/src/VBox/Main/webservice/websrv-typemap.xsl /vbox/src/VBox/Main/webservice/websrv-wsdl-service.xsl /vbox/src/VBox/Main/webservice/websrv-wsdl.xsl /vbox/src/VBox/Main/webservice/websrv-wsdl2gsoapH.xsl /vbox/src/VBox/Main/webservice/webtest.cpp /vbox/src/VBox/Main/win/HostPowerWin.cpp /vbox/src/VBox/Main/win/NetIf-win.cpp /vbox/src/VBox/Main/win/PerformanceWin.cpp /vbox/src/VBox/Main/win/VBoxC.def /vbox/src/VBox/Main/win/VBoxC.rc /vbox/src/VBox/Main/win/VBoxSVC.rc /vbox/src/VBox/Main/win/VirtualBox_rgs.xsl /vbox/src/VBox/Main/win/comregister.cmd /vbox/src/VBox/Main/win/dllmain.cpp /vbox/src/VBox/Main/win/resource.h /vbox/src/VBox/Main/win/svchlp.cpp /vbox/src/VBox/Main/win/svchlp.h /vbox/src/VBox/Main/win/svcmain.cpp /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/ovfreader.cpp /vbox/src/VBox/Main/xpcom/helpers.cpp /vbox/src/VBox/Main/xpcom/module.cpp /vbox/src/VBox/Main/xpcom/server.cpp /vbox/src/VBox/Main/xpcom/server.h /vbox/src/VBox/Main/xpcom/server_module.cpp /vbox/src/VBox/Makefile.kmk /vbox/src/VBox/NetworkServices/DHCP/Makefile.kmk /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCPHardened.cpp /vbox/src/VBox/NetworkServices/Makefile.kmk /vbox/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp /vbox/src/VBox/NetworkServices/NAT/VBoxNetNATHardened.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetARP.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h /vbox/src/VBox/NetworkServices/NetLib/VBoxNetIntIf.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetLib.h /vbox/src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp /vbox/src/VBox/RDP/client/Makefile.kmk /vbox/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c /vbox/src/VBox/RDP/client/vrdp/rdpusb.c /vbox/src/VBox/RDP/client/vrdp/vrdpusb.h /vbox/src/VBox/RDP/client/vrdp/vusb.h /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/dbus.cpp /vbox/src/VBox/Runtime/VBox/errmsgvboxcom.xsl /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapoffset.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/alloc/memcache.cpp /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm /vbox/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm /vbox/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/common/asm/ASMNopPause.asm /vbox/src/VBox/Runtime/common/checksum/RTSha1Digest.cpp /vbox/src/VBox/Runtime/common/checksum/adler32.cpp /vbox/src/VBox/Runtime/common/checksum/crc32-zlib.cpp /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/checksum/ipv4.cpp /vbox/src/VBox/Runtime/common/checksum/ipv6.cpp /vbox/src/VBox/Runtime/common/checksum/manifest.cpp /vbox/src/VBox/Runtime/common/checksum/md5.cpp /vbox/src/VBox/Runtime/common/checksum/md5str.cpp /vbox/src/VBox/Runtime/common/checksum/sha1.cpp /vbox/src/VBox/Runtime/common/checksum/sha1str.cpp /vbox/src/VBox/Runtime/common/checksum/sha256.cpp /vbox/src/VBox/Runtime/common/checksum/sha256str.cpp /vbox/src/VBox/Runtime/common/checksum/sha512.cpp /vbox/src/VBox/Runtime/common/checksum/sha512str.cpp /vbox/src/VBox/Runtime/common/dbg/dbg.cpp /vbox/src/VBox/Runtime/common/dbg/dbgas.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmod.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp /vbox/src/VBox/Runtime/common/dbg/dbgmodnm.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/err/errmsg.sed /vbox/src/VBox/Runtime/common/err/errmsgcom.sed /vbox/src/VBox/Runtime/common/err/errmsgxpcom.cpp /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logellipsis.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/log/logrel.cpp /vbox/src/VBox/Runtime/common/log/logrelellipsis.cpp /vbox/src/VBox/Runtime/common/math/ceill.asm /vbox/src/VBox/Runtime/common/math/cosl.asm /vbox/src/VBox/Runtime/common/math/fabs.asm /vbox/src/VBox/Runtime/common/math/fabsf.asm /vbox/src/VBox/Runtime/common/math/fabsl.asm /vbox/src/VBox/Runtime/common/math/floor.asm /vbox/src/VBox/Runtime/common/math/floorf.asm /vbox/src/VBox/Runtime/common/math/floorl.asm /vbox/src/VBox/Runtime/common/math/ldexpl.asm /vbox/src/VBox/Runtime/common/math/llrint.asm /vbox/src/VBox/Runtime/common/math/llrintf.asm /vbox/src/VBox/Runtime/common/math/llrintl.asm /vbox/src/VBox/Runtime/common/math/logl.asm /vbox/src/VBox/Runtime/common/math/lrint.asm /vbox/src/VBox/Runtime/common/math/lrintf.asm /vbox/src/VBox/Runtime/common/math/lrintl.asm /vbox/src/VBox/Runtime/common/math/remainder.asm /vbox/src/VBox/Runtime/common/math/remainderf.asm /vbox/src/VBox/Runtime/common/math/remainderl.asm /vbox/src/VBox/Runtime/common/math/sinl.asm /vbox/src/VBox/Runtime/common/math/tanl.asm /vbox/src/VBox/Runtime/common/math/trunc.asm /vbox/src/VBox/Runtime/common/math/truncf.asm /vbox/src/VBox/Runtime/common/math/truncl.asm /vbox/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2AddWeakV.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp /vbox/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp /vbox/src/VBox/Runtime/common/misc/RTFileOpenF.cpp /vbox/src/VBox/Runtime/common/misc/RTFileOpenV.cpp /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/buildconfig.cpp /vbox/src/VBox/Runtime/common/misc/cidr.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/getoptargv.cpp /vbox/src/VBox/Runtime/common/misc/handle.cpp /vbox/src/VBox/Runtime/common/misc/handletable.cpp /vbox/src/VBox/Runtime/common/misc/handletable.h /vbox/src/VBox/Runtime/common/misc/handletablectx.cpp /vbox/src/VBox/Runtime/common/misc/handletablesimple.cpp /vbox/src/VBox/Runtime/common/misc/lockvalidator.cpp /vbox/src/VBox/Runtime/common/misc/message.cpp /vbox/src/VBox/Runtime/common/misc/once.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/s3.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/setjmp.asm /vbox/src/VBox/Runtime/common/misc/sg.cpp /vbox/src/VBox/Runtime/common/misc/tar.cpp /vbox/src/VBox/Runtime/common/misc/term.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsEx.cpp /vbox/src/VBox/Runtime/common/path/RTPathAbsExDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathAppend.cpp /vbox/src/VBox/Runtime/common/path/RTPathChangeToDosSlashes.cpp /vbox/src/VBox/Runtime/common/path/RTPathChangeToUnixSlashes.cpp /vbox/src/VBox/Runtime/common/path/RTPathCopyComponents.cpp /vbox/src/VBox/Runtime/common/path/RTPathCountComponents.cpp /vbox/src/VBox/Runtime/common/path/RTPathExt.cpp /vbox/src/VBox/Runtime/common/path/RTPathFilename.cpp /vbox/src/VBox/Runtime/common/path/RTPathHaveExt.cpp /vbox/src/VBox/Runtime/common/path/RTPathHavePath.cpp /vbox/src/VBox/Runtime/common/path/RTPathJoin.cpp /vbox/src/VBox/Runtime/common/path/RTPathParse.cpp /vbox/src/VBox/Runtime/common/path/RTPathRealDup.cpp /vbox/src/VBox/Runtime/common/path/RTPathStripExt.cpp /vbox/src/VBox/Runtime/common/path/RTPathStripFilename.cpp /vbox/src/VBox/Runtime/common/path/RTPathStripTrailingSlash.cpp /vbox/src/VBox/Runtime/common/path/RTPathTraverseList.cpp /vbox/src/VBox/Runtime/common/path/comparepaths.cpp /vbox/src/VBox/Runtime/common/path/rtPathRootSpecLen.cpp /vbox/src/VBox/Runtime/common/path/rtPathVolumeSpecLen.cpp /vbox/src/VBox/Runtime/common/rand/rand.cpp /vbox/src/VBox/Runtime/common/rand/randadv.cpp /vbox/src/VBox/Runtime/common/rand/randparkmiller.cpp /vbox/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp /vbox/src/VBox/Runtime/common/sort/RTSortIsSorted.cpp /vbox/src/VBox/Runtime/common/sort/shellsort.cpp /vbox/src/VBox/Runtime/common/string/RTStrCmp.cpp /vbox/src/VBox/Runtime/common/string/RTStrConvertHexBytes.cpp /vbox/src/VBox/Runtime/common/string/RTStrCopy.cpp /vbox/src/VBox/Runtime/common/string/RTStrCopyEx.cpp /vbox/src/VBox/Runtime/common/string/RTStrNCmp.cpp /vbox/src/VBox/Runtime/common/string/RTStrNLen.cpp /vbox/src/VBox/Runtime/common/string/RTStrNLenEx.cpp /vbox/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp /vbox/src/VBox/Runtime/common/string/RTStrStr.cpp /vbox/src/VBox/Runtime/common/string/base64.cpp /vbox/src/VBox/Runtime/common/string/memchr.asm /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.asm /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.asm /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/memmove.asm /vbox/src/VBox/Runtime/common/string/memmove_alias.c /vbox/src/VBox/Runtime/common/string/mempcpy.asm /vbox/src/VBox/Runtime/common/string/memset.asm /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/ministring.cpp /vbox/src/VBox/Runtime/common/string/simplepattern.cpp /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strcache.cpp /vbox/src/VBox/Runtime/common/string/strchr.asm /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp.asm /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.asm /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strcpy_alias.c /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/stringalloc.cpp /vbox/src/VBox/Runtime/common/string/strlen.asm /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strlen_alias.c /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/strversion.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8-case.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlou32.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrfoff.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlruintptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avluintptr.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/common/time/timesysalias.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwin.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertShouldPanic-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirCreateTemp-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirExists-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTEnvDupEx-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileExists-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllByHandle-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllEx-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileReadAllFree-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCurFrequency-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetDescription-generic-stub.cpp /vbox/src/VBox/Runtime/generic/RTMpGetDescription-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxFrequency-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuPossible-generic.cpp /vbox/src/VBox/Runtime/generic/RTProcDaemonize-generic.cpp /vbox/src/VBox/Runtime/generic/RTProcIsRunningByName-generic.cpp /vbox/src/VBox/Runtime/generic/RTRandAdvCreateSystemFaster-generic.cpp /vbox/src/VBox/Runtime/generic/RTRandAdvCreateSystemTruer-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp /vbox/src/VBox/Runtime/generic/RTSemMutexRequestDebug-generic.cpp /vbox/src/VBox/Runtime/generic/RTSystemQueryDmiString-generic.cpp /vbox/src/VBox/Runtime/generic/RTSystemQueryOSInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTThreadGetNativeState-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerLRCreate-generic.cpp /vbox/src/VBox/Runtime/generic/RTUuidCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/mempool-generic.cpp /vbox/src/VBox/Runtime/generic/mppresent-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-lockless-generic.cpp /vbox/src/VBox/Runtime/generic/semxroads-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/strcache-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/timerlr-generic.cpp /vbox/src/VBox/Runtime/generic/tls-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/alignmentchecks.h /vbox/src/VBox/Runtime/include/internal/assert.h /vbox/src/VBox/Runtime/include/internal/dbgmod.h /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fileaio.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/iprt.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/lockvalidator.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/pipe.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/socket.h /vbox/src/VBox/Runtime/include/internal/strict.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/nt/NtProcessStartup-stub.cpp /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/os2/sys0.asm /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semfastmutex-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/threadpreempt-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c /vbox/src/VBox/Runtime/r0drv/generic/RTMpIsCpuWorkPending-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTMpPokeCpu-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptDisable-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsEnabled-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPending-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptIsPendingTrusty-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTThreadPreemptRestore-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/generic/semspinmutex-r0drv-generic.c /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memuserkernel-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/mpnotification-r0drv.c /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memuserkernel-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/memuserkernel-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/power-r0drv.h /vbox/src/VBox/Runtime/r0drv/powernotification-r0drv.c /vbox/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memuserkernel-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/vbi/RTMpPokeCpu-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/mpnotification-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/vbi/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/RTSystemQueryDmiString-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/mp-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/rtProcInitExePath-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/sched-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/freebsd/fileaio-freebsd.cpp /vbox/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp /vbox/src/VBox/Runtime/r3/freebsd/rtProcInitExePath-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/generic/semspinmutex-r3-generic.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/RTProcIsRunningByName-linux.cpp /vbox/src/VBox/Runtime/r3/linux/RTSystemQueryDmiString-linux.cpp /vbox/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp /vbox/src/VBox/Runtime/r3/linux/fileaio-linux.cpp /vbox/src/VBox/Runtime/r3/linux/mp-linux.cpp /vbox/src/VBox/Runtime/r3/linux/rtProcInitExePath-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sysfs.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/os2/mp-os2.cpp /vbox/src/VBox/Runtime/r3/os2/pipe-os2.cpp /vbox/src/VBox/Runtime/r3/os2/poll-os2.cpp /vbox/src/VBox/Runtime/r3/os2/rtProcInitExePath-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTFileQueryFsSizes-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTSystemQueryOSInfo-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeSet-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileaio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/pipe-posix.cpp /vbox/src/VBox/Runtime/r3/posix/poll-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semmutex-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semrw-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/tls-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/socket.cpp /vbox/src/VBox/Runtime/r3/solaris/RTSystemQueryDmiString-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/fileaio-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/mp-solaris.cpp /vbox/src/VBox/Runtime/r3/solaris/rtProcInitExePath-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/test.cpp /vbox/src/VBox/Runtime/r3/testi.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp /vbox/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp /vbox/src/VBox/Runtime/r3/win/RTUuidCreate-win.cpp /vbox/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-openssl.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-win32.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-win64.def /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/dllmain-win.cpp /vbox/src/VBox/Runtime/r3/win/fileaio-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/localipc-win.cpp /vbox/src/VBox/Runtime/r3/win/mp-win.cpp /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/pipe-win.cpp /vbox/src/VBox/Runtime/r3/win/poll-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/rtFileNativeSetAttributes-win.cpp /vbox/src/VBox/Runtime/r3/win/rtProcInitExePath-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/semevent-win.cpp /vbox/src/VBox/Runtime/r3/win/semeventmulti-win.cpp /vbox/src/VBox/Runtime/r3/win/semmutex-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/r3/win/time-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/tls-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/utf8-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/r3/xml.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir-3.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileAio.cpp /vbox/src/VBox/Runtime/testcase/tstFileAppend-1.cpp /vbox/src/VBox/Runtime/testcase/tstFileAppendWin-1.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstFork.cpp /vbox/src/VBox/Runtime/testcase/tstHandleTable.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMemAutoPtr.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstMp-1.cpp /vbox/src/VBox/Runtime/testcase/tstNoCrt-1.cpp /vbox/src/VBox/Runtime/testcase/tstOnce.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemptionDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTAvl.cpp /vbox/src/VBox/Runtime/testcase/tstRTBase64.cpp /vbox/src/VBox/Runtime/testcase/tstRTBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstRTCidr.cpp /vbox/src/VBox/Runtime/testcase/tstRTCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstRTDigest.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTGetOpt.cpp /vbox/src/VBox/Runtime/testcase/tstRTGetOptArgv.cpp /vbox/src/VBox/Runtime/testcase/tstRTHeapOffset.cpp /vbox/src/VBox/Runtime/testcase/tstRTHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstRTList.cpp /vbox/src/VBox/Runtime/testcase/tstRTLockValidator.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemCache.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemEf.cpp /vbox/src/VBox/Runtime/testcase/tstRTMemPool.cpp /vbox/src/VBox/Runtime/testcase/tstRTPath.cpp /vbox/src/VBox/Runtime/testcase/tstRTPipe.cpp /vbox/src/VBox/Runtime/testcase/tstRTPoll.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcIsRunningByName.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernel.h /vbox/src/VBox/Runtime/testcase/tstRTR0MemUserKernelDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutex.h /vbox/src/VBox/Runtime/testcase/tstRTR0SemMutexDriver.cpp /vbox/src/VBox/Runtime/testcase/tstRTS3.cpp /vbox/src/VBox/Runtime/testcase/tstRTSemRW.cpp /vbox/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp /vbox/src/VBox/Runtime/testcase/tstRTSort.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrAlloc.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrCache.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstRTStrVersion.cpp /vbox/src/VBox/Runtime/testcase/tstRTSystemQueryDmi.cpp /vbox/src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp /vbox/src/VBox/Runtime/testcase/tstRTTemp.cpp /vbox/src/VBox/Runtime/testcase/tstRTTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstRTUuid.cpp /vbox/src/VBox/Runtime/testcase/tstRand.cpp /vbox/src/VBox/Runtime/testcase/tstSemEvent.cpp /vbox/src/VBox/Runtime/testcase/tstSemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstSemPingPong.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrSimplePattern.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTermCallbacks.cpp /vbox/src/VBox/Runtime/testcase/tstThread-1.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime-4.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstTimerLR.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetCS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetES.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetSS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win/amd64/ASMSetFlags.asm /vbox/src/VBox/Runtime/win/errmsgwin.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFAddrSpace.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFCpu.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFModule.cpp /vbox/src/VBox/VMM/DBGFOS.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMHandleRCTmpl.h /vbox/src/VBox/VMM/EMHwaccm.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/EMRaw.cpp /vbox/src/VBox/VMM/GMM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/HWACCMInternal.mac /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMUkHeap.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMAsyncCompletion.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFile.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionFileInternal.h /vbox/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp /vbox/src/VBox/VMM/PDMAsyncCompletionInternal.h /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMThread.cpp /vbox/src/VBox/VMM/PDMUsb.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMGstDefs.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInline.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhysRWTmpl.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMSavedState.cpp /vbox/src/VBox/VMM/PGMSharedPage.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllA.asm CPUMAllRegs.cpp CPUMStack.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm HWACCMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp VMMAllA.asm /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/EMGCA.asm /vbox/src/VBox/VMM/VMMGC/HWACCMGCA.asm /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.def /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGC/VMMGC0.asm /vbox/src/VBox/VMM/VMMGC/VMMGC99.asm /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0A.asm /vbox/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Driver.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0Bth.h /vbox/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm /vbox/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm /vbox/src/VBox/VMM/VMMRZ/DBGFRZ.cpp /vbox/src/VBox/VMM/VMMRZ/VMMRZ.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToAMD64.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64To32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac /vbox/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac /vbox/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToAMD64.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/pure_test.sh /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp /vbox/src/VBox/VMM/testcase/tstGlobalConfig.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstInstrEmul.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroRC.cpp /vbox/src/VBox/VMM/testcase/tstMicroRC.def /vbox/src/VBox/VMM/testcase/tstMicroRCA.asm /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp /vbox/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMFork.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructRC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/apps/Makefile.kmk /vbox/src/apps/adpctl/Makefile.kmk /vbox/src/apps/adpctl/VBoxNetAdpCtl.cpp /vbox/src/apps/tunctl/Makefile.kmk /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/bldprogs/biossums.c /vbox/src/bldprogs/checkUndefined.sh /vbox/src/bldprogs/preload.cpp /vbox/src/bldprogs/scm.cpp /vbox/src/libs/Makefile.kmk /vbox/src/libs/kStuff/Makefile.kmk /vbox/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpPage-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpString-iprt.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/liblzf-3.4/Makefile.kmk /vbox/src/libs/libpng-1.2.8/Makefile.kmk /vbox/src/libs/libxml2-2.6.30/Makefile.kmk /vbox/src/libs/libxslt-1.1.22/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_iprt_atomic.h /vbox/src/libs/xpcom18a4/python/Makefile.kmk /vbox/src/libs/xpcom18a4/python/gen_python_deps.py /vbox/src/libs/xpcom18a4/python/vboxxpcom.py /vbox/src/libs/xpcom18a4/xpcom-namespace-cleanup.map /vbox/src/libs/zlib-1.2.1/Makefile.kmk /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/Sun/config-host.h /vbox/src/recompiler/Sun/config.h /vbox/src/recompiler/Sun/crt/stdio.h /vbox/src/recompiler/Sun/deftoimp.sed /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxREMWrapperA.asm /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/Makefile.kmk /vbox/src/testcase/tstRunTestcases.cpp /vbox/tools/CommonFetch.kmk /vbox/tools/Makefile-ose.kmk
d8aefbf86d1d2db659ee87d2d2d58f3a1b14e1e9 28753 26-Apr-2010 vboxsync

Don't set X86_PDPE_NX in the fake PML4E or PDPTE.

c2923d82c1b72d03e2a556a50b9708302d1e66ad 28750 26-Apr-2010 vboxsync

Mask away the page offset

82e90599291da476b2de7c8db33cfb0f2cbac774 28656 23-Apr-2010 vboxsync

pgmPoolTrackPhysExtDerefGCPhys needs to check the PTE index as well in order not to kick out the wrong slot

5007ad5d2bce84d88ee339a94e0aa7b91c699194 28639 23-Apr-2010 vboxsync

Keep track of page table entry indices and deal with multiple physical page references in one page table.

ba6e3362790a1ec580c4ffa0734af2fec0c0f4c6 28458 19-Apr-2010 vboxsync

Cleared entire page table entry

e0421ee4efb1bbf81bc4740b530fc245aed8152f 28123 09-Apr-2010 vboxsync

Simplified hypervisor conflict check

89f2c85d45275b63e62ae8c95421e3668cfba7c2 28094 08-Apr-2010 vboxsync

Compile fix

1641591fedc000a32c927fcdcf0b21606d36af0b 28090 08-Apr-2010 vboxsync

Check for write conflicts with our hypervisor mapping early on. If the guest happens to access a non-present page, where our hypervisor is currently mapped, then we'll create a #PF storm in the guest.

468c2bcb36eb9a032f5dd0fcb34db10bd58e9996 27976 04-Apr-2010 vboxsync

*: scm cleans up whitespace and adds a new line at the end of ApplianceimplPrivate.h.

/vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD.h /vbox/include/iprt/socket.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp /vbox/src/VBox/Additions/x11/vboxvideo/vboxutils.c /vbox/src/VBox/Devices/Network/slirp/ip_icmp.c /vbox/src/VBox/Devices/Network/slirp/slirp.c /vbox/src/VBox/Devices/Network/slirp/socket.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSILun.cpp /vbox/src/VBox/Devices/Storage/VSCSI/VSCSISgBuf.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/HostServices/GuestControl/gctrl.cpp /vbox/src/VBox/HostServices/GuestControl/gctrl.h /vbox/src/VBox/HostServices/GuestControl/service.cpp /vbox/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/NATEngineImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/include/ApplianceImplPrivate.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/NetworkServices/NAT/VBoxNetNAT.cpp /vbox/src/VBox/Runtime/common/sort/RTSortApvIsSorted.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp /vbox/src/VBox/VMM/PGMPool.cpp EMAll.cpp PGMAllBth.h /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp
5871b462154c3deb60db077635ca01db7fd94175 27814 30-Mar-2010 vboxsync

Backed out part of r59436

cf262e3e40021064eeeb7a189bae5cbac5265f14 27790 29-Mar-2010 vboxsync

Cleaned up

ba6f599ede8e91d5ea1fd01e6b98d5b055501e94 27783 29-Mar-2010 vboxsync

PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3

6d3f37f74ec27da375561640b983e165a55bb9b3 27584 22-Mar-2010 vboxsync

Statistic counter for ballooned page accesses

6e932c9bc474367bcdb27fa9235f72e46711f091 27583 22-Mar-2010 vboxsync

Emulate reads from ballooned pages as they are not present in our shadow page tables. (required for e.g. Solaris guests; soft ecc, random nr generator)

549a53f649248476f7c4abfd463a82e958abc8ec 27540 19-Mar-2010 vboxsync

Step one in dealing with ballooned pages in shadow paging

c1f37b8a9684ba71203de5778d9caf747c3863b2 27490 18-Mar-2010 vboxsync

More comment + paranoid assertions

3568e65c6e903af44a117fd330d14c23440b7e40 27489 18-Mar-2010 vboxsync

Disabled the lazy syncing of zero pages based on the u1Write setting. Currently causes inconsistencies with PAE dirty pages and looks quite inefficient (flushing if multiple references).

bd896de5b4d566c513888905a1daeea3ba74290a 27488 18-Mar-2010 vboxsync

No need for pgmPhysPageMakeWritableUnlocked

ff295e43b74d8278aea6ca1b50948cff8cee1f0a 27486 18-Mar-2010 vboxsync

Style

0e363b45a38c651285894793becb5903bf182237 27210 09-Mar-2010 vboxsync

Note added

be6c654770a02f5eaf8d4cd59d766034f6bb59f4 27209 09-Mar-2010 vboxsync

Backed out r58570; must decrease reference here

73309e274785dc8266f02e373167bb25cc4ae1d8 27203 09-Mar-2010 vboxsync

Double derefence removed

6d98aee0da4bf4d82ea936a7aea7f2e3bc9ecbd3 27113 05-Mar-2010 vboxsync

Logging

9c9a35cf750af1c7ea049e1a8040bf8faeecad7d 27112 05-Mar-2010 vboxsync

Missing u1User bit for AMD-V large pages

e68478f375e2facbf5601ebd59d060aace950084 27110 05-Mar-2010 vboxsync

Logging update

059bfdd0f02b6881186c008ed1e1ad1f7c39d484 27108 05-Mar-2010 vboxsync

Logging updates

b301c2ed80b2ae5201801c30b37618a158fcc14e 27038 04-Mar-2010 vboxsync

Try to reuse a 2mb large page if it was previously disabled for monitoring purposes.

fc4516250f652da12d477446bc5351bcf6c5aaeb 27026 04-Mar-2010 vboxsync

More large page work

05d752e82261cfe829ddbc31aa3c7bc681a8a5b7 26849 26-Feb-2010 vboxsync

-Wshadow burns

941296ca8d34c7656018d52ddf11d0105302b398 26841 26-Feb-2010 vboxsync

AMD-V support for large pages (64 bits host, nested paging)

78c4c0eefd6d0871a97f14ff7a0b9d0e5a840593 26727 24-Feb-2010 vboxsync

Stats

0cf941aff08f08fba814e9ec6b95c99c8a5166b2 26717 23-Feb-2010 vboxsync

Large page cleanup

d995b8126ec969ca3ffcaf0e2393a3f33f64e5c9 26711 23-Feb-2010 vboxsync

Moved check up

4b368ef9be46cbf2b0f3ae67243503675e2249a7 26701 23-Feb-2010 vboxsync

Paranoia & logging

5eff5730c29c081e04cfd1e0468abbf9fde98851 26700 23-Feb-2010 vboxsync

Deal with missing PDEs in SyncPage for SMP guests. Deal with big PDEs in SyncPage for SMP guests (nested paging only).

a2f3168423b7487970bdd584c86a7a911c5ff4d6 26685 22-Feb-2010 vboxsync

Large page changes

740c481388d9b3c9ced757bedba9786acd8c24d6 26635 18-Feb-2010 vboxsync

PAE and AMD64 paging modes support large pages regardless of CR4.PSE.

89e315209cb9fb92729218ba5c0a5bc3d83e9840 26625 18-Feb-2010 vboxsync

Large page code cleanup

d8d39167a811c992da9398837b002676682783b6 26621 17-Feb-2010 vboxsync

Some counters

aab737754188eb6b8cef9b8553c147e0642d49a1 26620 17-Feb-2010 vboxsync

Wrong mask

a2109ad90c6803bd75327c1e08bff506fadc57d0 26619 17-Feb-2010 vboxsync

Logging

23317edd1954beaac3087584b2bc09fac3e26822 26616 17-Feb-2010 vboxsync

More large page work (disabled)

5acd506d7f80295c8328715f744117fddb0b3444 26577 16-Feb-2010 vboxsync

More large page work

45787b7d73c05dc8e5f4f91239ee2bbac3cb169e 26570 16-Feb-2010 vboxsync

PGM lock has already been taken by caller

2b413546a8817745056f51692807076ba1d0eb5b 26303 05-Feb-2010 vboxsync

PGMAllBth.h: warnings

a46e9b10272ca13974341175f4f850a51f8887fb 26278 05-Feb-2010 vboxsync

VMM: More warnings.

5fb478ec53221ea324bb866728dabecb8ffa24b1 26277 05-Feb-2010 vboxsync

VMM: more RC/GC warnings - CSAMDoesPageNeedScanning and CSAMMarkPage now takes RTRCUINTPTR instead of RTRCPTR to ease the pain using them in RC.

1f19ba1642702523c0d2684aa2542d051f15275b 26271 05-Feb-2010 vboxsync

VMM: warnings. Changed PATMIsPatchGCAddr and CSAMIsKnownDangerousInstr to take RTRCUINTPTR instead of RTRCPTR so we can mostly avoid having to cast the parameter.

5463c845e3d7ce94adc0474c5d8de30dbb931bad 26218 03-Feb-2010 vboxsync

*.kmk: Started renaming templated from all caps to CamelCase. At the same time preparing to make warnings errors (VBOX_WITH_WARNINGS_AS_ERRORS=1 to LocalConfig.kmk)

d50a8773c78b10aa05c8145f2a051657d84f094a 26202 03-Feb-2010 vboxsync

Broke up guest page fault and dirty page checking to avoid taking the big pgm lock. (risky change)

c24d57d0f07ddaaa58efa612109d26fc10e43f9d 26194 03-Feb-2010 vboxsync

Removed another redundant check

a67a22561fc7a4af22a76cc49ab5a586d77f4446 26191 03-Feb-2010 vboxsync

Redundant check removed

b89a7f690e1eea15fef376a3a586472170545394 26021 25-Jan-2010 vboxsync

Compile fix

e1ab4fcc81b7783c8a04c14a3203dd72f57293b2 26018 25-Jan-2010 vboxsync

Missing pending pgm sync handling in VT-x and AMD-V page fault handling. Cause of win2k3 smp guest instability and possibly many others. Cleaned up InvalidatePage (removed obsolete code).

e6ea1bbce4341b8288b1c9e9da56daa93feb1d08 25937 20-Jan-2010 vboxsync

PGM: PGM_WITHOUT_MAPPINGS must be defined in PGMInternal.h

6605a2c58e146cea63df460fb55c40c5707cdcfe 25935 20-Jan-2010 vboxsync

PGM,CPUM: Be more careful and flexible with guest mappings on restore. (#4362)

296e1aa2f7e2f5e33708a502923ecb74a2e75f91 25866 15-Jan-2010 vboxsync

VMM: More micro optimizations.

c878e6343c3e9807aeeb3eb35cb064ea8e83560b 25837 14-Jan-2010 vboxsync

VMM: More micro optimizations around CPUM getters and predicates.

437cb30cecc67158e35c5cc5d453cfe4eddb7dd2 25835 14-Jan-2010 vboxsync

CPUM,VMM: Avoid calling CPUMGetGuestEFER until it's needed (see defect 4597). Also pushed the inlined CPUM predicates that was calling into CPUMGetSomething anyway into CPUMAllRegs.cpp since that's faster and smaller.

ee9217e77f47a4f07c6b53e7fc0c7174570e70c4 25579 23-Dec-2009 vboxsync

COmpile fix

8c4fe3e310c213aa9601de3b116e667565e4d15f 25578 23-Dec-2009 vboxsync

PGMHandlerPhysicalDeregister: don't flush the TLB as we haven't changed any PTEs yet Trap0eHandler: only flush the TLB entry on the current cpu in case of a stale TLB entry with R/W=0; overkill to do this for all VCPUs, as we can just take faults of stale TLBs

50d57198c1fe9ef276e4dfe9a1a79d7eab268d98 25537 21-Dec-2009 vboxsync

Removed all inactive PGM pool code.

5f14010d0da6c738c59bc9c916c2414afdb43296 25500 18-Dec-2009 vboxsync

Todo added for the InvalidatePage handler

e0341fc9c9c65532f4d494682549f309369372d4 25245 08-Dec-2009 vboxsync

PGMAllShw.h: -Wshadow

fe9672ad22c6115fce3470cabac2390e9de144dc 24978 26-Nov-2009 vboxsync

Regression fix

6cd77a666b4ea16ea457b6b487e627fe0fc775ef 24966 25-Nov-2009 vboxsync

Accidental logging removed

bf45c320837fb0d189d456646ab5c54eea72d81a 24965 25-Nov-2009 vboxsync

InvalidatePage: Reset the modification counter (OpenSolaris trashes tlb entries very often)

abcfa8f3f40121cd2178d2029b1d697523b096f9 24806 19-Nov-2009 vboxsync

PGMAllBth.h: be even more careful.

0c367a847e88805256f0ab9ac88937e6641f1149 24805 19-Nov-2009 vboxsync

PGMAllBth.h: Make the page writable before remapping it RW in the dirty bit emulation.

f0468ed96fce7ee35dffdc37d84bd702128d856f 24793 19-Nov-2009 vboxsync

SSM,PGM: Added the pass number to the LiveVote callback. Improved pgmR3LiveVote a little bit. Started on real write monitored pages (#4325) - still disabled.

1b06916966bc4aa3d33f3cfcdf42a7a6e8f618d0 24699 16-Nov-2009 vboxsync

PDMAllBth.h: Wrong format specifier.

3b64cc8531062f74735d85e0d7715b53ea511af6 24693 16-Nov-2009 vboxsync

Wrong format specifier

2d1a390af6182514573e060b2c814f45e4f0d683 24216 30-Oct-2009 vboxsync

VMM: Backed out r54155 & r54154 due to XP breakage.

0dc95ded100a03026dd70e4e865b62537bc70524 24208 30-Oct-2009 vboxsync

Warning

dd634536355579eb63fdff2ee57f7ab5b620d2f6 24207 30-Oct-2009 vboxsync

Check if we need to intercept invlpg; we catch all page table updates, so there's no need unless there are dirty (unmonitored) pages. The InvalidatePage handler should only check for dirty pages for the same reason. Restricted to R0 for now. Again a risky change.

2857efd62661bc77a6337a3c164bcb369b4f51ca 24041 23-Oct-2009 vboxsync

Also flush dirty pages when unmapping cr3

dc5533b962439ceace45bdb0a5c15e39f1628f41 23485 01-Oct-2009 vboxsync

PGMPAGE: Optimized tests accessing both u2HandlerPhysStateY and u2HandlerVirtStateY. (saving ~2KB on linux/amd64)

c8074ced850b906fbc2bd446a1b148b875252030 23284 24-Sep-2009 vboxsync

Correction

acba9722fdb2a8ee387985604a89e4507bda0789 23283 24-Sep-2009 vboxsync

Use atomic operations to update page table entries.

dac32fabf3180155d9a9b09e778852e5624f7ccd 23254 23-Sep-2009 vboxsync

Empty line

f1c295317cd1c7ebf197445bc636a32cbaa4b9a8 23252 23-Sep-2009 vboxsync

Backed out 52727; was correct

2a9a5f63186987ff2f089413c65aab2729c1681e 23251 23-Sep-2009 vboxsync

Used the wrong macro

b66e14ead868d803cc49957974c34c4ea47346b4 23250 23-Sep-2009 vboxsync

Deal with dirty page tracking and monitored pages.

4adf8d9f73a46196eee17b66fdaa0d100a76dc43 23116 18-Sep-2009 vboxsync

Noisy logging

b0500bf4ec1b0cd231c6651ff2f5337e01ca93b1 23097 17-Sep-2009 vboxsync

Distinguish between single page sync operations due to non-present or write faults.

e17f587595bd5d3a7be56a892e3fd3a0ef83d268 22890 10-Sep-2009 vboxsync

VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.

/vbox/include/VBox/gvm.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMHwaccm.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp HWACCMAll.cpp IOMAll.cpp PDMAllCritSect.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPool.cpp REMAll.cpp SELMAll.cpp TMAllVirtual.cpp TRPMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/recompiler/VBoxRecompiler.c
2b5a4cf3d77ab62dcbd882115b6d497547b20d29 22600 31-Aug-2009 vboxsync

Removed unnecessary EPT invlpg calls. Invalidate the page who's R/W attribute was changed.

fdc5224bd8d9a60af82da5809e3d6729c9bc69cb 22473 26-Aug-2009 vboxsync

Disabled experiment with optimized dirty PTs.

0346214b50356346da480fb73f7d19b66a4e9e6c 22327 18-Aug-2009 vboxsync

Disabled rarely useful statistics as they pollute the log

b0d2ede40a3ebf93f7793af9ce9e5c913cdcdbba 22326 18-Aug-2009 vboxsync

Disabled rarely useful statistics as they pollute the log

d6ee54769ba74a3799a2f4511aba0fbc9f276ffd 22316 18-Aug-2009 vboxsync

WP checking is not relevant for nested paging & EPT.

aadffbdb31f7f529dc051a42d496c65f69847456 22169 11-Aug-2009 vboxsync

Avoid incorrect reuse of big pages: take the NX bit into account too.

7be55816e78ba5b3f590e52bcb192c7894717af4 21966 04-Aug-2009 vboxsync

Workaround for fatal cached page table free.

3f6d9bc043b47558ea407f9cd618f0dd177b3864 21175 02-Jul-2009 vboxsync

Don't release the PGM lock when calling the PGM pool handler. (pointless as we'll request the lock again immediately)

714b11dcd13ea2bcddbc1f9e25aa412cb405ff88 21123 01-Jul-2009 vboxsync

Removed redundant check

b039aa4c852d9d1b19fbb281f206e693fa4fda05 21116 01-Jul-2009 vboxsync

Adjusted assertion

9982c9e62bb671f5f2c6d4a954b40647adf56031 21115 01-Jul-2009 vboxsync

Moved CR0.WP=0 handling up a bit

18e02d8d60d50fb098bbf009186f36bfb430a780 20871 24-Jun-2009 vboxsync

VMM: Make sure there is enough room for a few physical handler notification before we disable ring-3 calls. Partial VMM[GC|R0]CallHost unification.

b9789db9e2587212305fc440e3ec40599559a6e7 20795 22-Jun-2009 vboxsync

VMM: Fixed guest PAE issues on the mac.

aecdea8745180791ba6060f8b8f7672b6e6f24e8 20783 22-Jun-2009 vboxsync

Less restrictive assertion for smp guests.

dcc17b8e0f81054c120fa35fc6b68ff65ccf5563 20772 22-Jun-2009 vboxsync

More safety

cb06e3f411d6ced5515682cddfbfa8ec463c6ff3 20762 22-Jun-2009 vboxsync

More PGM locking

c60ca5235c1a8b3c4f348e75167e93417b05f7c4 20684 18-Jun-2009 vboxsync

PGMAllBth.h: shut up gcc warnings.

ffea7b3614d7843b53411a7636b66195b52d524d 20671 17-Jun-2009 vboxsync

Bigger lock for the pagefault handler. Avoid deadlocks when syncing notification handlers with our recompiler.

3cbb4f9a6a320e58ed398ef7aaa004cc8727abc5 20530 13-Jun-2009 vboxsync

VMM: remove DISCPUSTATE from the stack.

99b52f2596317deb5589eec524285922a97fe636 20519 12-Jun-2009 vboxsync

Disabled bogus assertion in nested paging mode

013bdbd0cd83ebfba45641fa2cd57ec6e97eb396 20518 12-Jun-2009 vboxsync

Assertion message

ddfb39e2f8eea6e726aed5b0c3f9a8613e7b8d6d 20465 10-Jun-2009 vboxsync

Logging fix

590bfe12ce22cd3716448fbb9f4dc51664bfe5e2 20374 08-Jun-2009 vboxsync

*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g

/vbox/Doxyfile.Core /vbox/Makefile.kmk /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/em.h /vbox/include/VBox/gmm.h /vbox/include/VBox/gvmm.h /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/mm.h /vbox/include/VBox/ostypes.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmasynccompletion.h /vbox/include/VBox/pdmasynctask.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/selm.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/sup.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib-win.h /vbox/include/VBox/usblib.h /vbox/include/VBox/vm.h /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vusb.h /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/base64.h /vbox/include/iprt/cache.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cidr.h /vbox/include/iprt/cpuset.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/dbg.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/handletable.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/linux/sysfs.h /vbox/include/iprt/localipc.h /vbox/include/iprt/lock.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/mempool.h /vbox/include/iprt/mp.h /vbox/include/iprt/net.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/once.h /vbox/include/iprt/path.h /vbox/include/iprt/power.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/s3.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/strcache.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/test.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Network/DevE1000.cpp /vbox/src/VBox/Devices/Network/DevINIP.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/Pcap.h /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Storage/ATAController.h /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Frontends/VBoxBFE/HGCM.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDockIconPreview.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxX11Helper.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxCocoaApplication.h /vbox/src/VBox/GuestHost/OpenGL/include/cr_string.h /vbox/src/VBox/HostDrivers/Support/SUPDrvIDC.h /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0IdcClientInternal.h /vbox/src/VBox/HostDrivers/Support/SUPSvcInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdpInternal.h /vbox/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h /vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp /vbox/src/VBox/Main/Doxyfile.Main /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/NetworkServices/NetLib/VBoxNetLib.h /vbox/src/VBox/Runtime/Doxyfile /vbox/src/VBox/Runtime/common/math/gcc/quad.h /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/include/internal/dbgmod.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fileaio.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h /vbox/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/power-r0drv.h /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/testcase/tstR0ThreadPreemption.h /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PDMAsyncCompletionInternal.h /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VMInternal.h PGMAllBth.h PGMAllGst.h PGMAllPool.cpp PGMAllShw.h /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0Bth.h /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/recompiler/Sun/crt/stdio.h
2af0dd14e6c1c9297537694bd8ff24ae5838620c 20365 08-Jun-2009 vboxsync

VMM: __BEGIN_DECLS -> RT_BEGIN_DECLS; __END_DECLS -> RT_END_DECLS.

/vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PDMAsyncCompletionInternal.h /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VMInternal.h PGMAllBth.h PGMAllGst.h PGMAllPool.cpp PGMAllShw.h /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0Bth.h /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp
e862b2af80d4e75ed789c6aac07b9566c983aeb3 20228 03-Jun-2009 vboxsync

Fixed VT-x state loading failure.

74991d7531692858fd22acf371a7ee941567977c 20135 29-May-2009 vboxsync

Prevent reuse of cached larged pages with different access attributes.

a23ceb1bffe284d92ab25e6ea3da75172aad878b 20129 28-May-2009 vboxsync

Backed out 47892-5

2bb24ea1aa00aa5689beb1f940775fe735301ea4 20128 28-May-2009 vboxsync

Bug fix

e64eabfa44af470c540c28794b9d1a26c9f2e676 20127 28-May-2009 vboxsync

Cleaned up

9da1bf65ef30a560c65a0ec4dffb75ea75bb2be1 20126 28-May-2009 vboxsync

Wrong place

953b272ae1f08ea6fda3fb9d618dcb77b795916f 20125 28-May-2009 vboxsync

Prevent reuse of cached large pages with different access attributes.

bc11e048fcbb291722c30254b82c4679ab8990ea 20069 27-May-2009 vboxsync

Loosened assertion for the guest SMP case.

757023c8d581a612de4d228a17d2f686e5129f30 20068 27-May-2009 vboxsync

Trying to get rid of annoying assertions

11b04d5e9a0e449814ac17dd605920b4e5b4cf9d 20065 27-May-2009 vboxsync

Logging

b80218788444df820ebd9daa890de20ffce1e23e 20064 27-May-2009 vboxsync

SyncPage: deal with missing PDE; can be changed behind our back by another VCPU

b5a890ec71a7a620319fc0c97a570b5d9eb237a4 20061 27-May-2009 vboxsync

Made assertion less strict in SMP mode

2c3f1291a717b4c4943302e9b24c077782d10355 19871 20-May-2009 vboxsync

Protect SyncPage with a lock as well.

54a06187e74d85d7023d43f8a47e8c3972e6d0f5 19835 19-May-2009 vboxsync

Comment update

688b55d5387d8b7c508d30141fe1a96eadecb988 19833 19-May-2009 vboxsync

PGM_INVL_GUEST_TLBS -> PGM_INVL_VCPU_TLBS

611d60e864ddb9c200e6a69f402b25e8650c601c 19808 19-May-2009 vboxsync

Invalidate is per VCPU.

1b905f7766005546c0ab6799727d513ff4829335 19791 18-May-2009 vboxsync

Added remark to InvalidatePage about TLB shootdowns.

ee4859ccbf53d481071dac709adcad1ddf57a395 19790 18-May-2009 vboxsync

Protect InvalidatePage with the pgm lock.

d011e03a419b3cfbc30fabc1b18cc3ba3774f013 19789 18-May-2009 vboxsync

Atomic write

45998f6120a1fac488283061ca862ae9c2cfb212 19788 18-May-2009 vboxsync

Restrict some invlpg to RC only.

6fcd20f3616946a878f838a5b86dbb9bdc1cf032 19785 18-May-2009 vboxsync

Locking should not be required after all

dd7a84f153b54bd6d10d487911b9ef1bf34c5d54 19784 18-May-2009 vboxsync

Use PDM lock for protecting pdm queue management.

2f9264b639f46225de66e46619693264fa988602 19782 18-May-2009 vboxsync

Missing unlocks

a637e88400c9ede78b155d46625a4081f885de39 19781 18-May-2009 vboxsync

PrefetchPage: Locking

1475f10713478f11503ff52947c07a7ee6b7031d 19779 18-May-2009 vboxsync

Only need stale TLB detection in ring 0.

0dfb7b28f32f468fda2e189c973d4902d6ab6dad 19778 18-May-2009 vboxsync

Fixed the stale TLB detection

a7d237d8103fe4926a308025e14e97c165566570 19777 18-May-2009 vboxsync

Atomic write

329317fd7d7cb0d4f2b127ab5e49001f34648349 19776 18-May-2009 vboxsync

Reapplied fixed 47403

c9ce78aecb99bded4bae6c303bb35eac311ffc42 19775 18-May-2009 vboxsync

Reapplied 47403

50269b2a88fa5fa9e49183b22055b6aee9992d2c 19772 18-May-2009 vboxsync

Backed out 47401-3 for now

cd7f63c06488ad037c095404e7baed621da75511 19771 18-May-2009 vboxsync

More atomic writes

a4e43553bf5aa819edc68e05abf5086f2d770b10 19770 18-May-2009 vboxsync

Missing unlocks in error cases

3bb39c60ac4d0de8e31048af759eaca6208e4443 19769 18-May-2009 vboxsync

Deal with stale TLB entries for harmless page entry updates. Wider locking.

713017d50d9158c0d745d9872f9e75f5c04ba18c 19765 18-May-2009 vboxsync

Atomically update page table/directory entries.

567c83ddf1f21fe3cdd571042dfec7f84e2843aa 19691 14-May-2009 vboxsync

SyncPT must be protected by a lock.

41b8e304f190c3d901bcfee5e73c11bc2c42ce13 19329 04-May-2009 vboxsync

Removed pgmPoolGetPageByHCPhys.

e9304f87bb1ea09de6efd1f2d8245d61c99f7af9 19195 27-Apr-2009 vboxsync

Fixed possible corruption due to RC cache entry reuse.

e0b9d3c357adf9b7d05f55540e86f22943fc4b23 19141 23-Apr-2009 vboxsync

Action flags breakup. Fixed PGM saved state loading of 2.2.2 images. Reduced hacks in PATM state loading (fixups).

/vbox/include/VBox/csam.h /vbox/include/VBox/em.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMM.cpp EMAll.cpp IOMAllMMIO.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllPhys.cpp PGMAllPool.cpp TMAllVirtual.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/recompiler_new/VBoxREMWrapper.cpp /vbox/src/recompiler_new/VBoxRecompiler.c
ebeba5ff831e671655fb82b4287aadaa0f5367f1 19015 20-Apr-2009 vboxsync

Split up TRPM. (guest SMP)

/vbox/include/VBox/trpm.h /vbox/include/VBox/vm.h /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac EMAll.cpp IOMAll.cpp PGMAllBth.h PGMAllPhys.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/recompiler_new/VBoxREMWrapper.cpp /vbox/src/recompiler_new/VBoxRecompiler.c
d45f7f7fe0c28b500b45b2dc88d7a04f4c0be6b8 18992 17-Apr-2009 vboxsync

More PGM api changes

87fe4d73d7e6e53fbcec40dc6be2372479851cd4 18988 17-Apr-2009 vboxsync

PGM api changes

3cf963d8e186ef935468e4425a522ae787d93e14 18947 16-Apr-2009 vboxsync

Mac compiler complains a lot

42c1972c22e09797b4b24afbd0ec114ed076c37c 18927 16-Apr-2009 vboxsync

Big step to separate VMM data structures for guest SMP. (pgm, em)

/vbox/include/VBox/cpum.h /vbox/include/VBox/cpumdis.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/hwaccm.h /vbox/include/VBox/mm.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/selm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmm.h /vbox/include/iprt/log.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMDevMiscHlp.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp CPUMStack.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TRPMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0Bth.h /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac /vbox/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/recompiler_new/VBoxREMWrapper.cpp /vbox/src/recompiler_new/VBoxRecompiler.c /vbox/src/recompiler_new/target-i386/cpu.h
8244b8f56781b7421c6b42261e42baf3d0b4c64b 18835 07-Apr-2009 vboxsync

PGMAllBth.h: Fix for CR3 mismatch assertion in strict builds when nipping back to ring-3 to grab the PGM lock. Grab the lock before entering dangerous waters...

29007d2297c03e015a08607be26338bf2dab00df 18790 06-Apr-2009 vboxsync

PGMAllBth.h: todos.

0d0687880459ea33aa3e9c5a74d736edcb0937de 18666 03-Apr-2009 vboxsync

VMM: Clean out the VBOX_WITH_NEW_PHYS_CODE #ifdefs. (part 2)

ff78b877ed7acd25e2d384570a938441455d6a95 18617 02-Apr-2009 vboxsync

PGM,EM: Handle out of memory situations more gracefully - part 1. New debugger commands: .pgmerror and .pgmerroroff.

3c7cee28a97675a7206fd99445588a7f0b69b9f9 18330 26-Mar-2009 vboxsync

MapCR3: return VERR_INTERNAL_ERROR_2.

64d004095ebf55be2e68fee90e0d7fca9706a874 18192 24-Mar-2009 vboxsync

nc

485b22f9a4dd2c128a6c85f1164a8de93db62af2 18125 22-Mar-2009 vboxsync

PGM: MapCR3 anywhere again (new phys code).

34aeec2d93faf945f74ba0ba051eaecb87870ad5 18093 19-Mar-2009 vboxsync

More verbose assertion

750d4d0506a38b2e80c997075d40aad474e675fb 17667 11-Mar-2009 vboxsync

pgmPoolAlloc no longer fails with non-fatal errors.

b009f0780a29fa1d29a9b470c9b2127010df2872 17660 11-Mar-2009 vboxsync

PGM: Saved state hacking, fA20Enabled is now bool, shadow ROM bug fix, and mapping chunk limit correction for 32-bit hosts.

f313ddae4a5e83adf2cd2e3d9ba2ae6fefc448d4 17644 10-Mar-2009 vboxsync

Fixed one lock

bd59ae9e043954cbd80f978c8369fdb15f2c404b 17643 10-Mar-2009 vboxsync

Some more locking. We really need a better solution.

9dd5680d0a9f78eac6a907e4fa197272699f417b 17641 10-Mar-2009 vboxsync

Exclude some unused code in RC.

667009dadf5473101ffec18ddc317230abdc50e6 17616 10-Mar-2009 vboxsync

Inform SELM about shadow CR3 changes.

46b1ac1c3302722f93e787d0f0693965e88f5cee 17586 09-Mar-2009 vboxsync

Removed all dead non-VBOX_WITH_PGMPOOL_PAGING_ONLY code.

1ce415c61b519fd008de8a50dcc386720bac2efc 17562 09-Mar-2009 vboxsync

Backed out 44000; code was already inactive

88c9a875d98ac61b3d468b832e566c118e1a4838 17561 09-Mar-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: doesn't apply here

11c599b71a8c202a506b8623af57432c3d415dda 17509 07-Mar-2009 vboxsync

PGM: Moved the page pool PT flushing code in the access handler bits to where it belongs and called it pgmPoolTrackFlushGCPhys. Fixed a status code corruption bug in PGMR3PhysTlbGCPhys2Ptr (new phys). Made lazy zero page replacement code work in the new code, it's disabled by default because it frequently requires flushing the shadow page pool because the tracking code assuming the HCPhys of a PGMPAGE is unique and never shared.

43376d33564c03a42b5af38c17ea8287fc1bec7b 17505 06-Mar-2009 vboxsync

PGM: MapCR3 hack for the new code, fixing PGMFlushTLB status propagation error in emUpdateCRx.

e27645d13c6aba33ceea5b5b515d2e54b0dd5a0f 17486 06-Mar-2009 vboxsync

Updates

410f9d3ddfa779d92ca3662eb68fea60d314199a 17483 06-Mar-2009 vboxsync

Cleaned up nested paging init and removed obsolete structure members.

7328d8bec2798b4b8f02b3c7fc4f27d5661dc84f 17438 06-Mar-2009 vboxsync

PGM: Some REM hacking for the ROM registration and some in-progress page sync hacking...

ccd4cc1060542fab8d8d48505adc07af85d8aba0 17432 06-Mar-2009 vboxsync

PGM,GMM: Filling in missing bits and fixing some bugs.

3518b2ce0d5a4e029b96fdb6336894b49db10a18 17422 05-Mar-2009 vboxsync

VMM: Do not forcibly enable RC logging in VMMGCLogEnabled! Renamed it to VMMGCLogRestore and made VMMGCLogDisable return a state indicator that should be passed to it.

07ab3ea8c820f7fbfb587bdff34b4fd31d586b94 17398 05-Mar-2009 vboxsync

Adjusted assertion again

8a6fc1da1684d5e3ad9144cec1cfca3211fa05ce 17395 05-Mar-2009 vboxsync

Adjusted assertion

88f323f0756f302b5fa556549767897bbf935bb8 17372 05-Mar-2009 vboxsync

PGM,MM: Made VBOX_WITH_NEW_PHYS_CODE compile and link.

bee80f3f77b15c166b7debd080a70e5231ba6751 17316 03-Mar-2009 vboxsync

PGM: Use %R[pgmpage] instead of logging PGMPAGE::HCPhys.

fa209a078dd0f7766806071b3b0fdc614708c407 17294 03-Mar-2009 vboxsync

PGM: started looking at direct access of PGMPAGE::HCPhys and the HCPtr/mapping nightmare.

943eda4b0dfb8421c1c2fca62d354cc65ec9068d 17290 03-Mar-2009 vboxsync

PGM: -MM_RAM_FLAGS_IDX_SHIFT, -MM_RAM_FLAGS_IDX_MASK

7a066e597afbbd02a36b2d7af4cbfd06ec32d259 17289 03-Mar-2009 vboxsync

PGMAllBth.h: Fixed wrong HCPhys mask in EPT mode (EPT_PTE_PG_MASK=X86_PTE_PAE_PG_MASK_FULL, while we must use X86_PTE_PAE_PG_MASK against PGMPAGE::HCPhys, which omits bits 48 thru 51). Could in theory cause these bits to be wrong, although I'm not so sure intel cares.

c65c00499651bf2c4f270edd76c7f30aa30e85aa 17288 03-Mar-2009 vboxsync

PGM: Some MM_RAM_FLAGS_IDX_SHIFT cleanup.

65ff326ac3915638f5c4e79c2c3e836aeeeb86de 17285 03-Mar-2009 vboxsync

PGM: Gone are MM_RAM_FLAGS_CREFS_SHIFT and MM_RAM_FLAGS_CREFS_MASK.

57399ab65e2825c324fb9dcb4642d4ae2c232509 17279 03-Mar-2009 vboxsync

PGM,MM: Attacking the shadow page pool tracking info stored in PGMPPAGE, replacing direct access with PGM_PAGE_SET/GET_XXXX access. Required to get rid of MM_RAM_FLAGS_* and to be able to restructure PGMPAGE. MM_RAM_FLAGS_NO_REFS_MASK fully eliminated already.

dfddc59b40a5ae34361b34653bf3d71e420a85f2 17216 27-Feb-2009 vboxsync

Removed unnecessary invlpg for HWVirtEx mode

56987583fa505206fcb803cef7f0caad9027c1ce 17215 27-Feb-2009 vboxsync

Split up the definitions and the guest code. Otherwise we'll end up using e.g. wrong masks in Bth code.

91d834b667d6d8a2182a0adfd17aaab3dfbc1b13 17207 27-Feb-2009 vboxsync

Corrected assertion for nested paging

5275792d4c9845ec66b3db0339356a7323aa523c 17206 27-Feb-2009 vboxsync

Compile fix

3be806557b77686cd6976d7545fba731fdd7149e 17146 26-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: Disable logging during a critical section in MapCR3 (raw mode only).

252acd1a1fd57f76466baa837f99a0820e6b6f36 17142 25-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed saved state restore

44ae8e78ba212d0ec666d147b5f083e91b5a5b4a 17137 25-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: explicit locking of root CR3 pages

5e0e35e65847aae0955835d5c4b4e76143e580c1 17135 25-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: Disallow ring 3 jumps when in an inconsistent state during CR3 switching.

9400b66fe4820424797e495f570f36b698333167 17134 25-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates

97d7e01c4d2e10e7ac2e086d7d3a7b75cb4b108b 17059 24-Feb-2009 vboxsync

Updates

bfcd0b11ad299b9bbb9f99be18e5e336d2a86dc6 17058 24-Feb-2009 vboxsync

More updates for temp locks.

16792b73c78f101caf2d512d4d41abaf5d4be43c 17001 23-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: update

a6c36cd330fbbe3d5019d79be593227e180aa47c 16917 18-Feb-2009 vboxsync

Inverted assertion check

02b73dfb723f5b242039306b12d4324f2426420a 16902 18-Feb-2009 vboxsync

Assertion added

32b28388143e8c86a1b599e155ef22a739b8dd7e 16901 18-Feb-2009 vboxsync

Some comments added

3f6d99d3bcd6189ee444c87c6b7a18013b2bebec 16898 18-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: simplified SyncCR3; introduced PGMMapResolveConflicts

8257b04810d609a9b3b30bb6a43765339894eb19 16866 17-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: rc fix

4a296be15f381ac7f3506e4eb2861627d062fee3 16859 17-Feb-2009 vboxsync

Load hypervisor CR3 from CPUM (instead of hardcoded fixups in the switchers). Dangerous change. Watch for regressions.

2edea3c3d2f9b2afd1fcc8ac4e045df2c745b425 16842 17-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: update cr3 in RC

4479d221e12b043711464af981ef0f799c374496 16840 17-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode

cef739c6822f5cc74f67f6b7218487b6e4f59a6e 16800 16-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: SyncCR3 fixes

858595de1775e2f065504770c514814ec1acdb40 16798 16-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: deactivate hypervisor mappings in old CR3 root

616a0c0896edec0856c44698196cd82f0ded406b 16792 16-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates for raw mode

2c080f6fc6ab70995d6390eeaa199d590c1a34d5 16780 16-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: typo

ffa52b282225b48c4656480f389cd9c3bea71cb2 16659 11-Feb-2009 vboxsync

More logging

75277affcc9892d09548b5b9c6359cda0fda9a61 16658 11-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: update

451885806845f32b94d7bd266f490e6e7060b535 16636 10-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates

58ea955d6b9cb05f52ced316fadfe16e97f8b025 16593 09-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: inverted check

39f76759232d588a22982f64f383c4e20366d6c0 16592 09-Feb-2009 vboxsync

Setting the accessed bit of PAE PDPTs causes an VT-x invalid guest state exit.

6aa2270fe6daca24368a6d8a1d8a139231d00cb2 16591 09-Feb-2009 vboxsync

Same here

2daf0e598c7675ad40bfac76d53b6616bdbebf42 16590 09-Feb-2009 vboxsync

rw/us are reserved for PAE pdpte's.

6a99f6112f9f7e78794e3d76d40737aa3983f4aa 16582 09-Feb-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: updates

befb58e44ac456581535a5581a8fb6b87f5e3a52 16424 30-Jan-2009 vboxsync

VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed PrefetchPage for PAE shadow paging

1e3576bc616045a5585190fcbc221648d17b23af 16419 30-Jan-2009 vboxsync

Store the iUser & iUserTable of the root shadow page table in PGM.

756d197dbc3b884625fa54686bad0ceec9f94ea3 16407 30-Jan-2009 vboxsync

More logging

61a20f87ecfcf850a70f6832abfb56e581bc6593 16376 29-Jan-2009 vboxsync

Paging updates. Deal with mode switches and cr3 updates.

1426cc093ab6f03dc7481677cc54995bf7c06461 16321 28-Jan-2009 vboxsync

More paging updates

5db1d52ffbcaa46c3d944c6c2d9c552306817d9a 16317 28-Jan-2009 vboxsync

Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow structures.

bd7bffdb1ee3b976bbb671e70840bca2c08504d8 16260 27-Jan-2009 vboxsync

More paging updates

86b687e7808a36be33c43ae58adc8ab22d378fea 16232 26-Jan-2009 vboxsync

More shadow paging updates (disabled)

3080f6c0871099df43a4e91b31894d9c2b1369a8 16203 23-Jan-2009 vboxsync

Updates in preparation for PGM pool based paging everywhere.

bacaf5667ff6b292c78603ed3a6f8ef0fb02e400 16177 22-Jan-2009 vboxsync

Another Mac compile fix

b9acb8b1d78c488d1498f7568284f4ed0c689851 16172 22-Jan-2009 vboxsync

Moved amd64 paging data to unified shadow paging section.

26824086a3f6b36cd911058f1d9b4c0b944706fb 15410 13-Dec-2008 vboxsync

PGM: Deal with pgmPoolAlloc failure in MapCR3 without relying on having to clear the pool. The MapCR3 action will be postponed to SyncCR3.

a3096f27bbd73b32a7a8b380f0950cc78350f005 15228 10-Dec-2008 vboxsync

backed out 40461. (PGMAllBth.h)

a037a5c9b8d88b719edaefc0b755d290cd865f40 15227 10-Dec-2008 vboxsync

PGMAllBth: Fixed typo in CalcKind (harmless), did some predicting and cleanup in SyncCR3 (PAE/32-bit).

6aa8adb8cae7a6385e9f0e50190bd59beef4b8a4 14868 01-Dec-2008 vboxsync

PGMR0DynMap: some predictions based on statistics, 5 more stats.

5aa784a1ddb77b33952a2ab0b2707d84d48fcb7e 14755 28-Nov-2008 vboxsync

#1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.

8befce7403eb5ad1307761cfcfb65e5845e4e73f 14681 27-Nov-2008 vboxsync

PGMAllBth.h: assertion text.

b76dcff6c9d35ade3155039689bfc30057481330 14677 27-Nov-2008 vboxsync

SyncCR3: Fixed pPDEDst walking with GST=32/SHW=PAE. Fixed assertion.

4bb8b623093edfe938b5b3d99f2197395eed5f35 14392 20-Nov-2008 vboxsync

In PAE shadow mode we must always reactivate PDPT entries. (Solaris 10U6 reboot)

45615a5417d988abf34f831591c905cc3db3d2ab 14364 19-Nov-2008 vboxsync

Preparations

c01526c140e6e82fd08bd5d5adfb0774ba2b6690 14154 13-Nov-2008 vboxsync

PGM: pGuestPD* -> pGst32BitPd*

6357f688d3ef2cebb368c3c840731663a595d354 14153 13-Nov-2008 vboxsync

PGM: pGstPaePDPT -> pGstPaePdpt

3cfa84e65f00d41b18366c42671e5c1d596c5197 14147 13-Nov-2008 vboxsync

#1865: PGM - 32-bit shadown PD pointer converted.

3cf3eede281c1aa32944353bb2726bdda3b9c829 14138 12-Nov-2008 vboxsync

build fix

635e435d281bb83c0c544ad6572d4151c7c73278 14133 12-Nov-2008 vboxsync

#1865: final pae change.

ca18c35cbebca7011fb9d0958c08a54644fe580f 14131 12-Nov-2008 vboxsync

PGM: Prevent fixated mappings from crossing a PD boundrary (guest+shadow PAE).

7a5fb4558a3a8888597fb0311cf6d7f6f24ea0fe 14103 11-Nov-2008 vboxsync

#1865: shadow pae, the seventh wave.

f8bd91b2e1a9a0a1705b786375014b8012a0e3a5 14102 11-Nov-2008 vboxsync

#1865: shadow pae, the sixth bit.

1e603e041b22e3bb993fd6683882e1d3ad00ae4c 14101 11-Nov-2008 vboxsync

Use pgmPoolFree.

ce832d5c94bdbe1eacc83663b261bd18048fe108 14099 11-Nov-2008 vboxsync

#1865: shadow pae, the fifth bit. (removed dead code)

4ed13da9f6cb81fdd3db3524c7ed79f421e16032 14096 11-Nov-2008 vboxsync

#1865: shadow pae, the forth bit. (dead code checks)

0e9168bb25c5b54fa3cc110219c7b53726f0a957 14095 11-Nov-2008 vboxsync

#1865: shadow pae, the third bit.

14d63a79cba5f74799d8fd380927f5dc87bc0bdc 14094 11-Nov-2008 vboxsync

#1865: shadow pae, the second bit.

57ad8aa3a9c059225e996dcf315942c2e8628f17 14093 11-Nov-2008 vboxsync

#1865: shadow pae, the first bit.

148514a0d25c3bc8866749f4b6994a6f66b4adfe 14038 10-Nov-2008 vboxsync

#1865: PGM - and another one.

49bd9c2e1effcb74e0535b5f8d65b308d72831d4 14010 10-Nov-2008 vboxsync

#1865: PGM - one more down.

f2e5ce7cd98acbb39c6497af057ec3e1a50058e4 13991 10-Nov-2008 vboxsync

#1865: More PGM cleanup.

3cafd14c52c6da58524065dad928a4d2593e5157 13937 06-Nov-2008 vboxsync

PGM: RTGCUINTPTR -> RTGCPTR.

5e96135cb5356e42ae8ecebd912c54cda06791d0 13936 06-Nov-2008 vboxsync

PGM: removed a bunch of unnecessary RTGCUINTPTR/RTGCPTR casts. (RTGCPTR used to be void * in RC, now RTGCUINTPTR == RTGCPTR.)

a507a9ef736e6075c1a15bbf9af3516dd4744648 13935 06-Nov-2008 vboxsync

PGM: One more CTXSUFF (guest AMD64 root).

754341be40c49685913ed219ce8bd4f49068d837 13933 06-Nov-2008 vboxsync

PGM: PAE guest mappings, assert GCPtr being 32-bit.

eefe1f58ec0c7c9bb1e90be2a22cae7b58099606 13919 06-Nov-2008 vboxsync

VMM: 3 R3R0PTRTYPE members down (a bunch left to go).

7e960d3a0a8a3a84d7aba2cca45d72b1c31cc97b 13832 05-Nov-2008 vboxsync

IN_GC -> IN_RC.

/vbox/Config.kmk /vbox/include/VBox/cpum.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/em.h /vbox/include/VBox/hwaccm.h /vbox/include/VBox/iom.h /vbox/include/VBox/mm.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmins.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/trpm.h /vbox/include/VBox/vm.h /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/cdefs.h /vbox/include/iprt/initterm.h /vbox/include/iprt/log.h /vbox/include/iprt/mem.h /vbox/include/iprt/runtime.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/types.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logrel.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PGMInternal.h CPUMAllA.asm CPUMAllRegs.cpp EMAll.cpp EMAllA.asm HWACCMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp PDMAll.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp REMAll.cpp SELMAll.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp
09fb3a10eb3d58047973f0652f546d1f2ded2068 13826 05-Nov-2008 vboxsync

VMM: And a couple of left overs. phew.

4e9f150666f4a6080824a98ee0c5881f39b1177c 13825 05-Nov-2008 vboxsync

VMM: %VX64 -> %RX64

b1c3cdef473df2fbc621d5da81acc82dbfb8a11a 13824 05-Nov-2008 vboxsync

VMM: %VGp -> %RGp

08bc90fc2848c80bf8270bedc883745b8398e186 13823 05-Nov-2008 vboxsync

VMM: %VGv -> %RGv

/vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMM.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h TRPMAll.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp
79b07d7ae28b916539c6397e010a5cc05e300551 13820 05-Nov-2008 vboxsync

VMM: %VG* inspection - an awfaul lot of these, hope I got it all right...

8da94e4d6813b682cdb38eb9b151ada72d91b40e 13819 05-Nov-2008 vboxsync

VMM: %VH* -> %RH*.

b3547e42ce5221377866e3fa041b3086b7cc1562 13818 04-Nov-2008 vboxsync

VMM: %Vrc -> %Rrc, %Vra -> %Rra.

/vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMM.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp PDMAllCritSect.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp
1a25adaca81841abf5e6cdfed02eaff64941357d 13816 04-Nov-2008 vboxsync

VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.

/vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/GMM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevHlp.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMM.cpp EMAll.cpp MMAllHyper.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h SELMAll.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGuruMeditation.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher.cpp /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMFork.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp
7378bb063a588194a86a2241be539286a838f48d 13398 20-Oct-2008 vboxsync

Don't check disabled physical access handlers

18f52d8d1134c20b3d632c43d55bd84dd022ae57 13397 20-Oct-2008 vboxsync

Backed out 38140

f41d57a1f06aa3089c1ae7af32cc03f899ff7730 13396 20-Oct-2008 vboxsync

Correction

35bc30820cb5ec2bcdbbeb75408e0ba68010323d 13395 20-Oct-2008 vboxsync

Corrected assertion

34bc80786c6507b1781a6dc0f336f23b3f284c4f 13394 20-Oct-2008 vboxsync

Implement PrefetchPage for EPT when in real or protected mode without paging.

ea100b7dd58c77505cd43fd7025b129041c860d8 13235 13-Oct-2008 vboxsync

PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the callers of it to handle the return codes correctly. other cleanup.

407c12cfc00a01e282ea5ddab828c4d5d234f015 13232 13-Oct-2008 vboxsync

#1865: changed some validation into pure assertions or assert-return. added some todos, update a comment or five and adjusted lots of whitespace.

f2664e7c803a80455354f6de4c25f09949709577 13203 13-Oct-2008 vboxsync

Missing shadow cases for EPT.

f9b15f4c9552687388aecaaff11cbb3172679bc5 13188 11-Oct-2008 vboxsync

PGM: polish.

a66e51cd9a022e4b7fc63a033ca157794d5db349 13134 09-Oct-2008 vboxsync

EPT: set the ignore PAT and WB cache flags in page table entries.

fe46b31a4512cec77977c6356aa97d1ab165de24 13126 09-Oct-2008 vboxsync

Set u1Execute too.

622d9acdd38e3c53fe4fc028469b5147877fb306 13122 09-Oct-2008 vboxsync

Corrected return value checks for PGMShwGetEPTPDPtr.

3284dfc4979194ee7d696e235cdc6f67c79dd6a9 13121 09-Oct-2008 vboxsync

Wrong mask

0e881ae282002c3df319fb8a8e2b264ea0a324f1 13098 08-Oct-2008 vboxsync

#1865: More PGM changes.

fe6477f53cf20d55ac0c197fe8f0b8ca9c68a08e 13087 08-Oct-2008 vboxsync

#1865: More PGM changes.

a9981806c72edadef6cccd253f4747c35677e9a1 13085 08-Oct-2008 vboxsync

#1865: More PGM changes.

1d94b54d4bd24729c7383e89aa95518204192b22 13067 08-Oct-2008 vboxsync

#1865: More PGM changes.

15d1a4fb2793e0a0fc93f6da613c786bcec0355a 13063 08-Oct-2008 vboxsync

Corrected return value checks for PGMShwGetLongModePDPtr & PGMShwSyncLongModePDPtr.

6b022885f2cb6a55167609edecd89570cd80001d 13062 08-Oct-2008 vboxsync

#1865: More PGM changes.

50df3da42ff6589b0ecc4f50f2288811bc370186 13060 08-Oct-2008 vboxsync

#1865: More PGM changes.

6ed48beeb7f2ef925ae5bd091e1e475eae18f939 13046 07-Oct-2008 vboxsync

#1865: Eliminated two duplicate members of PGMVIRTHANDLER while at it.

a54b39668ee07bfc7d30ff54243b9ee423cfd917 13045 07-Oct-2008 vboxsync

#1865: More PGM changes.

09d4e754a010196fe0d9d972b6ccc005ecb8b116 13042 07-Oct-2008 vboxsync

#1865: More PGM changes.

6f516ad9911d9037a18778742caa955fe362f8ff 13035 07-Oct-2008 vboxsync

#1865: More PGM...

897680ad5055effa568ebf266b3feac8be034642 13019 06-Oct-2008 vboxsync

#1865: PGM ...

fa5e201ccb10ee6001d8d4afe9782a0a81a20051 12999 06-Oct-2008 vboxsync

Same applies to return code checks for PGMShwGetEPTPDPtr.

3726ae68d9d25bf595498cc74bd1da9531741f73 12997 06-Oct-2008 vboxsync

Fixed regressions in return code checking

3600641b05af6ab695b4623ed40c2b7bd1d19dad 12994 06-Oct-2008 vboxsync

Cleanup

9ad5e3912962c3dbccc1afc4e7d62890fe906814 12989 06-Oct-2008 vboxsync

VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. Removed dead DECL and IN_XYZ* macros.

/vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/em.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwaccm.h /vbox/include/VBox/iom.h /vbox/include/VBox/mm.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmasynccompletion.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/selm.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Disassembler/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFOS.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMThread.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhysRWTmpl.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm HWACCMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/EMGCA.asm /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile.kmk
6d299e273a1b143cbe6e66cc7810f73ba0cd9488 12964 03-Oct-2008 vboxsync

VMM: MMPhysGCPhys2HCVirt -> PGMPhysGCPhys2HCPtrAssert; deleted MMAllPhys.cpp.

a7860acddbaa10ea61bbb12772caf00f1ccd8b03 12938 02-Oct-2008 vboxsync

Comment updates

0d858e6782c34c1919529b23c80d70729762570d 12937 02-Oct-2008 vboxsync

SyncPageWorker updates for EPT.

61fa69e2bc9fc9e7490feed1c020273f3ddb238d 12936 02-Oct-2008 vboxsync

More EPT updates

54fe68d807196dc565de24055996e634ee40ee92 12932 02-Oct-2008 vboxsync

Paging updates in preparation for EPT.

204418e5b9999c80b3708bef6bbba53d4efebb7c 12894 02-Oct-2008 vboxsync

Enabled some EPT paging code.

8ff9db52a08dccde43999d5b9be077469c13650b 12129 05-Sep-2008 vboxsync

Don't check for hypervisor regions in VT-x/AMD-V mode.

77bc90b11864bec072f8e6562eda2acd3dd14414 11525 21-Aug-2008 vboxsync

Added support for PSE-36.

791aa0a0fbfbf99af3d0c97fec9e7c196d8c183b 11449 17-Aug-2008 vboxsync

Corrected assertion

94638b7961a2e43481bed60dcc8c1042dd7c798f 11416 14-Aug-2008 vboxsync

InvalidatePage: check 4 PDPEs for PAE guest mode. (shouldn't be necessary though)

7a5a0c6ef590412f909582b752355ce07279245a 11407 13-Aug-2008 vboxsync

warnings, comments

e4ea543752422f1139923e3e506c625b0a1827c5 11311 09-Aug-2008 vboxsync

VMM: ELEMENTS -> RT_ELEMENTS.

/vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp DBGFAll.cpp MMAllHyper.cpp PGMAllBth.h PGMAllMap.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp TRPMAll.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp
fab9a17099dce8d14fd8d50b547ad4eea377a4dc 10822 23-Jul-2008 vboxsync

Prepare for EPT.

bc5ddf7a2288bb337d1eaea5de79513368b116ab 10496 11-Jul-2008 vboxsync

Attempt 2

dfa8248be9f58d614e4c52559c0e6bd29e27f9d5 10495 11-Jul-2008 vboxsync

AssertCR3 fix for AMD64 paging

546adac7406114100bd656e199676927e2e38bbb 10343 07-Jul-2008 vboxsync

Logging update

41c81f429f890f7e564188fb9551e739bdde819f 10340 07-Jul-2008 vboxsync

Pool flush handling updates

65b61798a61dd4c32cce448db1dac70bba8d5cf5 10323 07-Jul-2008 vboxsync

Clear the shadow page table entries whenever the guest modifies its page tables. This prevents us from checking all levels in SyncCR3. (amd64 shadow case only)

69a0f42fa2c531eb2cffb6d6f482d828d9adab34 10321 07-Jul-2008 vboxsync

Deal with pool flushes directly when possible.

5dda7f07dab8a954e6c4cf2378b15f921e60d9aa 10320 07-Jul-2008 vboxsync

Rearranged code to deal with pgm pool tasks during SyncCR3.

83a2f02f36661f38c8d872a47c6d31040994c70d 10319 07-Jul-2008 vboxsync

pgmPoolClearAll can be executed in ring 0.

f48c300ba25e25294885f01b14ee61ac31c69a9a 10318 07-Jul-2008 vboxsync

There are no virtual handlers in nested paging mode.

2ddda52bed31c7a1a7904769c603317911f78a3d 10317 07-Jul-2008 vboxsync

SyncCR3 change for nested paging to deal with pool flushes.

b7f8ae8dfa02163bc90c1131b990273d18762bd4 10287 05-Jul-2008 vboxsync

Correction

70f1b16ef69198fffb29c86835decacede9b4b90 10285 05-Jul-2008 vboxsync

Corrected protected mode without paging shadow paging.

9c425bdea5f0991df62922b1584b805a86f2f898 10283 05-Jul-2008 vboxsync

Backed out 32892-32894

85cfe71c2d1640a7d0aa8c8f38ebe198028eef0a 10281 05-Jul-2008 vboxsync

Disabled user tracking properly.

f9ca7a3faa0b920674d84abeb170cc9d7c7a62a5 10280 05-Jul-2008 vboxsync

No need for tracking user pages when guest paging is disabled.

8c82775e6cb3df46c4ea2f3fba5e024f521cbd81 10270 05-Jul-2008 vboxsync

Logging update

daf8a8aaa1a8464106fbf912ad7297ac4c8c233d 10071 01-Jul-2008 vboxsync

Don't set the no-execute bits in the fake pml4e & pdpte

e51c95f28de64ec5d434b2339af4fffda43edd73 10068 01-Jul-2008 vboxsync

Set the accessed bit as well (protected mode without paging; shadow pde)

9ddf48fac91d47ba87a5255bbd0993297bb16084 10063 01-Jul-2008 vboxsync

AMD64 updates for nested paging.

bfe7a8bd955e37013eaddedd99e5adb696d1b470 10013 30-Jun-2008 vboxsync

AMD64 shadow & real or protected mode without paging combo. Flush TLB when the EFER msr changes certain bits.

f9fe97bb14e466908ce846ebc3c6103b7211ef87 10012 30-Jun-2008 vboxsync

Logging update

136fa2d5aa26a6272a677616ad4c80f64af07300 10001 27-Jun-2008 vboxsync

Cleanup

393b0bc732be29a5637f9bb181c0d4250fdcbaa1 9990 27-Jun-2008 vboxsync

Some cleanup

0fef19b085301434b3ff55087ef4f852a32e80bb 9966 26-Jun-2008 vboxsync

AssertCR3: ignore X86_PTE_PAE_NX as well in big pages (PDE bit is sufficient to override all pte entries)

d3b142c79c208a407fbbbf0afc568ea5d3b7565b 9942 26-Jun-2008 vboxsync

PAE fixes

cdd2418638789661cf6c3628eeed6ac32dc792ff 9941 26-Jun-2008 vboxsync

Comments

34266a1c651ebb8d0e6c3af43fb416108d03aba9 9940 26-Jun-2008 vboxsync

PAE fix

0e77737b0ba913683e614db11463b31ca67aacbe 9893 24-Jun-2008 vboxsync

Attempt to fix PAE (can't verify now). AMD64 paging updates.

585f64d6f624f9e683321dabeb21b0eb2e6aa473 9890 24-Jun-2008 vboxsync

amd64 paging updates

afed5ab737f4aacfae3fe73776f40e989190a7ca 9881 23-Jun-2008 vboxsync

32 bits iUserTable again (preparing for amd64 changes)

d02d26dc2fadf0b545fd3bde4fdc743922988bca 9879 23-Jun-2008 vboxsync

Masks

6cfc2a96364b95c37975a3688e704507d5e05458 9876 23-Jun-2008 vboxsync

Logging update

1b52f11e8f602ad509b4a8653e159641686b5d41 9875 23-Jun-2008 vboxsync

Typos

dee51750c0ea39a01a6cd5f4f61705ececc3176f 9871 23-Jun-2008 vboxsync

Same goes for X86_PTE_G. (big page to pt mapping)

4a5074a80e22fd7e24d32c53da2aeeb4879af5a9 9870 23-Jun-2008 vboxsync

Ignore A & D bits in the big page comparison as well.

21ef63137974c64ee16b2458738ac331dc582d31 9869 23-Jun-2008 vboxsync

AssertCR3 for long mode.

b469d1d33d3ce8638db8e238accf810018bba4df 9864 20-Jun-2008 vboxsync

Logging update

171814e2bb0e2c94cd1f28b08874a13be7f95088 9863 20-Jun-2008 vboxsync

Detect PML4E & PDPTE changes in SyncCR3 as well.

cd5f26c7e9ae8ae39c1fd0f0156ac29fc3de4dfd 9860 20-Jun-2008 vboxsync

Return immediately in case the PML4E or PDPTE has been changed.

cc2fd196b9e4cff5fbc0387a5df7921eb7d8159b 9859 20-Jun-2008 vboxsync

Wrong mask again

0e40b171b2a96799f797bafa33259366a00c5c6f 9858 20-Jun-2008 vboxsync

Wrong mask

2fe20148504a5410c92013227801f655898d83aa 9857 20-Jun-2008 vboxsync

Updates for amd64 paging

734dfed68b98b3e0d75f37d497e266399ba155eb 9855 20-Jun-2008 vboxsync

SyncPage fix for out of sync pde's.

28eb2212928377140f21a7ddfb122f2ff5e857ef 9778 17-Jun-2008 vboxsync

InvalidatePage corrections.

646b2218eea4eb46215f8de030881bc602a996e0 9758 17-Jun-2008 vboxsync

Wrong assertion

635e1aeaa8b42d4ea905af5a90bdf25bbe79e492 9757 17-Jun-2008 vboxsync

Corrections

62e4411f156db109c8807cb8a64938d3023a22c5 9756 17-Jun-2008 vboxsync

Wrong masks

7ec00757c841f7e18ed364dabbc11c2755e9c2e4 9754 17-Jun-2008 vboxsync

Naming again

b255ffea54a5368c5f4d383e034f4dd1f774fff7 9753 17-Jun-2008 vboxsync

Naming

3ecf9412133496b2aeb090cfd33a286404ec59fb 9752 17-Jun-2008 vboxsync

PAE & AMD64 paging updates. - create references to upper level shadow descriptors - don't flush lower levels if an upper level table entry changes

21e4801f9fa7e96fe268b310f6203ec98a479c94 9717 16-Jun-2008 vboxsync

Logging updates

8c7dd90221b455ab1937039ca542d015370454ea 9711 16-Jun-2008 vboxsync

Wrong assertion. There's a raw mode with PAE now.

fc3b8ba312ebc5767b60e245479ab372acc3d678 9692 13-Jun-2008 vboxsync

Partly backed out previous changeset

4cad44a5f7cfa7db8d5fb255a1df3b3cd1687853 9690 13-Jun-2008 vboxsync

Paging updates for amd64.

04961d8cd0cbe77f5dfc904f3328fe2963171ac4 9684 13-Jun-2008 vboxsync

Correction

a85534d1d8f19cbd3c3673485be2a8b9ea68b614 9682 13-Jun-2008 vboxsync

Long mode paging updates

46df4404c8dbbf3672e7aae8cd0b2770356e5b73 9620 11-Jun-2008 vboxsync

Long mode paging updates

7cbd97f7937248e78edcea80823687c18ffbde1b 9606 11-Jun-2008 vboxsync

X86_CR4_PSE changes for long mode (bit is ignored there)

21ffa82e7957c99c78a2c9948cbeed7ca42f6af3 9589 11-Jun-2008 vboxsync

AMD64 paging updates

9bc263d82465fc1fa500153d886b691f37b3f034 9570 10-Jun-2008 vboxsync

AMD64 paging updates

573ce26cc8c089b7b58aced264d1e9d8c5a5ff3e 9344 03-Jun-2008 vboxsync

Types and string format specifiers.

7235946d51c4e7b209b12cefb8a3924660a9d46b 9341 03-Jun-2008 vboxsync

Format specifiers again...

78a205e3fc6719d59e8c561b3d287d3a4f879852 9212 29-May-2008 vboxsync

Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE for pointers valid in raw mode only (RTGCPTR32). Disabled by default. Enable by adding VBOX_WITH_64_BITS_GUESTS to your LocalConfig.kmk.

/vbox/include/VBox/cpum.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/em.h /vbox/include/VBox/iom.h /vbox/include/VBox/mm.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pgm.h /vbox/include/VBox/selm.h /vbox/include/VBox/types.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/cdefs.h /vbox/include/iprt/log.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/time.h /vbox/include/iprt/types.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac CPUMAllRegs.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp PDMAllQueue.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllPool.cpp SELMAll.cpp TRPMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/recompiler/target-i386/helper.c
f57ff25c60b8aaa6afdc71b31d8514951c96d862 9041 21-May-2008 vboxsync

spaces.

eb5ec011a626159ce61e9aa49175ac8218276ffb 9032 21-May-2008 vboxsync

Nested paging updates

f3a64446d7aac8fef8e843d4ca7a087bb41eeada 9021 21-May-2008 vboxsync

Nested paging updates. Extra paging mode added to prevent illegal changes to the shadow page table.

134a71c1528b56afe4db843ab63ec5a5b849535b 9001 21-May-2008 vboxsync

Enabled the PGMMODE_PROTECTED (Guest) & PGMMODE_AMD64 (shadow) combination again.

6d4f64d7bfb97e9fc7ff3d4bbe0bd16ba5b8a3d5 8739 09-May-2008 vboxsync

Set the shadow PDE for real and protected mode without paging to read/write & user.

39a50acba9587ff144e465cacdd41826f50d31c7 8738 09-May-2008 vboxsync

More logging

f78748fa5e986ded3741f3ead3cd9534cf1e602b 8659 07-May-2008 vboxsync

Updates for 64 bits paging. Removed conditional dirty and accessed bits syncing. Doesn't make sense not to do this.

9507ebc79a9c49425a43baf5623b10d1de2325d9 8537 02-May-2008 vboxsync

Spaces

bc6ee42d72fd0618c818c747f91d016a559645f6 8536 02-May-2008 vboxsync

Split out the long mode only bits from the PDPE. Set accessed bits for the PDPE & PML4E

a9278a54b46f6f0e485c7988be86c79074639568 8535 02-May-2008 vboxsync

Trying to shut up GCC

71d0256a894c1b04375c7e3abdf7179df8e11aaa 8533 02-May-2008 vboxsync

Start of 64 bits paging support

92f52d885c6c8ceee40b40f1f257a458aafb9d31 8503 30-Apr-2008 vboxsync

Fall back to the recompiler when the guest tries to access invalid physical memory (e.g. probing RAM or accessing remapping MMIO memory)

27d45f3d7e23246a7d858dc8670b19d6809a4c9b 8191 19-Apr-2008 vboxsync

warnings

1c94c0a63ba68be1a7b2c640e70d7a06464e4fca 8155 18-Apr-2008 vboxsync

The Big Sun Rebranding Header Change

/vbox/Makefile.kmk /vbox/configure.vbs /vbox/debian/VBox.sh /vbox/doc/VBox-CodingGuidelines.cpp /vbox/doc/VBox-doc.c /vbox/include/Makefile.kmk /vbox/include/VBox/DevPCNet.h /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/HostServices/VBoxOGLOp.h /vbox/include/VBox/HostServices/VBoxOpenGLSvc.h /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuest.inc /vbox/include/VBox/VBoxGuest.mac /vbox/include/VBox/VBoxGuest16.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD-new.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VBoxVideo.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/VRDPOrders.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/bioslogo.h /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/array.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/gmm.h /vbox/include/VBox/gvm.h /vbox/include/VBox/gvmm.h /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwacc_vmx.mac /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmasynccompletion.h /vbox/include/VBox/pdmasynctask.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmins.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/settings.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/sup.mac /vbox/include/VBox/tapwin32.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/trpm.mac /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib-win.h /vbox/include/VBox/usblib.h /vbox/include/VBox/uvm.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cpputils.h /vbox/include/iprt/cpuset.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/lock.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/mp.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdptext.c /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp /vbox/src/VBox/Additions/WINNT/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc /vbox/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.rc /vbox/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.h /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.h /vbox/src/VBox/Additions/WINNT/VBoxService/resource.h /vbox/src/VBox/Additions/WINNT/VBoxService/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/testcase/tstSessionHack.cpp /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk /vbox/src/VBox/Additions/WINNT/include/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h /vbox/src/VBox/Additions/WINNT/include/VBoxHook.h /vbox/src/VBox/Additions/common/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.def /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestA-os2.asm /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLR3Internal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibClipboard.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDaemonize.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGR.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibTime.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/common/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxService/VBoxService-os2.def /vbox/src/VBox/Additions/common/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceClipboard-os2.cpp /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Additions/freebsd/Installer/vboxguest.sh /vbox/src/VBox/Additions/freebsd/Makefile.kmk /vbox/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vfsops.c /vbox/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/supc++.c /vbox/src/VBox/Additions/linux/daemon/vboxadd_timesync.c /vbox/src/VBox/Additions/linux/export_modules /vbox/src/VBox/Additions/linux/installer/vboxadd-timesync.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/installer/vboxvfs.sh /vbox/src/VBox/Additions/linux/module/Makefile.kmk /vbox/src/VBox/Additions/linux/module/Makefile.module /vbox/src/VBox/Additions/linux/module/cmc.c /vbox/src/VBox/Additions/linux/module/files_vboxadd /vbox/src/VBox/Additions/linux/module/hgcmcall.c /vbox/src/VBox/Additions/linux/module/vboxmod.c /vbox/src/VBox/Additions/linux/module/vboxmod.h /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.kmk /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/files_vboxvfs /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vbsfmount.h /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/solaris/Installer/makepackage.sh /vbox/src/VBox/Additions/solaris/Installer/postinstall.sh /vbox/src/VBox/Additions/solaris/Installer/preremove.sh /vbox/src/VBox/Additions/solaris/Installer/vboxguest.sh /vbox/src/VBox/Additions/solaris/Installer/vboxservice.xml /vbox/src/VBox/Additions/solaris/Makefile.kmk /vbox/src/VBox/Additions/x11/Makefile.kmk /vbox/src/VBox/Additions/x11/installer/VBoxRandR.sh /vbox/src/VBox/Additions/x11/installer/x11config.pl /vbox/src/VBox/Additions/x11/installer/x11restore.pl /vbox/src/VBox/Additions/x11/xclient/Makefile.kmk /vbox/src/VBox/Additions/x11/xclient/clipboard.cpp /vbox/src/VBox/Additions/x11/xclient/clipboard.h /vbox/src/VBox/Additions/x11/xclient/displaychange-x11.cpp /vbox/src/VBox/Additions/x11/xclient/displaychange.h /vbox/src/VBox/Additions/x11/xclient/main.cpp /vbox/src/VBox/Additions/x11/xclient/seamless-glue.h /vbox/src/VBox/Additions/x11/xclient/seamless-guest.h /vbox/src/VBox/Additions/x11/xclient/seamless-host.cpp /vbox/src/VBox/Additions/x11/xclient/seamless-host.h /vbox/src/VBox/Additions/x11/xclient/seamless-x11.cpp /vbox/src/VBox/Additions/x11/xclient/seamless-x11.h /vbox/src/VBox/Additions/x11/xclient/seamless.h /vbox/src/VBox/Additions/x11/xclient/testcase/tstSeamlessX11.cpp /vbox/src/VBox/Additions/x11/xclient/thread.cpp /vbox/src/VBox/Additions/x11/xclient/thread.h /vbox/src/VBox/Additions/x11/xgraphics/Imakefile /vbox/src/VBox/Additions/x11/xgraphics/Makefile.kmk /vbox/src/VBox/Additions/x11/xgraphics/vboxutils.c /vbox/src/VBox/Additions/x11/xgraphics/vboxutils_68.c /vbox/src/VBox/Additions/x11/xgraphics/vboxvideo.h /vbox/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c /vbox/src/VBox/Additions/x11/xgraphics/vboxvideo_68.c /vbox/src/VBox/Additions/x11/xgraphics/vboxvideo_68.h /vbox/src/VBox/Additions/x11/xgraphics/vboxvideo_70.c /vbox/src/VBox/Additions/x11/xmouse/Imakefile /vbox/src/VBox/Additions/x11/xmouse/Makefile.kmk /vbox/src/VBox/Additions/x11/xmouse/VBoxUtils.c /vbox/src/VBox/Additions/x11/xmouse/VBoxUtils.h /vbox/src/VBox/Additions/x11/xmouse/VBoxUtils_68.c /vbox/src/VBox/Additions/x11/xmouse/xorg14/mouse.c /vbox/src/VBox/Additions/x11/xmouse/xorg70/mouse.c /vbox/src/VBox/Additions/x11/xmouse/xorg71/mouse.c /vbox/src/VBox/Debugger/DBGCBuiltInSymbols.cpp /vbox/src/VBox/Debugger/DBGCCmdHlp.cpp /vbox/src/VBox/Debugger/DBGCCmdWorkers.cpp /vbox/src/VBox/Debugger/DBGCCommands.cpp /vbox/src/VBox/Debugger/DBGCEmulateCodeView.cpp /vbox/src/VBox/Debugger/DBGCInternal.h /vbox/src/VBox/Debugger/DBGCOps.cpp /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/Makefile.kmk /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStats.cpp /vbox/src/VBox/Debugger/VBoxDbgStats.h /vbox/src/VBox/Debugger/testcase/tstDBGCParser.cpp /vbox/src/VBox/Debugger/testcase/tstDBGCStubs.cpp /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/alsa_stubs.c /vbox/src/VBox/Devices/Audio/alsa_stubs.h /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/pulse_stubs.c /vbox/src/VBox/Devices/Audio/pulse_stubs.h /vbox/src/VBox/Devices/Audio/pulseaudio.c /vbox/src/VBox/Devices/Audio/solaudio.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Graphics/BIOS/Makefile.kmk /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvTAPOs2.cpp /vbox/src/VBox/Devices/Network/DrvTAPWin32.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/slirp/slirp_state.h /vbox/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh /vbox/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile.kmk /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Parallel/DrvHostParallel.cpp /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/RawHDDCore.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-new.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-newInternal.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDICore.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile.kmk /vbox/src/VBox/Devices/Storage/testcase/tstVD.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Devices/Storage/testcase/vditool.cpp /vbox/src/VBox/Devices/VBoxDDUDeps.cpp /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/testcase/Makefile.kmk /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestA.asm /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VMControl.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile.kmk /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxHeadless/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/FFmpegFB.h /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/testcase/tstHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSVN.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h /vbox/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/include/HappyHttp.h /vbox/src/VBox/Frontends/VirtualBox/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDownloaderWgt.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxIChatTheaterWrapper.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxNetworkFramework.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/HappyHttp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxNetworkFramework.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/Makefile /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-layouts.h /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.asm /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/os2/VBoxHlp.h /vbox/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox4/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox4/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox4/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox4/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox4/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox4/include/DarwinCursor.h /vbox/src/VBox/Frontends/VirtualBox4/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox4/include/HappyHttp.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxDownloaderWgt.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxIChatTheaterWrapper.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxNetworkFramework.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox4/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox4/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/HappyHttp.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxDefs.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxFBQuartz2D.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxNetworkFramework.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/DarwinCursor.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/linux/Makefile /vbox/src/VBox/Frontends/VirtualBox4/src/linux/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-layouts.h /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-list.h /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-new.c /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard-tables.h /vbox/src/VBox/Frontends/VirtualBox4/src/linux/keyboard.h /vbox/src/VBox/Frontends/VirtualBox4/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/os2/VBoxHlp.asm /vbox/src/VBox/Frontends/VirtualBox4/src/os2/VBoxHlp.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/os2/VBoxHlp.h /vbox/src/VBox/Frontends/VirtualBox4/src/win32/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxUSBFilterSettings.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMParallelPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMParallelPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSerialPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSerialPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDRV.h /vbox/src/VBox/HostDrivers/Support/SUPDRVIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0.def /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/load.sh /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/linux/build_in_tmp /vbox/src/VBox/HostDrivers/Support/linux/export_modules /vbox/src/VBox/HostDrivers/Support/linux/files_vboxdrv /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/testcase/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.inf /vbox/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf /vbox/src/VBox/HostServices/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h /vbox/src/VBox/HostServices/SharedClipboard/clipboard-helper.cpp /vbox/src/VBox/HostServices/SharedClipboard/clipboard-helper.h /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.h /vbox/src/VBox/HostServices/SharedClipboard/darwin.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/win32.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11-stub.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11.cpp /vbox/src/VBox/HostServices/SharedFolders/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/shfl.h /vbox/src/VBox/HostServices/SharedFolders/shflhandle.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.h /vbox/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.h /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/Makefile.kmk /vbox/src/VBox/HostServices/SharedOpenGL/gldrv.h /vbox/src/VBox/HostServices/SharedOpenGL/glext.cpp /vbox/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/service.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.h /vbox/src/VBox/Installer/Makefile.kmk /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/VBox.sh /vbox/src/VBox/Installer/linux/VBoxAddIF.sh /vbox/src/VBox/Installer/linux/VBoxSysInfo.sh /vbox/src/VBox/Installer/solaris/Makefile.kmk /vbox/src/VBox/Installer/solaris/VBox.sh /vbox/src/VBox/Installer/solaris/makepackage.sh /vbox/src/VBox/Installer/solaris/postinstall.sh /vbox/src/VBox/Installer/solaris/preremove.sh /vbox/src/VBox/Installer/solaris/vboxdrv.sh /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/AutoLock.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/FramebufferImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostDVDDriveImpl.cpp /vbox/src/VBox/Main/HostFloppyDriveImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SATAControllerImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/Version.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/Collection.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostDVDDriveImpl.h /vbox/src/VBox/Main/include/HostFloppyDriveImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SATAControllerImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/Shareable.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/Version.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/include/vbox-libhal.h /vbox/src/VBox/Main/linux/helpers.cpp /vbox/src/VBox/Main/linux/module.cpp /vbox/src/VBox/Main/linux/server.cpp /vbox/src/VBox/Main/linux/server.h /vbox/src/VBox/Main/linux/server_module.cpp /vbox/src/VBox/Main/linux/vbox-libhal.cpp /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/win32/VBoxC.def /vbox/src/VBox/Main/win32/VBoxC.rc /vbox/src/VBox/Main/win32/VBoxSVC.rc /vbox/src/VBox/Main/win32/VirtualBox_rgs.xsl /vbox/src/VBox/Main/win32/comregister.cmd /vbox/src/VBox/Main/win32/dllmain.cpp /vbox/src/VBox/Main/win32/resource.h /vbox/src/VBox/Main/win32/svchlp.cpp /vbox/src/VBox/Main/win32/svchlp.h /vbox/src/VBox/Main/win32/svcmain.cpp /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Makefile.kmk /vbox/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c /vbox/src/VBox/RDP/client/vrdp/rdpusb.c /vbox/src/VBox/RDP/client/vrdp/vrdpusb.h /vbox/src/VBox/RDP/client/vrdp/vusb.h /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/checksum/md5.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/err/errmsg.sed /vbox/src/VBox/Runtime/common/err/errmsgcom.sed /vbox/src/VBox/Runtime/common/err/errmsgxpcom.sed /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/math/ceill.asm /vbox/src/VBox/Runtime/common/math/cosl.asm /vbox/src/VBox/Runtime/common/math/fabs.asm /vbox/src/VBox/Runtime/common/math/fabsf.asm /vbox/src/VBox/Runtime/common/math/fabsl.asm /vbox/src/VBox/Runtime/common/math/floor.asm /vbox/src/VBox/Runtime/common/math/floorf.asm /vbox/src/VBox/Runtime/common/math/floorl.asm /vbox/src/VBox/Runtime/common/math/ldexpl.asm /vbox/src/VBox/Runtime/common/math/llrint.asm /vbox/src/VBox/Runtime/common/math/llrintf.asm /vbox/src/VBox/Runtime/common/math/llrintl.asm /vbox/src/VBox/Runtime/common/math/logl.asm /vbox/src/VBox/Runtime/common/math/lrint.asm /vbox/src/VBox/Runtime/common/math/lrintf.asm /vbox/src/VBox/Runtime/common/math/lrintl.asm /vbox/src/VBox/Runtime/common/math/remainder.asm /vbox/src/VBox/Runtime/common/math/remainderf.asm /vbox/src/VBox/Runtime/common/math/remainderl.asm /vbox/src/VBox/Runtime/common/math/sinl.asm /vbox/src/VBox/Runtime/common/math/tanl.asm /vbox/src/VBox/Runtime/common/math/trunc.asm /vbox/src/VBox/Runtime/common/math/truncf.asm /vbox/src/VBox/Runtime/common/math/truncl.asm /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/rand.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/setjmp.asm /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/string/memchr.asm /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.asm /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.asm /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/memmove.asm /vbox/src/VBox/Runtime/common/string/memmove_alias.c /vbox/src/VBox/Runtime/common/string/mempcpy.asm /vbox/src/VBox/Runtime/common/string/memset.asm /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strchr.asm /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp.asm /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/strformattype.cpp /vbox/src/VBox/Runtime/common/string/string.cpp /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/common/time/timesysalias.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdFromSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpDoesCpuExist-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetMaxCpuId-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineCount-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetOnlineSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpGetSet-generic.cpp /vbox/src/VBox/Runtime/generic/RTMpIsCpuOnline-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/tls-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/os2/sys0.asm /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/generic/RTMpOn-r0drv-generic.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/mp-r0drv.h /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/solaris/RTLogWriteDebugger-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/mp-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semevent-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp /vbox/src/VBox/Runtime/r3/linux/semmutex-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/filelock-os2.cpp /vbox/src/VBox/Runtime/r3/os2/mp-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTMpGetCount-posix.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semevent-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semeventmulti-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semmutex-posix.cpp /vbox/src/VBox/Runtime/r3/posix/semrw-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/tls-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/VBoxRT-win32.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-win64.def /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/dllmain-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/mp-win.cpp /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/sems-win.cpp /vbox/src/VBox/Runtime/r3/win/system-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/r3/win/time-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/tls-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/utf8-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDeadlock.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstGetOpt.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstNoCrt-1.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSemMutex.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime-4.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetCS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetES.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetSS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win/amd64/ASMSetFlags.asm /vbox/src/VBox/Runtime/win/errmsgwin.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/GMM.cpp /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMThread.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllA.asm CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/EMGCA.asm /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.def /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGC/VMMGC0.asm /vbox/src/VBox/VMM/VMMGC/VMMGC99.asm /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0A.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstGlobalConfig.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstMicroGC.def /vbox/src/VBox/VMM/testcase/tstMicroGCA.asm /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMFork.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/libs/Makefile.kmk /vbox/src/libs/ffmpeg-20060710/Makefile.kmk /vbox/src/libs/ffmpeg-20060710/VBoxFFmpeg-darwin.def /vbox/src/libs/ffmpeg-20060710/VBoxFFmpeg.def /vbox/src/libs/kStuff/Makefile.kmk /vbox/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpPage-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpString-iprt.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/liblzf-1.51/Makefile.kmk /vbox/src/libs/libpng-1.2.8/Makefile.kmk /vbox/src/libs/libxml2-2.6.30/Makefile.kmk /vbox/src/libs/libxslt-1.1.22/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/libs/zlib-1.2.1/Makefile.kmk /vbox/src/recompiler/InnoTek/config-host.h /vbox/src/recompiler/InnoTek/config.h /vbox/src/recompiler/InnoTek/crt/stdio.h /vbox/src/recompiler/InnoTek/deftoimp.sed /vbox/src/recompiler/InnoTek/op-darwin.sed /vbox/src/recompiler/InnoTek/structs.h /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxREMWrapperA.asm /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/Makefile.kmk /vbox/src/testcase/tstRunTestcases.cpp
0205cdf2a6d8f1d1ee4326a3b6ade00022da161c 8084 17-Apr-2008 vboxsync

Don't free mappings (PAE mode)

643c2764713c8c26c6a9ba25d89d0e2489cfb1a9 8079 17-Apr-2008 vboxsync

PAE bugfix for CR3 mapping

acceb4bf18ed8d49c5d8034d8ddea1ade50b0d7a 8048 16-Apr-2008 vboxsync

Indent

d593c1e5dbcee83ffd495e3f3bcc1eed5995f355 8047 16-Apr-2008 vboxsync

More logging

69be17f331f0e51b40688feabc381dda79b0388b 8042 16-Apr-2008 vboxsync

corrected #if/#else/#endif comments.

34367d4de514a7f16e9159305acfcf99f36818e5 8034 16-Apr-2008 vboxsync

Fixed another regression (pae shadow, 32 bits guest)

fdea543f71872a3ec3909536a4fce37ab7aa3a8b 8033 16-Apr-2008 vboxsync

Fixed one regression + several PAE related bugs.

a270916678873bbf2b304d39596d8123b2520fb6 8031 16-Apr-2008 vboxsync

Accidental debug code

2296859d5599a60b075166b061e926c811d00e5c 8030 16-Apr-2008 vboxsync

Another fix for PAE mappings

a258c107b6d7132f8452a4a93ba85dd60b9d5352 8028 16-Apr-2008 vboxsync

Precedence

b102aef4b776d92e786c2cb09b99940703da921c 8027 16-Apr-2008 vboxsync

Fixed regression in 29680

325823d2d3213660ea0581c1be0c667fdf7047e8 8021 16-Apr-2008 vboxsync

Added missing bits for PAE guest mappings.

2ed8d64637e35b8117511a02b3d1e60829d08998 8002 15-Apr-2008 vboxsync

Backed out 29657

289f21bb986c6156eab4443a6fc50aa260fa59dd 8001 15-Apr-2008 vboxsync

PAE monitoring fixes

a74f394126bf4124e3016240545b10e08c4fba97 7997 15-Apr-2008 vboxsync

Assertion now only applies to long mode

f1fc6b69fa0660ad0e600268c1c62e2f9031fe8f 7904 11-Apr-2008 vboxsync

Additional checks for pgmGstGetPaePDPtr return value

c313e4a5fce76203c4008c272fdae066261c2281 7885 10-Apr-2008 vboxsync

Extra check for PAE PDPTR

b35e836b37dc015e5134379717f8a768152fd7de 7877 10-Apr-2008 vboxsync

Adjusted assertion

3381d91e4edaa6d3f1b661fda280beb1d785b53a 7876 10-Apr-2008 vboxsync

Correction

9084535d96b2c9d91ab95fdfb0672bffc6735117 7874 10-Apr-2008 vboxsync

Shutting up the compiler

f04337b3fe4ee0bdecddf6b7cdb9146df90b725c 7873 10-Apr-2008 vboxsync

AssertCR3: check the 4 PDPTs too in PAE legacy mode

3e0c2f619fb8d10f7f9fa689cad76d1b8f902bc7 7859 10-Apr-2008 vboxsync

Again

d4594961da0fcba611e559a90f55102af8df195a 7858 10-Apr-2008 vboxsync

AssertCR3 correction for PAE

a3dbd14082edea2885045adf99e43977e75dcdee 7845 09-Apr-2008 vboxsync

Corrected parameters for SyncCR3 & AssertCR3

312be3f78f5f0caa406bdc93d3d4e8914ed5eedb 7842 09-Apr-2008 vboxsync

AssertCR3 for PAE guest mode

af77549f5851d7262dd1ffae5ec5a05cc302dd54 7822 09-Apr-2008 vboxsync

Must inform pgmpool about cleared PDs

e83667fa085bdbfdb5d5d0a72a38364dc498c97d 7820 09-Apr-2008 vboxsync

Lazy clearing of PAE page directory

b00e89ebcab8e017bdb514d569e565cd2b1695d6 7819 09-Apr-2008 vboxsync

Clear PDPT

1c80e7e49200fed1c00c9e34e6f28639254a5730 7808 08-Apr-2008 vboxsync

SyncPage: correct NXE bit handling

bceb174044842b891e0776931f2fea2d312390ff 7807 08-Apr-2008 vboxsync

Check pointer

24151b80dba0b79ec2b9a387a966200523148150 7804 08-Apr-2008 vboxsync

NXE correction

94681de361a7093acdbc99cee82a42b35889c79e 7802 08-Apr-2008 vboxsync

NX, r/w, u/s bits in the PDPE are valid in long mode only.

e8dd72a1287a05f1c2dbcb522939b211acc47fe5 7800 08-Apr-2008 vboxsync

PAE bugfix

8d35b5e60c36197e3c52a039bd40f8601b6ce4c0 7797 08-Apr-2008 vboxsync

Cleanup

dec1b20d91846834211ebbce8de69128ec1d96d2 7796 08-Apr-2008 vboxsync

Consistency

faf6b22ac9299d6a674771df0850f13637754941 7794 08-Apr-2008 vboxsync

corrected assertion

382fb7a750711bd5451e16f218fc465dc2ea414a 7793 08-Apr-2008 vboxsync

More verbose assertion

81ef6b7c9f45eccc3ce932354c9e9952d6474cf7 7791 08-Apr-2008 vboxsync

PAE fix for shadow PD index

3c41ad2ea0d72f91009521afc81047c24268c31f 7747 04-Apr-2008 vboxsync

PAE correction

414e42be6c94fc78965792a8279ab56fb99831a7 7743 04-Apr-2008 vboxsync

And another one

19a44d9215063c1c7e0cdaec3b0b5ae6e06aa2b1 7742 04-Apr-2008 vboxsync

Corrected assertion for PAE guest mode

bda14786cbbda8419eacadb7b96ff8b00e6dd601 7739 04-Apr-2008 vboxsync

Moved WP check to the right place; fixes stuck boot of XP with hwaccm enable

9464ac33f05059390b99ceebf88e2e55f97dcda8 7730 03-Apr-2008 vboxsync

Added CPUMSet/GetGuestEFER. Corrected NX bit handling.

22c5bb04202ea3e49a7fb7b02ebce3975f1cb5d5 7728 03-Apr-2008 vboxsync

Some cleanup. CheckPageFault: implemented PAE case

8abe0e0c1cc004c50cf94ff53a7bed1b1df08b45 7719 03-Apr-2008 vboxsync

pgmGstGetPaePDPtr.

01ecf57bc89388e4970ae42654894dcbfd64b88a 7718 03-Apr-2008 vboxsync

Enabled X86_CR0_WP=0 code execution with VT-x & AMD-V

8f7bc6ad2b7bbcb4b3b96248cd2478e45f2e3b88 7715 03-Apr-2008 vboxsync

Renamed PDPTR to PDPT. Added preliminary code for executing code with X86_CR0_WP cleared (disabled).

1cab4c8b5903a7933e7c31a6b5738e629029c7b3 7702 02-Apr-2008 vboxsync

Fixed a bunch of #else and #endif comments. The convention here is that on an #else we'll document what the criteria for the following body is, and for #endif the above body. So, the #else comment is the inverse of the #if and the #endif is the same as the #else, or if there isn't any #lese, the #if.

9ad362a511446bba04cc66bbec1305745b1ca4f3 7698 02-Apr-2008 vboxsync

Removed redundant check

8c682a9a078cfd214130816edb813ef5bcac232d 7697 02-Apr-2008 vboxsync

Bugfix for real & protected mode

19ec3aeb41eef3f3c5fd02d2412f01811ef6fcf8 7677 01-Apr-2008 vboxsync

Cleanup

5476bd9ec30ebad9ed9e39aa8a4ff2c49bede2d7 7676 01-Apr-2008 vboxsync

Cleaned up. AMD64 shadow paging is only valid with AMD64 guest paging. Other combinations removed. Simplified paging #ifdefs.

8e918e5fbe49284c598cdf54ca25200642e0095d 7668 31-Mar-2008 vboxsync

Cleaned up

92b424059f84323c53f6f31a90c77cdd7f5760f3 7667 31-Mar-2008 vboxsync

More comments + PAE updates

11c0410636b200260d9e040d2f0de09592c55a66 7666 31-Mar-2008 vboxsync

Put back the original PAE defines. AMD differs from Intel wrt valid pae & long mode physical address bits.

90a2b54e0f5fb9db3313015676a65d877cac1c09 7664 31-Mar-2008 vboxsync

Comment update

30ea0ddca87750d8fd5719861a91884a8de246d9 7662 31-Mar-2008 vboxsync

Clarified code

df9dc33be49acc653ac9aa62e64c9c56e6f05a27 7657 31-Mar-2008 vboxsync

Renamed 4M to BIG

9b491eb228b51d7ab6de858ae1f4e011b3d9527d 7656 31-Mar-2008 vboxsync

Use GST_PDE4M_PG_MASK

b257884bf5d3c5b54ea68b86d58e4060d8f0ddd8 7655 31-Mar-2008 vboxsync

PAE fixes & changes

7784f1038e2518d2f816b9d7a43068d5dbdbf366 7642 31-Mar-2008 vboxsync

Additional cleanup

f3551b3ca8c37fca817365c30827c8c6ed8fcd3e 7629 28-Mar-2008 vboxsync

Initial cleanup for PAE

bd1ef32f3269ea52098ba14a0aa193a74f932447 7577 26-Mar-2008 vboxsync

~0U -> NIL_RTGCPHYS

c134d031907a71e73152acdf08daf4c3ca28fe84 6927 12-Feb-2008 vboxsync

Converted MM_RAM_FLAGS_VIRTUAL_HANDLER, MM_RAM_FLAGS_VIRTUAL_WRITE and MM_RAM_FLAGS_VIRTUAL_ALL into a two bit state variable in PGMPAGE. I've checked this trice because, like last time, bugs may have odd sideeffects and hide for a while before showing up. Hope I got this right (unlike for phys). Fixed a regression from the MM_RAM_FLAGS_PHYSICAL in the physical read/write code.

4f7e25c6efee4ff5419050d168f6de8333609c0a 6913 12-Feb-2008 vboxsync

Separated the PGMVIRTHANDLERTYPE_HYPERVISOR kind of handlers from the others since to simplify the code a bit.

88d5f0bc071bee7aabc1019c9bec949780abe7d2 6911 11-Feb-2008 vboxsync

Removed the EIP (PGMVIRTHANDLERTYPE_EIP) kind of virtual access handlers. This type have never been used, isn't working right, and is just messing up the code.

ffe7461c63ca36e2d358f4882963e23c1dc504fa 6902 11-Feb-2008 vboxsync

Converted MM_RAM_FLAGS_PHYSICAL_HANDLER, _WRITE, _ALL and _TEMP_OFF into a 2-bit state field (u2HandlerPhysStateX). I've tripple checked this change, but if I overlooked something real odd stuff might happen...

c20b837b2c912dd4dcaaa676e15acd2b230108f0 6829 06-Feb-2008 vboxsync

Addressed the R0/R3 issues with the PGMRAMRANGE structure.

a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fc 5999 07-Dec-2007 vboxsync

The Giant CDDL Dual-License Header Change.

/vbox/Makefile.kmk /vbox/configure.vbs /vbox/debian/VBox.sh /vbox/debian/vboxdrv.init.tmpl /vbox/debian/vboxnet.init.tmpl /vbox/include/Makefile.kmk /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/HostServices/VBoxOGLOp.h /vbox/include/VBox/HostServices/VBoxOpenGLSvc.h /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuest.inc /vbox/include/VBox/VBoxGuest.mac /vbox/include/VBox/VBoxGuest16.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD-new.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VBoxVideo.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgldr.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/gmm.h /vbox/include/VBox/gvm.h /vbox/include/VBox/gvmm.h /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwacc_vmx.mac /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmasynccompletion.h /vbox/include/VBox/pdmasynctask.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmins.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/sup.mac /vbox/include/VBox/tapwin32.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/trpm.mac /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib-win.h /vbox/include/VBox/usblib.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cpputils.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/getopt.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/lock.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp /vbox/src/VBox/Additions/WINNT/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc /vbox/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def /vbox/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxRestore.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxVRDP.h /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.h /vbox/src/VBox/Additions/WINNT/VBoxService/resource.h /vbox/src/VBox/Additions/WINNT/VBoxService/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/testcase/tstSessionHack.cpp /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk /vbox/src/VBox/Additions/WINNT/include/VBoxDisplay.h /vbox/src/VBox/Additions/WINNT/include/VBoxGuestInternal.h /vbox/src/VBox/Additions/WINNT/include/VBoxHook.h /vbox/src/VBox/Additions/common/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/supc++.c /vbox/src/VBox/Additions/linux/daemon/vboxadd_timesync.c /vbox/src/VBox/Additions/linux/export_modules /vbox/src/VBox/Additions/linux/installer/vboxadd-timesync.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/installer/vboxvfs.sh /vbox/src/VBox/Additions/linux/installer/x11config.pl /vbox/src/VBox/Additions/linux/module/Makefile.kmk /vbox/src/VBox/Additions/linux/module/Makefile.module /vbox/src/VBox/Additions/linux/module/cmc.c /vbox/src/VBox/Additions/linux/module/files_vboxadd /vbox/src/VBox/Additions/linux/module/hgcmcall.c /vbox/src/VBox/Additions/linux/module/vboxmod.c /vbox/src/VBox/Additions/linux/module/vboxmod.h /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.kmk /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/files_vboxvfs /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vbsfmount.h /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/linux/xclient/Makefile.kmk /vbox/src/VBox/Additions/linux/xclient/clipboard.cpp /vbox/src/VBox/Additions/linux/xclient/clipboard.h /vbox/src/VBox/Additions/linux/xclient/main.cpp /vbox/src/VBox/Additions/linux/xclient/seamless-glue.h /vbox/src/VBox/Additions/linux/xclient/seamless-guest.h /vbox/src/VBox/Additions/linux/xclient/seamless-host.cpp /vbox/src/VBox/Additions/linux/xclient/seamless-host.h /vbox/src/VBox/Additions/linux/xclient/seamless-x11.cpp /vbox/src/VBox/Additions/linux/xclient/seamless-x11.h /vbox/src/VBox/Additions/linux/xclient/seamless.h /vbox/src/VBox/Additions/linux/xclient/testcase/tstSeamlessX11.cpp /vbox/src/VBox/Additions/linux/xclient/thread.cpp /vbox/src/VBox/Additions/linux/xclient/thread.h /vbox/src/VBox/Additions/linux/xgraphics/Imakefile /vbox/src/VBox/Additions/linux/xgraphics/Makefile.kmk /vbox/src/VBox/Additions/linux/xgraphics/vboxutils.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo.h /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_13.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_14.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_68.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c /vbox/src/VBox/Additions/linux/xmouse/Makefile.kmk /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.c /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.h /vbox/src/VBox/Additions/linux/xmouse/xorg14/mouse.c /vbox/src/VBox/Additions/linux/xmouse/xorg70/mouse.c /vbox/src/VBox/Additions/linux/xmouse/xorg71/mouse.c /vbox/src/VBox/Additions/os2/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest-os2.def /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuestA-os2.asm /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/os2/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/os2/VBoxService/VBoxService-os2.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxService-os2.def /vbox/src/VBox/Additions/os2/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceClipboard-os2.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Debugger/DBGCBuiltInSymbols.cpp /vbox/src/VBox/Debugger/DBGCCmdHlp.cpp /vbox/src/VBox/Debugger/DBGCCmdWorkers.cpp /vbox/src/VBox/Debugger/DBGCCommands.cpp /vbox/src/VBox/Debugger/DBGCEmulateCodeView.cpp /vbox/src/VBox/Debugger/DBGCInternal.h /vbox/src/VBox/Debugger/DBGCOps.cpp /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/Makefile.kmk /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStats.cpp /vbox/src/VBox/Debugger/VBoxDbgStats.h /vbox/src/VBox/Debugger/testcase/tstDBGCParser.cpp /vbox/src/VBox/Debugger/testcase/tstDBGCStubs.cpp /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/solaudio.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Graphics/BIOS/Makefile.kmk /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvTAPOs2.cpp /vbox/src/VBox/Devices/Network/DrvTAPWin32.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/slirp/slirp_state.h /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile.kmk /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Parallel/DrvHostParallel.cpp /vbox/src/VBox/Devices/Parallel/ParallelIOCtlCmd.h /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvHostRawDisk.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/DrvVmdk.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/VBoxHDD-new.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-newInternal.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDICore.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile.kmk /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Devices/Storage/testcase/vditool.cpp /vbox/src/VBox/Devices/VBoxDDUDeps.cpp /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/testcase/Makefile.kmk /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestA.asm /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.h /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VMControl.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMControl.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile.kmk /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxHeadless/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSVN.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h /vbox/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/include/HappyHttp.h /vbox/src/VBox/Frontends/VirtualBox/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDownloaderWgt.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxNetworkFramework.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/HappyHttp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxNetworkFramework.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard-new.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-layouts.h /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-list.h /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-new.c /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard-tables.h /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxRegistrationDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMParallelPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSerialPortSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDRV.h /vbox/src/VBox/HostDrivers/Support/SUPDRVIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0.def /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/load.sh /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/linux/build_in_tmp /vbox/src/VBox/HostDrivers/Support/linux/export_modules /vbox/src/VBox/HostDrivers/Support/linux/files_vboxdrv /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/testcase/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.inf /vbox/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf /vbox/src/VBox/HostServices/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h /vbox/src/VBox/HostServices/SharedClipboard/linux-stub.cpp /vbox/src/VBox/HostServices/SharedClipboard/linux.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/win32.cpp /vbox/src/VBox/HostServices/SharedFolders/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/shfl.h /vbox/src/VBox/HostServices/SharedFolders/shflhandle.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.h /vbox/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.h /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/Makefile.kmk /vbox/src/VBox/HostServices/SharedOpenGL/gldrv.h /vbox/src/VBox/HostServices/SharedOpenGL/glext.cpp /vbox/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/service.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.h /vbox/src/VBox/Installer/Makefile.kmk /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/VBox.sh /vbox/src/VBox/Installer/linux/VBoxAddIF.sh /vbox/src/VBox/Installer/linux/VBoxSysInfo.sh /vbox/src/VBox/Installer/linux/vboxdrv.sh /vbox/src/VBox/Installer/linux/vboxnet.sh /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/FramebufferImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostDVDDriveImpl.cpp /vbox/src/VBox/Main/HostFloppyDriveImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceFilterImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/Version.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxXMLUtil.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/Collection.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostDVDDriveImpl.h /vbox/src/VBox/Main/include/HostFloppyDriveImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/Shareable.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFilterImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/USBProxyService.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/Version.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/include/vbox-libhal.h /vbox/src/VBox/Main/linux/helpers.cpp /vbox/src/VBox/Main/linux/module.cpp /vbox/src/VBox/Main/linux/server.cpp /vbox/src/VBox/Main/linux/server.h /vbox/src/VBox/Main/linux/server_module.cpp /vbox/src/VBox/Main/linux/vbox-libhal.cpp /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/win32/VBoxC.def /vbox/src/VBox/Main/win32/VBoxC.rc /vbox/src/VBox/Main/win32/VBoxSVC.rc /vbox/src/VBox/Main/win32/VirtualBox_rgs.xsl /vbox/src/VBox/Main/win32/comregister.cmd /vbox/src/VBox/Main/win32/dllmain.cpp /vbox/src/VBox/Main/win32/resource.h /vbox/src/VBox/Main/win32/svchlp.cpp /vbox/src/VBox/Main/win32/svchlp.h /vbox/src/VBox/Main/win32/svcmain.cpp /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/cfgldr.cpp /vbox/src/VBox/Makefile.kmk /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/common/alloc/alloc.cpp /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/common/checksum/crc32.cpp /vbox/src/VBox/Runtime/common/checksum/crc64.cpp /vbox/src/VBox/Runtime/common/checksum/md5.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp /vbox/src/VBox/Runtime/common/err/errmsg.cpp /vbox/src/VBox/Runtime/common/err/errmsg.sed /vbox/src/VBox/Runtime/common/err/errmsgcom.sed /vbox/src/VBox/Runtime/common/err/errmsgxpcom.sed /vbox/src/VBox/Runtime/common/ldr/ldr.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELF.cpp /vbox/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrFile.cpp /vbox/src/VBox/Runtime/common/ldr/ldrNative.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/ldr/ldrkStuff.cpp /vbox/src/VBox/Runtime/common/log/log.cpp /vbox/src/VBox/Runtime/common/log/logcom.cpp /vbox/src/VBox/Runtime/common/log/logformat.cpp /vbox/src/VBox/Runtime/common/math/ceill.asm /vbox/src/VBox/Runtime/common/math/cosl.asm /vbox/src/VBox/Runtime/common/math/fabs.asm /vbox/src/VBox/Runtime/common/math/fabsf.asm /vbox/src/VBox/Runtime/common/math/fabsl.asm /vbox/src/VBox/Runtime/common/math/floor.asm /vbox/src/VBox/Runtime/common/math/floorf.asm /vbox/src/VBox/Runtime/common/math/floorl.asm /vbox/src/VBox/Runtime/common/math/ldexpl.asm /vbox/src/VBox/Runtime/common/math/llrint.asm /vbox/src/VBox/Runtime/common/math/llrintf.asm /vbox/src/VBox/Runtime/common/math/llrintl.asm /vbox/src/VBox/Runtime/common/math/logl.asm /vbox/src/VBox/Runtime/common/math/lrint.asm /vbox/src/VBox/Runtime/common/math/lrintf.asm /vbox/src/VBox/Runtime/common/math/lrintl.asm /vbox/src/VBox/Runtime/common/math/remainder.asm /vbox/src/VBox/Runtime/common/math/remainderf.asm /vbox/src/VBox/Runtime/common/math/remainderl.asm /vbox/src/VBox/Runtime/common/math/sinl.asm /vbox/src/VBox/Runtime/common/math/tanl.asm /vbox/src/VBox/Runtime/common/math/trunc.asm /vbox/src/VBox/Runtime/common/math/truncf.asm /vbox/src/VBox/Runtime/common/math/truncl.asm /vbox/src/VBox/Runtime/common/misc/assert.cpp /vbox/src/VBox/Runtime/common/misc/getopt.cpp /vbox/src/VBox/Runtime/common/misc/rand.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/sanity-c.c /vbox/src/VBox/Runtime/common/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/common/misc/sanity.h /vbox/src/VBox/Runtime/common/misc/semspingpong.cpp /vbox/src/VBox/Runtime/common/misc/setjmp.asm /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/misc/zip.cpp /vbox/src/VBox/Runtime/common/string/memchr.asm /vbox/src/VBox/Runtime/common/string/memchr.cpp /vbox/src/VBox/Runtime/common/string/memchr_alias.c /vbox/src/VBox/Runtime/common/string/memcmp.asm /vbox/src/VBox/Runtime/common/string/memcmp.cpp /vbox/src/VBox/Runtime/common/string/memcmp_alias.c /vbox/src/VBox/Runtime/common/string/memcpy.asm /vbox/src/VBox/Runtime/common/string/memcpy.cpp /vbox/src/VBox/Runtime/common/string/memcpy_alias.c /vbox/src/VBox/Runtime/common/string/mempcpy.asm /vbox/src/VBox/Runtime/common/string/memset.asm /vbox/src/VBox/Runtime/common/string/memset.cpp /vbox/src/VBox/Runtime/common/string/memset_alias.c /vbox/src/VBox/Runtime/common/string/straprintf.cpp /vbox/src/VBox/Runtime/common/string/strchr.asm /vbox/src/VBox/Runtime/common/string/strchr_alias.c /vbox/src/VBox/Runtime/common/string/strcmp.asm /vbox/src/VBox/Runtime/common/string/strcmp_alias.c /vbox/src/VBox/Runtime/common/string/strcpy.cpp /vbox/src/VBox/Runtime/common/string/strformat.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/string.cpp /vbox/src/VBox/Runtime/common/string/strlen.cpp /vbox/src/VBox/Runtime/common/string/strncmp.cpp /vbox/src/VBox/Runtime/common/string/strpbrk.cpp /vbox/src/VBox/Runtime/common/string/strprintf.cpp /vbox/src/VBox/Runtime/common/string/strspace.cpp /vbox/src/VBox/Runtime/common/string/strstrip.cpp /vbox/src/VBox/Runtime/common/string/strtonum.cpp /vbox/src/VBox/Runtime/common/string/uni.cpp /vbox/src/VBox/Runtime/common/string/unidata.cpp /vbox/src/VBox/Runtime/common/string/uniread.cpp /vbox/src/VBox/Runtime/common/string/utf-16.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/common/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/common/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/common/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/common/table/avlgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlhcphys.cpp /vbox/src/VBox/Runtime/common/table/avllu32.cpp /vbox/src/VBox/Runtime/common/table/avlogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlohcphys.cpp /vbox/src/VBox/Runtime/common/table/avloioport.cpp /vbox/src/VBox/Runtime/common/table/avlpv.cpp /vbox/src/VBox/Runtime/common/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/common/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/common/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlroioport.cpp /vbox/src/VBox/Runtime/common/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/common/table/avlu32.cpp /vbox/src/VBox/Runtime/common/table/avlul.cpp /vbox/src/VBox/Runtime/common/table/table.cpp /vbox/src/VBox/Runtime/common/time/time.cpp /vbox/src/VBox/Runtime/common/time/timeprog.cpp /vbox/src/VBox/Runtime/common/time/timesup.cpp /vbox/src/VBox/Runtime/common/time/timesupA.asm /vbox/src/VBox/Runtime/common/time/timesupA.mac /vbox/src/VBox/Runtime/common/time/timesupref.cpp /vbox/src/VBox/Runtime/common/time/timesupref.h /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/os2/sys0.asm /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semfastmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semfastmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/time-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/dir.cpp /vbox/src/VBox/Runtime/r3/fileio.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/fs.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sems-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/sched-os2.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/path.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sems-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp /vbox/src/VBox/Runtime/r3/win/VBoxRT-win32.def /vbox/src/VBox/Runtime/r3/win/VBoxRT-win64.def /vbox/src/VBox/Runtime/r3/win/alloc-win.cpp /vbox/src/VBox/Runtime/r3/win/dir-win.cpp /vbox/src/VBox/Runtime/r3/win/dllmain-win.cpp /vbox/src/VBox/Runtime/r3/win/fileio-win.cpp /vbox/src/VBox/Runtime/r3/win/fs-win.cpp /vbox/src/VBox/Runtime/r3/win/ldrNative-win.cpp /vbox/src/VBox/Runtime/r3/win/path-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/sems-win.cpp /vbox/src/VBox/Runtime/r3/win/system-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/r3/win/time-win.cpp /vbox/src/VBox/Runtime/r3/win/timer-win.cpp /vbox/src/VBox/Runtime/r3/win/utf16locale-win.cpp /vbox/src/VBox/Runtime/r3/win/utf8-win.cpp /vbox/src/VBox/Runtime/r3/win/uuid-win.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDeadlock.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstEnv.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstGetOpt.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetCS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetDS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetES.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetGS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetSS.asm /vbox/src/VBox/Runtime/win/amd64/ASMGetTR.asm /vbox/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win/amd64/ASMSetFlags.asm /vbox/src/VBox/Runtime/win/errmsgwin.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFMem.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMThread.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMDbg.cpp /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllA.asm CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/EMGCA.asm /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.def /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGC/VMMGC0.asm /vbox/src/VBox/VMM/VMMGC/VMMGC99.asm /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/GVMMR0.cpp /vbox/src/VBox/VMM/VMMR0/GVMMR0Internal.h /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/PGMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0A.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstGlobalConfig.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstMicroGC.def /vbox/src/VBox/VMM/testcase/tstMicroGCA.asm /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMFork.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/libs/Makefile.kmk /vbox/src/libs/ffmpeg-20060710/Makefile.kmk /vbox/src/libs/ffmpeg-20060710/VBoxFFmpeg-darwin.def /vbox/src/libs/ffmpeg-20060710/VBoxFFmpeg.def /vbox/src/libs/kStuff/Makefile.kmk /vbox/src/libs/kStuff/iprt/kHlpAlloc-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpEnv-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpPage-iprt.cpp /vbox/src/libs/kStuff/iprt/kHlpString-iprt.cpp /vbox/src/libs/kStuff/iprt/kRdrFile-iprt.cpp /vbox/src/libs/liblzf-1.51/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/recompiler/InnoTek/config-host.h /vbox/src/recompiler/InnoTek/config.h /vbox/src/recompiler/InnoTek/crt/stdio.h /vbox/src/recompiler/InnoTek/deftoimp.sed /vbox/src/recompiler/InnoTek/op-darwin.sed /vbox/src/recompiler/InnoTek/structs.h /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxREMWrapperA.asm /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/Makefile.kmk /vbox/src/testcase/tstRunTestcases.cpp
5d5a16e354437740c528da44783f21bf1a3a194a 5663 10-Nov-2007 vboxsync

Inverted test

63a13eb21fc0194368456e02048dd6baebb3ca24 5662 10-Nov-2007 vboxsync

Initial changes for guest PAE support

a5e542632108d84ba1777c44a9c0bcbb689288c9 5629 05-Nov-2007 vboxsync

remove deprecated macros

3e6c6998d1dfeded8b9a23f5aa94ad63e9a681d9 5605 01-Nov-2007 vboxsync

BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24

/vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuest16.h /vbox/include/VBox/cpum.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dis.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/mm.h /vbox/include/VBox/patm.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/selm.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/VBox/x86.mac /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/cdefs.h /vbox/include/iprt/ldr.h /vbox/include/iprt/path.h /vbox/include/iprt/string.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/uni.h /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-new.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/Runtime/common/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/common/string/utf-8.cpp /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac PGMAllBth.h /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/recompiler/VBoxREMWrapper.cpp
5a3ac2e10bd820f740b06f6ea59cd5063d6e4a8f 5006 24-Sep-2007 vboxsync

c04d56e828cd419634eaad25265678196c1c72cd 4999 24-Sep-2007 vboxsync

More logging

340d7413d3aba0ad850ce5f164045e7df9aedcff 4992 24-Sep-2007 vboxsync

LogFlow instead

8256e2948cf3dde3ae37aaaffce8dbe682e5705e 4991 24-Sep-2007 vboxsync

More logging

223cf005b18af2c21352a70693ebaf0582f68ebc 4977 22-Sep-2007 vboxsync

Backed out most of 24659.

19b725c530eb49600728765de7ed451cbe290740 4917 20-Sep-2007 vboxsync

Don't trigger breakpoints in ring 0. (AssertRelease & co)

d92790f0563ea59b9c6f8538b8866a4259d28e06 4788 14-Sep-2007 vboxsync

Logging level change

56c9a42f56ef04b3f01d84e7ea8277f255899e72 4665 10-Sep-2007 vboxsync

Moved some of the odd address conversion routines to PGMR3Dbg just to get them out of the way.

aaeb2e2f6ed5b164f1dec9a16a7adeb84f64cf31 4620 08-Sep-2007 vboxsync

The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) conversion.

c98fb3e16fcd571a790eab772c0c66173d225205 4071 07-Aug-2007 vboxsync

Biggest check-in ever. New source code headers for all (C) innotek files.

/vbox/Makefile.kmk /vbox/debian/VBox.sh /vbox/debian/vboxdrv.init.tmpl /vbox/debian/vboxnet.init.tmpl /vbox/include/Makefile.kmk /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/HostServices/VBoxOGLOp.h /vbox/include/VBox/HostServices/VBoxOpenGLSvc.h /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD-new.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VBoxVideo.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgldr.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwacc_vmx.mac /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pdmapi.h /vbox/include/VBox/pdmcritsect.h /vbox/include/VBox/pdmdev.h /vbox/include/VBox/pdmdrv.h /vbox/include/VBox/pdmifs.h /vbox/include/VBox/pdmins.h /vbox/include/VBox/pdmqueue.h /vbox/include/VBox/pdmsrv.h /vbox/include/VBox/pdmthread.h /vbox/include/VBox/pdmusb.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/tapwin32.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/trpm.mac /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cpputils.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/compiler/compiler.h /vbox/include/iprt/nocrt/compiler/gcc.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdarg.h /vbox/include/iprt/nocrt/stddef.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/dd.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp /vbox/src/VBox/Additions/WINNT/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc /vbox/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/VBoxHook.def /vbox/src/VBox/Additions/WINNT/VBoxHook/dllmain.cpp /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxSeamless.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.h /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/helpers.h /vbox/src/VBox/Additions/WINNT/VBoxService/resource.h /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk /vbox/src/VBox/Additions/WINNT/include/VBoxDisplay.h /vbox/src/VBox/Additions/common/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/supc++.c /vbox/src/VBox/Additions/linux/daemon/vboxadd_timesync.c /vbox/src/VBox/Additions/linux/export_modules /vbox/src/VBox/Additions/linux/installer/vboxadd-timesync.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/installer/vboxvfs.sh /vbox/src/VBox/Additions/linux/installer/x11config.pl /vbox/src/VBox/Additions/linux/module/Makefile.kmk /vbox/src/VBox/Additions/linux/module/Makefile.module /vbox/src/VBox/Additions/linux/module/cmc.c /vbox/src/VBox/Additions/linux/module/files_vboxadd /vbox/src/VBox/Additions/linux/module/hgcmcall.c /vbox/src/VBox/Additions/linux/module/vboxmod.c /vbox/src/VBox/Additions/linux/module/vboxmod.h /vbox/src/VBox/Additions/linux/module/waitcompat.h /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.kmk /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/files_vboxvfs /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vbsfmount.h /vbox/src/VBox/Additions/linux/sharedfolders/vfs-utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/linux/xclient/Makefile.kmk /vbox/src/VBox/Additions/linux/xclient/clipboard.cpp /vbox/src/VBox/Additions/linux/xgraphics/Imakefile /vbox/src/VBox/Additions/linux/xgraphics/Makefile.kmk /vbox/src/VBox/Additions/linux/xgraphics/vboxutils.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo.h /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_13.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_68.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c /vbox/src/VBox/Additions/linux/xmouse/Makefile.kmk /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.c /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.h /vbox/src/VBox/Additions/linux/xmouse/xorg70/mouse.c /vbox/src/VBox/Additions/linux/xmouse/xorg71/mouse.c /vbox/src/VBox/Additions/os2/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest-os2.def /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuestA-os2.asm /vbox/src/VBox/Additions/os2/VBoxGuest/VBoxGuestInternal.h /vbox/src/VBox/Additions/os2/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/os2/VBoxService/VBoxService-os2.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxService-os2.def /vbox/src/VBox/Additions/os2/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceClipboard-os2.cpp /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceInternal.h /vbox/src/VBox/Additions/os2/VBoxService/VBoxServiceTimeSync.cpp /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/Makefile.kmk /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStats.cpp /vbox/src/VBox/Debugger/VBoxDbgStats.h /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Graphics/BIOS/Makefile.kmk /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvTAPOs2.cpp /vbox/src/VBox/Devices/Network/DrvTAPWin32.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/slirp/slirp_state.h /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile.kmk /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/Parallel/DevParallel.cpp /vbox/src/VBox/Devices/Parallel/DrvHostParallel.cpp /vbox/src/VBox/Devices/Parallel/ParallelIOCtlCmd.h /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvHostRawDisk.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/DrvVmdk.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/VBoxHDD-new.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-newInternal.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDICore.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile.kmk /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Devices/Storage/testcase/vditool.cpp /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/testcase/Makefile.kmk /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestA.asm /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile.kmk /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/VBoxGUI.pro /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h /vbox/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDownloaderWgt.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxDownloaderWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMLogViewer.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDRV.h /vbox/src/VBox/HostDrivers/Support/SUPDRVIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0.def /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/linux/build_in_tmp /vbox/src/VBox/HostDrivers/Support/linux/export_modules /vbox/src/VBox/HostDrivers/Support/linux/files_vboxdrv /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.def /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp /vbox/src/VBox/HostDrivers/Support/testcase/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp /vbox/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm /vbox/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp /vbox/src/VBox/HostDrivers/Support/win/VBoxDrv.inf /vbox/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk /vbox/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf /vbox/src/VBox/HostServices/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/Makefile.kmk /vbox/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h /vbox/src/VBox/HostServices/SharedClipboard/linux.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/win32.cpp /vbox/src/VBox/HostServices/SharedFolders/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/shfl.h /vbox/src/VBox/HostServices/SharedFolders/shflhandle.cpp /vbox/src/VBox/HostServices/SharedFolders/shflhandle.h /vbox/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp /vbox/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.h /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLComplexSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleAsync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleSync.cpp /vbox/src/VBox/HostServices/SharedOpenGL/Makefile.kmk /vbox/src/VBox/HostServices/SharedOpenGL/gldrv.h /vbox/src/VBox/HostServices/SharedOpenGL/glext.cpp /vbox/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp /vbox/src/VBox/HostServices/SharedOpenGL/service.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp /vbox/src/VBox/HostServices/SharedOpenGL/vboxgl.h /vbox/src/VBox/Installer/Makefile.kmk /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/VBox.sh /vbox/src/VBox/Installer/linux/VBoxAddIF.sh /vbox/src/VBox/Installer/linux/vboxdrv.sh /vbox/src/VBox/Installer/linux/vboxnet.sh /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/FramebufferImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostDVDDriveImpl.cpp /vbox/src/VBox/Main/HostFloppyDriveImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceFilterImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxXMLUtil.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/Collection.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostDVDDriveImpl.h /vbox/src/VBox/Main/include/HostFloppyDriveImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/Shareable.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFilterImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/USBProxyService.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/include/cfgldrhlp.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/include/vbox-libhal.h /vbox/src/VBox/Main/linux/helpers.cpp /vbox/src/VBox/Main/linux/module.cpp /vbox/src/VBox/Main/linux/server.cpp /vbox/src/VBox/Main/linux/server.h /vbox/src/VBox/Main/linux/server_module.cpp /vbox/src/VBox/Main/linux/vbox-libhal.cpp /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/win32/VBoxC.def /vbox/src/VBox/Main/win32/VBoxC.rc /vbox/src/VBox/Main/win32/VBoxSVC.rc /vbox/src/VBox/Main/win32/comregister.cmd /vbox/src/VBox/Main/win32/dllmain.cpp /vbox/src/VBox/Main/win32/resource.h /vbox/src/VBox/Main/win32/svchlp.cpp /vbox/src/VBox/Main/win32/svchlp.h /vbox/src/VBox/Main/win32/svcmain.cpp /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-os2.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/cfgldr.cpp /vbox/src/VBox/Main/xml/cfgldrhlp.cpp /vbox/src/VBox/Makefile.kmk /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/alloc.cpp /vbox/src/VBox/Runtime/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/assert.cpp /vbox/src/VBox/Runtime/crc32.cpp /vbox/src/VBox/Runtime/crc64.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/dir.cpp /vbox/src/VBox/Runtime/errmsg.cpp /vbox/src/VBox/Runtime/errmsg.sed /vbox/src/VBox/Runtime/errmsgcom.sed /vbox/src/VBox/Runtime/errmsgxpcom.sed /vbox/src/VBox/Runtime/fileio.cpp /vbox/src/VBox/Runtime/fs.cpp /vbox/src/VBox/Runtime/gc/initterm-gc.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/env-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/ldr.cpp /vbox/src/VBox/Runtime/ldrELF.cpp /vbox/src/VBox/Runtime/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/ldrEx.cpp /vbox/src/VBox/Runtime/ldrFile.cpp /vbox/src/VBox/Runtime/ldrNative.cpp /vbox/src/VBox/Runtime/ldrPE.cpp /vbox/src/VBox/Runtime/ldrkLdr.cpp /vbox/src/VBox/Runtime/log.cpp /vbox/src/VBox/Runtime/logcom.cpp /vbox/src/VBox/Runtime/logformat.cpp /vbox/src/VBox/Runtime/math/ceill.asm /vbox/src/VBox/Runtime/math/cosl.asm /vbox/src/VBox/Runtime/math/fabs.asm /vbox/src/VBox/Runtime/math/fabsf.asm /vbox/src/VBox/Runtime/math/fabsl.asm /vbox/src/VBox/Runtime/math/floor.asm /vbox/src/VBox/Runtime/math/floorf.asm /vbox/src/VBox/Runtime/math/floorl.asm /vbox/src/VBox/Runtime/math/ldexpl.asm /vbox/src/VBox/Runtime/math/llrint.asm /vbox/src/VBox/Runtime/math/llrintf.asm /vbox/src/VBox/Runtime/math/llrintl.asm /vbox/src/VBox/Runtime/math/logl.asm /vbox/src/VBox/Runtime/math/lrint.asm /vbox/src/VBox/Runtime/math/lrintf.asm /vbox/src/VBox/Runtime/math/lrintl.asm /vbox/src/VBox/Runtime/math/remainder.asm /vbox/src/VBox/Runtime/math/remainderf.asm /vbox/src/VBox/Runtime/math/remainderl.asm /vbox/src/VBox/Runtime/math/sinl.asm /vbox/src/VBox/Runtime/math/tanl.asm /vbox/src/VBox/Runtime/math/trunc.asm /vbox/src/VBox/Runtime/math/truncf.asm /vbox/src/VBox/Runtime/math/truncl.asm /vbox/src/VBox/Runtime/md5.cpp /vbox/src/VBox/Runtime/misc/rand.cpp /vbox/src/VBox/Runtime/misc/sanity-c.c /vbox/src/VBox/Runtime/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/misc/sanity.h /vbox/src/VBox/Runtime/misc/setjmp.asm /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/os2/sys0.asm /vbox/src/VBox/Runtime/path.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semaphore-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/initterm-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/process-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/semfastmutex-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h /vbox/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c /vbox/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sems-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sems-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win32/RTLogWriteDebugger-win32.cpp /vbox/src/VBox/Runtime/r3/win32/alloc-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dir-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dllmain-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fileio-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fs-win32.cpp /vbox/src/VBox/Runtime/r3/win32/ldrNative-win32.cpp /vbox/src/VBox/Runtime/r3/win32/path-win32.cpp /vbox/src/VBox/Runtime/r3/win32/process-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sched-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sems-win32.cpp /vbox/src/VBox/Runtime/r3/win32/system-win32.cpp /vbox/src/VBox/Runtime/r3/win32/thread-win32.cpp /vbox/src/VBox/Runtime/r3/win32/time-win32.cpp /vbox/src/VBox/Runtime/r3/win32/timer-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf16locale-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf8-win32.cpp /vbox/src/VBox/Runtime/r3/win32/uuid-win32.cpp /vbox/src/VBox/Runtime/r3/win64/VBoxRT-win64.def /vbox/src/VBox/Runtime/req.cpp /vbox/src/VBox/Runtime/semspingpong.cpp /vbox/src/VBox/Runtime/straprintf.cpp /vbox/src/VBox/Runtime/strformat.cpp /vbox/src/VBox/Runtime/strformatrt.cpp /vbox/src/VBox/Runtime/string.cpp /vbox/src/VBox/Runtime/string/memchr.asm /vbox/src/VBox/Runtime/string/memchr.cpp /vbox/src/VBox/Runtime/string/memchr_alias.c /vbox/src/VBox/Runtime/string/memcmp.asm /vbox/src/VBox/Runtime/string/memcmp.cpp /vbox/src/VBox/Runtime/string/memcmp_alias.c /vbox/src/VBox/Runtime/string/memcpy.asm /vbox/src/VBox/Runtime/string/memcpy.cpp /vbox/src/VBox/Runtime/string/memcpy_alias.c /vbox/src/VBox/Runtime/string/mempcpy.asm /vbox/src/VBox/Runtime/string/memset.asm /vbox/src/VBox/Runtime/string/memset.cpp /vbox/src/VBox/Runtime/string/memset_alias.c /vbox/src/VBox/Runtime/string/strchr.asm /vbox/src/VBox/Runtime/string/strchr_alias.c /vbox/src/VBox/Runtime/string/strcmp.asm /vbox/src/VBox/Runtime/string/strcmp_alias.c /vbox/src/VBox/Runtime/string/strcpy.cpp /vbox/src/VBox/Runtime/string/strlen.cpp /vbox/src/VBox/Runtime/string/strncmp.cpp /vbox/src/VBox/Runtime/string/strpbrk.cpp /vbox/src/VBox/Runtime/strprintf.cpp /vbox/src/VBox/Runtime/strspace.cpp /vbox/src/VBox/Runtime/strstrip.cpp /vbox/src/VBox/Runtime/strtonum.cpp /vbox/src/VBox/Runtime/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/table/avlgcptr.cpp /vbox/src/VBox/Runtime/table/avlhcphys.cpp /vbox/src/VBox/Runtime/table/avlogcphys.cpp /vbox/src/VBox/Runtime/table/avlogcptr.cpp /vbox/src/VBox/Runtime/table/avlohcphys.cpp /vbox/src/VBox/Runtime/table/avloioport.cpp /vbox/src/VBox/Runtime/table/avlpv.cpp /vbox/src/VBox/Runtime/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/table/avlroioport.cpp /vbox/src/VBox/Runtime/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/table/avlu32.cpp /vbox/src/VBox/Runtime/table/avlul.cpp /vbox/src/VBox/Runtime/table/table.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDeadlock.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-os2.def /vbox/src/VBox/Runtime/testcase/tstLdr-4Imp-win.def /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/thread.cpp /vbox/src/VBox/Runtime/time.cpp /vbox/src/VBox/Runtime/timeprog.cpp /vbox/src/VBox/Runtime/timesup.cpp /vbox/src/VBox/Runtime/uni.cpp /vbox/src/VBox/Runtime/unidata.cpp /vbox/src/VBox/Runtime/uniread.cpp /vbox/src/VBox/Runtime/utf-16.cpp /vbox/src/VBox/Runtime/utf-8.cpp /vbox/src/VBox/Runtime/win32/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win32/errmsgwin.cpp /vbox/src/VBox/Runtime/win64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win64/ASMGetCS.asm /vbox/src/VBox/Runtime/win64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win64/ASMGetDS.asm /vbox/src/VBox/Runtime/win64/ASMGetES.asm /vbox/src/VBox/Runtime/win64/ASMGetFS.asm /vbox/src/VBox/Runtime/win64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win64/ASMGetGDTR.asm /vbox/src/VBox/Runtime/win64/ASMGetGS.asm /vbox/src/VBox/Runtime/win64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win64/ASMGetSS.asm /vbox/src/VBox/Runtime/win64/ASMGetTR.asm /vbox/src/VBox/Runtime/win64/ASMMultU64ByU32DivByU32.asm /vbox/src/VBox/Runtime/win64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win64/ASMSetFlags.asm /vbox/src/VBox/Runtime/zip.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/Makefile.kmk /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PDMThread.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllA.asm CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/EMGCA.asm /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.def /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGC/VMMGC0.asm /vbox/src/VBox/VMM/VMMGC/VMMGC99.asm /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0A.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstMicroGC.def /vbox/src/VBox/VMM/testcase/tstMicroGCA.asm /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/libs/Makefile.kmk /vbox/src/libs/liblzf-1.51/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/recompiler/InnoTek/config-host.h /vbox/src/recompiler/InnoTek/config.h /vbox/src/recompiler/InnoTek/crt/stdio.h /vbox/src/recompiler/InnoTek/deftoimp.sed /vbox/src/recompiler/InnoTek/op-darwin.sed /vbox/src/recompiler/InnoTek/structs.h /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxREMWrapperA.asm /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/Makefile.kmk /vbox/src/testcase/tstRunTestcases.cpp
6b626ce1907577d6505296ebcbc030c9b33691aa 3185 20-Jun-2007 vboxsync

some minor comment cleanup.

c97989161fbe75bc14cea477a5443bbf474dd3ad 2981 01-Jun-2007 vboxsync

InnoTek -> innotek: all the headers and comments.

/vbox/include/Makefile.kmk /vbox/include/VBox/HostServices/VBoxClipboardExt.h /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD-new.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/asmdefs.mac /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgldr.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.sed /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/tapwin32.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/trpm.mac /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/env.h /vbox/include/iprt/err.h /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/heap.h /vbox/include/iprt/initterm.h /vbox/include/iprt/ldr.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/limits.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/rand.h /vbox/include/iprt/req.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile.kmk /vbox/src/VBox/Additions/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxClipboard.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.h /vbox/src/VBox/Additions/WINNT/VBoxService/resource.h /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk /vbox/src/VBox/Additions/common/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/linux/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/Makefile.kmk /vbox/src/VBox/Additions/linux/daemon/supc++.c /vbox/src/VBox/Additions/linux/daemon/vboxadd_timesync.c /vbox/src/VBox/Additions/linux/module/Makefile.kmk /vbox/src/VBox/Additions/linux/module/Makefile.module /vbox/src/VBox/Additions/linux/module/cmc.c /vbox/src/VBox/Additions/linux/module/hgcmcall.c /vbox/src/VBox/Additions/linux/module/vboxmod.h /vbox/src/VBox/Additions/linux/module/waitcompat.h /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.kmk /vbox/src/VBox/Additions/linux/sharedfolders/Makefile.module /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vbsfmount.h /vbox/src/VBox/Additions/linux/sharedfolders/vfs-utils.c /vbox/src/VBox/Additions/linux/sharedfolders/vfsmod.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/linux/xclient/Makefile.kmk /vbox/src/VBox/Additions/linux/xclient/clipboard.cpp /vbox/src/VBox/Additions/linux/xgraphics/Makefile.kmk /vbox/src/VBox/Additions/linux/xgraphics/vboxutils.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo.h /vbox/src/VBox/Additions/linux/xmouse/Makefile.kmk /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.c /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.h /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/Makefile.kmk /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStats.cpp /vbox/src/VBox/Debugger/VBoxDbgStats.h /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Graphics/BIOS/Makefile.kmk /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Input/DevPS2.cpp /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvTAPWin32.cpp /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/ne2000.c /vbox/src/VBox/Devices/Network/slirp/slirp_state.h /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile.kmk /vbox/src/VBox/Devices/PC/BIOS/rombios.c /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevAPIC.cpp /vbox/src/VBox/Devices/PC/DevDMA.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/Serial/DevSerial.cpp /vbox/src/VBox/Devices/Serial/DrvChar.cpp /vbox/src/VBox/Devices/Serial/DrvNamedPipe.cpp /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvHostRawDisk.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /vbox/src/VBox/Devices/Storage/DrvVmdk.cpp /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/VBoxHDD-new.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-newInternal.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDICore.cpp /vbox/src/VBox/Devices/Storage/VDICore.h /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile.kmk /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/testcase/Makefile.kmk /vbox/src/VBox/Devices/testcase/tstDeviceStructSize.cpp /vbox/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile.kmk /vbox/src/VBox/Frontends/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile.kmk /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/DarwinCursor.h /vbox/src/VBox/Frontends/VirtualBox/include/DarwinKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/include/QIApplication.h /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxAquaStyle.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinCursor.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/DarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxAquaStyle.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/tstDarwinKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboardNew.cpp /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/HostDrivers/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/SUPDRV.h /vbox/src/VBox/HostDrivers/Support/SUPDRVIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp /vbox/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp /vbox/src/VBox/HostDrivers/Support/win64/SUPDrv-win64.cpp /vbox/src/VBox/HostDrivers/VBoxTAP/Makefile.kmk /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/FramebufferImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostDVDDriveImpl.cpp /vbox/src/VBox/Main/HostFloppyDriveImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceFilterImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxXMLUtil.cpp /vbox/src/VBox/Main/darwin/iokit.cpp /vbox/src/VBox/Main/darwin/iokit.h /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/initterm.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/Collection.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostDVDDriveImpl.h /vbox/src/VBox/Main/include/HostFloppyDriveImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/Shareable.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFilterImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/USBProxyService.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/include/cfgldrhlp.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/linux/helpers.cpp /vbox/src/VBox/Main/linux/module.cpp /vbox/src/VBox/Main/linux/server.h /vbox/src/VBox/Main/linux/server_module.cpp /vbox/src/VBox/Main/testcase/Makefile.kmk /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/win32/dllmain.cpp /vbox/src/VBox/Main/win32/resource.h /vbox/src/VBox/Main/win32/svchlp.cpp /vbox/src/VBox/Main/win32/svchlp.h /vbox/src/VBox/Main/win32/svcmain.cpp /vbox/src/VBox/Main/xml/cfgldr.cpp /vbox/src/VBox/Main/xml/cfgldrhlp.cpp /vbox/src/VBox/Makefile.kmk /vbox/src/VBox/Runtime/Makefile.kmk /vbox/src/VBox/Runtime/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/VBox/RTAssertDoBreakpoint-vbox.cpp /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/alloc.cpp /vbox/src/VBox/Runtime/alloc/heapsimple.cpp /vbox/src/VBox/Runtime/assert.cpp /vbox/src/VBox/Runtime/crc32.cpp /vbox/src/VBox/Runtime/crc64.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinCOM.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinIO.cpp /vbox/src/VBox/Runtime/darwin/RTErrConvertFromDarwinKern.cpp /vbox/src/VBox/Runtime/dir.cpp /vbox/src/VBox/Runtime/errmsg.cpp /vbox/src/VBox/Runtime/fileio.cpp /vbox/src/VBox/Runtime/fs.cpp /vbox/src/VBox/Runtime/generic/RTAssertDoBreakpoint-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimeLocalNow-generic.cpp /vbox/src/VBox/Runtime/generic/RTTimerCreate-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/rand-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/timer-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/generic/uuid-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/initterm.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/magics.h /vbox/src/VBox/Runtime/include/internal/memobj.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/rand.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/ldr.cpp /vbox/src/VBox/Runtime/ldrELF.cpp /vbox/src/VBox/Runtime/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/ldrEx.cpp /vbox/src/VBox/Runtime/ldrFile.cpp /vbox/src/VBox/Runtime/ldrNative.cpp /vbox/src/VBox/Runtime/ldrPE.cpp /vbox/src/VBox/Runtime/ldrkLdr.cpp /vbox/src/VBox/Runtime/log.cpp /vbox/src/VBox/Runtime/logcom.cpp /vbox/src/VBox/Runtime/logformat.cpp /vbox/src/VBox/Runtime/md5.cpp /vbox/src/VBox/Runtime/misc/rand.cpp /vbox/src/VBox/Runtime/misc/sanity-c.c /vbox/src/VBox/Runtime/misc/sanity-cpp.cpp /vbox/src/VBox/Runtime/misc/sanity.h /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/path.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semaphore-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/os2/alloc-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/initterm-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/process-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/semfastmutex-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/spinlock-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h /vbox/src/VBox/Runtime/r0drv/os2/thread-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/thread2-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/time-r0drv-os2.cpp /vbox/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/freebsd/alloc-freebsd.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/sems-linux.cpp /vbox/src/VBox/Runtime/r3/linux/time-linux.cpp /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/os2/time-os2.cpp /vbox/src/VBox/Runtime/r3/posix/RTTimeNow-posix.cpp /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/env-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/filelock-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/rand-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sems-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timelocal-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win32/RTLogWriteDebugger-win32.cpp /vbox/src/VBox/Runtime/r3/win32/alloc-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dir-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dllmain-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fileio-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fs-win32.cpp /vbox/src/VBox/Runtime/r3/win32/ldrNative-win32.cpp /vbox/src/VBox/Runtime/r3/win32/path-win32.cpp /vbox/src/VBox/Runtime/r3/win32/process-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sched-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sems-win32.cpp /vbox/src/VBox/Runtime/r3/win32/system-win32.cpp /vbox/src/VBox/Runtime/r3/win32/thread-win32.cpp /vbox/src/VBox/Runtime/r3/win32/time-win32.cpp /vbox/src/VBox/Runtime/r3/win32/timer-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf16locale-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf8-win32.cpp /vbox/src/VBox/Runtime/r3/win32/uuid-win32.cpp /vbox/src/VBox/Runtime/req.cpp /vbox/src/VBox/Runtime/semspingpong.cpp /vbox/src/VBox/Runtime/straprintf.cpp /vbox/src/VBox/Runtime/strformat.cpp /vbox/src/VBox/Runtime/strformatrt.cpp /vbox/src/VBox/Runtime/string.cpp /vbox/src/VBox/Runtime/string/memchr.cpp /vbox/src/VBox/Runtime/string/memchr_alias.c /vbox/src/VBox/Runtime/string/memcmp.cpp /vbox/src/VBox/Runtime/string/memcmp_alias.c /vbox/src/VBox/Runtime/string/memcpy.cpp /vbox/src/VBox/Runtime/string/memcpy_alias.c /vbox/src/VBox/Runtime/string/memset.cpp /vbox/src/VBox/Runtime/string/memset_alias.c /vbox/src/VBox/Runtime/string/strchr_alias.c /vbox/src/VBox/Runtime/string/strcmp_alias.c /vbox/src/VBox/Runtime/string/strcpy.cpp /vbox/src/VBox/Runtime/string/strlen.cpp /vbox/src/VBox/Runtime/string/strncmp.cpp /vbox/src/VBox/Runtime/string/strpbrk.cpp /vbox/src/VBox/Runtime/strprintf.cpp /vbox/src/VBox/Runtime/strspace.cpp /vbox/src/VBox/Runtime/strstrip.cpp /vbox/src/VBox/Runtime/strtonum.cpp /vbox/src/VBox/Runtime/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/table/avlgcptr.cpp /vbox/src/VBox/Runtime/table/avlhcphys.cpp /vbox/src/VBox/Runtime/table/avlogcphys.cpp /vbox/src/VBox/Runtime/table/avlogcptr.cpp /vbox/src/VBox/Runtime/table/avlohcphys.cpp /vbox/src/VBox/Runtime/table/avloioport.cpp /vbox/src/VBox/Runtime/table/avlpv.cpp /vbox/src/VBox/Runtime/table/avlrgcptr.cpp /vbox/src/VBox/Runtime/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/table/avlroioport.cpp /vbox/src/VBox/Runtime/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/table/avlu32.cpp /vbox/src/VBox/Runtime/table/avlul.cpp /vbox/src/VBox/Runtime/table/table.cpp /vbox/src/VBox/Runtime/testcase/Makefile.kmk /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDeadlock.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-4.cpp /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrDisasmTest.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObjR0.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTSC.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/VBox/Runtime/thread.cpp /vbox/src/VBox/Runtime/time.cpp /vbox/src/VBox/Runtime/timeprog.cpp /vbox/src/VBox/Runtime/timesup.cpp /vbox/src/VBox/Runtime/uni.cpp /vbox/src/VBox/Runtime/unidata.cpp /vbox/src/VBox/Runtime/uniread.cpp /vbox/src/VBox/Runtime/utf-16.cpp /vbox/src/VBox/Runtime/utf-8.cpp /vbox/src/VBox/Runtime/win32/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win32/errmsgwin.cpp /vbox/src/VBox/Runtime/zip.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile.kmk /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/Makefile.kmk /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMCache.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/DBGFR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMTests.cpp /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile.kmk /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/VBox/VMM/x86context.h /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/libs/Makefile.kmk /vbox/src/libs/liblzf-1.51/Makefile.kmk /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/libs/xpcom18a4/xpcom/build/nsOS2VACLegacy.cpp /vbox/src/recompiler/InnoTek/config-host.h /vbox/src/recompiler/InnoTek/config.h /vbox/src/recompiler/InnoTek/crt/stdio.h /vbox/src/recompiler/InnoTek/structs.h /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/testcase/Makefile.kmk /vbox/src/testcase/tstRunTestcases.cpp
375cd37eacaaf8bbcc0d18c0f6443856bcd0c635 2701 17-May-2007 vboxsync

Stupid typo

622f96e6144fecfd77ebef1f57a556ea5cfeab8a 2559 09-May-2007 vboxsync

Allow ring-3 only access handlers (phys).

247c3f8cda8ea62aed0cff94a1987aa85d9a42df 2276 20-Apr-2007 vboxsync

VerifyAccessSyncPage: shadow PD might not be present.

ac27faaad009fc46b7be690e6cefe9a24deba27a 2274 20-Apr-2007 vboxsync

Pass on rc.

88e43a2222e2db89f84971ae2682253689c09055 2273 20-Apr-2007 vboxsync

Real and protected mode (no paging) implemenation of VerifyAccessSyncPage.

d1011b3f539ad819b5e2c1c3d8152e7113725bf6 2270 20-Apr-2007 vboxsync

Stricter pointer typechecking. (R0 vs R3)

713a876c17d2befe27e3c2910491dfb4a5e661eb 2203 19-Apr-2007 vboxsync

prevent warning

b95f77de8893e184e5525cf072b74721ed06485c 2149 18-Apr-2007 vboxsync

Set user bit in shadow page & pd when in non-paging mode.

59bd79968969d18bda6bfb098ae9ccc697287996 2137 17-Apr-2007 vboxsync

Drop page flags consistency check in non-paging mode.

2a8d3fa1b57112afd8f32694cb07da05187ca341 2120 17-Apr-2007 vboxsync

Real and protected mode without paging changes. Currently not yet used.

34deeaa787527c3e7de4484db5bf9f838ae29452 2078 13-Apr-2007 vboxsync

Removed obsolete code

f37011f6d4251c4af0c6ee694cc170d072cea0a4 1908 04-Apr-2007 vboxsync

Backed out part of 20091 to check if that's the cause of the major performance regression seen on testboxlin.

1d29f0f00aa5c78b32e89bca759ab70390f75c32 1881 03-Apr-2007 vboxsync

Unused warning.

0d135b99b04c819ef20e6bde8b2bb10435d50150 1866 02-Apr-2007 vboxsync

Disabled previous csam changes.

246d1cc1f91258f62314afeedcb50f68b6894c6c 1865 02-Apr-2007 vboxsync

InvalidatePage: always make page non-present (possibly dangerous) Page fault handler: updates for extra code scanning.

508878f8bf929589c2908f77999a8b1ed0a63dc1 1839 30-Mar-2007 vboxsync

style

baaa8f2deb495b8136c512d3efe6321817cacd1b 1828 30-Mar-2007 vboxsync

Cleaned up cpl checking.

7354012663128de04d0068aea698106a10204edc 1823 30-Mar-2007 vboxsync

Extra safety check.

8f6d1a96a3c1d44545b0ca3d791a0e10a2947280 1821 30-Mar-2007 vboxsync

Extra check for hypervisor region writes.

9810d5a703e2de217dc51c6169c96f8e9d70cd44 1620 22-Mar-2007 vboxsync

All rings are allowed with hardware acceleration

092b6023a33fff84301ea050d1249cfcf54b224a 1359 09-Mar-2007 vboxsync

SELM function changes for v86 mode code. CPL check fixes for V86 mode code.

3cf9030cb3aba5927c755c3e57e8ef4e2bea4ce5 1158 02-Mar-2007 vboxsync

Corrected assertion

ad3c1f0d63e8e53da0b9d747ce4d2f6557e65380 1090 28-Feb-2007 vboxsync

Corrected assertions for v86 mode

ccbc8c0ae6f303b4fdf1484d838fd23b17e67334 851 12-Feb-2007 vboxsync

Refresh HCPhys.

d8c5aaee199e6169571540141186173301ad7d1f 850 12-Feb-2007 vboxsync

Missing case where we should check that the guest RAM was indeed allocated.

308abff56ead3a7df68c25111148318844021b47 838 12-Feb-2007 vboxsync

GC Phys to HC virt conversion changes for dynamic RAM allocation.

fb5e37303b228a79c05cabfce2fe0fedfe32ed8a 23 15-Jan-2007 vboxsync

string.h & stdio.h + header cleanups.

/vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMCache.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstHelp.c /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstProg-1.c /vbox/src/VBox/VMM/testcase/tstProg-2.c /vbox/src/VBox/VMM/testcase/tstProg-3.c /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/VBox/VMM/x86context.h
677833bc953b6cb418c701facbdcf4aa18d6c44e 1 01-Jan-1970 vboxsync

import

/vbox/COPYING /vbox/Config.kmk /vbox/Doxyfile.Core /vbox/Makefile /vbox/configure /vbox/configure.vbs /vbox/include/Makefile.kmk /vbox/include/VBox/HostServices/VBoxClipboardSvc.h /vbox/include/VBox/Makefile.kmk /vbox/include/VBox/VBoxClipboard.h /vbox/include/VBox/VBoxDev.h /vbox/include/VBox/VBoxGuest.h /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/VBoxHDD.h /vbox/include/VBox/VRDPAuth.h /vbox/include/VBox/cdefs.h /vbox/include/VBox/cfgldr.h /vbox/include/VBox/cfgm.h /vbox/include/VBox/com/ErrorInfo.h /vbox/include/VBox/com/EventQueue.h /vbox/include/VBox/com/Guid.h /vbox/include/VBox/com/VirtualBox.h /vbox/include/VBox/com/assert.h /vbox/include/VBox/com/com.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/com/string.h /vbox/include/VBox/cpum.h /vbox/include/VBox/cpum.mac /vbox/include/VBox/cpumdis.h /vbox/include/VBox/csam.h /vbox/include/VBox/dbg.h /vbox/include/VBox/dbgf.h /vbox/include/VBox/dbggui.h /vbox/include/VBox/dis.h /vbox/include/VBox/disopcode.h /vbox/include/VBox/em.h /vbox/include/VBox/err.h /vbox/include/VBox/err.mac /vbox/include/VBox/err.sed /vbox/include/VBox/hgcmsvc.h /vbox/include/VBox/hwacc_svm.h /vbox/include/VBox/hwacc_vmx.h /vbox/include/VBox/hwacc_vmx.mac /vbox/include/VBox/hwaccm.h /vbox/include/VBox/intnet.h /vbox/include/VBox/iom.h /vbox/include/VBox/log.h /vbox/include/VBox/mm.h /vbox/include/VBox/nasm.mac /vbox/include/VBox/ostypes.h /vbox/include/VBox/param.h /vbox/include/VBox/patm.h /vbox/include/VBox/pci.h /vbox/include/VBox/pdm.h /vbox/include/VBox/pgm.h /vbox/include/VBox/rem.h /vbox/include/VBox/scsi.h /vbox/include/VBox/selm.h /vbox/include/VBox/shflsvc.h /vbox/include/VBox/ssm.h /vbox/include/VBox/stam.h /vbox/include/VBox/stam.mac /vbox/include/VBox/sup.h /vbox/include/VBox/tapwin32.h /vbox/include/VBox/tm.h /vbox/include/VBox/trpm.h /vbox/include/VBox/types.h /vbox/include/VBox/usb.h /vbox/include/VBox/usblib.h /vbox/include/VBox/version.h /vbox/include/VBox/vm.h /vbox/include/VBox/vm.mac /vbox/include/VBox/vmapi.h /vbox/include/VBox/vmm.h /vbox/include/VBox/vrdpapi.h /vbox/include/VBox/vrdpusb.h /vbox/include/VBox/vusb.h /vbox/include/VBox/x86.h /vbox/include/VBox/x86.mac /vbox/include/iprt/alloc.h /vbox/include/iprt/alloca.h /vbox/include/iprt/asm.h /vbox/include/iprt/asmdefs.mac /vbox/include/iprt/assert.h /vbox/include/iprt/avl.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/crc32.h /vbox/include/iprt/crc64.h /vbox/include/iprt/critsect.h /vbox/include/iprt/ctype.h /vbox/include/iprt/dir.h /vbox/include/iprt/err.h /vbox/include/iprt/err.mac /vbox/include/iprt/err.sed /vbox/include/iprt/file.h /vbox/include/iprt/fs.h /vbox/include/iprt/ldr.h /vbox/include/iprt/log.h /vbox/include/iprt/md5.h /vbox/include/iprt/mem.h /vbox/include/iprt/memobj.h /vbox/include/iprt/nocrt/amd64/fenv.h /vbox/include/iprt/nocrt/amd64/math.h /vbox/include/iprt/nocrt/fenv.h /vbox/include/iprt/nocrt/inttypes.h /vbox/include/iprt/nocrt/math.h /vbox/include/iprt/nocrt/setjmp.h /vbox/include/iprt/nocrt/stdlib.h /vbox/include/iprt/nocrt/string.h /vbox/include/iprt/nocrt/x86/fenv.h /vbox/include/iprt/nocrt/x86/math.h /vbox/include/iprt/param.h /vbox/include/iprt/path.h /vbox/include/iprt/process.h /vbox/include/iprt/runtime.h /vbox/include/iprt/semaphore.h /vbox/include/iprt/spinlock.h /vbox/include/iprt/stdarg.h /vbox/include/iprt/stdint.h /vbox/include/iprt/stream.h /vbox/include/iprt/string.h /vbox/include/iprt/system.h /vbox/include/iprt/table.h /vbox/include/iprt/tcp.h /vbox/include/iprt/thread.h /vbox/include/iprt/time.h /vbox/include/iprt/timer.h /vbox/include/iprt/types.h /vbox/include/iprt/uni.h /vbox/include/iprt/uuid.h /vbox/include/iprt/zip.h /vbox/src/Makefile /vbox/src/VBox/Additions/Makefile /vbox/src/VBox/Additions/WINNT/Graphics/Display/Makefile /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/debug.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/driver.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/enable.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/screen.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/Mirror/vrdpdd.rc /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.def /vbox/src/VBox/Additions/WINNT/Graphics/Display/VBoxDisp.rc /vbox/src/VBox/Additions/WINNT/Graphics/Display/color.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/debug.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/debug.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/driver.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/drv.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/enable.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/palette.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/pointer.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/screen.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbox.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbva.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vbvavrdp.h /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c /vbox/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.h /vbox/src/VBox/Additions/WINNT/Graphics/Makefile /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/helpers.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpdd.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.c /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/vrdpvd.rc /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.def /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.inf /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.rc /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/makefile /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h /vbox/src/VBox/Additions/WINNT/Makefile /vbox/src/VBox/Additions/WINNT/MouseFilter/Makefile /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.h /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.inf /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.rc /vbox/src/VBox/Additions/WINNT/MouseFilter/kbdmou.h /vbox/src/VBox/Additions/WINNT/VBoxControl/Makefile /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/WINNT/VBoxControl/VBoxControl.rc /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Dialog.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/Makefile /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.def /vbox/src/VBox/Additions/WINNT/VBoxGINA/VBoxGINA.h /vbox/src/VBox/Additions/WINNT/VBoxGINA/WinWlx.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/Makefile /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.inf /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.rc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestInst.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestMsg.mc /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.h /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h /vbox/src/VBox/Additions/WINNT/VBoxService/Makefile /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc /vbox/src/VBox/Additions/WINNT/VBoxService/resource.h /vbox/src/VBox/Additions/WINNT/VBoxService/vbox.ico /vbox/src/VBox/Additions/WINNT/i8042prt/Makefile /vbox/src/VBox/Additions/WINNT/i8042prt/devdesc.c /vbox/src/VBox/Additions/WINNT/i8042prt/devdesc.h /vbox/src/VBox/Additions/WINNT/i8042prt/i386/i8042cfg.h /vbox/src/VBox/Additions/WINNT/i8042prt/i8042cmn.c /vbox/src/VBox/Additions/WINNT/i8042prt/i8042dep.c /vbox/src/VBox/Additions/WINNT/i8042prt/i8042log.mc /vbox/src/VBox/Additions/WINNT/i8042prt/i8042prt.h /vbox/src/VBox/Additions/WINNT/i8042prt/i8042prt.rc /vbox/src/VBox/Additions/WINNT/i8042prt/include/POPPACK.H /vbox/src/VBox/Additions/WINNT/i8042prt/include/PSHPACK1.H /vbox/src/VBox/Additions/WINNT/i8042prt/include/PSHPACK4.H /vbox/src/VBox/Additions/WINNT/i8042prt/include/basetsd.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/bugcodes.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/guiddef.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/kbdmou.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/mce.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntddk.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntddkbd.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntddmou.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntdef.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntiologc.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/ntstatus.h /vbox/src/VBox/Additions/WINNT/i8042prt/include/wmidata.h /vbox/src/VBox/Additions/WINNT/i8042prt/kbdcmn.c /vbox/src/VBox/Additions/WINNT/i8042prt/kbddep.c /vbox/src/VBox/Additions/WINNT/i8042prt/moucmn.c /vbox/src/VBox/Additions/WINNT/i8042prt/moudep.c /vbox/src/VBox/Additions/common/Makefile /vbox/src/VBox/Additions/common/VBoxGuestLib/GenericRequest.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Init.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.h /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h /vbox/src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp /vbox/src/VBox/Additions/common/include/vboxioctl.h /vbox/src/VBox/Additions/linux/Makefile /vbox/src/VBox/Additions/linux/daemon/Makefile /vbox/src/VBox/Additions/linux/daemon/vboxadd_timesync.cpp /vbox/src/VBox/Additions/linux/installer/runlevel.sh /vbox/src/VBox/Additions/linux/installer/vboxadd-timesync.sh /vbox/src/VBox/Additions/linux/installer/vboxadd.sh /vbox/src/VBox/Additions/linux/installer/vboxvfs.sh /vbox/src/VBox/Additions/linux/installer/x11config.pl /vbox/src/VBox/Additions/linux/module/Makefile /vbox/src/VBox/Additions/linux/module/Makefile.module /vbox/src/VBox/Additions/linux/module/cmc.c /vbox/src/VBox/Additions/linux/module/vboxmod.c /vbox/src/VBox/Additions/linux/module/vboxmod.h /vbox/src/VBox/Additions/linux/module/waitcompat.h /vbox/src/VBox/Additions/linux/testcase/TimesyncBackdoor.c /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/X.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xalloca.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xarch.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xdefs.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xfuncproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xfuncs.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xmd.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xosdefs.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/Xprotostr.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/extensions/XI.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/extensions/XIproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/extensions/dpms.h /vbox/src/VBox/Additions/linux/x11include/4.2/exports/include/X11/extensions/render.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/MITMisc.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Print.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Printstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XEVI.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XEVIstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XI.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XIE.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XIEproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XIEprotost.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XInput.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XIproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XKB.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XKBgeom.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XKBproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XKBsrv.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XKBstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XLbx.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XShm.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XTest.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xag.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xagsrv.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xagstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xcup.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xcupstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xdbe.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xdbeproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xext.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xinerama.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xv.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XvMC.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XvMClib.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/XvMCproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xvlib.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/Xvproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/bigreqstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/dpms.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/dpmsstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/extutil.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/fontcache.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/fontcacheP.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/fontcachstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxbuf.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxbufstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxdeltastr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbximage.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxopts.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/lbxzlib.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/mitmiscstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/multibuf.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/multibufst.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/panoramiXext.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/panoramiXproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/randr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/randrproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/record.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/recordstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/render.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/renderproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/saver.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/saverproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/scrnsaver.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/security.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/securstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/shape.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/shapestr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/shmstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/sync.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/syncstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xcmiscstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86bigfont.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86bigfstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86dga.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86dga1.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86dga1str.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86dgastr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86misc.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86mscstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86rush.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86rushstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86vmode.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xf86vmstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtestext1.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xteststr.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtrapbits.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtrapddmi.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtrapdi.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtrapemacros.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtraplib.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtraplibp.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/extensions/xtrapproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/FS.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/FSproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/font.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/fontproto.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/fontstruct.h /vbox/src/VBox/Additions/linux/x11include/4.2/include/fonts/fsmasks.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/Xext/dgaproc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/Xext/xvdix.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/afb/afb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfb16.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfb24.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfb32.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfbmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/cfb/cfbunmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/fb/fb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/fb/fbrop.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/compiler.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/fourcc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Module.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Opt.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Pci.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86PciInfo.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Priv.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Privstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Resources.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Version.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86Xinput.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86cmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86fbman.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86str.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xf86xv.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/common/xisb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ddc/edid.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ddc/vdif.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ddc/xf86DDC.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/i2c/xf86i2c.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/int10/xf86int10.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/os-support/bus/Pci.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/os-support/vbe/vbe.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/os-support/xf86OSmouse.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/rac/xf86RAC.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ramdac/IBM.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ramdac/TI.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/ramdac/xf86RamDac.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/shadowfb/shadowfb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/vgahw/vgaHW.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xaa/xaa.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf1bpp/xf1bpp.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf24_32bpp/cfb24_32.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/OScompiler.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/ibmTrace.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/ppcGCstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/ppcSpMcro.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/vgaReg.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/vgaVideo.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/wm3.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/XIstubs.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/bstore.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/bstorestr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/colormap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/colormapst.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/cursor.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/cursorstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/dix.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/dixstruct.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/extension.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/extinit.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/extnsionst.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/gc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/gcstruct.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/globals.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/input.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/inputstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/misc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/miscstruct.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/opaque.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/os.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/pixmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/pixmapstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/property.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/propertyst.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/region.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/regionstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/resource.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/screenint.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/scrnintstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/servermd.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/validate.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/window.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/windowstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/xf86_ansic.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/include/xf86_libc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mfb/mfb.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mi.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mibank.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mibstore.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mibstorest.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/micmap.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/micoord.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mifillarc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mifpoly.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/migc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/miline.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mioverlay.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mipointer.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mipointrst.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mipoly.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/miscanfill.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mispans.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/misprite.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mispritest.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mistruct.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mivalidate.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/miwideline.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/mi/mizerarc.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/miext/shadow/shadow.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/miext/shadow/shrotpack.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/render/glyphstr.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/render/picture.h /vbox/src/VBox/Additions/linux/x11include/4.2/programs/Xserver/render/picturestr.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/X.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xalloca.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xarch.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xdefs.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xfuncproto.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xfuncs.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xmd.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xproto.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/Xprotostr.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/extensions/dpms.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/extensions/renderproto.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/fonts/font.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/fonts/fontproto.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/fonts/fontstruct.h /vbox/src/VBox/Additions/linux/x11include/4.3/include/fonts/fsmasks.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/Xext/dgaproc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/afb/afb.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/fb/fb.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/fb/fbrop.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/compiler.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86Module.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86Opt.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86PciInfo.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86Resources.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86cmap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/common/xf86str.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/ddc/edid.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/ddc/vdif.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/ddc/xf86DDC.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/i2c/xf86i2c.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/int10/xf86int10.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/Pci.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/os-support/xf86_OSproc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/os-support/xf86_ansic.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/os-support/xf86_libc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/rac/xf86RAC.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/ramdac/xf86Cursor.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/shadowfb/shadowfb.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/vbe/vbe.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/vgahw/vgaHW.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf1bpp/mfbmap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf1bpp/mfbunmap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf1bpp/xf1bpp.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf24_32bpp/cfb24_32.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf4bpp/xf4bpp.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/hw/xfree86/xf86Version.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/bstore.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/bstorestr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/colormap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/colormapst.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/cursor.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/cursorstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/dix.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/gc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/gcstruct.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/globals.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/input.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/misc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/miscstruct.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/opaque.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/os.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/pixmap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/pixmapstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/property.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/propertyst.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/region.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/regionstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/resource.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/screenint.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/scrnintstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/servermd.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/validate.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/window.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/include/windowstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mfb/mfb.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/mi.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/mibank.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/mibstore.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/micmap.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/micoord.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/migc.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/mi/mipointer.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/miext/shadow/shadow.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/render/glyphstr.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/render/picture.h /vbox/src/VBox/Additions/linux/x11include/4.3/programs/Xserver/render/picturestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/DECkeysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/HPkeysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/ImUtil.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/PM/PM.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/PM/PMproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Sunkeysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/X.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/XF86keysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/XKBlib.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/XWDFile.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xalloca.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xarch.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xatom.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xauth.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xcms.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xdefs.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xdmcp.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xfuncproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xfuncs.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xlib.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/XlibConf.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xlibint.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xlocale.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xmd.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xos.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xos_r.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xosdefs.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xpoll.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xprotostr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xregion.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xresource.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xthreads.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xutil.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xw32defs.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xwindows.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/Xwinsock.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/ap_keysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/cursorfont.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/dri/xf86dri.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/dri/xf86dristr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/MITMisc.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Print.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Printstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XEVI.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XEVIstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XI.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XInput.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XIproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XKB.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XKBgeom.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XKBproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XKBsrv.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XKBstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XLbx.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XResproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XShm.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XTest.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xag.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xagsrv.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xagstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xcup.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xcupstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xdbe.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xdbeproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xeviestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xext.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xinerama.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xv.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XvMC.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/XvMCproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/Xvproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/bigreqstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/composite.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/compositeproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/damageproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/damagewire.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/dmxext.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/dmxproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/dpms.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/dpmsstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/extutil.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/fontcache.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/fontcacheP.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/fontcachstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxbuf.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxbufstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxdeltastr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbximage.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxopts.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/lbxzlib.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/mitmiscstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/multibuf.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/multibufst.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/panoramiXext.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/panoramiXproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/randr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/randrproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/record.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/recordstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/render.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/renderproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/saver.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/saverproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/scrnsaver.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/security.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/securstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/shape.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/shapestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/shmstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/sync.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/syncstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/vldXvMC.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xcmiscstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86bigfont.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86bigfstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86dga.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86dga1.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86dga1str.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86dgastr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86misc.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86mscstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86rush.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86rushstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86vmode.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xf86vmstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xfixesproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xfixeswire.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtestext1.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xteststr.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtrapbits.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtrapddmi.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtrapdi.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtrapemacros.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtraplib.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtraplibp.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/extensions/xtrapproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/FS.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/FSproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/font.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/fontproto.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/fontstruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/fonts/fsmasks.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/keysym.h /vbox/src/VBox/Additions/linux/x11include/7.0/X11/keysymdef.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/BT.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/IBM.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/Pci.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/TI.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/XIstubs.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/afb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/assyntax.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/atKeynames.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/bstore.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/bstorestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/bt829.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb16.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb32.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb8_16.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb8_32.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfb8_32wid.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfbmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfbmskbits.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cfbunmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/closestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/closure.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/colormap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/colormapst.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/compiler.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cursor.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/cursorstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dbestruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dgaproc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dix.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dixevents.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dixfont.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dixfontstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dixgrabs.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dixstruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dri.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/dristruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/edid.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/elf.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/exa.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/exevents.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/extension.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/extinit.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/extnsionst.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fbdevhw.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fboverlay.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fbpseudocolor.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fbrop.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fi1236.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/fourcc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/gc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/gcstruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/globals.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/glyphstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/i2c_def.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/input.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/inputstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mfb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mfbmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mfbunmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mi.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mibank.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mibstore.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/micmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/micoord.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mifillarc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mifpoly.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/migc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/miline.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mipict.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mipointer.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mipointrst.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/misc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/miscstruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mispans.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mistruct.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/miwideline.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/mizerarc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/msp3430.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/opaque.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/os.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/picture.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/picturestr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/pixmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/pixmapstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/property.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/propertyst.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/randrstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/region.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/regionstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/renderedge.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/resource.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/rgb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/sarea.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/screenint.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/scrnintstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/selection.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/servermd.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/shadow.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/shadowfb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/site.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/swaprep.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/swapreq.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/tda8425.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/tda9850.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/tda9885.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/uda1380.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/validate.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/vbe.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/vbeModes.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/vdif.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/vgaHW.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/window.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/windowstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xaa.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xaaWrapper.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xaalocal.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xaarop.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf1bpp.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf4bpp.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Cursor.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86DDC.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Module.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86OSKbd.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86OSmouse.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Opt.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Optrec.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Parser.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Pci.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86PciInfo.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Priv.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Privstr.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86RAC.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86RamDac.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Resources.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Version.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86Xinput.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86_OSlib.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86_OSproc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86_ansic.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86_libc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86cmap.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86drm.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86drmCompat.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86fbman.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86i2c.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86int10.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86sbusBus.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86str.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86xv.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86xvmc.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xf86xvpriv.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xisb.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xorg-server.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xorgVersion.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xvdix.h /vbox/src/VBox/Additions/linux/x11include/7.0/xorg/xvmcext.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/X.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xalloca.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xarch.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xdefs.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xfuncproto.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xfuncs.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xmd.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xosdefs.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xproto.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/Xprotostr.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/XI.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/XIproto.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/dpms.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/randr.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/render.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/extensions/renderproto.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/fonts/font.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/fonts/fontproto.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/fonts/fontstruct.h /vbox/src/VBox/Additions/linux/x11include/7.1/X11/fonts/fsmasks.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/Pci.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/XIstubs.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/afb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/bstore.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/bstorestr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/closestr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/closure.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/colormap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/colormapst.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/compiler.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/cursor.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/cursorstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/damage.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/damagestr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dgaproc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dix-config.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dix.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dixevents.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dixfont.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dixfontstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dixgrabs.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/dixstruct.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/do-not-use-config.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/edid.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/exevents.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/extension.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/extinit.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/extnsionst.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/fb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/fbrop.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/gc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/gcstruct.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/globals.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/glyphstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/input.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/inputstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mfb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mfbmap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mfbunmap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mi.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mibank.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mibstore.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/micmap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/micoord.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/migc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/mipointer.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/misc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/miscstruct.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/opaque.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/os.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/picture.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/picturestr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/pixmap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/pixmapstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/property.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/propertyst.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/region.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/regionstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/resource.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/rgb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/screenint.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/scrnintstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/selection.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/servermd.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/shadow.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/shadowfb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/site.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/swaprep.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/swapreq.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/validate.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/vbe.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/vbeModes.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/vdif.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/vgaHW.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/window.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/windowstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf1bpp.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf4bpp.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Cursor.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86DDC.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Module.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86OSmouse.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Opt.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Pci.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86PciInfo.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Priv.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Privstr.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86RAC.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Resources.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Version.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86Xinput.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86_OSproc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86_ansic.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86_libc.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86cmap.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86i2c.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86int10.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xf86str.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xisb.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xorg-config.h /vbox/src/VBox/Additions/linux/x11include/7.1/xorg/xorg-server.h /vbox/src/VBox/Additions/linux/xgraphics/Makefile /vbox/src/VBox/Additions/linux/xgraphics/vboxutils.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo.c /vbox/src/VBox/Additions/linux/xgraphics/vboxvideo.h /vbox/src/VBox/Additions/linux/xmouse/Makefile /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.c /vbox/src/VBox/Additions/linux/xmouse/VBoxUtils.h /vbox/src/VBox/Additions/linux/xmouse/mouse.c /vbox/src/VBox/Additions/linux/xmouse/mouse.h /vbox/src/VBox/Additions/linux/xmouse/mousePriv.h /vbox/src/VBox/Additions/linux/xmouse/pnp.c /vbox/src/VBox/Additions/linux/xmouse/xorg70/mouse.c /vbox/src/VBox/Additions/linux/xmouse/xorg70/mouse.h /vbox/src/VBox/Additions/linux/xmouse/xorg70/mousePriv.h /vbox/src/VBox/Additions/linux/xmouse/xorg70/pnp.c /vbox/src/VBox/Additions/linux/xmouse/xorg71/mouse.c /vbox/src/VBox/Additions/linux/xmouse/xorg71/mouse.h /vbox/src/VBox/Additions/linux/xmouse/xorg71/mousePriv.h /vbox/src/VBox/Additions/linux/xmouse/xorg71/pnp.c /vbox/src/VBox/Debugger/DBGCTcp.cpp /vbox/src/VBox/Debugger/DBGConsole.cpp /vbox/src/VBox/Debugger/Makefile /vbox/src/VBox/Debugger/VBoxDbg.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.cpp /vbox/src/VBox/Debugger/VBoxDbgBase.h /vbox/src/VBox/Debugger/VBoxDbgConsole.cpp /vbox/src/VBox/Debugger/VBoxDbgConsole.h /vbox/src/VBox/Debugger/VBoxDbgGui.cpp /vbox/src/VBox/Debugger/VBoxDbgGui.h /vbox/src/VBox/Debugger/VBoxDbgStats.cpp /vbox/src/VBox/Debugger/VBoxDbgStats.h /vbox/src/VBox/Debugger/testcase/Makefile.kmk /vbox/src/VBox/Debugger/testcase/tstVBoxDbg.cpp /vbox/src/VBox/Devices/Audio/DevIchAc97.cpp /vbox/src/VBox/Devices/Audio/Makefile.kmk /vbox/src/VBox/Devices/Audio/alsaaudio.c /vbox/src/VBox/Devices/Audio/audio.c /vbox/src/VBox/Devices/Audio/audio.h /vbox/src/VBox/Devices/Audio/audio_int.h /vbox/src/VBox/Devices/Audio/audio_template.h /vbox/src/VBox/Devices/Audio/audiosniffer.c /vbox/src/VBox/Devices/Audio/dsound_template.h /vbox/src/VBox/Devices/Audio/dsoundaudio.c /vbox/src/VBox/Devices/Audio/mixeng.c /vbox/src/VBox/Devices/Audio/mixeng.h /vbox/src/VBox/Devices/Audio/mixeng_template.h /vbox/src/VBox/Devices/Audio/noaudio.c /vbox/src/VBox/Devices/Audio/ossaudio.c /vbox/src/VBox/Devices/Audio/rate_template.h /vbox/src/VBox/Devices/Audio/sys-queue.h /vbox/src/VBox/Devices/Audio/winaudio.c /vbox/src/VBox/Devices/Builtins.cpp /vbox/src/VBox/Devices/Builtins.h /vbox/src/VBox/Devices/Builtins2.cpp /vbox/src/VBox/Devices/Builtins2.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/Bus/Makefile.kmk /vbox/src/VBox/Devices/Bus/PCIInternal.h /vbox/src/VBox/Devices/Graphics/BIOS/BUGS /vbox/src/VBox/Devices/Graphics/BIOS/COPYING /vbox/src/VBox/Devices/Graphics/BIOS/ChangeLog /vbox/src/VBox/Devices/Graphics/BIOS/Makefile /vbox/src/VBox/Devices/Graphics/BIOS/Notes /vbox/src/VBox/Devices/Graphics/BIOS/README /vbox/src/VBox/Devices/Graphics/BIOS/TODO /vbox/src/VBox/Devices/Graphics/BIOS/biossums.c /vbox/src/VBox/Devices/Graphics/BIOS/clext.c /vbox/src/VBox/Devices/Graphics/BIOS/dataseghack /vbox/src/VBox/Devices/Graphics/BIOS/tests/testbios.c /vbox/src/VBox/Devices/Graphics/BIOS/vbe.c /vbox/src/VBox/Devices/Graphics/BIOS/vbe.h /vbox/src/VBox/Devices/Graphics/BIOS/vbe_display_api.txt /vbox/src/VBox/Devices/Graphics/BIOS/vbetables.h /vbox/src/VBox/Devices/Graphics/BIOS/vgabios.c /vbox/src/VBox/Devices/Graphics/BIOS/vgabios.h /vbox/src/VBox/Devices/Graphics/BIOS/vgafonts.h /vbox/src/VBox/Devices/Graphics/BIOS/vgatables.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGAModes.h /vbox/src/VBox/Devices/Graphics/DevVGATmpl.h /vbox/src/VBox/Devices/Graphics/Makefile.kmk /vbox/src/VBox/Devices/Input/DrvKeyboardQueue.cpp /vbox/src/VBox/Devices/Input/DrvMouseQueue.cpp /vbox/src/VBox/Devices/Input/Makefile.kmk /vbox/src/VBox/Devices/Input/pckbd.c /vbox/src/VBox/Devices/Makefile /vbox/src/VBox/Devices/Network/DevPCNet.cpp /vbox/src/VBox/Devices/Network/DrvIntNet.cpp /vbox/src/VBox/Devices/Network/DrvNAT.cpp /vbox/src/VBox/Devices/Network/DrvNetSniffer.cpp /vbox/src/VBox/Devices/Network/DrvTAP.cpp /vbox/src/VBox/Devices/Network/DrvTAPWin32.cpp /vbox/src/VBox/Devices/Network/Makefile.kmk /vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp /vbox/src/VBox/Devices/Network/ne2000.c /vbox/src/VBox/Devices/Network/slirp/COPYRIGHT /vbox/src/VBox/Devices/Network/slirp/Makefile.kmk /vbox/src/VBox/Devices/Network/slirp/bootp.c /vbox/src/VBox/Devices/Network/slirp/bootp.h /vbox/src/VBox/Devices/Network/slirp/cksum.c /vbox/src/VBox/Devices/Network/slirp/ctl.h /vbox/src/VBox/Devices/Network/slirp/debug.c /vbox/src/VBox/Devices/Network/slirp/debug.h /vbox/src/VBox/Devices/Network/slirp/icmp_var.h /vbox/src/VBox/Devices/Network/slirp/if.c /vbox/src/VBox/Devices/Network/slirp/if.h /vbox/src/VBox/Devices/Network/slirp/ip.h /vbox/src/VBox/Devices/Network/slirp/ip_icmp.c /vbox/src/VBox/Devices/Network/slirp/ip_icmp.h /vbox/src/VBox/Devices/Network/slirp/ip_input.c /vbox/src/VBox/Devices/Network/slirp/ip_output.c /vbox/src/VBox/Devices/Network/slirp/libslirp.h /vbox/src/VBox/Devices/Network/slirp/main.h /vbox/src/VBox/Devices/Network/slirp/mbuf.c /vbox/src/VBox/Devices/Network/slirp/mbuf.h /vbox/src/VBox/Devices/Network/slirp/misc.c /vbox/src/VBox/Devices/Network/slirp/misc.h /vbox/src/VBox/Devices/Network/slirp/sbuf.c /vbox/src/VBox/Devices/Network/slirp/sbuf.h /vbox/src/VBox/Devices/Network/slirp/slirp.c /vbox/src/VBox/Devices/Network/slirp/slirp.h /vbox/src/VBox/Devices/Network/slirp/slirp_config.h /vbox/src/VBox/Devices/Network/slirp/socket.c /vbox/src/VBox/Devices/Network/slirp/socket.h /vbox/src/VBox/Devices/Network/slirp/tcp.h /vbox/src/VBox/Devices/Network/slirp/tcp_input.c /vbox/src/VBox/Devices/Network/slirp/tcp_output.c /vbox/src/VBox/Devices/Network/slirp/tcp_subr.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.c /vbox/src/VBox/Devices/Network/slirp/tcp_timer.h /vbox/src/VBox/Devices/Network/slirp/tcp_var.h /vbox/src/VBox/Devices/Network/slirp/tcpip.h /vbox/src/VBox/Devices/Network/slirp/tftp.c /vbox/src/VBox/Devices/Network/slirp/tftp.h /vbox/src/VBox/Devices/Network/slirp/udp.c /vbox/src/VBox/Devices/Network/slirp/udp.h /vbox/src/VBox/Devices/Network/testcase/Makefile.kmk /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/PC/BIOS/Makefile /vbox/src/VBox/Devices/PC/BIOS/apmbios.S /vbox/src/VBox/Devices/PC/BIOS/biossums.c /vbox/src/VBox/Devices/PC/BIOS/innotek_logo.bmp /vbox/src/VBox/Devices/PC/BIOS/logo.c /vbox/src/VBox/Devices/PC/BIOS/rlepack.c /vbox/src/VBox/Devices/PC/BIOS/rombios.c /vbox/src/VBox/Devices/PC/DevACPI.cpp /vbox/src/VBox/Devices/PC/DevPIC.cpp /vbox/src/VBox/Devices/PC/DevPcArch.c /vbox/src/VBox/Devices/PC/DevPcBios.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/PC/DevRTC.cpp /vbox/src/VBox/Devices/PC/DrvACPI.cpp /vbox/src/VBox/Devices/PC/Etherboot-src/.cvsignore /vbox/src/VBox/Devices/PC/Etherboot-src/Config /vbox/src/VBox/Devices/PC/Etherboot-src/Families /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile-armnommu /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile-e1 /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile-i386 /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile-ia64 /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk /vbox/src/VBox/Devices/PC/Etherboot-src/Makefile.main /vbox/src/VBox/Devices/PC/Etherboot-src/README-vbox /vbox/src/VBox/Devices/PC/Etherboot-src/README.pixify /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/.cvsignore /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/Config /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/Makefile /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/arm_timer.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/etherboot.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/lib1funcs.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/mem.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/raw_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/serial.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/setjmp.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/core/start.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/drivers/net/p2001_eth.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/bits/byteswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/bits/cpu.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/bits/elf.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/bits/endian.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/bits/string.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/callbacks_arch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/hardware.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/hooks.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/io.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/latch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/limits.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/setjmp.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/armnommu/include/stdint.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/.cvsignore /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/Config /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/Makefile /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/Makefile.working /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/README /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/coff_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/e132_xs.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/e1_timer.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/etherboot.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/longjmp.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/memcmp.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/memcpy.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/memset.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/setjmp.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/start.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/core/strcmp.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/bits/byteswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/bits/cpu.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/bits/elf.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/bits/endian.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/bits/string.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/e132_xs_board.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/hooks.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/io.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/latch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/limits.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/setjmp.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/e1/include/stdint.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/.cvsignore /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/Config /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/Makefile /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/aout_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/callbacks.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/cpu.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/elf.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/etherboot-pe.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/etherboot.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/etherboot.prefix-pe.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/etherboot.prefix.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/freebsd_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/hooks.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/i386_timer.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/init.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/multiboot_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/pci_io.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/pic8259.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/prefixudata-pe.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/prefixudata.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/prefixzdata-pe.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/prefixzdata.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/pxe_callbacks.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/pxe_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/realmode.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/realmode_asm.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/start16.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/start16.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/start16z.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/start32.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/tagged_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/video_subr.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/core/wince_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/drivers/net/undi.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/basemem.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/bios.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/console.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/e820mangler.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/hidemem.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/firmware/pcbios/memsizes.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/byteswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/cpu.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/elf.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/elf_x.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/eltorito.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/endian.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/bits/string.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/callbacks_arch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/hidemem.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/hooks.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/io.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/latch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/limits.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/pic8259.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/pxe_callbacks.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/pxe_types.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/realmode.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/segoff.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/setjmp.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/stdint.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/include/vga.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/bImageprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/boot1a.s /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/comprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/elf_dprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/elfprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/exeprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/floppyprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/hdprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/huf.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/img.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/liloprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/lmelf_dprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/lmelf_prefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/nullprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/pxeprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/romprefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/unhuf.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/unhuf.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/i386/prefix/unnrv2b.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/.cvsignore /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/Config /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/Makefile /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/__call.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/efi.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/etherboot.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/ia64_timer.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/idiv32.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/idiv64.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/longjmp.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/memmove.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/memset.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/pal.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/pci_io.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/reloc.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/relocate_to.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/sal.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/setjmp.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/core/start.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/drivers/net/undi_nii.c /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/bits/byteswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/bits/cpu.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/bits/elf.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/bits/endian.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/bits/string.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/hooks.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/io.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/latch.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/limits.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/pal.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/sal.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/setjmp.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/include/stdint.h /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/apply_efi_prefix.pl /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/apply_unnrv2b_prefix.pl /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/efi_prefix.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/efi_prefix.lds /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/unnrv2b.S /vbox/src/VBox/Devices/PC/Etherboot-src/arch/ia64/prefix/unnrv2b.lds /vbox/src/VBox/Devices/PC/Etherboot-src/core/btext.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/config.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/disk.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/dns_resolver.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/elf_loader.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/heap.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/i82365.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/isa_probe.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/isapnp.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/main.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/misc.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/nfs.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/nic.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/osloader.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/pc_kbd.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/pci.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/pci_probe.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/pcmcia.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/proto_eth_slow.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/proto_fsp.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/proto_http.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/proto_slam.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/proto_tftm.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/pxe_export.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/relocate.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/serial.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/string.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/timer.c /vbox/src/VBox/Devices/PC/Etherboot-src/core/vsprintf.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/disk/filo.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/disk/floppy.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/disk/ide_disk.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/disk/pc_floppy.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c509.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c509.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c515.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c515.txt /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c595.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c595.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c90x.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/3c90x.txt /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/amd8111e.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/amd8111e.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/cs89x0.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/cs89x0.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/cs89x0.txt /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/davicom.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/depca.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/dmfe.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/e1000.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/e1000_hw.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/eepro.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/eepro100.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/epic100.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/epic100.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/etherfabric.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/etherfabric.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/forcedeth.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/hfa384x.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/MT23108_PRM.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/MT23108_PRM_append.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/MT25218_PRM.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/bit_ops.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif_comm.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif_comm.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif_mt23108.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif_mt25218.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/cmdif_priv.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/doc/README.boot_over_ib /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_driver.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_driver.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_mad.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_mad.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_mt23108.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ib_mt25218.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ipoib.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/ipoib.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mad_attrib.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt23108.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt23108.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt23108_imp.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt25218.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt25218.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt25218_imp.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/mt_version.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/patches/dhcpd.patch /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mlx_ipoib/samples/dhcpd.conf /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/mtd80x.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/lanai_Z8E_def.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/mcp_gen_header.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri/myri10ge_mcp.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/myri10ge.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/natsemi.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/ns83820.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/ns8390.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/ns8390.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/p80211hdr.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/pcnet32.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/pnic.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/pnic_api.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/prism2.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/prism2_pci.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/prism2_plx.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/r8169.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/rtl8139.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sis900.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sis900.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sis900.txt /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sk_g16.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sk_g16.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/skel.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/smc9000.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/smc9000.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/sundance.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tg3.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tg3.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tlan.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tlan.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tulip.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/tulip.txt /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/via-rhine.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/via-velocity.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/via-velocity.h /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/w89c840.c /vbox/src/VBox/Devices/PC/Etherboot-src/drivers/net/wlan_compat.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/Config /vbox/src/VBox/Devices/PC/Etherboot-src/filo/README.filo /vbox/src/VBox/Devices/PC/Etherboot-src/filo/README.filo_in_etherboot /vbox/src/VBox/Devices/PC/Etherboot-src/filo/README.usb /vbox/src/VBox/Devices/PC/Etherboot-src/filo/drivers/ide_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/blockdev.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/eltorito.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fat.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/filesys.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_ext2fs.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_fat.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_iso9660.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_jfs.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_minix.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_reiserfs.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/fsys_xfs.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/iso9660.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/jfs.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/shared.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/vfs.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/fs/xfs.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/context.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/context.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/linux_load.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/multiboot.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/segment.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/segment.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/switch.S /vbox/src/VBox/Devices/PC/Etherboot-src/filo/i386/sys_info.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/console_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/elfload.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/elfnote.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/filo_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/lib.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/linuxbios_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/malloc_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/pci_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/main/printf_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/debug_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/debug_x.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/ohci.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/ohci.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/scsi.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/scsi_cmds.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/scsi_cmds.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/uhci.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/uhci.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/usb.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/usb.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/usb_scsi_low.c /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/usb_scsi_low.h /vbox/src/VBox/Devices/PC/Etherboot-src/filo/usb/usb_x.c /vbox/src/VBox/Devices/PC/Etherboot-src/firmware/linuxbios/linuxbios.c /vbox/src/VBox/Devices/PC/Etherboot-src/firmware/linuxbios/linuxbios_tables.h /vbox/src/VBox/Devices/PC/Etherboot-src/genrules.pl /vbox/src/VBox/Devices/PC/Etherboot-src/include/big_bswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/bootp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/btext.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/byteswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/callbacks.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/coff.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/cpu.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/debug.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/dev.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/disk.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/dns_resolver.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/elf.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/elf_boot.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/endian.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/etherboot-asm.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/etherboot.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/fs.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/http.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/i82365.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/if_arp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/if_ether.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/igmp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/in.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/ip.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/isa.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/isapnp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/lib.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/little_bswap.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/mii.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/nfs.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/nic.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/osdep.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pc_kbd.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pci.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pci_ids.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pcmcia-opts.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pcmcia.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pxe.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/pxe_export.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/string.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/sys_info.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/tcp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/tftp.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/timer.h /vbox/src/VBox/Devices/PC/Etherboot-src/include/udp.h /vbox/src/VBox/Devices/PC/Etherboot-src/pcnet32.zrom /vbox/src/VBox/Devices/PC/Etherboot-src/util/catrom.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/disrom.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/geniso /vbox/src/VBox/Devices/PC/Etherboot-src/util/genliso /vbox/src/VBox/Devices/PC/Etherboot-src/util/get-pci-ids /vbox/src/VBox/Devices/PC/Etherboot-src/util/getopt.c /vbox/src/VBox/Devices/PC/Etherboot-src/util/getopt.h /vbox/src/VBox/Devices/PC/Etherboot-src/util/lzhuf.c /vbox/src/VBox/Devices/PC/Etherboot-src/util/makelilo.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.c /vbox/src/VBox/Devices/PC/Etherboot-src/util/makerom.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/modrom.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/nrv2b.c /vbox/src/VBox/Devices/PC/Etherboot-src/util/swapdevids.pl /vbox/src/VBox/Devices/PC/Etherboot-src/util/zfilelen.pl /vbox/src/VBox/Devices/PC/Makefile.kmk /vbox/src/VBox/Devices/PC/apic.c /vbox/src/VBox/Devices/PC/dma.c /vbox/src/VBox/Devices/PC/vbox.dsl /vbox/src/VBox/Devices/Serial/Makefile.kmk /vbox/src/VBox/Devices/Serial/serial.c /vbox/src/VBox/Devices/Storage/DevATA.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.cpp /vbox/src/VBox/Devices/Storage/DrvHostBase.h /vbox/src/VBox/Devices/Storage/DrvHostDVD.cpp /vbox/src/VBox/Devices/Storage/DrvHostFloppy.cpp /vbox/src/VBox/Devices/Storage/DrvMediaISO.cpp /vbox/src/VBox/Devices/Storage/DrvRawImage.cpp /vbox/src/VBox/Devices/Storage/Makefile.kmk /vbox/src/VBox/Devices/Storage/PIIX3ATABmDma.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/fdc.c /vbox/src/VBox/Devices/Storage/ide.h /vbox/src/VBox/Devices/Storage/swab.h /vbox/src/VBox/Devices/Storage/testcase/Makefile /vbox/src/VBox/Devices/Storage/testcase/VHDDtest.cpp /vbox/src/VBox/Devices/Storage/testcase/vhddtool.cpp /vbox/src/VBox/Devices/VMMDev/Makefile.kmk /vbox/src/VBox/Devices/VMMDev/VBoxDev.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp /vbox/src/VBox/Devices/VMMDev/VMMDevHGCM.h /vbox/src/VBox/Devices/VMMDev/VMMDevState.h /vbox/src/VBox/Devices/muldiv64.c /vbox/src/VBox/Devices/vl_vbox.h /vbox/src/VBox/Disassembler/Disasm.cpp /vbox/src/VBox/Disassembler/DisasmCore.cpp /vbox/src/VBox/Disassembler/DisasmInternal.h /vbox/src/VBox/Disassembler/DisasmTables.cpp /vbox/src/VBox/Disassembler/DisasmTables.h /vbox/src/VBox/Disassembler/DisasmTest.cpp /vbox/src/VBox/Disassembler/DisasmTestA.asm /vbox/src/VBox/Disassembler/DisasmTestCore.cpp /vbox/src/VBox/Disassembler/Makefile /vbox/src/VBox/Frontends/Makefile /vbox/src/VBox/Frontends/VBoxBFE/COMDefs.h /vbox/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.h /vbox/src/VBox/Frontends/VBoxBFE/EmulCpp.cpp /vbox/src/VBox/Frontends/VBoxBFE/Framebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBDeviceImpl.h /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.h /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Logging.h /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.h /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/NetworkAdapterImpl.h /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLConsole.h /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp /vbox/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyService.h /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.h /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxFB/Framebuffer.h /vbox/src/VBox/Frontends/VBoxFB/Helper.cpp /vbox/src/VBox/Frontends/VBoxFB/Helper.h /vbox/src/VBox/Frontends/VBoxFB/Makefile /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.cpp /vbox/src/VBox/Frontends/VBoxFB/VBoxFB.h /vbox/src/VBox/Frontends/VBoxManage/Makefile /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.h /vbox/src/VBox/Frontends/VBoxSDL/Helper.cpp /vbox/src/VBox/Frontends/VBoxSDL/Helper.h /vbox/src/VBox/Frontends/VBoxSDL/Makefile /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDLTest.cpp /vbox/src/VBox/Frontends/VBoxSDL/ico64x01.pnm /vbox/src/VBox/Frontends/VBoxSDL/vbox.ico /vbox/src/VBox/Frontends/VirtualBox/Makefile /vbox/src/VBox/Frontends/VirtualBox/VBoxGUI.pro /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/images/about_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/about_600px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_read_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_unmount_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_unmount_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/cd_write_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/delete_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/delete_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_dis_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_dis_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_snapshot_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_snapshot_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_snapshot_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/discard_snapshot_dis_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/diskim_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/exit_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_read_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_unmount_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_unmount_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fd_write_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fullscreen_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/fullscreen_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/guesttools_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/guesttools_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hd_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hd_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hd_read_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hd_write_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hostkey_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hostkey_captured_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hostkey_captured_pressed_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hostkey_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/hostkey_pressed_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/ico16x01.png /vbox/src/VBox/Frontends/VirtualBox/images/ico20x01.png /vbox/src/VBox/Frontends/VirtualBox/images/ico32x01.png /vbox/src/VBox/Frontends/VirtualBox/images/ico40x01.ico /vbox/src/VBox/Frontends/VirtualBox/images/ico40x01.png /vbox/src/VBox/Frontends/VirtualBox/images/ico64x01.png /vbox/src/VBox/Frontends/VirtualBox/images/machine_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_disable_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_seamless_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/mouse_seamless_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/new_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/nw_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/nw_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/nw_read_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/nw_write_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/offline_snapshot_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/online_snapshot_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/os_dos.png /vbox/src/VBox/Frontends/VirtualBox/images/os_freebsd.png /vbox/src/VBox/Frontends/VirtualBox/images/os_l4.png /vbox/src/VBox/Frontends/VirtualBox/images/os_linux.png /vbox/src/VBox/Frontends/VirtualBox/images/os_netbsd.png /vbox/src/VBox/Frontends/VirtualBox/images/os_netware.png /vbox/src/VBox/Frontends/VirtualBox/images/os_openbsd.png /vbox/src/VBox/Frontends/VirtualBox/images/os_os2.png /vbox/src/VBox/Frontends/VirtualBox/images/os_other.png /vbox/src/VBox/Frontends/VirtualBox/images/os_solaris.png /vbox/src/VBox/Frontends/VirtualBox/images/os_win2000.png /vbox/src/VBox/Frontends/VirtualBox/images/os_win2003.png /vbox/src/VBox/Frontends/VirtualBox/images/os_win31.png /vbox/src/VBox/Frontends/VirtualBox/images/os_win95.png /vbox/src/VBox/Frontends/VirtualBox/images/os_win98.png /vbox/src/VBox/Frontends/VirtualBox/images/os_winme.png /vbox/src/VBox/Frontends/VirtualBox/images/os_winnt.png /vbox/src/VBox/Frontends/VirtualBox/images/os_winvista.png /vbox/src/VBox/Frontends/VirtualBox/images/os_winxp.png /vbox/src/VBox/Frontends/VirtualBox/images/pause_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/reset_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/reset_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/select_file_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/select_file_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/settings_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/settings_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_dis_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/site_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/sound_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/start_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/start_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_aborted_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_discarding_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_paused_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_powered_off_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_restoring_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_running_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_saved_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/state_saving_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/take_snapshot_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/take_snapshot_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/take_snapshot_dis_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/take_snapshot_dis_22px.png /vbox/src/VBox/Frontends/VirtualBox/images/tpixel.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_add_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_add_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_movedown_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_movedown_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_moveup_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_moveup_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_read_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_remove_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_remove_disabled_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/usb_write_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_delete.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_delete_dis.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_discard.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_discard_dis.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_new.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_new_dis.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_pause_16px.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_pause_s.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_settings.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_settings_dis.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_start.png /vbox/src/VBox/Frontends/VirtualBox/images/vm_start_dis.png /vbox/src/VBox/Frontends/VirtualBox/images/vmw_new_harddisk.png /vbox/src/VBox/Frontends/VirtualBox/images/vmw_new_welcome.png /vbox/src/VBox/Frontends/VirtualBox/include/CIShared.h /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h /vbox/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h /vbox/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h /vbox/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h /vbox/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VMGlobalSettings.h /vbox/src/VBox/Frontends/VirtualBox/include/XKeyboard.h /vbox/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox/src/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VMGlobalSettings.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard.c /vbox/src/VBox/Frontends/VirtualBox/src/linux/keyboard_outofwine.h /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc /vbox/src/VBox/Frontends/VirtualBox/ui/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/HostDrivers/Config.kmk /vbox/src/VBox/HostDrivers/Makefile /vbox/src/VBox/HostDrivers/Support/Makefile /vbox/src/VBox/HostDrivers/Support/SUPDRV.h /vbox/src/VBox/HostDrivers/Support/SUPDRVIOC.h /vbox/src/VBox/HostDrivers/Support/SUPDRVShared.c /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/SUPLibInternal.h /vbox/src/VBox/HostDrivers/Support/SUPR0.def /vbox/src/VBox/HostDrivers/Support/SUPR0Elf.asm /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.c /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/linux/Makefile /vbox/src/VBox/HostDrivers/Support/linux/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c /vbox/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.mod.c /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/Makefile /vbox/src/VBox/HostDrivers/Support/testcase/SUPInstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/SUPUninstall.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-1.c /vbox/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstGetPagingMode.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInit.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPage.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstPin.cpp /vbox/src/VBox/HostDrivers/Support/win32/Makefile.kmk /vbox/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp /vbox/src/VBox/HostDrivers/Support/win32/SUPDrvA-win32.asm /vbox/src/VBox/HostDrivers/Support/win32/SUPLib-win32.cpp /vbox/src/VBox/HostDrivers/Support/win32/VBoxDrv.inf /vbox/src/VBox/HostDrivers/Support/win64/SUPDrv-win64.cpp /vbox/src/VBox/HostDrivers/Support/win64/SUPDrvA-win64.asm /vbox/src/VBox/HostDrivers/VBoxTAP/Makefile /vbox/src/VBox/HostDrivers/VBoxTAP/SOURCES /vbox/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.inf /vbox/src/VBox/HostDrivers/VBoxTAP/VBoxTAP.rc /vbox/src/VBox/HostDrivers/VBoxTAP/common.h /vbox/src/VBox/HostDrivers/VBoxTAP/config-win32.h /vbox/src/VBox/HostDrivers/VBoxTAP/constants.h /vbox/src/VBox/HostDrivers/VBoxTAP/dhcp.c /vbox/src/VBox/HostDrivers/VBoxTAP/dhcp.h /vbox/src/VBox/HostDrivers/VBoxTAP/endian.h /vbox/src/VBox/HostDrivers/VBoxTAP/error.c /vbox/src/VBox/HostDrivers/VBoxTAP/error.h /vbox/src/VBox/HostDrivers/VBoxTAP/hexdump.c /vbox/src/VBox/HostDrivers/VBoxTAP/hexdump.h /vbox/src/VBox/HostDrivers/VBoxTAP/instance.c /vbox/src/VBox/HostDrivers/VBoxTAP/lock.h /vbox/src/VBox/HostDrivers/VBoxTAP/macinfo.c /vbox/src/VBox/HostDrivers/VBoxTAP/macinfo.h /vbox/src/VBox/HostDrivers/VBoxTAP/mem.c /vbox/src/VBox/HostDrivers/VBoxTAP/proto.h /vbox/src/VBox/HostDrivers/VBoxTAP/prototypes.h /vbox/src/VBox/HostDrivers/VBoxTAP/tapdrvr.c /vbox/src/VBox/HostDrivers/VBoxTAP/types.h /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/Doxyfile.Main /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/FramebufferImpl.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostDVDDriveImpl.cpp /vbox/src/VBox/Main/HostFloppyDriveImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/Logging.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile /vbox/src/VBox/Main/Matching.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/RemoteUSBDeviceImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/USBDeviceFilterImpl.cpp /vbox/src/VBox/Main/USBDeviceImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VBoxDriversRegister.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxXMLUtil.cpp /vbox/src/VBox/Main/glue/ErrorInfo.cpp /vbox/src/VBox/Main/glue/EventQueue.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/hgcm/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/doxygen.xsl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/AudioSnifferInterface.h /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/Collection.h /vbox/src/VBox/Main/include/ConsoleEvents.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/FramebufferImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostDVDDriveImpl.h /vbox/src/VBox/Main/include/HostFloppyDriveImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/KeyboardImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/include/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/Matching.h /vbox/src/VBox/Main/include/MouseImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.h /vbox/src/VBox/Main/include/RemoteUSBDeviceImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/Shareable.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFilterImpl.h /vbox/src/VBox/Main/include/USBDeviceImpl.h /vbox/src/VBox/Main/include/USBProxyService.h /vbox/src/VBox/Main/include/VMMDev.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/include/cfgldrhlp.h /vbox/src/VBox/Main/include/hgcm/HGCM.h /vbox/src/VBox/Main/include/hgcm/HGCMObjects.h /vbox/src/VBox/Main/include/hgcm/HGCMThread.h /vbox/src/VBox/Main/linux/Makefile.kmk /vbox/src/VBox/Main/linux/helpers.cpp /vbox/src/VBox/Main/linux/module.cpp /vbox/src/VBox/Main/linux/server.cpp /vbox/src/VBox/Main/nls/VBoxC_de.ts /vbox/src/VBox/Main/nls/VBoxSVC_de.ts /vbox/src/VBox/Main/testcase/Makefile /vbox/src/VBox/Main/testcase/VBox.cpp /vbox/src/VBox/Main/testcase/makefile.tstVBoxAPILinux /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPIWin.cpp /vbox/src/VBox/Main/win32/Makefile.kmk /vbox/src/VBox/Main/win32/VBoxC.def /vbox/src/VBox/Main/win32/VBoxC.rc /vbox/src/VBox/Main/win32/VBoxC.rgs /vbox/src/VBox/Main/win32/VBoxSVC.rc /vbox/src/VBox/Main/win32/VBoxSVC.rgs /vbox/src/VBox/Main/win32/comregister.cmd /vbox/src/VBox/Main/win32/dllmain.cpp /vbox/src/VBox/Main/win32/resource.h /vbox/src/VBox/Main/win32/svcmain.cpp /vbox/src/VBox/Main/xml/Makefile.kmk /vbox/src/VBox/Main/xml/SchemaDefs.xsl /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-linux.xsd /vbox/src/VBox/Main/xml/VirtualBox-settings-windows.xsd /vbox/src/VBox/Main/xml/cfgldr.cpp /vbox/src/VBox/Main/xml/cfgldrhlp.cpp /vbox/src/VBox/Main/xml/samples/VirtualBox-global.xml /vbox/src/VBox/Main/xml/samples/VirtualBox-machine-linux.xml /vbox/src/VBox/Main/xml/samples/VirtualBox-machine-windows.xml /vbox/src/VBox/Makefile /vbox/src/VBox/Runtime/Doxyfile /vbox/src/VBox/Runtime/Makefile /vbox/src/VBox/Runtime/RTErrConvertFromErrno.cpp /vbox/src/VBox/Runtime/VBox/Makefile.kmk /vbox/src/VBox/Runtime/VBox/VBoxRTDeps.cpp /vbox/src/VBox/Runtime/VBox/log-vbox.cpp /vbox/src/VBox/Runtime/VBox/logbackdoor.cpp /vbox/src/VBox/Runtime/VBox/strformat-vbox.cpp /vbox/src/VBox/Runtime/alloc.cpp /vbox/src/VBox/Runtime/assert.cpp /vbox/src/VBox/Runtime/crc32.cpp /vbox/src/VBox/Runtime/dir.cpp /vbox/src/VBox/Runtime/errmsg.cpp /vbox/src/VBox/Runtime/errmsg.sed /vbox/src/VBox/Runtime/errmsgcom.sed /vbox/src/VBox/Runtime/errmsgxpcom.sed /vbox/src/VBox/Runtime/fileio.cpp /vbox/src/VBox/Runtime/fs.cpp /vbox/src/VBox/Runtime/generic/Makefile.kmk /vbox/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp /vbox/src/VBox/Runtime/generic/RTDirSetTimes-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileCopy-generic.cpp /vbox/src/VBox/Runtime/generic/RTFileMove-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogDefaultInit-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteDebugger-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdErr-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteStdOut-stub-generic.cpp /vbox/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/generic/fs-stubs-generic.cpp /vbox/src/VBox/Runtime/generic/pathhost-generic.cpp /vbox/src/VBox/Runtime/generic/sched-generic.cpp /vbox/src/VBox/Runtime/generic/semfastmutex-generic.cpp /vbox/src/VBox/Runtime/generic/semnoint-generic.cpp /vbox/src/VBox/Runtime/generic/semrw-generic.cpp /vbox/src/VBox/Runtime/generic/semsrw-generic.cpp /vbox/src/VBox/Runtime/generic/spinlock-generic.cpp /vbox/src/VBox/Runtime/generic/utf16locale-generic.cpp /vbox/src/VBox/Runtime/include/internal/dir.h /vbox/src/VBox/Runtime/include/internal/file.h /vbox/src/VBox/Runtime/include/internal/fs.h /vbox/src/VBox/Runtime/include/internal/ldr.h /vbox/src/VBox/Runtime/include/internal/ldrELF32.h /vbox/src/VBox/Runtime/include/internal/ldrELF64.h /vbox/src/VBox/Runtime/include/internal/ldrELFAmd64.h /vbox/src/VBox/Runtime/include/internal/ldrELFCommon.h /vbox/src/VBox/Runtime/include/internal/ldrELFi386.h /vbox/src/VBox/Runtime/include/internal/ldrMZ.h /vbox/src/VBox/Runtime/include/internal/ldrPE.h /vbox/src/VBox/Runtime/include/internal/path.h /vbox/src/VBox/Runtime/include/internal/process.h /vbox/src/VBox/Runtime/include/internal/sched.h /vbox/src/VBox/Runtime/include/internal/string.h /vbox/src/VBox/Runtime/include/internal/thread.h /vbox/src/VBox/Runtime/include/internal/time.h /vbox/src/VBox/Runtime/ldr.cpp /vbox/src/VBox/Runtime/ldrELF.cpp /vbox/src/VBox/Runtime/ldrELFRelocatable.cpp.h /vbox/src/VBox/Runtime/ldrEx.cpp /vbox/src/VBox/Runtime/ldrFile.cpp /vbox/src/VBox/Runtime/ldrNative.cpp /vbox/src/VBox/Runtime/ldrPE.cpp /vbox/src/VBox/Runtime/ldrkLdr.cpp /vbox/src/VBox/Runtime/log.cpp /vbox/src/VBox/Runtime/logR0.cpp /vbox/src/VBox/Runtime/logcom.cpp /vbox/src/VBox/Runtime/logformat.cpp /vbox/src/VBox/Runtime/math/ceill.asm /vbox/src/VBox/Runtime/math/cosl.asm /vbox/src/VBox/Runtime/math/floor.asm /vbox/src/VBox/Runtime/math/floorf.asm /vbox/src/VBox/Runtime/math/floorl.asm /vbox/src/VBox/Runtime/math/ldexpl.asm /vbox/src/VBox/Runtime/math/llrint.asm /vbox/src/VBox/Runtime/math/llrintf.asm /vbox/src/VBox/Runtime/math/llrintl.asm /vbox/src/VBox/Runtime/math/logl.asm /vbox/src/VBox/Runtime/math/lrint.asm /vbox/src/VBox/Runtime/math/lrintf.asm /vbox/src/VBox/Runtime/math/lrintl.asm /vbox/src/VBox/Runtime/math/remainder.asm /vbox/src/VBox/Runtime/math/remainderf.asm /vbox/src/VBox/Runtime/math/remainderl.asm /vbox/src/VBox/Runtime/math/sinl.asm /vbox/src/VBox/Runtime/math/tanl.asm /vbox/src/VBox/Runtime/math/trunc.asm /vbox/src/VBox/Runtime/math/truncf.asm /vbox/src/VBox/Runtime/math/truncl.asm /vbox/src/VBox/Runtime/math/x86/fenv-x86.c /vbox/src/VBox/Runtime/md5.cpp /vbox/src/VBox/Runtime/misc/setjmp.asm /vbox/src/VBox/Runtime/nt/Makefile.kmk /vbox/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp /vbox/src/VBox/Runtime/os2/Makefile /vbox/src/VBox/Runtime/os2/RTErrConvertFromOS2.cpp /vbox/src/VBox/Runtime/path.cpp /vbox/src/VBox/Runtime/r0drv/Makefile.kmk /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/alloc-r0drv.h /vbox/src/VBox/Runtime/r0drv/darwin/Makefile.kmk /vbox/src/VBox/Runtime/r0drv/darwin/RTLogWriteDebugger-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h /vbox/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/initterm-r0drv.h /vbox/src/VBox/Runtime/r0drv/linux/Makefile.kmk /vbox/src/VBox/Runtime/r0drv/linux/RTLogWriteDebugger-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/semaphore-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/spinlock-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/linux/string.h /vbox/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h /vbox/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.h /vbox/src/VBox/Runtime/r0drv/nt/Makefile.kmk /vbox/src/VBox/Runtime/r0drv/nt/RTLogWriteDebugger-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/alloc-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/semaphore-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/spinlock-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/nt/the-nt-kernel.h /vbox/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp /vbox/src/VBox/Runtime/r0drv/thread-r0drv.cpp /vbox/src/VBox/Runtime/r0drv/thread-r0drv.h /vbox/src/VBox/Runtime/r3/Makefile.kmk /vbox/src/VBox/Runtime/r3/alloc-ef-cpp.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.cpp /vbox/src/VBox/Runtime/r3/alloc-ef.h /vbox/src/VBox/Runtime/r3/alloc.cpp /vbox/src/VBox/Runtime/r3/darwin/Makefile.kmk /vbox/src/VBox/Runtime/r3/darwin/alloc-darwin.cpp /vbox/src/VBox/Runtime/r3/darwin/time-darwin.cpp /vbox/src/VBox/Runtime/r3/init.cpp /vbox/src/VBox/Runtime/r3/linux/Makefile.kmk /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/linux/uuid-linux.cpp /vbox/src/VBox/Runtime/r3/os2/Makefile.kmk /vbox/src/VBox/Runtime/r3/os2/sems-os2.cpp /vbox/src/VBox/Runtime/r3/os2/system-os2.cpp /vbox/src/VBox/Runtime/r3/os2/thread-os2.cpp /vbox/src/VBox/Runtime/r3/posix/Makefile /vbox/src/VBox/Runtime/r3/posix/alloc-posix.cpp /vbox/src/VBox/Runtime/r3/posix/dir-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fileio-posix.cpp /vbox/src/VBox/Runtime/r3/posix/fs-posix.cpp /vbox/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp /vbox/src/VBox/Runtime/r3/posix/path-posix.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sems-posix.cpp /vbox/src/VBox/Runtime/r3/posix/system-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/posix/time-posix.cpp /vbox/src/VBox/Runtime/r3/posix/timer-posix.cpp /vbox/src/VBox/Runtime/r3/posix/utf8-posix.cpp /vbox/src/VBox/Runtime/r3/process.cpp /vbox/src/VBox/Runtime/r3/stream.cpp /vbox/src/VBox/Runtime/r3/tcp.cpp /vbox/src/VBox/Runtime/r3/win32/Makefile.kmk /vbox/src/VBox/Runtime/r3/win32/RTLogWriteDebugger-win32.cpp /vbox/src/VBox/Runtime/r3/win32/alloc-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dir-win32.cpp /vbox/src/VBox/Runtime/r3/win32/dllmain-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fileio-win32.cpp /vbox/src/VBox/Runtime/r3/win32/fs-win32.cpp /vbox/src/VBox/Runtime/r3/win32/ldrNative-win32.cpp /vbox/src/VBox/Runtime/r3/win32/path-win32.cpp /vbox/src/VBox/Runtime/r3/win32/process-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sched-win32.cpp /vbox/src/VBox/Runtime/r3/win32/sems-win32.cpp /vbox/src/VBox/Runtime/r3/win32/system-win32.cpp /vbox/src/VBox/Runtime/r3/win32/thread-win32.cpp /vbox/src/VBox/Runtime/r3/win32/time-win32.cpp /vbox/src/VBox/Runtime/r3/win32/timer-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf16locale-win32.cpp /vbox/src/VBox/Runtime/r3/win32/utf8-win32.cpp /vbox/src/VBox/Runtime/r3/win32/uuid-win32.cpp /vbox/src/VBox/Runtime/r3/win64/VBoxRT-win64.def /vbox/src/VBox/Runtime/semspingpong.cpp /vbox/src/VBox/Runtime/straprintf.cpp /vbox/src/VBox/Runtime/strformat.cpp /vbox/src/VBox/Runtime/strformatrt.cpp /vbox/src/VBox/Runtime/string.cpp /vbox/src/VBox/Runtime/string/Makefile.kmk /vbox/src/VBox/Runtime/string/memchr.cpp /vbox/src/VBox/Runtime/string/memcmp.cpp /vbox/src/VBox/Runtime/string/memcpy.cpp /vbox/src/VBox/Runtime/string/memset.cpp /vbox/src/VBox/Runtime/string/strcpy.cpp /vbox/src/VBox/Runtime/string/strlen.cpp /vbox/src/VBox/Runtime/string/strncmp.cpp /vbox/src/VBox/Runtime/string/strpbrk.cpp /vbox/src/VBox/Runtime/strprintf.cpp /vbox/src/VBox/Runtime/strspace.cpp /vbox/src/VBox/Runtime/strstrip.cpp /vbox/src/VBox/Runtime/strtonum.cpp /vbox/src/VBox/Runtime/table/Makefile.kmk /vbox/src/VBox/Runtime/table/avl_Base.cpp.h /vbox/src/VBox/Runtime/table/avl_Destroy.cpp.h /vbox/src/VBox/Runtime/table/avl_DoWithAll.cpp.h /vbox/src/VBox/Runtime/table/avl_Enum.cpp.h /vbox/src/VBox/Runtime/table/avl_Get.cpp.h /vbox/src/VBox/Runtime/table/avl_GetBestFit.cpp.h /vbox/src/VBox/Runtime/table/avl_Range.cpp.h /vbox/src/VBox/Runtime/table/avl_RemoveBestFit.cpp.h /vbox/src/VBox/Runtime/table/avlhcphys.cpp /vbox/src/VBox/Runtime/table/avlogcphys.cpp /vbox/src/VBox/Runtime/table/avlogcptr.cpp /vbox/src/VBox/Runtime/table/avlohcphys.cpp /vbox/src/VBox/Runtime/table/avloioport.cpp /vbox/src/VBox/Runtime/table/avlpv.cpp /vbox/src/VBox/Runtime/table/avlrogcphys.cpp /vbox/src/VBox/Runtime/table/avlrogcptr.cpp /vbox/src/VBox/Runtime/table/avlroioport.cpp /vbox/src/VBox/Runtime/table/avlroogcptr.cpp /vbox/src/VBox/Runtime/table/avlu32.cpp /vbox/src/VBox/Runtime/table/avlul.cpp /vbox/src/VBox/Runtime/table/table.cpp /vbox/src/VBox/Runtime/testcase/Makefile /vbox/src/VBox/Runtime/testcase/ioctl.h /vbox/src/VBox/Runtime/testcase/ntGetTimerResolution.cpp /vbox/src/VBox/Runtime/testcase/soundcard.h /vbox/src/VBox/Runtime/testcase/tstAvl.cpp /vbox/src/VBox/Runtime/testcase/tstBitOperations.cpp /vbox/src/VBox/Runtime/testcase/tstCritSect.cpp /vbox/src/VBox/Runtime/testcase/tstDeadlock.cpp /vbox/src/VBox/Runtime/testcase/tstDir-2.cpp /vbox/src/VBox/Runtime/testcase/tstDir.cpp /vbox/src/VBox/Runtime/testcase/tstErrUnique.cpp /vbox/src/VBox/Runtime/testcase/tstFile.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstInlineAsm.cpp /vbox/src/VBox/Runtime/testcase/tstIoCtl.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-3.cpp /vbox/src/VBox/Runtime/testcase/tstLdr.cpp /vbox/src/VBox/Runtime/testcase/tstLdrLoad.cpp /vbox/src/VBox/Runtime/testcase/tstLdrObj.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstMove.cpp /vbox/src/VBox/Runtime/testcase/tstPath.cpp /vbox/src/VBox/Runtime/testcase/tstPrfRT.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstSems.cpp /vbox/src/VBox/Runtime/testcase/tstStrFormat.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstTime-2.cpp /vbox/src/VBox/Runtime/testcase/tstTime-3.cpp /vbox/src/VBox/Runtime/testcase/tstTime.cpp /vbox/src/VBox/Runtime/testcase/tstTimeSpec.cpp /vbox/src/VBox/Runtime/testcase/tstTimer.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/thread.cpp /vbox/src/VBox/Runtime/time.cpp /vbox/src/VBox/Runtime/timeprog.cpp /vbox/src/VBox/Runtime/timesup.cpp /vbox/src/VBox/Runtime/uni.cpp /vbox/src/VBox/Runtime/unidata.cpp /vbox/src/VBox/Runtime/uniread.cpp /vbox/src/VBox/Runtime/utf-16.cpp /vbox/src/VBox/Runtime/utf-8.cpp /vbox/src/VBox/Runtime/win32/Makefile.kmk /vbox/src/VBox/Runtime/win32/RTErrConvertFromWin32.cpp /vbox/src/VBox/Runtime/win32/errmsgwin.cpp /vbox/src/VBox/Runtime/win64/ASMAtomicBitClear.asm /vbox/src/VBox/Runtime/win64/ASMAtomicBitTestAndToggle.asm /vbox/src/VBox/Runtime/win64/ASMAtomicBitToggle.asm /vbox/src/VBox/Runtime/win64/ASMAtomicReadU64.asm /vbox/src/VBox/Runtime/win64/ASMAtomicXchgU16.asm /vbox/src/VBox/Runtime/win64/ASMAtomicXchgU8.asm /vbox/src/VBox/Runtime/win64/ASMBitFirstClear.asm /vbox/src/VBox/Runtime/win64/ASMBitFirstSet.asm /vbox/src/VBox/Runtime/win64/ASMGetCS.asm /vbox/src/VBox/Runtime/win64/ASMGetDR0.asm /vbox/src/VBox/Runtime/win64/ASMGetDR1.asm /vbox/src/VBox/Runtime/win64/ASMGetDR2.asm /vbox/src/VBox/Runtime/win64/ASMGetDR3.asm /vbox/src/VBox/Runtime/win64/ASMGetDR6.asm /vbox/src/VBox/Runtime/win64/ASMGetDR7.asm /vbox/src/VBox/Runtime/win64/ASMGetDS.asm /vbox/src/VBox/Runtime/win64/ASMGetES.asm /vbox/src/VBox/Runtime/win64/ASMGetFS.asm /vbox/src/VBox/Runtime/win64/ASMGetFlags.asm /vbox/src/VBox/Runtime/win64/ASMGetGS.asm /vbox/src/VBox/Runtime/win64/ASMGetIDTR.asm /vbox/src/VBox/Runtime/win64/ASMGetSS.asm /vbox/src/VBox/Runtime/win64/ASMProbeReadByte.asm /vbox/src/VBox/Runtime/win64/ASMSetFlags.asm /vbox/src/VBox/Runtime/zip.cpp /vbox/src/VBox/VMM/CFGM.cpp /vbox/src/VBox/VMM/CFGMInternal.h /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/CPUMInternal.h /vbox/src/VBox/VMM/CPUMInternal.mac /vbox/src/VBox/VMM/CPUMStack.cpp /vbox/src/VBox/VMM/DBGF.cpp /vbox/src/VBox/VMM/DBGFAddr.cpp /vbox/src/VBox/VMM/DBGFBp.cpp /vbox/src/VBox/VMM/DBGFDisas.cpp /vbox/src/VBox/VMM/DBGFInfo.cpp /vbox/src/VBox/VMM/DBGFInternal.h /vbox/src/VBox/VMM/DBGFLog.cpp /vbox/src/VBox/VMM/DBGFStack.cpp /vbox/src/VBox/VMM/DBGFSym.cpp /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/EMInternal.h /vbox/src/VBox/VMM/HWACCM.cpp /vbox/src/VBox/VMM/HWACCMInternal.h /vbox/src/VBox/VMM/IOM.cpp /vbox/src/VBox/VMM/IOMInternal.h /vbox/src/VBox/VMM/MM.cpp /vbox/src/VBox/VMM/MMHeap.cpp /vbox/src/VBox/VMM/MMHyper.cpp /vbox/src/VBox/VMM/MMInternal.h /vbox/src/VBox/VMM/MMPagePool.cpp /vbox/src/VBox/VMM/MMPhys.cpp /vbox/src/VBox/VMM/Makefile /vbox/src/VBox/VMM/PATM/CSAM.cpp /vbox/src/VBox/VMM/PATM/CSAMInternal.h /vbox/src/VBox/VMM/PATM/Makefile.kmk /vbox/src/VBox/VMM/PATM/PATM.cpp /vbox/src/VBox/VMM/PATM/PATMA.asm /vbox/src/VBox/VMM/PATM/PATMA.h /vbox/src/VBox/VMM/PATM/PATMA.mac /vbox/src/VBox/VMM/PATM/PATMGuest.cpp /vbox/src/VBox/VMM/PATM/PATMInternal.h /vbox/src/VBox/VMM/PATM/PATMPatch.cpp /vbox/src/VBox/VMM/PATM/PATMPatch.h /vbox/src/VBox/VMM/PATM/PATMSSM.cpp /vbox/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp /vbox/src/VBox/VMM/PATM/VMMAll/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp /vbox/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp /vbox/src/VBox/VMM/PATM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp /vbox/src/VBox/VMM/PDM.cpp /vbox/src/VBox/VMM/PDMCritSect.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMDriver.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PDMLdr.cpp /vbox/src/VBox/VMM/PDMQueue.cpp /vbox/src/VBox/VMM/PGM.cpp /vbox/src/VBox/VMM/PGMBth.h /vbox/src/VBox/VMM/PGMCache.h /vbox/src/VBox/VMM/PGMGst.h /vbox/src/VBox/VMM/PGMHandler.cpp /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/PGMMap.cpp /vbox/src/VBox/VMM/PGMPhys.cpp /vbox/src/VBox/VMM/PGMPhys.h /vbox/src/VBox/VMM/PGMPool.cpp /vbox/src/VBox/VMM/PGMShw.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/SELM.cpp /vbox/src/VBox/VMM/SELMInternal.h /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/SSMInternal.h /vbox/src/VBox/VMM/STAM.cpp /vbox/src/VBox/VMM/STAMInternal.h /vbox/src/VBox/VMM/TM.cpp /vbox/src/VBox/VMM/TMInternal.h /vbox/src/VBox/VMM/TRPM.cpp /vbox/src/VBox/VMM/TRPMInternal.h /vbox/src/VBox/VMM/TRPMInternal.mac /vbox/src/VBox/VMM/VBoxVMMDeps.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMEmt.cpp /vbox/src/VBox/VMM/VMInternal.h /vbox/src/VBox/VMM/VMM.cpp CPUMAllA.asm CPUMAllRegs.cpp DBGFAll.cpp EMAll.cpp EMAllA.asm IOMAll.cpp IOMAllMMIO.cpp MMAll.cpp MMAllHyper.cpp MMAllPagePool.cpp MMAllPhys.cpp Makefile.kmk PDMAll.cpp PDMAllCritSect.cpp PDMAllQueue.cpp PGMAll.cpp PGMAllBth.h PGMAllGst.h PGMAllHandler.cpp PGMAllMap.cpp PGMAllPhys.cpp PGMAllPool.cpp PGMAllShw.h REMAll.cpp SELMAll.cpp TMAll.cpp TMAllCpu.cpp TMAllReal.cpp TMAllVirtual.cpp TRPMAll.cpp VMAll.cpp VMMAll.cpp /vbox/src/VBox/VMM/VMMCodingGuidelines.cpp /vbox/src/VBox/VMM/VMMDocsRawMode.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGC.cpp /vbox/src/VBox/VMM/VMMGC/CPUMGCA.asm /vbox/src/VBox/VMM/VMMGC/DBGFGC.cpp /vbox/src/VBox/VMM/VMMGC/IOMGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGC.cpp /vbox/src/VBox/VMM/VMMGC/MMRamGCA.asm /vbox/src/VBox/VMM/VMMGC/Makefile.kmk /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMGC/PGMGC.cpp /vbox/src/VBox/VMM/VMMGC/PGMGCBth.h /vbox/src/VBox/VMM/VMMGC/PGMGCGst.h /vbox/src/VBox/VMM/VMMGC/PGMGCShw.h /vbox/src/VBox/VMM/VMMGC/REMGC.cpp /vbox/src/VBox/VMM/VMMGC/RRMGC.cpp /vbox/src/VBox/VMM/VMMGC/SELMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGC.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp /vbox/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm /vbox/src/VBox/VMM/VMMGC/VMMGC.cpp /vbox/src/VBox/VMM/VMMGC/VMMGC.def /vbox/src/VBox/VMM/VMMGC/VMMGC.mac /vbox/src/VBox/VMM/VMMGC/VMMGC0.asm /vbox/src/VBox/VMM/VMMGC/VMMGC99.asm /vbox/src/VBox/VMM/VMMGC/VMMGCA.asm /vbox/src/VBox/VMM/VMMGC/VMMGCBuiltin.def /vbox/src/VBox/VMM/VMMGC/VMMGCDeps.cpp /vbox/src/VBox/VMM/VMMInternal.h /vbox/src/VBox/VMM/VMMInternal.mac /vbox/src/VBox/VMM/VMMR0/CPUMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWACCMR0A.asm /vbox/src/VBox/VMM/VMMR0/HWSVMR0.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.cpp /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/Makefile.kmk /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0.cpp /vbox/src/VBox/VMM/VMMR0/TRPMR0A.asm /vbox/src/VBox/VMM/VMMR0/VMMR0.cpp /vbox/src/VBox/VMM/VMMR0/VMMR0.def /vbox/src/VBox/VMM/VMMR0/VMMR0A.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/Makefile.kmk /vbox/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm /vbox/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h /vbox/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac /vbox/src/VBox/VMM/VMReq.cpp /vbox/src/VBox/VMM/testcase/Makefile /vbox/src/VBox/VMM/testcase/dev.tar.gz /vbox/src/VBox/VMM/testcase/mkdsk.sh /vbox/src/VBox/VMM/testcase/tstAnimate.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructs.cpp /vbox/src/VBox/VMM/testcase/tstAsmStructsAsm.asm /vbox/src/VBox/VMM/testcase/tstCFGM.cpp /vbox/src/VBox/VMM/testcase/tstCompiler.cpp /vbox/src/VBox/VMM/testcase/tstHelp.c /vbox/src/VBox/VMM/testcase/tstHelp.h /vbox/src/VBox/VMM/testcase/tstHelpA.asm /vbox/src/VBox/VMM/testcase/tstMMHyperHeap.cpp /vbox/src/VBox/VMM/testcase/tstMicro.cpp /vbox/src/VBox/VMM/testcase/tstMicro.h /vbox/src/VBox/VMM/testcase/tstMicro.mac /vbox/src/VBox/VMM/testcase/tstMicroGC.cpp /vbox/src/VBox/VMM/testcase/tstMicroGC.def /vbox/src/VBox/VMM/testcase/tstMicroGCA.asm /vbox/src/VBox/VMM/testcase/tstProg-1.c /vbox/src/VBox/VMM/testcase/tstProg-1A.asm /vbox/src/VBox/VMM/testcase/tstProg-2.c /vbox/src/VBox/VMM/testcase/tstProg-2A.asm /vbox/src/VBox/VMM/testcase/tstProg-3.c /vbox/src/VBox/VMM/testcase/tstSSM.cpp /vbox/src/VBox/VMM/testcase/tstVMM-2.cpp /vbox/src/VBox/VMM/testcase/tstVMM.cpp /vbox/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp /vbox/src/VBox/VMM/testcase/tstVMREQ.cpp /vbox/src/VBox/VMM/testcase/tstVMStructGC.cpp /vbox/src/VBox/VMM/testcase/tstVMStructSize.cpp /vbox/src/VBox/VMM/x86context.h /vbox/src/bldprogs/Makefile.kmk /vbox/src/bldprogs/bin2c.c /vbox/src/libs/Makefile.kmk /vbox/src/libs/liblzf-1.51/Changes /vbox/src/libs/liblzf-1.51/LICENSE /vbox/src/libs/liblzf-1.51/Makefile.in /vbox/src/libs/liblzf-1.51/Makefile.kmk /vbox/src/libs/liblzf-1.51/README /vbox/src/libs/liblzf-1.51/config.h.in /vbox/src/libs/liblzf-1.51/configure /vbox/src/libs/liblzf-1.51/configure.ac /vbox/src/libs/liblzf-1.51/crc32.h /vbox/src/libs/liblzf-1.51/cs/CLZF.cs /vbox/src/libs/liblzf-1.51/cs/README /vbox/src/libs/liblzf-1.51/install-sh /vbox/src/libs/liblzf-1.51/lzf.c /vbox/src/libs/liblzf-1.51/lzf.h /vbox/src/libs/liblzf-1.51/lzfP.h /vbox/src/libs/liblzf-1.51/lzf_c.c /vbox/src/libs/liblzf-1.51/lzf_d.c /vbox/src/libs/xpcom18a4/Makefile.kmk /vbox/src/libs/xpcom18a4/dependentLibs.h /vbox/src/libs/xpcom18a4/ipc/ipcd/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcCID.h /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcIClientObserver.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcIMessageObserver.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcIService.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/client/public/ipcdclient.h /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnection.h /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionStub.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionUnix.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcConnectionWin.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcModuleFactory.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcService.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcService.h /vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/ipcdclient.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/ipcModule.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/ipcModuleUtil.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcClient.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcClient.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcCommandModule.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcCommandModule.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcModuleReg.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcModuleReg.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcd.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdPrivate.h /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdStub.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdWin.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/public/ipcIDConnectService.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/TestClient.js /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/TestDConnect.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/TestServer.js /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/ipcILockService.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/public/ipcLockCID.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ipcLockProtocol.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ipcLockProtocol.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ipcLockService.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/ipcLockService.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/src/module/ipcLockModule.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/lock/test/TestIPCLocks.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/build/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/build/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/build/tmCID.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/build/tmModule.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/tmTransaction.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/tmTransaction.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/tmUtils.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/tmVector.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/tmVector.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmIPCModule.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmIPCModule.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmQueue.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmQueue.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmTransactionManager.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/tmTransactionManager.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/ipcITransactionObserver.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/public/ipcITransactionService.idl /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/tmTransactionService.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/tmTransactionService.h /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/tmModuleTest.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/ipc.pkg /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcConfig.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcConfig.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcIDList.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcIDList.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcList.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcLog.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessage.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessage.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessagePrimitives.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessagePrimitives.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessageQ.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcMessageUtils.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcStringList.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcStringList.h /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcm.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ipcm.h /vbox/src/libs/xpcom18a4/ipc/ipcd/test/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/test/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/test/TestIPC.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/TestModule.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/util/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/util/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/ipcMessageReader.h /vbox/src/libs/xpcom18a4/ipc/ipcd/util/public/ipcMessageWriter.h /vbox/src/libs/xpcom18a4/ipc/ipcd/util/src/.cvsignore /vbox/src/libs/xpcom18a4/ipc/ipcd/util/src/Makefile.in /vbox/src/libs/xpcom18a4/ipc/ipcd/util/src/ipcMessageReader.cpp /vbox/src/libs/xpcom18a4/ipc/ipcd/util/src/ipcMessageWriter.cpp /vbox/src/libs/xpcom18a4/nsBuildID.h /vbox/src/libs/xpcom18a4/nsprpub/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/admin/explode.pl /vbox/src/libs/xpcom18a4/nsprpub/admin/makeTargetDirs.sh /vbox/src/libs/xpcom18a4/nsprpub/admin/repackage.sh /vbox/src/libs/xpcom18a4/nsprpub/admin/symlinks.sh /vbox/src/libs/xpcom18a4/nsprpub/build/autoconf/config.guess /vbox/src/libs/xpcom18a4/nsprpub/build/autoconf/config.sub /vbox/src/libs/xpcom18a4/nsprpub/build/autoconf/install-sh /vbox/src/libs/xpcom18a4/nsprpub/build/cygwin-wrapper /vbox/src/libs/xpcom18a4/nsprpub/config/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/config/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/config/autoconf.mk.in /vbox/src/libs/xpcom18a4/nsprpub/config/config.mk /vbox/src/libs/xpcom18a4/nsprpub/config/libc_r.h /vbox/src/libs/xpcom18a4/nsprpub/config/nfspwd.pl /vbox/src/libs/xpcom18a4/nsprpub/config/now.c /vbox/src/libs/xpcom18a4/nsprpub/config/nsinstall.c /vbox/src/libs/xpcom18a4/nsprpub/config/nspr-config.in /vbox/src/libs/xpcom18a4/nsprpub/config/nspr.m4 /vbox/src/libs/xpcom18a4/nsprpub/config/nsprincl.mk.in /vbox/src/libs/xpcom18a4/nsprpub/config/nsprincl.sh.in /vbox/src/libs/xpcom18a4/nsprpub/config/pathsub.h /vbox/src/libs/xpcom18a4/nsprpub/config/prdepend.h /vbox/src/libs/xpcom18a4/nsprpub/config/prmkdir.bat /vbox/src/libs/xpcom18a4/nsprpub/config/rules.mk /vbox/src/libs/xpcom18a4/nsprpub/configure /vbox/src/libs/xpcom18a4/nsprpub/configure.in /vbox/src/libs/xpcom18a4/nsprpub/gmakefile.win /vbox/src/libs/xpcom18a4/nsprpub/lib/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/MANIFEST /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plarena.c /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plarena.h /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plarenas.h /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plds.def /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plds.rc /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plds_symvec.opt /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plhash.c /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plhash.h /vbox/src/libs/xpcom18a4/nsprpub/lib/ds/plvrsion.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/README /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/MANIFEST /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/README /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/plbase64.h /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/plerror.h /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/plgetopt.h /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/plresolv.h /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/plstr.h /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/README /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/base64.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plc.def /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plc.rc /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plc_symvec.opt /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plerror.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plgetopt.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strcat.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strccmp.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strchr.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strcmp.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strcpy.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strcstr.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strdup.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strlen.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strpbrk.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strstr.c /vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/strtok.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/MANIFEST /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/gcint.h /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/include/prgc.h /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/macgc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/os2gc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/prgcapi.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/prmsgc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/unixgc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/win16gc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/win32gc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/gc1.c /vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/tests/thrashgc.c /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/plvrsion.c /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/prstrms.cpp /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/prstrms.h /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/prstrms.rc /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/testprstrm.cpp /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/arena.c /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/base64t.c /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/string.c /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/makefile /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/readme.1st /vbox/src/libs/xpcom18a4/nsprpub/lib/tests/windows/winevent.c /vbox/src/libs/xpcom18a4/nsprpub/makefile.win /vbox/src/libs/xpcom18a4/nsprpub/pkg/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/sun-nspr.spec /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.com /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/Makefile.targ /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/depend /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/pkginfo.tmpl /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_com /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_i386 /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWpr/prototype_sparc /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/depend /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/pkginfo.tmpl /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_com /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/SUNWprx/prototype_sparc /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/bld_awk_pkginfo.ksh /vbox/src/libs/xpcom18a4/nsprpub/pkg/solaris/common_files/copyright /vbox/src/libs/xpcom18a4/nsprpub/pr/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/include/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/include/MANIFEST /vbox/src/libs/xpcom18a4/nsprpub/pr/include/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/include/gencfg.c /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_aix.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_aix32.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_aix64.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_beos.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_beos.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_bsdi.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_bsdi.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_darwin.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_darwin.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_dgux.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_dgux.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_freebsd.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_freebsd.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_hpux.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_hpux32.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_hpux64.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_irix.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_irix32.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_irix64.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_l4v2.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_l4v2.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_linux.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_linux.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_macos.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_ncr.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_ncr.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nec.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nec.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_netbsd.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nextstep.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nextstep.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nspr_pthread.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nto.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_nto.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_openbsd.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_openbsd.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_openvms.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_openvms.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_os2.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_os2.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_os2_errors.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_osf1.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_osf1.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_pcos.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_pth.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_qnx.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_qnx.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_reliantunix.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_reliantunix.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_rhapsody.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_rhapsody.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_scoos.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_scoos.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris32.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris64.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_sony.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_sony.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_sunos4.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_sunos4.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_unix_errors.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixos.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixware.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixware.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_unixware7.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_vbox.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_win16.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_win16.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_win32_errors.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_win95.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_win95.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_winnt.cfg /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/_winnt.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/prosdep.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/sunos4.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/nspr.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/pralarm.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/probslet.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/protypes.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/obsolete/prsem.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/pratom.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prbit.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prclist.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prcmon.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prcountr.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prcvar.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prdtoa.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prenv.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prerr.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prerror.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prinet.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prinit.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prinrval.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/pripcsem.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/pprio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/pprmwait.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/pprthred.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/primpl.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/prpriv.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prlink.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prlock.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prlog.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prlong.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prmem.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prmon.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prmwait.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prnetdb.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prolock.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prpdce.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prprf.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prproces.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prrng.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prrwlock.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prshm.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prshma.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prsystem.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prthread.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prtime.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prtpool.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prtrace.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prtypes.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prvrsion.h /vbox/src/libs/xpcom18a4/nsprpub/pr/include/prwin16.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/bsrcs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btcvar.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btlocks.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btmisc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btmon.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btsem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/btthread.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/objs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcascii.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcbase.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcbase.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rccv.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rccv.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcfileio.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcfileio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcinrval.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcinrval.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcio.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rclock.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rclock.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcmon.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcnetdb.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcnetdb.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcnetio.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcnetio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcthread.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rcthread.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rctime.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/rctime.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/fileio.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/interval.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ranfile.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/switch.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/thread.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/time.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/tpd.cpp /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prdir.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prfdcach.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/priometh.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/pripv6.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prlayer.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prmapopt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prmmap.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prmwait.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prpolevt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prprf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prscanf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prsocket.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/prstdio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/prlink.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/prmalloc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/prmem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bcpu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/beos.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/beos_errors.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bmemory.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bmisc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bmmap.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bnet.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bproc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/brng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bseg.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/bsrcs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/btime.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/objs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/l4env/locks.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/l4env/prnetdb.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/l4env/threads.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/MANIFEST /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/MacErrorHandling.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macdll.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macdll.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macio.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macrng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macsocket.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macsockotpt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/macthr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mactime.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mactime.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mdcriticalregion.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mdcriticalregion.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mdmac.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/mdmac.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/prcpucfg.h /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/objs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2_errors.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2cv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2emx.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2gc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2inrval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2io.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2misc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2poll.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2rng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2sem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2sock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2thred.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2vaclegacy.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/os2vacpp.asm /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/prosdep.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/aix.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/aixwrap.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/bsdi.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/darwin.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/dgux.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/freebsd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/hpux.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/irix.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/l4env.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/linux.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ncr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/nec.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/netbsd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/nextstep.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/nto.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/objs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/openbsd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/openvms.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_AIX.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_BSD_386_2.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_Darwin_ppc.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_HPUX.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_Irix.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_Linux_ia64.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_Linux_x86.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_Linux_x86_64.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_ReliantUNIX.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_SunOS.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_SunOS_32.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_SunOS_sparcv9.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_SunOS_ultrasparc.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/os_SunOS_x86.s /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/osf1.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/pthreads_user.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/qnx.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/reliantunix.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/rhapsody.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/scoos.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/solaris.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/sony.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/sunos4.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unix_errors.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/unixware.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxpoll.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxproces.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxrng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxshm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxwrap.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntdllmn.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntgc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntinrval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntmisc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntsec.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntsem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/ntthread.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/objs.mk /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16callb.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16error.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16fmem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16gc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16io.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16mem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16null.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16proc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16sock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16stdio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w16thred.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w32ipcsem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w32poll.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w32rng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w32shm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w95cv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w95dllmain.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w95io.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w95sock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/w95thred.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/win32_errors.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/prgcleak.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/prseg.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/prshm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/prshma.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/compile-et.pl /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/pralarm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/pratom.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prcountr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prdtoa.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prenv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prerr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prerr.et /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prerr.properties /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prerror.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prerrortable.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinit.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prinrval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/pripc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/pripcsem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prlog2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prlong.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prnetdb.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prolock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prrng.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prsystem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prthinfo.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prtime.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prtpool.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/prtrace.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/nspr.def /vbox/src/libs/xpcom18a4/nsprpub/pr/src/nspr.rc /vbox/src/libs/xpcom18a4/nsprpub/pr/src/nspr_symvec.opt /vbox/src/libs/xpcom18a4/nsprpub/pr/src/os2extra.def /vbox/src/libs/xpcom18a4/nsprpub/pr/src/prvrsion.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptmisc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptsynch.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/ptthread.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/README /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/prucpu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/prucv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/prulock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/prustack.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/pruthr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prcmon.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prcthr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prdump.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prmon.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prrwlock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prsem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/prtpd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/README.TXT /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/accept.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/acceptread.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/acceptreademu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/addrstr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/affinity.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/alarm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/anonfm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/append.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/atomic.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/attach.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/bigfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/bigfile2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/bigfile3.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/bug1test.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/cleanup.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/cltsrv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/concur.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/cvar.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/cvar2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dbmalloc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dbmalloc1.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dceemu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/depend.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/my.def /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/mygetval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/mysetval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dlltest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dtoa.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/env.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/errcodes.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/errset.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/exit.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/fdcach.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/fileio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/foreign.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/forktest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/formattm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/freeif.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/fsync.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/getai.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/gethost.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/getproto.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/i2l.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/initclk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/inrval.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/instrumt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/intrio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/intrupt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/io_timeout.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/io_timeoutk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/io_timeoutu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ioconthr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ipv6.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/join.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/joinkk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/joinku.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/joinuk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/joinuu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/layer.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/lazyinit.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/libfilename.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/lltest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/lock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/lockfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/logger.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/makedir.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/many_cv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/mbcs.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/multiacc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/multiwait.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/nameshm1.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/nbconn.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/nblayer.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/nonblock.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ntioto.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ntoh.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/obsints.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_2long.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_excl.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_filnf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_filok.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_noacc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/op_nofil.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/openfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/parent.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/peek.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/perf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pipeping.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pipeping2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pipepong.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pipepong2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pipeself.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/poll_er.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/poll_nm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/poll_to.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/pollable.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prftest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prftest1.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prftest2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/primblok.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/priotest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/provider.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prpoll.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prpollml.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prselect.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/prttools.h /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/randseed.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ranfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/rmdir.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.ksh /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/runtests.sh /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/runy2ktests.ksh /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/rwlocktest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sel_spd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/selct_er.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/selct_nm.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/selct_to.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/select2.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/selintr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sem.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sema.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/semaerr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/semaerr1.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/semaping.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/semapong.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sendzlf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/server_test.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/servr_kk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/servr_ku.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/servr_uk.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/servr_uu.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/short_thread.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sigpipe.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sleep.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/socket.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sockopt.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sockping.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sockpong.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sprintf.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sproc_ch.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/sproc_p.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/stack.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/stat.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/stdio.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/str2addr.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/strod.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/suspend.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/switch.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/system.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/testbit.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/testfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/threads.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/thrpool_client.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/thrpool_server.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/thruput.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/time.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/timemac.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/timetest.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/tmoacc.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/tmocon.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/tpd.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/udpsrv.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ut_ttools.h /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/vercheck.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/version.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/popfile.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/popfind.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/popfont.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/poppad.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/poppad.h /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/poppad.ico /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/poppad.rc /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/popprnt0.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/w16gui/readme.1st /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/writev.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/xnotify.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/y2k.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/y2ktmo.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/yield.c /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/zerolen.c /vbox/src/libs/xpcom18a4/nsprpub/tools/.cvsignore /vbox/src/libs/xpcom18a4/nsprpub/tools/Makefile.in /vbox/src/libs/xpcom18a4/nsprpub/tools/httpget.c /vbox/src/libs/xpcom18a4/nsprpub/tools/tail.c /vbox/src/libs/xpcom18a4/prcpucfg.h /vbox/src/libs/xpcom18a4/xpcom-config.h /vbox/src/libs/xpcom18a4/xpcom-private.h /vbox/src/libs/xpcom18a4/xpcom/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/FSCopyObject.c /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/FSCopyObject.h /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/MoreFilesX.c /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/MoreFilesX.h /vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ReadMe.txt /vbox/src/libs/xpcom18a4/xpcom/base/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/base/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/base/nsAgg.h /vbox/src/libs/xpcom18a4/xpcom/base/nsAllocator.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsAllocator.h /vbox/src/libs/xpcom18a4/xpcom/base/nsAutoPtr.h /vbox/src/libs/xpcom18a4/xpcom/base/nsCom.h /vbox/src/libs/xpcom18a4/xpcom/base/nsConsoleMessage.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsConsoleMessage.h /vbox/src/libs/xpcom18a4/xpcom/base/nsConsoleService.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsConsoleService.h /vbox/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsDebugImpl.h /vbox/src/libs/xpcom18a4/xpcom/base/nsError.h /vbox/src/libs/xpcom18a4/xpcom/base/nsErrorService.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsErrorService.h /vbox/src/libs/xpcom18a4/xpcom/base/nsExceptionService.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsExceptionService.h /vbox/src/libs/xpcom18a4/xpcom/base/nsGarbageCollector.c /vbox/src/libs/xpcom18a4/xpcom/base/nsIAllocator.h /vbox/src/libs/xpcom18a4/xpcom/base/nsIConsoleListener.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIConsoleMessage.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIConsoleService.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsID.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsID.h /vbox/src/libs/xpcom18a4/xpcom/base/nsIDebug.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIErrorService.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIException.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIExceptionService.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIID.h /vbox/src/libs/xpcom18a4/xpcom/base/nsIInterfaceRequestor.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsILeakDetector.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIMemory.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIProgrammingLanguage.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsISupports.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsISupportsBase.h /vbox/src/libs/xpcom18a4/xpcom/base/nsISupportsObsolete.h /vbox/src/libs/xpcom18a4/xpcom/base/nsISystemInfo.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsITraceRefcnt.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsIWeakReference.idl /vbox/src/libs/xpcom18a4/xpcom/base/nsLeakDetector.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsLeakDetector.h /vbox/src/libs/xpcom18a4/xpcom/base/nsMemoryImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsMemoryImpl.h /vbox/src/libs/xpcom18a4/xpcom/base/nsStackFrameUnix.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsStackFrameUnix.h /vbox/src/libs/xpcom18a4/xpcom/base/nsStackFrameWin.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsStackFrameWin.h /vbox/src/libs/xpcom18a4/xpcom/base/nsTraceRefcntImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/base/nsTraceRefcntImpl.h /vbox/src/libs/xpcom18a4/xpcom/base/nsWeakPtr.h /vbox/src/libs/xpcom18a4/xpcom/base/nscore.h /vbox/src/libs/xpcom18a4/xpcom/base/nsrootidl.idl /vbox/src/libs/xpcom18a4/xpcom/base/pure.h /vbox/src/libs/xpcom18a4/xpcom/base/pure_api.c /vbox/src/libs/xpcom18a4/xpcom/build/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/build/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/build/dlldeps.cpp /vbox/src/libs/xpcom18a4/xpcom/build/malloc.c /vbox/src/libs/xpcom18a4/xpcom/build/nsOS2VACLegacy.cpp /vbox/src/libs/xpcom18a4/xpcom/build/nsStringAPI.cpp /vbox/src/libs/xpcom18a4/xpcom/build/nsXPCOM.h /vbox/src/libs/xpcom18a4/xpcom/build/nsXPCOMCID.h /vbox/src/libs/xpcom18a4/xpcom/build/nsXPCOMPrivate.h /vbox/src/libs/xpcom18a4/xpcom/build/nsXPComInit.cpp /vbox/src/libs/xpcom18a4/xpcom/build/win32.order /vbox/src/libs/xpcom18a4/xpcom/build/xpcom-tests.pkg /vbox/src/libs/xpcom18a4/xpcom/build/xpcom.pkg /vbox/src/libs/xpcom18a4/xpcom/build/xpcom_alpha.def /vbox/src/libs/xpcom18a4/xpcom/components/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/components/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.cpp /vbox/src/libs/xpcom18a4/xpcom/components/nsCategoryManager.h /vbox/src/libs/xpcom18a4/xpcom/components/nsCategoryManagerUtils.h /vbox/src/libs/xpcom18a4/xpcom/components/nsComponentManager.cpp /vbox/src/libs/xpcom18a4/xpcom/components/nsComponentManager.h /vbox/src/libs/xpcom18a4/xpcom/components/nsComponentManagerObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/components/nsComponentManagerObsolete.h /vbox/src/libs/xpcom18a4/xpcom/components/nsComponentManagerUtils.h /vbox/src/libs/xpcom18a4/xpcom/components/nsICategoryManager.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIClassInfo.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentLoader.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentLoaderManager.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentManager.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentManagerObsolete.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentManagerUtils.h /vbox/src/libs/xpcom18a4/xpcom/components/nsIComponentRegistrar.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIFactory.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIModule.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsINativeComponentLoader.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIServiceManager.idl /vbox/src/libs/xpcom18a4/xpcom/components/nsIServiceManagerObsolete.h /vbox/src/libs/xpcom18a4/xpcom/components/nsIServiceManagerUtils.h /vbox/src/libs/xpcom18a4/xpcom/components/nsModule.h /vbox/src/libs/xpcom18a4/xpcom/components/nsNativeComponentLoader.cpp /vbox/src/libs/xpcom18a4/xpcom/components/nsNativeComponentLoader.h /vbox/src/libs/xpcom18a4/xpcom/components/nsObsoleteModuleLoading.h /vbox/src/libs/xpcom18a4/xpcom/components/nsServiceManagerObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/components/nsStaticComponent.h /vbox/src/libs/xpcom18a4/xpcom/components/nsStaticComponentLoader.cpp /vbox/src/libs/xpcom18a4/xpcom/components/xcDll.cpp /vbox/src/libs/xpcom18a4/xpcom/components/xcDll.h /vbox/src/libs/xpcom18a4/xpcom/doc/README /vbox/src/libs/xpcom18a4/xpcom/ds/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/ds/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/ds/nsArray.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsArray.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsArrayEnumerator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsArrayEnumerator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsAtomService.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsAtomService.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsAtomTable.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsAtomTable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsAutoBuffer.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsBaseHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsByteBuffer.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsByteBuffer.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsCOMArray.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsCOMArray.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsCRT.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsCRT.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsCheapSets.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsCheapSets.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsClassHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsCppSharedAllocator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsDataHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsDeque.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsDeque.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsDoubleHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsEmptyEnumerator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsEmptyEnumerator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsEnumeratorUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsEnumeratorUtils.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsFixedSizeAllocator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsFixedSizeAllocator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsHashKeys.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsHashSets.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsHashSets.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsHashtable.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsIArray.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIAtom.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIAtomService.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIByteBuffer.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsICollection.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIEnumerator.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIObserver.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIObserverService.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIPersistentProperties.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsIPersistentProperties2.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIProperties.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIPropertyBag.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIRecyclingAllocator.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsISerializable.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsISimpleEnumerator.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIStringEnumerator.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsISupportsArray.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsISupportsIterators.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsISupportsPrimitives.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsITimelineService.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsIUnicharBuffer.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsIVariant.idl /vbox/src/libs/xpcom18a4/xpcom/ds/nsInt64.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsInterfaceHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsManifestLineReader.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsObserverList.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsObserverList.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsObserverService.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsObserverService.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsPersistentProperties.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsPersistentProperties.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsProperties.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsProperties.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsQuickSort.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsQuickSort.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsRecyclingAllocator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsRecyclingAllocator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsRefPtrHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsStaticAtom.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsStaticNameTable.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsStaticNameTable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsStringEnumerator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsStringEnumerator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsArray.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsArray.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsArrayEnumerator.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsArrayEnumerator.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsPrimitives.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsSupportsPrimitives.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsTHashtable.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsTHashtable.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsTextFormatter.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsTextFormatter.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsTime.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsTimelineService.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsTimelineService.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsUnicharBuffer.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsUnicharBuffer.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsUnitConversion.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsValueArray.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsValueArray.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsVariant.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsVariant.h /vbox/src/libs/xpcom18a4/xpcom/ds/nsVoidArray.cpp /vbox/src/libs/xpcom18a4/xpcom/ds/nsVoidArray.h /vbox/src/libs/xpcom18a4/xpcom/ds/pldhash.c /vbox/src/libs/xpcom18a4/xpcom/ds/pldhash.h /vbox/src/libs/xpcom18a4/xpcom/glue/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/glue/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/glue/nsCOMPtr.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsCOMPtr.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsComponentManagerUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsDebug.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsDebug.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsGenericFactory.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsGenericFactory.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsIGenericFactory.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsIInterfaceRequestorUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsIInterfaceRequestorUtils.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsISupportsImpl.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsISupportsUtils.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsIWeakReferenceUtils.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsMemory.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsMemory.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsServiceManagerUtils.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsTraceRefcnt.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsTraceRefcnt.h /vbox/src/libs/xpcom18a4/xpcom/glue/nsWeakReference.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/nsWeakReference.h /vbox/src/libs/xpcom18a4/xpcom/glue/objs.mk /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/nsGREDirServiceProvider.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/nsGREDirServiceProvider.h /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/nsXPCOMGlue.cpp /vbox/src/libs/xpcom18a4/xpcom/glue/standalone/nsXPCOMGlue.h /vbox/src/libs/xpcom18a4/xpcom/io/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/io/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/io/SpecialSystemDirectory.cpp /vbox/src/libs/xpcom18a4/xpcom/io/SpecialSystemDirectory.h /vbox/src/libs/xpcom18a4/xpcom/io/macDirectoryCopy.c /vbox/src/libs/xpcom18a4/xpcom/io/macDirectoryCopy.h /vbox/src/libs/xpcom18a4/xpcom/io/nsAppDirectoryServiceDefs.h /vbox/src/libs/xpcom18a4/xpcom/io/nsAppFileLocationProvider.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsAppFileLocationProvider.h /vbox/src/libs/xpcom18a4/xpcom/io/nsBinaryStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsBinaryStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsByteArrayInputStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsByteArrayInputStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsDirectoryService.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsDirectoryService.h /vbox/src/libs/xpcom18a4/xpcom/io/nsDirectoryServiceDefs.h /vbox/src/libs/xpcom18a4/xpcom/io/nsDirectoryServiceUtils.h /vbox/src/libs/xpcom18a4/xpcom/io/nsEscape.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsEscape.h /vbox/src/libs/xpcom18a4/xpcom/io/nsFastLoadFile.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsFastLoadFile.h /vbox/src/libs/xpcom18a4/xpcom/io/nsFastLoadPtr.h /vbox/src/libs/xpcom18a4/xpcom/io/nsFastLoadService.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsFastLoadService.h /vbox/src/libs/xpcom18a4/xpcom/io/nsIAsyncInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIAsyncOutputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIBaseStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIBinaryInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIBinaryOutputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIByteArrayInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIDirectoryService.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIFastLoadFileControl.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIFastLoadService.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIFile.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIInputStreamTee.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsILineInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsILocalFile.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsILocalFileMac.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIMultiplexInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIObjectInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIObjectOutputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIObservableInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIObservableOutputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIOutputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIPipe.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIScriptableInputStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsISeekableStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIStorageStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIStreamBufferAccess.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIStringStream.idl /vbox/src/libs/xpcom18a4/xpcom/io/nsIUnicharInputStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsInputStreamTee.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLinebreakConverter.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLinebreakConverter.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFile.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileCommon.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileL4.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileL4.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileMac.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileMac.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileOS2.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileOS2.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileOSX.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileOSX.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnicode.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileUnix.h /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileWin.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsLocalFileWin.h /vbox/src/libs/xpcom18a4/xpcom/io/nsMultiplexInputStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsMultiplexInputStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsNativeCharsetUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsNativeCharsetUtils.h /vbox/src/libs/xpcom18a4/xpcom/io/nsPipe3.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsScriptableInputStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsScriptableInputStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsSegmentedBuffer.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsSegmentedBuffer.h /vbox/src/libs/xpcom18a4/xpcom/io/nsStorageStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsStorageStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsStreamUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsStreamUtils.h /vbox/src/libs/xpcom18a4/xpcom/io/nsStringIO.h /vbox/src/libs/xpcom18a4/xpcom/io/nsStringStream.cpp /vbox/src/libs/xpcom18a4/xpcom/io/nsStringStream.h /vbox/src/libs/xpcom18a4/xpcom/io/nsUnicharInputStream.cpp /vbox/src/libs/xpcom18a4/xpcom/libxpt/xptcall/porting.html /vbox/src/libs/xpcom18a4/xpcom/libxpt/xptcall/status.html /vbox/src/libs/xpcom18a4/xpcom/obsolete/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsFileSpecImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsFileSpecImpl.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsIRegistry.idl /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsIRegistryUtils.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsRegistry.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsRegistry.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/nsXPCOMObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/regExport.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/component/xpcomobsoletec.pkg /vbox/src/libs/xpcom18a4/xpcom/obsolete/dlldeps.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpec.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpec.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecBeOS.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecImpl.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecMac.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecOS2.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecUnix.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileSpecWin.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileStream.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsFileStream.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsIFileSpec.idl /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsIFileStream.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsIFileStream.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsIRegistry.idl /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsIRegistryUtils.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsSpecialSystemDirectory.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsSpecialSystemDirectory.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/nsXPCOMObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/obsolete/xpcomobsolete.h /vbox/src/libs/xpcom18a4/xpcom/obsolete/xpcomobsolete.pkg /vbox/src/libs/xpcom18a4/xpcom/proxy/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/proxy/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/proxy/public/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/proxy/public/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/proxy/public/nsIProxyCreateInstance.idl /vbox/src/libs/xpcom18a4/xpcom/proxy/public/nsIProxyObjectManager.idl /vbox/src/libs/xpcom18a4/xpcom/proxy/public/nsProxiedService.h /vbox/src/libs/xpcom18a4/xpcom/proxy/public/nsProxyEvent.h /vbox/src/libs/xpcom18a4/xpcom/proxy/public/nsProxyRelease.h /vbox/src/libs/xpcom18a4/xpcom/proxy/src/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/proxy/src/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsIProxyCreateInstance.h /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEvent.cpp /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEventClass.cpp /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEventObject.cpp /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyEventPrivate.h /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyObjectManager.cpp /vbox/src/libs/xpcom18a4/xpcom/proxy/src/nsProxyRelease.cpp /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/nsITestProxy.idl /vbox/src/libs/xpcom18a4/xpcom/proxy/tests/proxytests.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/README /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/porting.html /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/genstubs.pl /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcall.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcstubsdecl.inc /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcstubsdef.inc /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/xptcinvoke_mac.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/xptcinvoke_mac.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/xptcstubs_mac.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/xptcstubs_mac.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/xptcinvoke_emx.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/xptcinvoke_vacpp.asm /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/xptcstubs_emx.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/xptcstubs_os2.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/os2/xptcstubs_vacpp.asm /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/README /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/clean.bat /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/invoke_test.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/mk_invoke.bat /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/mk_stub.bat /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/stub_test.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/vtable_layout_x86.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptc_gcc_x86_unix.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptc_platforms_unixish_x86.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_arm.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_arm_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf32.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ipf64.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_irix.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_mips.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_openvms_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_osf1_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_pa32.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_aix.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_aix64.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_ibmobj_aix.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_linux.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_netbsd.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc_rhapsody.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_bsdos.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_linux.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_linux_GCC3.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_netbsd.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris_GCC.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris_GCC3.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparc_solaris_SUNW.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_sparcv9_solaris_SUNW.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf32.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ipf64.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_irix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_m68k.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_linux_s390x.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_mips.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_netbsd_m68k.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_openvms_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_osf1_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_pa32.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_aix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_aix64.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_linux.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_ppc_rhapsody.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparc_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_sparcv9_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unsupported.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_linux.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_arm_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf32.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_irix.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_mips.s.m4 /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_openvms_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_osf1_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_pa32.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_aix.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_aix64.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_darwin.s.m4 /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_linux.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc_netbsd.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_sparc_netbsd.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_sparc_solaris.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_sparcv9_solaris.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ipf32.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ipf64.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_irix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_m68k.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_s390x.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_mips.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_netbsd_m68k.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_openvms_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_osf1_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_pa32.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_aix.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_aix64.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_linux.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_ppc_rhapsody.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc_netbsd.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparc_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_sparcv9_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_unsupported.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_64_linux.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_solaris.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcinvoke.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcinvoke_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcinvoke_asm_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcstubs.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcstubs_alpha.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/win32/xptcstubs_asm_alpha.s /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/xptcall.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/xptcprivate.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/status.html /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/TestXPTCInvoke.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/nsIInterfaceInfo.idl /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/nsIInterfaceInfoManager.idl /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/nsIXPTLoader.idl /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/public/xptinfo.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/TODO /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiFile.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiManifest.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiMisc.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiTypelibGuts.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiWorkingSet.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiZipItem.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiZipLoader.cpp /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/xptiprivate.h /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/tests/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/tests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/tests/TestInterfaceInfo.cpp /vbox/src/libs/xpcom18a4/xpcom/sample/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/sample/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/sample/nsISample.idl /vbox/src/libs/xpcom18a4/xpcom/sample/nsSample.cpp /vbox/src/libs/xpcom18a4/xpcom/sample/nsSample.h /vbox/src/libs/xpcom18a4/xpcom/sample/nsSample.js /vbox/src/libs/xpcom18a4/xpcom/sample/nsSampleModule.cpp /vbox/src/libs/xpcom18a4/xpcom/sample/nsTestSample.cpp /vbox/src/libs/xpcom18a4/xpcom/sample/win32.order /vbox/src/libs/xpcom18a4/xpcom/sample/xpconnect-sample.html /vbox/src/libs/xpcom18a4/xpcom/string/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/string/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/string/README.html /vbox/src/libs/xpcom18a4/xpcom/string/doc/README.html /vbox/src/libs/xpcom18a4/xpcom/string/doc/string-guide.html /vbox/src/libs/xpcom18a4/xpcom/string/public/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/string/public/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/string/public/nsAString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsAlgorithm.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsCharTraits.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsDependentString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsDependentSubstring.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsEmbedString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsLiteralString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsObsoleteAString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsPrintfCString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsPromiseFlatString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsReadableUtils.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsStringAPI.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsStringFwd.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsStringIterator.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsSubstring.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsSubstringTuple.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTAString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTDependentString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTDependentSubstring.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTObsoleteAString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTPromiseFlatString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTSubstring.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsTSubstringTuple.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsUTF8Utils.h /vbox/src/libs/xpcom18a4/xpcom/string/public/nsXPIDLString.h /vbox/src/libs/xpcom18a4/xpcom/string/public/string-template-def-char.h /vbox/src/libs/xpcom18a4/xpcom/string/public/string-template-def-unichar.h /vbox/src/libs/xpcom18a4/xpcom/string/public/string-template-undef.h /vbox/src/libs/xpcom18a4/xpcom/string/src/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/string/src/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/string/src/nsAString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsDependentSubstring.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsObsoleteAStringThunk.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsPrintfCString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsPromiseFlatString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsReadableUtils.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsStringComparator.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsStringObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsSubstring.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsSubstringTuple.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTAString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTDependentSubstring.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTObsoleteAStringThunk.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTPromiseFlatString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTString.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTStringComparator.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTStringObsolete.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTSubstring.cpp /vbox/src/libs/xpcom18a4/xpcom/string/src/nsTSubstringTuple.cpp /vbox/src/libs/xpcom18a4/xpcom/stub/nsStringAPI.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tests/CvtURL.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tests/RegFactory.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest01.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest02.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest03.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest04.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest05.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/SizeTest06.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTest.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTest.mcp /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTestDebug.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTestNo_wchar_t.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTestProfileNew.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTestProfileOld.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/StringTestProfileStd.Prefix /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/ToDo.doc /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/nsStdStringWrapper.h /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/profile_main.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/test_main.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestArray.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestAtoms.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestAutoLock.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestAutoPtr.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestCOMPtr.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestCOMPtrEq.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestCRT.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestCallTemplates.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestDeque.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestFactory.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestFactory.h /vbox/src/libs/xpcom18a4/xpcom/tests/TestHashtables.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestID.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestMinStringAPI.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestObserverService.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestPermanentAtoms.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestPipes.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestServMgr.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestShutdown.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestStackCrawl.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestStrings.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestThreads.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestVoidBTree.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/TestXPIDLString.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/dynamic/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tests/dynamic/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tests/dynamic/TestDynamic.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/dynamic/win32.order /vbox/src/libs/xpcom18a4/xpcom/tests/nsIFileEnumerator.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/nsIFileTest.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/resources.h /vbox/src/libs/xpcom18a4/xpcom/tests/services/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tests/services/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tests/services/MyService.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/services/MyService.h /vbox/src/libs/xpcom18a4/xpcom/tests/services/win32.order /vbox/src/libs/xpcom18a4/xpcom/tests/test.properties /vbox/src/libs/xpcom18a4/xpcom/tests/utils/WhatError.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/utils/cp.js /vbox/src/libs/xpcom18a4/xpcom/tests/utils/dirs.js /vbox/src/libs/xpcom18a4/xpcom/tests/utils/ls.js /vbox/src/libs/xpcom18a4/xpcom/tests/windows/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tests/windows/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tests/windows/TestCOM.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/windows/TestHelloXPLoop.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/windows/nsStringTest.cpp /vbox/src/libs/xpcom18a4/xpcom/tests/windows/nsStringTest.h /vbox/src/libs/xpcom18a4/xpcom/tests/windows/nsStringTest2.h /vbox/src/libs/xpcom18a4/xpcom/threads/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/threads/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/threads/TimerThread.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/TimerThread.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsAutoLock.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsAutoLock.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsEnvironment.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsEnvironment.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsEventQueue.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsEventQueue.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsEventQueueService.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsEventQueueService.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsEventQueueUtils.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsIEnvironment.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIEventQueue.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIEventQueueService.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIEventTarget.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIProcess.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIRunnable.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsIThread.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsITimer.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsITimerInternal.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsITimerManager.idl /vbox/src/libs/xpcom18a4/xpcom/threads/nsPIEventQueueChain.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsProcess.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsProcessCommon.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsProcessMac.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsThread.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsThread.h /vbox/src/libs/xpcom18a4/xpcom/threads/nsTimerImpl.cpp /vbox/src/libs/xpcom18a4/xpcom/threads/nsTimerImpl.h /vbox/src/libs/xpcom18a4/xpcom/threads/plevent.c /vbox/src/libs/xpcom18a4/xpcom/threads/plevent.h /vbox/src/libs/xpcom18a4/xpcom/tools/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tools/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tools/analyze-xpcom-log.pl /vbox/src/libs/xpcom18a4/xpcom/tools/registry/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tools/registry/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tools/registry/regxpcom.cpp /vbox/src/libs/xpcom18a4/xpcom/tools/windows/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/tools/windows/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/tools/windows/rebasedlls.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/README /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/compiler.rsrc /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/linker.rsrc /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_console.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_console.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_memory.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_stdlib.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_strings.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_strings.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl_panel.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl_panel.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpt_linker.cpp /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/panel.rsrc /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/version.rsrc /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_doc.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_header.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_idl.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_java.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_typelib.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/xpidl_util.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/xpt_arena.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/xpt_struct.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/xpt_xdr.h /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/xpt_arena.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/xpt_struct.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/xpt_xdr.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/PrimitiveTest.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tests/SimpleTypeLib.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/xpt_dump.c /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/xpt_link.c /vbox/src/libs/xpcom18a4/xpcom/windbgdlg/.cvsignore /vbox/src/libs/xpcom18a4/xpcom/windbgdlg/Makefile.in /vbox/src/libs/xpcom18a4/xpcom/windbgdlg/windbgdlg.cpp /vbox/src/libs/xpcom18a4/xpcom/xpcom-config.h.in /vbox/src/libs/xpcom18a4/xpcom/xpcom-private.h.in /vbox/src/recompiler/COPYING.LIB /vbox/src/recompiler/InnoTek/Makefile.kmk /vbox/src/recompiler/InnoTek/config-host.h /vbox/src/recompiler/InnoTek/config.h /vbox/src/recompiler/InnoTek/loghack.c /vbox/src/recompiler/Makefile.kmk /vbox/src/recompiler/VBoxREM.def /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/recompiler/a.out.h /vbox/src/recompiler/bswap.h /vbox/src/recompiler/cpu-all.h /vbox/src/recompiler/cpu-defs.h /vbox/src/recompiler/cpu-exec.c /vbox/src/recompiler/deftoimp.sed /vbox/src/recompiler/disas.h /vbox/src/recompiler/dyngen-exec.h /vbox/src/recompiler/dyngen-op.h /vbox/src/recompiler/dyngen.c /vbox/src/recompiler/dyngen.h /vbox/src/recompiler/elf.h /vbox/src/recompiler/exec-all.h /vbox/src/recompiler/exec.c /vbox/src/recompiler/new/COPYING.LIB /vbox/src/recompiler/new/InnoTek/Makefile.kmk /vbox/src/recompiler/new/InnoTek/config-host.h /vbox/src/recompiler/new/InnoTek/config.h /vbox/src/recompiler/new/InnoTek/crt/Makefile.kmk /vbox/src/recompiler/new/InnoTek/crt/stdio.h /vbox/src/recompiler/new/InnoTek/e_powl-amd64.S /vbox/src/recompiler/new/InnoTek/e_powl-x86.S /vbox/src/recompiler/new/InnoTek/structs.h /vbox/src/recompiler/new/InnoTek/testmath.c /vbox/src/recompiler/new/Makefile.kmk /vbox/src/recompiler/new/VBoxREM.def /vbox/src/recompiler/new/VBoxREMWrapper.cpp /vbox/src/recompiler/new/VBoxREMWrapperA.asm /vbox/src/recompiler/new/VBoxRecompiler.c /vbox/src/recompiler/new/a.out.h /vbox/src/recompiler/new/bswap.h /vbox/src/recompiler/new/cpu-all.h /vbox/src/recompiler/new/cpu-defs.h /vbox/src/recompiler/new/cpu-exec.c /vbox/src/recompiler/new/deftoimp.sed /vbox/src/recompiler/new/disas.h /vbox/src/recompiler/new/dyngen-exec.h /vbox/src/recompiler/new/dyngen-op.h /vbox/src/recompiler/new/dyngen.c /vbox/src/recompiler/new/dyngen.h /vbox/src/recompiler/new/elf.h /vbox/src/recompiler/new/exec-all.h /vbox/src/recompiler/new/exec.c /vbox/src/recompiler/new/fpu/softfloat-macros.h /vbox/src/recompiler/new/fpu/softfloat-native.c /vbox/src/recompiler/new/fpu/softfloat-native.h /vbox/src/recompiler/new/fpu/softfloat-specialize.h /vbox/src/recompiler/new/fpu/softfloat.c /vbox/src/recompiler/new/fpu/softfloat.h /vbox/src/recompiler/new/op-darwin.sed /vbox/src/recompiler/new/op-undefined.lst /vbox/src/recompiler/new/op-validate.sed /vbox/src/recompiler/new/osdep.h /vbox/src/recompiler/new/softmmu_exec.h /vbox/src/recompiler/new/softmmu_header.h /vbox/src/recompiler/new/softmmu_template.h /vbox/src/recompiler/new/staged/op-elf-x86.S /vbox/src/recompiler/new/target-i386/Makefile.kmk /vbox/src/recompiler/new/target-i386/cpu.h /vbox/src/recompiler/new/target-i386/exec.h /vbox/src/recompiler/new/target-i386/helper.c /vbox/src/recompiler/new/target-i386/helper2.c /vbox/src/recompiler/new/target-i386/op.c /vbox/src/recompiler/new/target-i386/opreg_template.h /vbox/src/recompiler/new/target-i386/ops_mem.h /vbox/src/recompiler/new/target-i386/ops_sse.h /vbox/src/recompiler/new/target-i386/ops_template.h /vbox/src/recompiler/new/target-i386/ops_template_mem.h /vbox/src/recompiler/new/target-i386/translate-copy.c /vbox/src/recompiler/new/target-i386/translate.c /vbox/src/recompiler/new/tests/Makefile /vbox/src/recompiler/new/tests/hello-arm.c /vbox/src/recompiler/new/tests/hello-i386.c /vbox/src/recompiler/new/tests/linux-test.c /vbox/src/recompiler/new/tests/pi_10.com /vbox/src/recompiler/new/tests/qruncom.c /vbox/src/recompiler/new/tests/runcom.c /vbox/src/recompiler/new/tests/sha1.c /vbox/src/recompiler/new/tests/test-i386-code16.S /vbox/src/recompiler/new/tests/test-i386-muldiv.h /vbox/src/recompiler/new/tests/test-i386-shift.h /vbox/src/recompiler/new/tests/test-i386-vm86.S /vbox/src/recompiler/new/tests/test-i386.c /vbox/src/recompiler/new/tests/test-i386.h /vbox/src/recompiler/new/tests/test_path.c /vbox/src/recompiler/new/tests/testthread.c /vbox/src/recompiler/new/translate-all.c /vbox/src/recompiler/new/translate-op.c /vbox/src/recompiler/new/vl.h /vbox/src/recompiler/osdep.h /vbox/src/recompiler/precompiled/VBoxRecompiler.o /vbox/src/recompiler/precompiled/cpu-exec.o /vbox/src/recompiler/precompiled/exec.o /vbox/src/recompiler/precompiled/helper.o /vbox/src/recompiler/precompiled/helper2.o /vbox/src/recompiler/precompiled/loghack.o /vbox/src/recompiler/precompiled/op.o /vbox/src/recompiler/precompiled/translate-all.o /vbox/src/recompiler/precompiled/translate.o /vbox/src/recompiler/softmmu_header.h /vbox/src/recompiler/softmmu_template.h /vbox/src/recompiler/target-i386/Makefile.kmk /vbox/src/recompiler/target-i386/cpu.h /vbox/src/recompiler/target-i386/exec.h /vbox/src/recompiler/target-i386/helper.c /vbox/src/recompiler/target-i386/helper2.c /vbox/src/recompiler/target-i386/op.c /vbox/src/recompiler/target-i386/opreg_template.h /vbox/src/recompiler/target-i386/ops_mem.h /vbox/src/recompiler/target-i386/ops_sse.h /vbox/src/recompiler/target-i386/ops_template.h /vbox/src/recompiler/target-i386/ops_template_mem.h /vbox/src/recompiler/target-i386/translate-copy.c /vbox/src/recompiler/target-i386/translate.c /vbox/src/recompiler/tests/Makefile /vbox/src/recompiler/tests/hello-arm.c /vbox/src/recompiler/tests/hello-i386.c /vbox/src/recompiler/tests/linux-test.c /vbox/src/recompiler/tests/pi_10.com /vbox/src/recompiler/tests/qruncom.c /vbox/src/recompiler/tests/runcom.c /vbox/src/recompiler/tests/sha1.c /vbox/src/recompiler/tests/test-i386-code16.S /vbox/src/recompiler/tests/test-i386-muldiv.h /vbox/src/recompiler/tests/test-i386-shift.h /vbox/src/recompiler/tests/test-i386-vm86.S /vbox/src/recompiler/tests/test-i386.c /vbox/src/recompiler/tests/test-i386.h /vbox/src/recompiler/tests/test_path.c /vbox/src/recompiler/tests/testthread.c /vbox/src/recompiler/translate-all.c /vbox/src/recompiler/vl.h /vbox/tools/darwin.x86/bin/as86 /vbox/tools/darwin.x86/bin/bcc /vbox/tools/darwin.x86/bin/bcc-cc1 /vbox/tools/darwin.x86/bin/iasl /vbox/tools/darwin.x86/bin/nasm /vbox/tools/linux.x86/bin/yasm /vbox/tools/os2.x86/bin/as86.exe /vbox/tools/os2.x86/bin/bcc-cc1.exe /vbox/tools/os2.x86/bin/bcc-cpp.exe /vbox/tools/os2.x86/bin/bcc.exe /vbox/tools/os2.x86/bin/iasl.exe /vbox/tools/os2.x86/nasm/v0.98.39-bird/AUTHORS /vbox/tools/os2.x86/nasm/v0.98.39-bird/CHANGES /vbox/tools/os2.x86/nasm/v0.98.39-bird/COPYING /vbox/tools/os2.x86/nasm/v0.98.39-bird/README /vbox/tools/os2.x86/nasm/v0.98.39-bird/TODO /vbox/tools/os2.x86/nasm/v0.98.39-bird/nasm.exe /vbox/tools/os2.x86/nasm/v0.98.39-bird/ndisasm.exe /vbox/tools/win.x86/bin/as86.exe /vbox/tools/win.x86/bin/bcc-cc1.exe /vbox/tools/win.x86/bin/bcc-cpp.exe /vbox/tools/win.x86/bin/bcc.exe /vbox/tools/win.x86/bin/doxygen.exe /vbox/tools/win.x86/bin/doxytag.exe /vbox/tools/win.x86/bin/glib-1.2.dll /vbox/tools/win.x86/bin/iasl.exe /vbox/tools/win.x86/bin/iconv.dll /vbox/tools/win.x86/bin/libexslt.dll /vbox/tools/win.x86/bin/libidl-0.6.dll /vbox/tools/win.x86/bin/libxml2.dll /vbox/tools/win.x86/bin/libxslt.dll /vbox/tools/win.x86/bin/msvcrt.dll /vbox/tools/win.x86/bin/xsltproc.exe /vbox/tools/win.x86/bin/yasm.exe /vbox/tools/win.x86/bin/zlib1.dll