History log of /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp
Revision Date Author Comments Expand
6fe2c7857678d9d48a4ac2798b62c702deeba133 55259 14-Apr-2015 vboxsync

Main/Serial+Devices/Serial: new TCP backend for serial port. Contributed by Alexey Eromenko. Thanks! Frontends/VirtualBox+VBoxManage: adapted accordingly

/vbox/doc/manual/en_US/user_BasicConcepts.xml /vbox/doc/manual/en_US/user_VBoxManage.xml /vbox/include/VBox/log.h /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/build/VBoxDD.cpp /vbox/src/VBox/Devices/build/VBoxDD.h VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSerial.ui /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/SerialPortImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings.xsd
e7f13bc53d33562180597cc29b5058eb6e70fb9a 55169 09-Apr-2015 vboxsync

doc: mention UI/VM separation

6b08a46ae99f5b3552515e878d648f19a15b4f6b 55141 08-Apr-2015 vboxsync

Added unlisted option.

00ec08f7b2f0bbf53b2448f595a1e5eabd9266b3 54979 27-Mar-2015 vboxsync

OVF: pr7721. Import images in other formats. Added option "importtovdi" for command "VBoxManage import". Fixed several issues related to compressed disks images inside OVF package.

d11484e14d7d6490965166f2a3b3ee8b53b968d3 54911 23-Mar-2015 vboxsync

Main: Added paravirt. provider KVM APIs.

24da6272332d6690a7480ff933d9c60436df80ad 54885 20-Mar-2015 vboxsync

Main: Add a method to check for the correct encryption password

fac9deff63e29da080d37fdb1efb9b1212fd87e3 54725 11-Mar-2015 vboxsync

FE/VBoxManage: Change the way passwords are provided when encrypting a medium. Instead of giving it directly on the command line read it from standard input or from a file

d1aab951b0bd1de1a8a51daca46fce06daaed8d7 54591 02-Mar-2015 vboxsync

Add support to supply passwords for disk encryption while the VM is running

b87c769f789d9f61e42149aa336e4c086f0f649e 54487 25-Feb-2015 vboxsync

FE/VBoxManage: Add support for medium encryption

340c9153ef85fdaf7acf99926a068a62197308cf 54438 24-Feb-2015 vboxsync

Main/VirtualBox: eliminate redundant parameter to i_registerMedium, avoiding bugs with registering e.g. floppy images as hard disks. Main/Medium: switch over to CreateMedium, final API touch-ups, variable name cleanup, typo checking for backend support of fixed image creation, check for backends not supporting a particular device type Frontends/VBoxManage: cleanup, adapt to new API, generalize all operations which worked on hard disks only to all device types Frontends/VirtualBox: adapt to new API

f6b53aa7a361c1f26a3287a95172653219470233 54400 23-Feb-2015 vboxsync

FE/VBoxManage: Unified/renamed video recording options, implemented missing functionality.

dcc837f3a6f10996beb8aa7965f67f7f6c273fb4 53062 15-Oct-2014 vboxsync

USB: Integrate USB sniffer. Make it possible to specify a file to dump the traffic to when attaching a USB device with VBoxManage

/vbox/include/VBox/vmm/pdmdrv.h /vbox/include/VBox/vmm/pdmusb.h /vbox/src/VBox/Devices/Makefile.kmk /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/VUSBUrb.cpp VBoxManageControlVM.cpp VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/HostUSBDeviceImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/USBProxyService.h /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/EmulatedUSBImpl.cpp /vbox/src/VBox/Main/src-client/SessionImpl.cpp /vbox/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/USBProxyService.cpp /vbox/src/VBox/VMM/VMMR3/PDMUsb.cpp
c31f30607ddcca383fd7cf1493b10196007e6e64 52312 07-Aug-2014 vboxsync

6219: New parameters related to file size / recording time limitation for VM Video Capture have been added (vcpmaxtime, vcpmaxsize and vcpoptions - special codec options in key=value format). EbmlWriter has been refactored. Removed some redundant code.

d01bb88591e2ae070aa233b99c81e58598d557e1 52200 25-Jul-2014 vboxsync

Main,Frontends: TakeScreenShot API cleanup.

VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGMachinePreview.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/src-client/DisplayImpl.cpp /vbox/src/VBox/Main/src-client/VideoRec.cpp /vbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/webservice/samples/php/clienttest.php
eae4be10b9f3dcb5680411373ff3fa42c136b6aa 52037 15-Jul-2014 vboxsync

Frontends/VBoxManage: add the forgotten "modifyvm --description" option to the help output and fix a minor VRDP port info glitch

7c6b8efedbf0a39b5ab31c00472a9a35497f01ca 51889 06-Jul-2014 vboxsync

FE/VBoxManage: Interface for setting, getting and deleting medium properties

56343f236d9d7c0e3d2b75e23f0f5575dc77f2e3 50996 08-Apr-2014 vboxsync

Main: Added paravirt. provider APIs.

5e363664ceebe79185d44c3a1f354a39913e411a 50447 13-Feb-2014 vboxsync

Main/Appliance: new options for suppressing MAC addresses on export Frontends/VBoxManage: add support for the new options doc/manual: document the new feature

34ee2570b5979d1e4ac39b4da8e453a9c99600a6 50307 03-Feb-2014 vboxsync

Frontends/VBoxManage: fix several typos in the help message

ae94ad7e769e467419ab99cab5403bdb39bc544f 49983 19-Dec-2013 vboxsync

Devices/Graphics: VMware SVGA II compatible graphics emulation (2D only), including the associated small API and VBoxManage changes, contributed by trivirt AG.

/vbox/include/VBox/log.h /vbox/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA-SVGA.h /vbox/src/VBox/Devices/Graphics/DevVGA.cpp /vbox/src/VBox/Devices/Graphics/DevVGA.h /vbox/src/VBox/Devices/Graphics/DevVGASavedState.h /vbox/src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h /vbox/src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h /vbox/src/VBox/Devices/Graphics/vmsvga/svga_escape.h /vbox/src/VBox/Devices/Graphics/vmsvga/svga_overlay.h /vbox/src/VBox/Devices/Graphics/vmsvga/svga_reg.h /vbox/src/VBox/Devices/Makefile.kmk Makefile.kmk VBoxManageHelp.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp
23777a84b3e56937722404214b6064a797daf7b6 49621 22-Nov-2013 vboxsync

VBoxManage: split 'guestcontrol' help into sub categories

2e8034536f2ada0455cc5c85f746e5e1cd49eea0 49190 18-Oct-2013 vboxsync

Main,VBoxManage: Implement hotpluggable setting stubs

89d62ba649bc933540aa6fecf95712eed480bcd2 49103 15-Oct-2013 vboxsync

pr6927. ISO images are skipped by default during export. The command "VBoxManage export" has a new argument "--iso" to explicitly export ISO images.

be25dc687bf6545229bd498c72ff1ef047ff0f27 49086 14-Oct-2013 vboxsync

VBoxManage/doc: document 'VBoxManage modifyvm triplefaultreset'

2f5c096f8c07bf1779807cc3b108440a7f910b35 48985 09-Oct-2013 vboxsync

Main, Frontends: Make the port count of the SAS controller configurable and support up to 255 storage devices

dabb0e35338cb6c83e64a42302473c0ced05bf81 48966 08-Oct-2013 vboxsync

VBoxManage: webcam command line syntax.

c503384be18fd215490512125ce789bc2a71ad97 48630 23-Sep-2013 vboxsync

VBoxManage: help for list webcams

4b9a9888c020ed3508c8ac3a5b47842d6aa3f8d2 48538 19-Sep-2013 vboxsync

Main/NetworkAdapter+Machine+Appliance+SystemProperties+Medium+Console+Settings+IDL: make NAT networking a separate network attachment type which improves the user experience, store the necessary settings, plus changing the design of the methods which will move images and entire VMs, they lacked a progress object Frontends/VirtualBox: adapted fully, can configure NAT networks with proper drop down list support Frontends/VBoxManage: also supports NAT networks completely, and adds the long missing code to list intnets

/vbox/include/VBox/settings.h VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageList.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/ApplianceImpl.cpp /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/MediumImpl.cpp /vbox/src/VBox/Main/src-server/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp
ee1d93e48caef47c819586e7d765befa196be79c 48429 11-Sep-2013 vboxsync

VBoxManage, doc/manual: document 'VBoxManage modifyvm --vtxux'

101e307bb33304d9dda53a7652510880e8228b13 48406 10-Sep-2013 vboxsync

Main,VBoxManage: Implemented IConsole::EmulatedUSB. Removed IMachine::emulatedUSBWebcameraEnabled.

/vbox/Config.kmk /vbox/include/VBox/log.h /vbox/include/VBox/settings.h /vbox/include/VBox/vmm/pdmusb.h Makefile.kmk VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/EmulatedUSBImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/src-client/EmulatedUSBImpl.cpp /vbox/src/VBox/Main/src-client/VBoxDriversRegister.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/VMM/VMMR3/PDMUsb.cpp
71429ad59515f9055f394527e1ae942c98373cdd 48105 27-Aug-2013 vboxsync

VBoxManage natnetwork help

9cc9fd4046b0e8dca741e26455a2a6e79a92ac20 47991 22-Aug-2013 vboxsync

Main: Made the exclusive HW virtualization use setting global rather than per-VM.

361a7fb527903c8dbfd0cc7dc779f943c6e348f6 47918 20-Aug-2013 vboxsync

Frontends/VBoxManage: add a way to set the VM icon

639f8a89c08cdbefc3d4f8e1762ce9d38440e02b 47906 20-Aug-2013 vboxsync

Frontends/VBoxManage: add options to arbitrarily change medium properties

f906aa7f33207974c4bad1bc441a63b139958499 47544 05-Aug-2013 vboxsync

VBoxManage: when taking snapshots, --pause is default and --live must be explicitely specified

a85c47589af3385deccdbb1367b75108806d7cf5 47246 19-Jul-2013 vboxsync

Setings: add multi-touch setting and fix combo mouse somewhat.

c6d49c0483db5a491b9394f017de7760aa5d6ac7 46998 05-Jul-2013 vboxsync

VBoxManage/Help: unify help output regarding UUID and VM name

ab9d561bc33f1705a10c5e4bffed9c9e660dc32f 46523 13-Jun-2013 vboxsync

Main/VBoxManage: allow to enable video recording at VM runtime

e59069cf1c98c1c2e90a18ec76fbc2e9907fb917 46290 27-May-2013 vboxsync

Main/ApplianceImplExport.cpp: rearrange handling of appliance description lists, always allow the user to override (especially important for the description of a VM, as it defaults to the VM description which some people might not want to export) Frontends/VBoxManage: finally implement changing the VM description from command line, and also add a way to provide a VM description on export

48890ac9b4b339e0341e826b5c26ce6408729987 46123 16-May-2013 vboxsync

Main/VPX, VBoxManage: added IMachine::VideoCaptureScreens and IDisplay::{enableVideoCapture,disableVideoCapture}

8fdb854581fe3cb394d84835dc09b02e6e18d4ed 46036 13-May-2013 vboxsync

Frontends/VBoxManage: new option --longmode for modifyvm, for changing the corresponding guest CPU property, plus showing the current value with showvminfo. doc/manual: document this option, the link is currently dangling as the GUI doesn't allow to control this setting yet

cccc6ee5f7156cfcdf13acca545cf65124d9ed44 45926 06-May-2013 vboxsync

IMachine::VideoCaptureFps

5d57bcb78f1f3f918bd3daf709b551b8c2d30485 45838 30-Apr-2013 vboxsync

VPX: plugged memory leak; introduced rate parameter; clear artefacts from previous frames after resize; cleanup

2c6d6ff2ff146c92be6ec38cb87465c4f867a8fe 45731 25-Apr-2013 vboxsync

several fixes for video recording

8b36957d815c23b479eb35d93ac76c66392e9402 45674 23-Apr-2013 vboxsync

Main/Machine+Console+Display+VRDEServer,VBoxManage: allow VMs without graphics controller, eliminate annoying spurious error messages about Console not yet powered up when taking screenshots, getting/setting guest properties and updating metrics, make as many parameters to modifyvm as possible case insensitive

29d55b79593710186ceda5a557fdab1727972175 45190 26-Mar-2013 vboxsync

VBoxManage: one more check for 'controlvm'; removed long obsolete 'gueststatisticsinterval' help

bc016d9f481b47ade01223d4d589080ad2e2a246 45022 13-Mar-2013 vboxsync

VBoxManage: fixed slashes in 'controlvm' help

a38afdea3cc827dc5964b4ba39a5cae6dbae23bd 45021 13-Mar-2013 vboxsync

VBoxManage: implemented 'controlvm nicpromisc'

904810c4c6668233349b025cc58013cb7c11c701 44948 07-Mar-2013 vboxsync

Main/SystemProperties+Machine: new config setting for default VM frontend. Frontend/VirtualBox+VBoxManage: changes to use the default VM frontend when starting a VM, other minor cleanups Main/xml/*.xsd: attempt to bring the XML schema close to reality doc/manual: document the new possibilities, and fix a few long standing inaccuracies

/vbox/doc/manual/en_US/SDKRef.xml /vbox/doc/manual/en_US/user_VBoxManage.xml /vbox/include/VBox/settings.h VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageMisc.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/SystemPropertiesImpl.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-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/VirtualBox-settings.xsd
62ab017295981c81484e5a5f93ff8b5f85f7defb 44191 20-Dec-2012 vboxsync

include,ExtPacks\Puel\UsbWebcam,Main,VRDP,VBoxManage: emulated USB webcam.

c0a5da26f7222b0a486d6d9ba4d1f475a78a2c73 44131 14-Dec-2012 vboxsync

VBoxManage: introduced 'VBoxManage storageattach additions'

32d812e160bdb5ca13383b1f1f4bc41c6c889b13 43655 16-Oct-2012 vboxsync

VBoxManage, doc/manual: the IDE-on-SATA emulation was gone with VBox 4.2

9a32cc64d7694b4b8c46bbf17fdbb5e5f60d2d4a 43654 16-Oct-2012 vboxsync

FE/VBoxManage: Don't show --autostop-type until it is implemented and ready

914fe6f35c397cfd7d97b44a63398c6422579c49 42460 30-Jul-2012 vboxsync

VBoxManage: polished help

94c4b844625733fedcd2b473c207981b31316bd9 42445 30-Jul-2012 vboxsync

Frontends/VBoxManage,doc/manual: more password file handling touchups, documentation update

5af5f66dd66e8ed177bcb8b429a1c2f3093ab406 42444 30-Jul-2012 vboxsync

Frontends/VBoxManage: add options to specify passwords through a file

48dafba24ef28f07a241e5857a43b327822574a8 42395 25-Jul-2012 vboxsync

Frontends/VBoxManage: add a way to specify the iSCSI initiator (should only be used by people who know what they're doing, the default is normally the best choice)

2a171646d32f8a15e9820d6fb3bf3f9b9990ca3f 42261 20-Jul-2012 vboxsync

enabled shared clipboard support for Linux hosts (guest=>host only)

/vbox/Config.kmk /vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/settings.h /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp /vbox/src/VBox/Additions/x11/Installer/98vboxadd-xclient /vbox/src/VBox/Additions/x11/VBoxClient/Makefile.kmk /vbox/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackend.h /vbox/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QISplitter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/extensions/QIStateIndicator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIWindowMenuManager.cpp /vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/VBoxSettingsSelector.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.ui /vbox/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp /vbox/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp /vbox/src/VBox/HostServices/DragAndDrop/Makefile.kmk /vbox/src/VBox/HostServices/DragAndDrop/dndmanager.cpp /vbox/src/VBox/HostServices/DragAndDrop/dndmanager.h /vbox/src/VBox/HostServices/DragAndDrop/service.cpp /vbox/src/VBox/Installer/linux/Makefile.kmk /vbox/src/VBox/Installer/linux/debian/lintian-override.in /vbox/src/VBox/Installer/linux/deffiles /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/GuestDnDImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/GuestDnDImpl.cpp /vbox/src/VBox/Main/src-client/GuestImpl.cpp /vbox/src/VBox/Main/src-client/SessionImpl.cpp /vbox/src/VBox/Main/src-server/ApplianceImpl.cpp /vbox/src/VBox/Main/src-server/ApplianceImplIO.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Runtime/common/misc/s3.cpp /vbox/src/VBox/Runtime/testcase/tstRTUri.cpp
28ae9ced88db55943497a8bb98682bc2be513476 42248 20-Jul-2012 vboxsync

API change for SetVideoModeHint to be able to disable guest screens and to set the origin of guest screens

48bd609ed5dfbf1333b067d01be8b8e02e362f6c 42236 19-Jul-2012 vboxsync

Frontends/VBoxManage: clarify help output of export command

4715f6e2473402353acb43c06a8986f957758259 42189 17-Jul-2012 vboxsync

Frontends/VBoxManage: handle listing of groups

200cc6562c6e5cec617903ea827cfb22083f5325 42178 17-Jul-2012 vboxsync

Autostart: Make the path to the autostart database configurable

1147e980f6ab0b7ff1d08c13ad1c03eea30d102d 42176 17-Jul-2012 vboxsync

Main+Frontends/VBoxManage: implement saving the settings, and add the matching VBoxManage support

01b2e367e947049139a5d5813ccc1fa162b11f76 42129 12-Jul-2012 vboxsync

Main/VirtualBox+Machine: add support for VM groups (incomplete, saving of settings is not implemented), remaining code adjusted accordingly, use better parameter checking macros, make XSLT generators process setter attributes using safearrays correctly, various cleanups and warning fixes Frontends/VBoxManage: first traces of groups support

8de08f028a25f8d4f13d7f2622e160199aa54016 42125 12-Jul-2012 vboxsync

optional encrypted store of the iSCSI initiator secret

6fe1329154975472e055284198df7fa8e64dee3a 41925 27-Jun-2012 vboxsync

allow to change the clipboard mode during runtime (API change including 'VBoxManage controlvm' change)

45a01ef53b009e9f56ce427bd8688da02ad32389 41915 26-Jun-2012 vboxsync

FE/VBoxManage: Support to configure autostart/-stop for virtual machines

af7209255033c3b77816f81ef6293ff8070ee156 41842 20-Jun-2012 vboxsync

Main,VBoxManage,docs: bandwidth units changed to bytes (#5582)

7708252d252a55417a6a817041e4356797e34255 41371 21-May-2012 vboxsync

Main,include,VBoxManage: smartcard support: IMachine::EmulatedUSBCardReaderEnabled.

0a8b697b439859902a19c75e4a1d315ab03c57f9 40984 19-Apr-2012 vboxsync

Frontends/VBoxManage: fix help message syntax for "createhd"

23d9dbdaf1b83107abf9882246a4a46933f733ef 40729 30-Mar-2012 vboxsync

VBoxManage: --teleporterpasswordfrom => --teleporterpasswordfile

fe9a95f96e622c50bd6463335687b799f8e3915d 40725 30-Mar-2012 vboxsync

use 'stdin' instead of '-' here

4aa112ecd4b3526f57f885cb52eb5255489b2adf 40724 30-Mar-2012 vboxsync

VBoxManage modifyvm: --telporterpassword '-' for stdin

edefdc20eedaf9ef5b1293e56ba9b8cca7b5c740 40714 29-Mar-2012 vboxsync

VBoxManage modifyvm: added --teleporterpasswordfrom

e67a57a63d60b971a077d325eb0872a3ccde94a4 40469 14-Mar-2012 vboxsync

VBoxManage: bandwidthctl uses sub-commands instead of options (#5582)

a9315925c69e4c3bb342bb317ca5b6d29e1ee467 40418 09-Mar-2012 vboxsync

Main: Extended IMachine and the settings XML with three tracing related properties.

454ac5c6ef4960887035ceea6b5247789d3272da 40329 02-Mar-2012 vboxsync

Main/Runtime/VBoxManage: SHA256 support comes with OVF 2.0

67ee25dd0b63a61dc35a35d0aade75ca6cd06350 40324 02-Mar-2012 vboxsync

Frontends/VBoxManage: implement client code to configure lpt ports where the code might eventually work

5b5550e4bb979f04350d307a766d770dad2b81a0 39675 22-Dec-2011 vboxsync

VBoxManage debugvm show improvemnts.

2cf408d20aefeda5e079f52d94f04a1ed8065f3b 39668 20-Dec-2011 vboxsync

Implemented the log setting properties (read-only).

f147b9c2c059b1af2d67e6369dcb0c0da36c05eb 39650 17-Dec-2011 vboxsync

DBGF,Main,VBoxManage: added target logger prefixes (release:/debug:). Implemented logger modifier methods in IMachineDebugger. Exposed these methods in VBoxManage debugvm.

0201a6938ff2829f3a545292c284dff329b47328 39169 02-Nov-2011 vboxsync

VBoxManage: Allow 'convertfromraw stdin' on Windows.

4487ec756a4d0326ace76c20fd8a29d618b19a48 39168 02-Nov-2011 vboxsync

VBoxManage/help: missing ']'.

fb5eb3e16f0ad06c9fd25a590cf10c114f64b9a4 39159 01-Nov-2011 vboxsync

VBoxManage/doc: typos

a5224d14bb71df1d2da62ff9e4b0598ed5d2d85f 39119 26-Oct-2011 vboxsync

VBoxManage: added a list sub-command to snapshot: snapshot myvm list

6febf3149010855617e4a37e2c49f93d68930d44 38874 27-Sep-2011 vboxsync

FE/VBoxManage: Add discard option

d502d47b275da0a8ecb1c2ec00d22ac396a61af4 38787 19-Sep-2011 vboxsync

Frontends/VBoxManage: add support for explicitly creating diff images (feature for expert users only)

36159dd2122bfe6f3cc172b6c6c4323a02cee365 38726 13-Sep-2011 vboxsync

''VBoxManage convertfromraw'': allow to specify the UUID of the output file

0c22b67dbc2b7236d71d4044992c5af9886f587a 38191 26-Jul-2011 vboxsync

Frontends/VBoxManage: allow starting several VMs with startvm

b7fc0ed6c80bf49e581b983ee0039b67f001d849 38099 21-Jul-2011 vboxsync

FE/Qt4/CLI;Main;Docu: enable MachineAndChildren in clone VM again for ease of testing

0f1fefdbcfc7fa0d7271ac7d19d7a8ebb642c41d 38055 19-Jul-2011 vboxsync

FE/Qt4/CLI;Docu; disable "MachineAndChildren" clone mode for now

05853f96458c81445814e3e043eb789c57ab9e85 38011 18-Jul-2011 vboxsync

FE/CLI: correct spelling

bd5c7d04b57ea9dfea041aad6a07cd8823b4e7c0 37971 14-Jul-2011 vboxsync

Main/Machine: implement creating linked clones. Frontends/VBoxManage: enable creating linked clones

174f11bbd5c277153742aa5e6c3bd640bf379547 37929 13-Jul-2011 vboxsync

Frontends/VBoxManage: make --port and --device parameter for storageattach optional if there is only one port or device per port

1568d715e75b8d2484ea3dc87f0483d4cf377838 37925 13-Jul-2011 vboxsync

VBoxManage storageattach: make the --device parameter optional

b59225a084dd225b72dd3c2238045ef19f60aa61 37900 12-Jul-2011 vboxsync

Main-CloneVM;FE/CLI;Doc: update differencing disk names with there new uuid; rename all other disks to the new name + disk#; optional allow keeping old disk names

8ae161fca703d669e1306fafee128914f831f72b 37862 11-Jul-2011 vboxsync

Main-OVF;FE/*: allow to specify if MAC addresses should be reinitialized on OVF/OVA import

051eba4436f9c682f7873390fb327e8eceb9e0ef 37824 07-Jul-2011 vboxsync

Main/Machine+MediumAttachment+Console: add method for marking a 'hard disk' as non-rotational, which optimizes performance in modern guest OSes Frontends/VBoxManage+VirtualBox: support the new method ChangeLog: add quite a few forgotten improvements and fixes

505ddd00252720bfb5569fcb17bfda53dc141e3b 37817 07-Jul-2011 vboxsync

VBoxManage: attachpci/detachpci => pciattach/pcidetach; doc/manual: wording

322b4bfe961aceaf0608ceb771318bd3a10525a4 37763 04-Jul-2011 vboxsync

FE/Manage, doc/manual: document ''VBoxManage extpack install --replace''

1e9377d042fa2ea3e2cd78805678f23f64db55f6 37709 30-Jun-2011 vboxsync

Main/MediumAttachment+Machine: add a setting which controls the guest-triggered medium eject behavior, fix handling "implicit" media, and corresponding VBoxManage and documentation updates

a7e67fd2129cf9eade0bc257bb0c3d10cb5ab81b 37543 17-Jun-2011 vboxsync

FE/CLI: add --options to clonevm

80e46f984efd827517661c0e081a36014ca41af8 37525 17-Jun-2011 vboxsync

Main/VirtualBox+Medium: resurrect the feature of changing the medium UUID when opening the image, which allows to resolve duplicate UUIDs without using external tools. Also fixes Medium::setIDs, which wasn't correctly working. Frontends/*: corresponding changes.

346baab64a0d037969065e71e02e6c2a176106ab 37450 14-Jun-2011 vboxsync

VBoxManage: help item

776985d1f8ee71ad78aa1067cce88766803c7b30 37449 14-Jun-2011 vboxsync

Main;VBoxManage: more clone vm work

7e8d44e04156d78379666f20d5daa2a79e5cbf44 37272 31-May-2011 vboxsync

VBoxManage: remove no longer existing option from help text

aa0553becec2abc2e781f839ba1d399c31c2c07f 37200 24-May-2011 vboxsync

API+Frontends: Generic network attachment driver support which obsoletes the special case for VDE. Big API cleanup in the same area. Adapt all frontends to these changes (full implementation in VBoxManage, minimum implementation in GUI).

/vbox/doc/manual/en_US/SDKRef.xml /vbox/include/VBox/settings.h Makefile.kmk VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.h /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/ApplianceImpl.cpp /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Main/src-server/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd
f271f5e8fefdfe224f8bdeac77fefe6c655ae87e 37074 13-May-2011 vboxsync

Main; VBoxManage: initial machine clone support

9ce5d949e4f1572d445a5c0aecabe9de8b672c99 36720 18-Apr-2011 vboxsync

Frontends/VBoxManage: support taking screenshots

5d39cab83ac9a6c6e4c5da4690ac53b4cfec73aa 36657 12-Apr-2011 vboxsync

Frontends/VBoxManage: slightly touch up the help for clonehd

a1b4fb3917412d2632d358ff8989f1ec971f2d5b 36630 08-Apr-2011 vboxsync

PCI: Main and VBoxManage work

93c114476cca834cde109c60bfb95094fcd2c995 36279 15-Mar-2011 vboxsync

VBoxManage: updated help string for bandwidth group parameter (#5582)

13d1fd6f43e9a245a4f2b4fc6845bdaa5d0f4134 36275 14-Mar-2011 vboxsync

Main/NetworkAdapter: Bandwidth group attribute implementation (#5582)

b604fbf16eda38d14b4999c245f032bfaa5aa85a 36082 25-Feb-2011 vboxsync

Added a promiscModePolicy attribute to INetworkAdapter, three values: deny (default), allow-network (i.e. VMs), allow-all (i.e. include unrelated host traffic).

66b8ee000e49b0cc08a897451350cd6927d77b60 35858 06-Feb-2011 vboxsync

VBoxManage: fixed help text of showvminfo (no --statistics anymore)

d36016c7e22c0a816c7eae1b6d53f46b7d180589 35508 12-Jan-2011 vboxsync

VBoxManage: Added the getregisters and setregisters subcommands to debugvm. Document them and other recent debugvm additions.

98fbc4732a9519502e92799ef769789cbdd97dce 35317 24-Dec-2010 vboxsync

VBoxManage: condition optimization for r69169

e81f75a6eb3614cca11dcaf67d87890cd7c36970 35316 24-Dec-2010 vboxsync

VBoxManage: host-only creation and removal enabled for all platforms except Solaris (#5439)

c6960665b76a45ed0489be4f3b4685a3170c3f8d 35306 22-Dec-2010 vboxsync

IMachineDebugger: Implemented Info, DetectOS, OSVersion and OSName. Exposed these via VBoxManage.

36a04912b64bea8318327fe0723535f1b3f041b0 35194 16-Dec-2010 vboxsync

VBoxManage: VRDE options

dc9555b48e3a0576258aa498825c8d10e311cd47 35101 14-Dec-2010 vboxsync

Frontends/VBoxManage: usage whitespace fix

aed4b2dfb1673c0b476588860c9d27705700ce0d 35085 14-Dec-2010 vboxsync

VBoxManage: add support for readonly/multiattach media types

4c8907a420ed66a42f729eb08cddf9c1e57f25ea 35057 14-Dec-2010 vboxsync

some VBoxManage --help cosmetcis

5b298681ed3a24f71adcf7b557d3b0f850967bbf 35037 13-Dec-2010 vboxsync

Frontends/VBoxManage: remove no longer reliable options from clonehd (as done earlier with createhd)

5f32a23884cca588e95be86778770d60cbc529f7 34971 12-Dec-2010 vboxsync

VBoxManage: move vmstatistics to debugvm as a 'statistics' sub-command. Remove injectnmi completely from controlvm - the audience of this features is tiny but smart, so no need for compatibility stuff.

500b54ffef573903725ee90aa3db3485fc6a5840 34970 11-Dec-2010 vboxsync

rearranged syntax diagram, removed duplicate injectnmi

1ce069685b24d243eb0464f46d4c56b250c64445 34913 09-Dec-2010 vboxsync

VBoxManage: Added a debugvm command for injectnmi and dumpguestcore.

5434d84d270a73565d8c3bed826cb4f95aba317b 34888 09-Dec-2010 vboxsync

Frontends/VBoxManage: Clean up "modifyhd", and unbreak some of the options. Make the resize option take MBs (previously was documented this way and expected bytes), and add a resizebyte option for special purposes

cf289c84a0ecd24e5808b46b70d545cdc2c8805c 34663 02-Dec-2010 vboxsync

Manual: document VBoxManage storageattach changes (and other storage updates)

aeb9498c4d9854ed42b271541d34c7bad97b4c77 34634 02-Dec-2010 vboxsync

VBoxManage: merge the broken addiscsidisk into storageattach

63b785c3291332a86a9bc473e68f08121368898b 34587 01-Dec-2010 vboxsync

Main: Bandwidth groups for disks (and later network) This introduces two new interfaces. The first one named IBandwidthGroup represents one I/O limit and can be assigned to several mediums which share this limit (which works only for harddisk images with the disabled host cache). The second one IBandwdithControl manages the groups and can create new ones and destroy them if not required anymore. VBoxManage: commands to access the bandwidth groups Syntax: VBoxManage storageattach <uuid|vmname> ... --bandwidthgroup <name> --bandwidthgroup assigns the specified device to the given group. VBoxManage bandwidthctl <uuid|vmname> --name <name> --add disk|network --limit <megabytes per second> --delete The --name parameter gives the name of the bandwidth group. --add creates a new group of the given type (only disk is implemented so far) with the given name. --limit sets the limit to the given amount of MB/s Note that limit can be changed while the VM is running. The VM will immediately pick up the new limit for the given group name. --delete deletes the group with the given name if it isn't used anymore. Trying to delete a still used group will result in an error. Example: VBoxManage bandwidthctl "Test VM" --name Limit --add disk --limit 20 Creates a group named Test having a 20 MB/s limit. VBoxManage storageattach "Test VM" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium test.vdi --bandwidthgroup Limit Adds a new disk to the SATA controller and assigns the bandwidth group Limit to it. VBoxManage storageattach "Test VM" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium test.vdi --bandwidthgroup none Removes the bandwidth limit from the disk. VBoxManage bandwidthctl "Test VM" --name Limit --add disk --limit 10 Changes the limit of bandwidth group Limit to 10 MB/s. If the VM is running the limit will be picked up immediately.

/vbox/include/VBox/settings.h Makefile.kmk VBoxManage.cpp VBoxManage.h VBoxManageBandwidthControl.cpp VBoxManageHelp.cpp VBoxManageStorageController.cpp /vbox/src/VBox/Main/BandwidthControlImpl.cpp /vbox/src/VBox/Main/BandwidthGroupImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/MediumAttachmentImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/BandwidthControlImpl.h /vbox/src/VBox/Main/include/BandwidthGroupImpl.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumAttachmentImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xpcom/server.cpp
6e25221ce8ef8e656d1e15eb7ec5cf8ae758ceb2 34574 01-Dec-2010 vboxsync

Make vrde auth library configurable per VM.

95a6be61815bc19c98d76c390b164600364b3e3d 34529 30-Nov-2010 vboxsync

VBoxManage: undocument obsolete setproperty hdfolder

9ca017ceee656f9d33f2cb6652e401b5f17fcfb7 34244 22-Nov-2010 vboxsync

Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from IVirtualBox to the extension packs; changed ISystemProperties and IVRDEServer to talk about VRDE extension packs instead of VRDE libraries.

/vbox/Config.kmk /vbox/include/VBox/ExtPack/ExtPack.h /vbox/include/VBox/settings.h VBoxManage.cpp VBoxManage.h VBoxManageHelp.cpp VBoxManageList.cpp VBoxManageMisc.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/ExtPackManagerImpl.cpp /vbox/src/VBox/Main/ExtPackUtil.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/VRDEServerImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ExtPackManagerImpl.h /vbox/src/VBox/Main/include/ExtPackUtil.h /vbox/src/VBox/Main/include/Global.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/VRDEServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/xml/Settings.cpp
bf88068260ded16af90b7da4867240fbdd9c8017 34010 11-Nov-2010 vboxsync

Main, FE/VBoxManage: Make it possible to mark specific controllers as bootable which means that the BIOS can access devices attached to the controller to boot from it

b4bcdbd7ac35c938e6f71a6403fe9f3ebf106a07 33825 08-Nov-2010 vboxsync

Main,NAT: Managing port-forwarding at runtime. (xTracker/#4835).

eaa687a9ede02b3b161a4595f7e42590a2e1b932 33766 04-Nov-2010 vboxsync

VBoxManage: Implemented 'list extpacks', 'extpack install' and 'extpack uninstall'.

53c715b46bccd175005ee523f7acc7962cfcdf94 33764 04-Nov-2010 vboxsync

VBoxManage: Fixed incorrect return from errorGetOpt (VINF_SUCCESS instead of non-zero). Some rc cleanup in main().

cc74f15083bf80fbc96723a89faa06c15d0dead8 33590 29-Oct-2010 vboxsync

VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code removed.

/vbox/Config.kmk /vbox/src/VBox/Devices/Makefile.kmk /vbox/src/VBox/Devices/USB/USBProxyDevice.cpp /vbox/src/VBox/Devices/USB/USBProxyDevice.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxHeadless/Makefile.kmk /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp Makefile.kmk VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/Makefile.kmk /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostPower.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/USBProxyService.cpp /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/DHCPServerRunner.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/Logging.h /vbox/src/VBox/Main/win/PerformanceWin.cpp /vbox/src/VBox/Main/win/dllmain.cpp /vbox/src/VBox/Main/xpcom/server.cpp /vbox/src/libs/Makefile.kmk
fc60d7c6501c5e676e41b11c042d4358d9faa81d 33556 28-Oct-2010 vboxsync

VRDE: More API changes for the VRDP server separation.

64863d3a0ffadf1ac248b295b78be5d55db6ee13 33456 26-Oct-2010 vboxsync

VBoxManage: remove openmedium command which no longer does anything useful; storageattach with medium path works fine; documentation

0ccffd6e93900f2cecc7d0552fcfd4adbd577902 33408 25-Oct-2010 vboxsync

Removed VBOX_DYNAMIC_NET_ATTACH, we don't need to keep this optional.

2355157d3ea6596738c7c74e803220ad1bd6b4a8 33406 25-Oct-2010 vboxsync

VBoxManage: update help text

3933885bc0c2c93436d858a14564c6179ec72872 33386 24-Oct-2010 vboxsync

VRDE: API changes for the VRDP server separation.

/vbox/doc/manual/en_US/user_AdvancedTopics.xml /vbox/doc/manual/en_US/user_Frontends.xml /vbox/doc/manual/en_US/user_VBoxManage.xml /vbox/include/VBox/settings.h /vbox/include/iprt/err.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h VBoxManageControlVM.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageList.cpp VBoxManageMisc.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.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/UIIndicatorsPool.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/UIMachineMenuBar.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.ui /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/ConsoleVRDPServer.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xpcom/module.cpp /vbox/src/VBox/Main/xpcom/server.cpp
9b1bd65f02252ae2d62078951eeac9df809bbdfd 33202 18-Oct-2010 vboxsync

VBoxManage: error reporting

5453eb2f2719bf3895ac3daeec4c26e0b6e2eb4a 33201 18-Oct-2010 vboxsync

reverted r66739

636ba19622e58b72200939bb957883f3329b6f85 33200 18-Oct-2010 vboxsync

E1000, Main: support for 82566MC chipset type

7a29aa5ce149ccd344a2929d2815b8e212690b92 33020 09-Oct-2010 vboxsync

VBoxManage: chipset type support

85bc82f92f4d7a7b95e96d133c4847b2847703df 32947 06-Oct-2010 vboxsync

VBoxManage: mention --hwvirtexexcl; manual: fixed documentation of --hwvirtex

d7c2269005543188a6fb12775f6d416431e39ebc 32887 04-Oct-2010 vboxsync

Hide FT

657b2c9f6d33f08001e5fa6f6e0572dcf0391013 32885 04-Oct-2010 vboxsync

Renaming cpu priority to cpu execution cap

7e8c58de93a6432f55ba0f4550c02a47b4302eff 32712 23-Sep-2010 vboxsync

VBoxManage: forgot the help for guestproperty and guestcontrol; enable the latter for VBOX_ONLY_DOCS=1

824ae3158a8b8f8233fec3f5a12c81f139933698 32709 23-Sep-2010 vboxsync

VBoxManage: don't show the logo by default; output to stdout if help is requested; handle 'VBoxManage --help COMMAND' and 'VBoxManage COMMAND' as help

3a8aa22ef125135ef67bfc396771bcee15ef02df 32701 22-Sep-2010 vboxsync

Frontends/VBoxManage: Error printing cleanup, use stderr and consistent formatting. Small cleanups (like using Keyboard::PutScancodes instead of the more clumsy Keyboard::PutScancode and fixing the incorrect comment which attracted my attention).

3e729152bacbdd8ae206df8fafe3187bb9fb7614 32531 15-Sep-2010 vboxsync

Main/Medium+MediumFormat+GuestOSType+SystemPropertiesImpl+Console+Global: consistently use bytes as size units, forgotten const value in API, MaxVDISize method renamed to InfoVDSize, STDMETHOD macro usage fixes, whitespace cleanup Frontends/VirtualBox+VBoxManage+VBoxShell: adapt to changed disk size units Main/StorageControllerImpl: check the storage controller instance limit to avoid creating unusable VM configs, simplify unnecessarily complex code for querying the controller properties

/vbox/doc/manual/en_US/SDKRef.xml /vbox/include/iprt/cdefs.h VBoxInternalManage.cpp VBoxManageDisk.cpp VBoxManageHelp.cpp VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxShell/vboxshell.py /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/Global.cpp /vbox/src/VBox/Main/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/MediumFormatImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/StorageControllerImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/Global.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/MediumFormatImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h
231051c77670a4142b7545d51bd2251ae603189d 32448 13-Sep-2010 vboxsync

Main-OVF: make manifest file creation optional

40dce69ff1c2949a489337922f30f1021d62d864 31976 26-Aug-2010 vboxsync

FT options for modifyvm

ba681ed78ea4495854afce2a8aeee5485337a06a 31779 19-Aug-2010 vboxsync

VBoxManage: Help update

1a3c29d55b3cf1f6d60f53b8e3c33161ca97cd95 31599 12-Aug-2010 vboxsync

FE/VBoxManage: fix the usage output for convertfromraw on Windows (no stdin support), and simplify the #ifdefs

90713e2cd0750dcb641c144d6af576564f0043e5 31291 02-Aug-2010 vboxsync

Missing updates part two

51fb8ccc0277c4647c6133d228525431bc1a1a61 31151 27-Jul-2010 vboxsync

VBoxManage: fixed ''createhd --type shareable''

a827ea3d2c48bd152666f4456191a54aabb97c77 31125 26-Jul-2010 vboxsync

doc/VBoxManage: make the shared disk support visible

f1301dd8b6870b5a25c7dbdd46e0a0671bb62031 31002 22-Jul-2010 vboxsync

First support for auto-mounted Shared Folders (Windows only yet).

/vbox/include/VBox/VBoxGuestLib.h /vbox/include/VBox/settings.h /vbox/include/VBox/shflsvc.h /vbox/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxHostVersion.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/helpers.cpp /vbox/src/VBox/Additions/common/VBoxControl/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.c /vbox/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h VBoxManageHelp.cpp VBoxManageMisc.cpp /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/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.h /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SharedFolderImpl.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/xml/Settings.cpp
7ffa227f187f4ff5561da9916c2b7bc949723018 30976 22-Jul-2010 vboxsync

add support for Intel HD Audio, now built by default

02451ffa016915898c46430144ec1b6786a7a955 29865 28-May-2010 vboxsync

FE/VBoxManage: Show usage for --cputhotplug and --plugcpu/unplugcpu commands

41704271e754b3bb986873c036873f995fee8afc 29851 27-May-2010 vboxsync

doc/VBoxManage: fixed --rtcutc help

ce3e5b1bc2e91b94d97763557bd07391036eb57f 29634 18-May-2010 vboxsync

Missing bracket

229a63857c5fd2e441a62206eacce4156d0b2a26 29490 14-May-2010 vboxsync

Frontends/VBoxManage: reformat help to fit into 80 columns

a6c5c3ff32e76fe92fc10f41d3b7ea62199ca6e5 29486 14-May-2010 vboxsync

Frontends/VBoxManage: fix usage output to correctly indicate what's optional

aceec09dd145a4d6fb14f2ea75a459cc88b334ab 29480 14-May-2010 vboxsync

Main: Remove IoBackendType in StorageController and have a boolean setting fUseAsyncHostIOMgr instead; change XML settings and frontends accordingly; change VBoxManage storagectl syntax to --hostiocache on|off as well

b304856b23107864c9c594a80cebca6006623f31 29465 14-May-2010 vboxsync

Page fusion enabling

70ca8d009d026a301bf7fa08cd18c6494c45fdee 29364 11-May-2010 vboxsync

Implemented VBoxManage controlvm vrdpvideochannelquality

308478b076e32de62848e8890c47fbe4ee140b4a 29218 07-May-2010 vboxsync

Main/Settings: Drop global iomgr and iobackend settings

8c58249d7f93d82395aa6c8b31526443892bc375 29117 06-May-2010 vboxsync

FE/VBoxManage: add support for VDE networking. Contributed by Renzo Davoli, VirtualSquare?, University of Bologna

873b289f12cd7a7b0023a65f0f62c355860f759f 28839 27-Apr-2010 vboxsync

VBoxManage: video channel options for modifyvm (text)

b8462d2d5e78448e277a4214655ce1cd6c7e9249 28836 27-Apr-2010 vboxsync

VBoxManage: video channel options for modifyvm

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 Makefile.kmk VBoxInternalManage.cpp VBoxManage.cpp VBoxManage.h VBoxManageControlVM.cpp VBoxManageDHCPServer.cpp VBoxManageDisk.cpp VBoxManageGuestCtrl.cpp VBoxManageGuestProp.cpp VBoxManageHelp.cpp VBoxManageHostonly.cpp VBoxManageImport.cpp VBoxManageInfo.cpp VBoxManageList.cpp VBoxManageMetrics.cpp VBoxManageMisc.cpp VBoxManageModifyVM.cpp VBoxManageSnapshot.cpp VBoxManageStorageController.cpp 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 /vbox/src/VBox/VMM/VMMAll/CPUMAllA.asm /vbox/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp /vbox/src/VBox/VMM/VMMAll/CPUMStack.cpp /vbox/src/VBox/VMM/VMMAll/DBGFAll.cpp /vbox/src/VBox/VMM/VMMAll/EMAll.cpp /vbox/src/VBox/VMM/VMMAll/EMAllA.asm /vbox/src/VBox/VMM/VMMAll/HWACCMAll.cpp /vbox/src/VBox/VMM/VMMAll/IOMAll.cpp /vbox/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp /vbox/src/VBox/VMM/VMMAll/MMAll.cpp /vbox/src/VBox/VMM/VMMAll/MMAllHyper.cpp /vbox/src/VBox/VMM/VMMAll/MMAllPagePool.cpp /vbox/src/VBox/VMM/VMMAll/PDMAll.cpp /vbox/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp /vbox/src/VBox/VMM/VMMAll/PDMAllQueue.cpp /vbox/src/VBox/VMM/VMMAll/PGMAll.cpp /vbox/src/VBox/VMM/VMMAll/PGMAllBth.h /vbox/src/VBox/VMM/VMMAll/PGMAllGst.h /vbox/src/VBox/VMM/VMMAll/PGMAllHandler.cpp /vbox/src/VBox/VMM/VMMAll/PGMAllMap.cpp /vbox/src/VBox/VMM/VMMAll/PGMAllPhys.cpp /vbox/src/VBox/VMM/VMMAll/PGMAllPool.cpp /vbox/src/VBox/VMM/VMMAll/PGMAllShw.h /vbox/src/VBox/VMM/VMMAll/REMAll.cpp /vbox/src/VBox/VMM/VMMAll/SELMAll.cpp /vbox/src/VBox/VMM/VMMAll/TMAll.cpp /vbox/src/VBox/VMM/VMMAll/TMAllCpu.cpp /vbox/src/VBox/VMM/VMMAll/TMAllReal.cpp /vbox/src/VBox/VMM/VMMAll/TMAllVirtual.cpp /vbox/src/VBox/VMM/VMMAll/TRPMAll.cpp /vbox/src/VBox/VMM/VMMAll/VMAll.cpp /vbox/src/VBox/VMM/VMMAll/VMMAll.cpp /vbox/src/VBox/VMM/VMMAll/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
62a515eec8de1b7804ec6997c0f2013fef5c5a6b 28787 27-Apr-2010 vboxsync

NAT: introduces management routines of NAT libalias core. (see xTracker/#4843 for details)

1d6a57d4c53f6e86fd1aacd7c5b8da50a8a2e552 28773 26-Apr-2010 vboxsync

/s

9133c0526e3c7cebf5b3bf9bee5addfd7f298fe0 28768 26-Apr-2010 vboxsync

VBoxManage: backed out r60608

89de31eab6e960abcacfb70916598ae1c2e7f737 28764 26-Apr-2010 vboxsync

Main: Introduce a per controller setting to switch to the unbuffered async I/O interface (UseNewIo). Configurable through VBoxManage, default is still buffered

2143b4c7f206f29302862b01265458dc3cd87fc9 28734 26-Apr-2010 vboxsync

VBoxManage: IEC prefixes

3631eb141b8113984b718e6922f9a2756238a5af 28345 15-Apr-2010 vboxsync

VBoxManage: moves listing of nat rules from list command to showvminfo one.

83e0da18877bbce83f52a975d9102fbbdb9727a8 28192 12-Apr-2010 vboxsync

VBoxManage: new option "--log" for showvminfo, printing the specified VM log file

f62342e2cc901a67e27fa69c0e712ee35e9c4c68 28106 08-Apr-2010 vboxsync

Main: Added machinery to query, set and use NIC boot priority.

3c6e4b9d8c57a342a5fedb9eabdcc5a203b832fc 27980 05-Apr-2010 vboxsync

Improved documentation on non-persistent nature of metrics.

b5e852fe286f938722f7d8eb6ab96cced98237e4 27927 01-Apr-2010 vboxsync

VBoxMange: Cosmetical fixes to the help. Note: ''<on|off>'' is wrong, use ''on|off'' instead. But ''<msec>'' is correct.

8cfd6e2b7edd6c0d95653de8e7e237a3ccae99be 27924 01-Apr-2010 vboxsync

VBoxManage: Usage of new nat commands.

d450629f624308cb06e59a13554c697afea563d8 27703 25-Mar-2010 vboxsync

Guest Control: Update (VBoxManage, Main, Host Service, VbglR3), not enabled by default.

505b794841d6f18d9917bc4ecaedb0a2782623f8 27548 19-Mar-2010 vboxsync

VBoxManage+Docs: small change to the usage output of modifyvm, document --hardwareuuid

80b09746c07120c881b61b18f30c9c4a2a4af9c5 27518 19-Mar-2010 vboxsync

FE/VBoxManage: Don't show the --io options for now

4090390866c02d5d0ad061151cdb298b9a173e86 27325 12-Mar-2010 vboxsync

VBoxManage: New I/O settings

c33fc49611f2444dade533488bf431e29eb88bcd 27166 08-Mar-2010 vboxsync

Added large page property.

e46a94731390fd08fb2097fab60d378853c4a293 27062 05-Mar-2010 vboxsync

#2939: VBoxManage metrics enable and disable subcommands.

19cb1f8699e352d590c4946caee33863a5157241 26936 02-Mar-2010 vboxsync

VBoxManage: Added support for querying and setting HID types.

6b2ccd5b58e975657a03138ba9dc167b69028d26 26569 16-Feb-2010 vboxsync

VBoxManageHelp: removed blank line in file header

dbabc9de5bf52ce5eb77cf82b038e9a6166c5a04 26548 15-Feb-2010 vboxsync

Main, FE: HPET review feedback

bb4fe96a4ea42b5ea9563d86c79424d58941e2bf 26356 09-Feb-2010 vboxsync

Document controlvm balloon and stats options

14f3b3761dd547223728deb999e4ea962fc83280 26294 05-Feb-2010 vboxsync

Backed out r57362

c87e263b674d7ae4a6c409d1e20e9810b6e1e765 26293 05-Feb-2010 vboxsync

Removed statistics guest interval update option

a83a45856566ffb19ede111b9ebd27a2d11a91b3 26284 05-Feb-2010 vboxsync

Enabled the memory ballooning options in VBoxManage

22d7a125fcbe8650770ac700108b6f27ca1f0dfd 26089 28-Jan-2010 vboxsync

Branding: Moved the Product & Vendor strings to kBuild, so it could be used there as well. Added a Copyright year define which points to the current year. All this should be used on more places. For now the help strings of the Frontends and most strings of the Mac OS X installer are updated.

57958eb1223628d507daf47ed31ea25c4e8c6da9 26034 25-Jan-2010 vboxsync

VBOX_VENDOR, VBOX_PRODUCT

a0644dbbd30adb9bd2937110d6f016e56c4cc52b 25819 14-Jan-2010 vboxsync

FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano and Bernhard Froehlich (thank you)

18cbdecd71d504221768c44a14b6eecbed66c252 25755 12-Jan-2010 vboxsync

VBoxManage: add snapshot <vm> restorecurrent command

f94a0382949ced48c6e6a8d33e0e1db52bc6d505 25702 10-Jan-2010 vboxsync

fixed syntax diagram

e2760cdc84c692bc46cfaf5018d313db2f122aca 25672 06-Jan-2010 vboxsync

introduced ''VBoxManage modifyvm --rtcuseutc''

b306a397b157898e6f769f640b0dfdffbf8beec7 25589 28-Dec-2009 vboxsync

LsiLogic: Add SAS support for Main and Frontends

1d93cde21761c21bf15611b92f43dc08b6354f84 25108 30-Nov-2009 vboxsync

Frontends/VBoxManage: the iSCSI backend doesn't support comments

b0ad0bbadf3a5b5258acda1bfe16f0ad8bee5ff0 24901 24-Nov-2009 vboxsync

VBoxManage: A little clean up in progress.

6a3efac09015e76c24ba7e9eb7436c82891bb2c8 24884 23-Nov-2009 vboxsync

Documentation+Frontends/VBoxManage: update documentation to reflect current terminology, and clean up image registration and unregistration. While at it, implement a delete option when unregistering an image.

8e0f079384d0e8445e59e4660763bdce27b42dd9 24874 23-Nov-2009 vboxsync

Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for specifying a max downtime and made PGM compare this against a rough estimate of the time it would take to deal with the rest of the pages.

f106b549ead77cab51ff1e2c116060aaabb90d5e 24864 23-Nov-2009 vboxsync

VBoxManage: --teleporterenabled -> --teleporter. (Old option is still there, but it's not longer advertised and should be removed later.)

3a0bc95d0adf57baefd303e94b8f1b7b31a8f080 24858 23-Nov-2009 vboxsync

EFI: more bitness work

8ae838f8e25ad495a7f2972b4e090ad5a6bf147e 24827 20-Nov-2009 vboxsync

EFI: remaining 64-bitness stuff

80626cd34607c5dbf3f0af51b32396ce58bf493b 24505 09-Nov-2009 vboxsync

VBoxManage: no toggle mode (on/off) required for --forceunmount

41b3442e21c3a79f3bc61ce67e3445757a83f281 24504 09-Nov-2009 vboxsync

VBoxManage: Implemented the --forceunmount option

ffb14f6b8aefea7399c4bf70faab4c9fc26e6cd5 24404 05-Nov-2009 vboxsync

VBoxManage: list hostcpuids; showvm nows shows the cpuid overrides.

db0ecde8f28fdb4525bc6d94056166c70b02ebb8 24321 04-Nov-2009 vboxsync

--cpuidset/remove/removall

8b1e2e554510344fbf043d676015463cda7f5c4b 24307 04-Nov-2009 vboxsync

Include --cpuid in the help

ad9e5a61fea617d40d07390ff1737277d6aef869 24136 28-Oct-2009 vboxsync

Main,VBoxManage,xml: Added a HardwareUUID property for reporting the original machine UUID after cloning or teleporting a VM.

432d08d68b9683d01880890d475a4cadd84b69ce 23998 22-Oct-2009 vboxsync

VRDP port range API: user manual, frontends.

9d3628862c2a985acccba6c4cc72684efc6c28db 23912 20-Oct-2009 vboxsync

VBoxManageHelp: removed the option dvdattach and floppyattach from help as not needed anymore due to storageattach options, kept it in code as legacy.

a425b5e790c27d6a1a2cf738802e9034f0764a00 23902 20-Oct-2009 vboxsync

VBoxManage: changed storageattach behaviour to match the syntax diagram

3d7b51bd4d6fdb130637f3160fe6a5816f1babe3 23882 19-Oct-2009 vboxsync

Main: make restoreSnapshot() work better, adjust VBoxManage

742c9e270575574e185d522d181a564735644385 23847 19-Oct-2009 vboxsync

VBoxManageHelp: moved firmware near other boot options

2294b1479e3fb6f4e9c9550b3e15f3d3a3f1fc24 23809 15-Oct-2009 vboxsync

VBoxManage: storagectl => name, floppy => fdd, type => controller

2a5e5a032e6f23f8937718e4ee4d6979188bdd19 23807 15-Oct-2009 vboxsync

VBoxManage: marked the hdd/dvd/sata/scsi changes as deprecated and removed them from help

bddad5eeab93a98d4ea571ccdf016531bb4318ad 23802 15-Oct-2009 vboxsync

VBoxManage: Added support for adding/removing storage controllers, and attaching/removing disks/drives to them

9e4ea89b1085fdaa5861e45a729d9c978db1a8f1 23801 15-Oct-2009 vboxsync

Main,VMM,Frontends,++: Teminology. Added a bind address for the (target) teleporter.

/vbox/include/VBox/err.h /vbox/include/VBox/settings.h /vbox/include/VBox/ssm.h /vbox/include/VBox/vmapi.h VBoxManage.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/darwin/VBoxDockIconPreview.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImplTeleporter.cpp /vbox/src/VBox/Main/Global.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/cbinding/tstXPCOMCCall.c /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/VMM/CPUM.cpp /vbox/src/VBox/VMM/PGMSavedState.cpp /vbox/src/VBox/VMM/SSM.cpp /vbox/src/VBox/VMM/VM.cpp /vbox/src/VBox/VMM/VMM.cpp
cd6f772684d21033e3f63af1801e9a08a61ee540 23705 12-Oct-2009 vboxsync

VBoxManageHelp: newline char missing

4114dcbc0414579cc42b66f4f7bd464a37672af7 23667 10-Oct-2009 vboxsync

VBoxManage: Live migration.

e0778e583cb4a0bdc9bcc48f5957e00a01108388 23572 06-Oct-2009 vboxsync

doc: fix burn

a55af63ead2dcca370bfc0dfe49771d9dcc61b93 23569 06-Oct-2009 vboxsync

VBoxManage: added a '--pause' option to the 'snapshot take' command.

be6a25d1b25b8692d8c035b0549e5258c6986dc5 23504 02-Oct-2009 vboxsync

VBoxManageHelp: minor alignment and extra chars

1b6c423a06010a04dde0acd0cf0b0bc7b87c7955 23326 25-Sep-2009 vboxsync

VBoxManage: help for nictrace/nictracefile (r52691)

fc148a6b23d25a87561beaffe0ba06c3ba93bf5a 23223 22-Sep-2009 vboxsync

API: big medium handling change and lots of assorted other cleanups and fixes

/vbox/include/VBox/com/VirtualBoxErrorInfo.h /vbox/include/VBox/com/defs.h /vbox/include/VBox/com/ptr.h /vbox/include/VBox/settings.h /vbox/include/iprt/ministring_cpp.h /vbox/src/VBox/Devices/Storage/ISCSIHDDCore.cpp /vbox/src/VBox/Devices/Storage/ParallelsHDDCore.cpp /vbox/src/VBox/Devices/Storage/RawHDDCore.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-Internal.h /vbox/src/VBox/Devices/Storage/VBoxHDD.cpp /vbox/src/VBox/Devices/Storage/VDIHDDCore.cpp /vbox/src/VBox/Devices/Storage/VHDHDDCore.cpp /vbox/src/VBox/Devices/Storage/VmdkHDDCore.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp VBoxInternalManage.cpp VBoxManage.cpp VBoxManageDisk.cpp VBoxManageGuestProp.cpp VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageList.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /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/VirtualBox.qrc /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox/include/QILabelSeparator.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/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxMedium.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxNewHDWzd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxNewVMWzd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMFirstRunWzd.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsCD.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsFD.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h /vbox/src/VBox/Frontends/VirtualBox/src/QILabelSeparator.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxNewHDWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSettingsSelector.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMFirstRunWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsCD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsFD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxMediaManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsCD.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsFD.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui /vbox/src/VBox/Main/ApplianceImpl.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/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskFormatImpl.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/HostPower.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/StorageControllerImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/VFSExplorerImpl.cpp /vbox/src/VBox/Main/VirtualBoxCallbackImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/cbinding/tstXPCOMCCall.c /vbox/src/VBox/Main/cbinding/xpcidl.xsl /vbox/src/VBox/Main/idl/VirtualBox.xidl /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/AudioAdapterImpl.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.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/DVDDriveImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.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/HardDiskFormatImpl.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/MachineDebuggerImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.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/PerformanceImpl.h /vbox/src/VBox/Main/include/ProgressImpl.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/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/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/webservice/Makefile.kmk /vbox/src/VBox/Main/webservice/filesplitter.c /vbox/src/VBox/Main/webservice/split-soapC.sed /vbox/src/VBox/Main/webservice/websrv-cpp.xsl /vbox/src/VBox/Main/webservice/websrv-shared.inc.xsl /vbox/src/VBox/Main/webservice/webtest.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xpcom/server.cpp /vbox/src/VBox/Runtime/common/string/ministring.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp
91f8453d16b48876deddaba298c211071d0ca3a5 23179 21-Sep-2009 vboxsync

Main: firmware type setter

028cf251b334848ebf6ab5afa7081e4721d994f5 23129 18-Sep-2009 vboxsync

Implemented 'VBoxManage controlvm vrdpport'

9bb98d54790a98dad0ad6d9bdc5d319b6fdf0bff 22866 09-Sep-2009 vboxsync

#3987: Virtio PCI + Net skeleton.

49e54e2ffe0c10864d06e9d1ebe24a8eb1327a6b 22145 10-Aug-2009 vboxsync

video hw accel: expose to vboxmanage

b6957a412c94dd85c0e5f9e201bb715c4b685f2f 21729 20-Jul-2009 vboxsync

VBoxManage: Don't allow disabling the network adaptor.

4cf22805d13f50eef86e917f2c7106fe5198a2d8 21446 09-Jul-2009 vboxsync

API/Machine+SystemProperties: get rid of the tri-state bool controlling hwvirtex

70f7b6ff8dc13303a70e552dd7003aa672e985a2 21032 29-Jun-2009 vboxsync

Frontends/VBoxManage: client code for cloning to existing image, plus code for legacy --static option which was forgotten

a2d9f81753c129b5e3bbe3769627dcd25a3724bd 21013 29-Jun-2009 vboxsync

VBoxManage: mention the ''sdl'' mode for ''startvm''

a1a2e3f1c3ca7d6190c90ff67b7995b50b258794 20521 12-Jun-2009 vboxsync

NetworkAttachment: Allow changing the attachment between NONE/NAT/HIF/host-only/.. dynamically #3573

5704a317c3b6bdf4b59f6a6ebe45d443296b1995 20501 12-Jun-2009 vboxsync

Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).

251867ef7a8ad4e0d583f4ff4dbdce6071387e26 20313 05-Jun-2009 vboxsync

Frontends/VBoxManage, Main/Machine: implement new session type "headless" which suppresses any output. Based on the contribution by Josh Wright.

000d3a358f1072f58336eaea956b19888b123e49 20054 27-May-2009 vboxsync

VBoxManage: changed 4 => N to be consistent with other network parameters

801238b286a80a5dd67ba56a1f26c0bc98a2a1ea 19624 12-May-2009 vboxsync

added raw file serial driver

9dfcf62b7a5a289684d46ee55f6042d49509daec 19377 05-May-2009 vboxsync

VBoxManage: Get and set CPUCount.

b317664d4d41498369aa37c914cdcf9bd8d6d82e 19176 24-Apr-2009 vboxsync

VBoxHDD/generic+VDI: implemented and documented

1e289ac7f0c5324ef5712727fc61b2a322eb2e1a 18809 07-Apr-2009 vboxsync

FE/VBoxManage-OVF: implemented the remaining switches for the import/export of VMs

d40a840eecf0146eee47c14edaef7ace1ddfb5a6 18782 06-Apr-2009 vboxsync

VBoxManage: remaining double-dash command line options, help update, allow starting SDL VMs via VBoxManage startvm

ac2b2ae448fe887af9a3269e40afff11ebb1f9d3 18703 03-Apr-2009 vboxsync

VBoxManage: convert all disk-related subcommands to double-dash parameters and exclusively using RTGetOpt. Updated the documentation to reflect this. Additionally the testing revealed a few bugs which are fixed now.

eecd0c10bb4e8ce1734d8b25a90e6ea61b9f862b 18591 01-Apr-2009 vboxsync

E1000: Added support for 82545EM (MT Server)

78dfd747e1837f5de0bc5625c39dff4b98e3d4d4 18566 31-Mar-2009 vboxsync

Storage/API/VBoxManage/...: add maximum size check to prevent creation of invalid images, implement fixed-size ESX variants, update VBoxManage and docs accordingly

345762b6aa53db3ed302bf804e648493a9575230 18403 27-Mar-2009 vboxsync

Frontends/VBoxManage: update help to show only the relevant format variants

b0996e7765f8dd4c42fbf440ee2c02739c4dc711 18396 27-Mar-2009 vboxsync

VBoxManage: add hidden --detailed-progress option for import to debug progress display.

196b21f50c3fd640d79230fae0724d5c2dbd3e59 18270 25-Mar-2009 vboxsync

fix windows burn

596e1af084da7a872c9ebb1da732378f6d4f41dd 18180 24-Mar-2009 vboxsync

VBoxManage/modifyhd: eliminate all user-visible references to the compact subcommand which isn't working right now anyway.

3dd53c06fd54914761cf550503f02fce1ed5a815 18108 20-Mar-2009 vboxsync

VBoxManage: clean up various places which use RTGetOpt, fix error handling to deal with changed RTGetOpt semantics, make the double-dash options the recommended ones, updated help

7bf07b1592dfaab1a4fb6d497fd0ff1302fb7585 18072 18-Mar-2009 vboxsync

VBoxManage: defines consistency for dhcpserver and hostonlyif commands

b8c2e8ba48bd659fa09a06770a7cedfae977d73b 18069 18-Mar-2009 vboxsync

VBoxManage: reformat command-line help to fit into 80 characters per line

4383e5b257b93b591ea53d315c0aec89dffa2441 18035 17-Mar-2009 vboxsync

Frontend/VBoxManage: help file fix, --variant takes a list of properties. Not perfect, but I needed something compact.

b0e4c86da01d9a0941097b9576925ee5bafae0b4 17979 16-Mar-2009 vboxsync

VBoxManage:dhcp help fix

47699a0c42ead32866009e0d91bfb349490feaf9 17970 16-Mar-2009 vboxsync

API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base image type, which led to much unnecessary code duplication. Was triggered by VBoxManage finally being able to create all image variants the backends can support.

a59528c40bbfdcee2e315756333f8c66f35b5acc 17939 16-Mar-2009 vboxsync

VBoxManage: Make it possible to specify the SCSI controller type

d1fcf24d24368926be13484524a9e378070a9157 17886 15-Mar-2009 vboxsync

VBoxManage: dhcp settings help + list impl

629e8f58c569e4c51a98284c41754fd9f0b973f8 17843 13-Mar-2009 vboxsync

VBoxManage hostonly-related fixes.

8c089cc294fc791d61846d87eadc19ebb03962e9 17759 12-Mar-2009 vboxsync

Main/NetIf: IPv4 properties changed from ULONG to wstring, VBoxManage fixes

410216171f7f7033678589acb6e342303978c918 17680 11-Mar-2009 vboxsync

VBoxManage hostonlyif help update

e214bb78026c1d64078b34ca9504d3f5abbc52ef 17669 11-Mar-2009 vboxsync

Main: Rework storage controller handling to allow an arbitrary number of different storage controllers and remove code duplication: * XML format changed * New StorageController class * Removed SATAController (obsolete) * Removed the IDE controller code from BIOSSettings, handled in StorageController now

/vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp Makefile.kmk VBoxManageHelp.cpp VBoxManageInfo.cpp VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxVMInformationDlg.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWgt.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp /vbox/src/VBox/Main/ApplianceImpl.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/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/HardDiskAttachmentImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xpcom/server.cpp
ec9dc23c50665e8603e1be5a9b6b6fd4c4d949d4 17549 09-Mar-2009 vboxsync

VBoxManage: hostonlyif help

46fcc16fd8ee95bb4e5c4e662aebcc86248c8ef0 17402 05-Mar-2009 vboxsync

VBoxManage: Added 'modify hd autoreset on|off' to alter the auto reset flag of the differencing hard disks.

08de270f07378125f9601f9b35acc0b46a13174f 17323 04-Mar-2009 vboxsync

VBoxManage: additional hostif->bridged, hostonly fixes for windows

7c1f498692cd2393f8ba68cb62be482495106f93 17322 04-Mar-2009 vboxsync

VBoxManage: hostif->bridged, hostonly fixes for windows

2711c80499bbd95e3da4a6cd2dffd9f81a5dce98 17103 25-Feb-2009 vboxsync

VBoxManage: split help into separate file