History log of /vbox/include/VBox/settings.h
Revision Date Author Comments Expand
6d95de6d020faaac1a96926db3e50b236d772bb9 54948 25-Mar-2015 vboxsync

Main/Medium+Snapshot: make all code recursing over trees (objects containing lists of child objects) use as little stack as possible, and establish safe depth limits to avoid crashes, plus related cleanups in related code areas

9fa77b72e2da9cc05e6e01a77ab823361e3abf3a 54584 02-Mar-2015 vboxsync

DHCPServer: Define DHCP option encodings as an enum. The enum is not currently used in the API itself as we only smugle hex-encoded options through existing API to remain backward compatible, but it provides authoritative C definitions that we can now use on both sides of the API.

d784e2c342f4e7643f4ebbc0ee7a0812a9108258 54540 27-Feb-2015 vboxsync

Be -pedantic about trailing comma at the end of an enum for the sake of 4.3.

c2501ed9db815e472c1c37e3401467a5cf446348 54314 19-Feb-2015 vboxsync

Main/DHCPServerImpl: for DHCP options keep not just the text representation, but also encoding of that text representation. When XML settings are read, interpret old format, without explicit "encoding" attribute, as legacy encoding where we are expected to know the actual format of the option from the option code itself. When writing legacy options, write them in old format. This is in preparation for using "de:ad:be:ef" hex-encoded option values for non-standard options which format we can't know a priory.

9cae73d85f1a60c325623764c2b8bf17576ce774 54311 19-Feb-2015 vboxsync

Use existing typedef to define DHCPServer::GlobalDhcpOptions.

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.

069b9101fbd3b049610c5511b1cc9534d01ea472 51476 30-May-2014 vboxsync

DnD: API overhaul; now using IDnDTarget + IDnDSource. Renamed DragAndDrop* enumerations to DnD*. Also rewrote some internal code.

/vbox/doc/manual/user_ChangeLogImpl.xml log.h settings.h /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropSource.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/UIVMInfoDialog.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/runtime/UIDnDDataObject_win.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDrag.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.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/UIMachineView.h /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.h /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/DisplayImpl.h /vbox/src/VBox/Main/include/GuestDnDImpl.h /vbox/src/VBox/Main/include/GuestDnDPrivate.h /vbox/src/VBox/Main/include/GuestDnDSourceImpl.h /vbox/src/VBox/Main/include/GuestDnDTargetImpl.h /vbox/src/VBox/Main/include/GuestImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/DisplayImpl.cpp /vbox/src/VBox/Main/src-client/GuestDnDImpl.cpp /vbox/src/VBox/Main/src-client/GuestDnDPrivate.cpp /vbox/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp /vbox/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp /vbox/src/VBox/Main/src-client/GuestImpl.cpp /vbox/src/VBox/Main/src-client/SessionImpl.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp
56343f236d9d7c0e3d2b75e23f0f5575dc77f2e3 50996 08-Apr-2014 vboxsync

Main: Added paravirt. provider APIs.

1468b39c8bba83821c9a88039ead6315de21da51 50196 23-Jan-2014 vboxsync

Main: s/Vbox/VBox/g s/VB/VBox/g

9555a243603847d41179ff636bae591af6ceb360 49687 27-Nov-2013 vboxsync

Main/Snapshot: block deleting of current snapshot if it has child snapshots, as this would lead to VM config corruption, plus safety belts in the GUI and settings reader

947de6f3c3852d535b362e0cb91e6f19fab724bd 49587 20-Nov-2013 vboxsync

NAT networks: enable the network and the DHCP server by default

2e8034536f2ada0455cc5c85f746e5e1cd49eea0 49190 18-Oct-2013 vboxsync

Main,VBoxManage: Implement hotpluggable setting stubs

35bd20dd95fc97703e240d65f6234deeda1d64f7 49058 11-Oct-2013 vboxsync

Main: Added a TripleFaultReset switch.

9e018261f0fb2e757dceaba2eaf387a7c8c77423 48879 04-Oct-2013 vboxsync

Main/MediumAttachment+Machine: stub attribute/method for an explicit hot-pluggable medium attachment flag, to be used by AHCI soon

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

settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/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
101e307bb33304d9dda53a7652510880e8228b13 48406 10-Sep-2013 vboxsync

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

/vbox/Config.kmk log.h settings.h vmm/pdmusb.h /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/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
e4e800c40799670522fcc976b0e07345cf459297 48094 27-Aug-2013 vboxsync

settings/xml: cosmetics.

689351c3b85a73743a522136a28262299e30b7fd 48093 27-Aug-2013 vboxsync

NAT/xml: loopback mappings introduces NATNetwork entities: <Mappings> <Loopback4 address="127.0.1.1" offset="6"/> <Loopback4 address="127.0.1.2" offset="7"/> </Mappings> to describe mapppings any hostid in 127/8 network to our NAT network, e.g. in this case 127.0.1.1 corresponds to network id + 6 (network id here from CIDR defined on creation), for IPv6 (as soon localhost6 could be only one) attribute "loopback6" is reserved in NATNetwork tag. operators: NATHostLoopbackOffset::operator == (const Utf8Str&) and NATHostLoopbackOffset::operator==(uint32_t) are introduced got using std::find on adding and modification operations in NATNetworkImpl.

9b3b3f36a539aac92e7b5d2997076471095aa30b 48004 22-Aug-2013 vboxsync

Fixed initialization.

9cc9fd4046b0e8dca741e26455a2a6e79a92ac20 47991 22-Aug-2013 vboxsync

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

9d119e2837ecc2e86bf6552969deda15d189619e 47503 01-Aug-2013 vboxsync

Main: bump settings version if NAT networks are defined

bdb01608062958ff140a733533f3d6574886c831 47401 25-Jul-2013 vboxsync

Main,Frontends: Second step of USB controller rework. There is one controller instance for every USB controller now. Adapt frontends and testsuite to work with the changed API

settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsSet.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp /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/include/USBControllerImpl.h /vbox/src/VBox/Main/include/USBDeviceFiltersImpl.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/ApplianceImplExport.cpp /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/SnapshotImpl.cpp /vbox/src/VBox/Main/src-server/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/src-server/USBControllerImpl.cpp /vbox/src/VBox/Main/src-server/USBDeviceFiltersImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp
152b12e401b58b34fbdbf2a4510152b67884ee89 47018 06-Jul-2013 vboxsync

Main: re-commit r86967 Main/Network: DHCP server has got the ear in Main, and we able create/describe more complex infrostructures. DHCP server together with Lwip NAT can handle per vm/slot configuration and store them in xml settings. place-holder: Host interface nameserver list, domain name and search strings, I suppose that this functions should be used on initialization stage and then on host configuration change even or directly from event.

0f70ed40798198e1d9099c6ae3bdb239d2b8cf0d 46969 04-Jul-2013 vboxsync

backed out r86967,r86968,r86969,r86970,r86971,r86972,r86973,r86975,r86976. will fix build locally.

settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/DHCPServerImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/NATNetworkImpl.h /vbox/src/VBox/Main/include/NetworkServiceRunner.h /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-server/DHCPServerImpl.cpp /vbox/src/VBox/Main/src-server/HostImpl.cpp /vbox/src/VBox/Main/src-server/NATNetworkImpl.cpp /vbox/src/VBox/Main/src-server/NetworkServiceRunner.cpp /vbox/src/VBox/Main/src-server/VirtualBoxImpl.cpp /vbox/src/VBox/Main/src-server/xpcom/server.cpp /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/NetworkServices/DHCP/Config.h /vbox/src/VBox/NetworkServices/DHCP/Makefile.kmk /vbox/src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.cpp /vbox/src/VBox/NetworkServices/NetLib/VBoxNetBaseService.h
c29157dbe5c257b3b0865ba1cfb419e4e2135681 46959 04-Jul-2013 vboxsync

Main/Network: DHCP server has got the ear in Main, and we able create/describe more complex infrostructures. DHCP server together with Lwip NAT can handle per vm/slot configuration and store them in xml settings. place-holder: Host interface nameserver list, domain name and search strings, I suppose that this functions should be used on initialization stage and then on host configuration change even or directly from event.

635fe52d5adf7b894207be82370e49e1fae64af0 46720 21-Jun-2013 vboxsync

Main/xml/Settings.cpp: limit snapshot depth to 250, avoiding crashes Main/Snapshot: limit snapshot depth to 250 Main/Medium: eliminate some spurious error messages when saving a VM config

94e6c42807255a60e08010231689ef8823733967 46667 19-Jun-2013 vboxsync

Main/idl: clarify IMachine.videoCaptureFile to be an absolute path, and many naming convention cleanups for method/attribute names starting with an uppercase letter or containing an acronym Main/xml/Settings.cpp: clean up default video capture file handling and related path conversions, version handling of the new functionality Main/Machine: handle default value for video capture file better, store relative path in settings if possible, cleanups Main/src-client/VideoRec.cpp: do not overwrite a file ever Main/Display: generate a unique name if there is a collision, matching cleanups for name changes Frontends/VirtualBox: matching name changes Frontends/VBoxManage: matching name changes, fixing the machine readable output

fa19c0d18bd40cc4ac754302ad7fbc78af8fa903 46367 03-Jun-2013 vboxsync

Control VBoxSVC release logging. Xtracker id: 6787

71626c00d9eb0b73ed7254794a6dfb000f4bb65c 46349 31-May-2013 vboxsync

VM Icon override code: xtracker id 5292

48890ac9b4b339e0341e826b5c26ce6408729987 46123 16-May-2013 vboxsync

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

1bf151411167b02ebdc6d6a18de8b97030341e1f 45971 09-May-2013 vboxsync

Main, VMM: Added an API seting to disable VT-x unrestricted execution.

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

9f237121ca0294533c66fea7e095a597b9e373cf 45660 22-Apr-2013 vboxsync

Main/Machine+Console+Settings: add graphics controller type setting, preparing for the fututure, plus some whitespace cleanup

3455d9b135d41903504b9be3f4eeaa038f6ee03a 45622 18-Apr-2013 vboxsync

Main: Introducing CPUPropertyType_LongMode + legacy band aid.

cfecbc3ac30aca9fc4e5a7d84514c0c82c0924a5 45139 22-Mar-2013 vboxsync

build fix

75fb03f8c1ac60d0449d333b78ec1ef08fcc9868 45138 22-Mar-2013 vboxsync

Main/NATNetworks: API+XML serialization for NATNetworks.

c09430453634ebc72695a69d12366a8fb57132e3 45117 21-Mar-2013 vboxsync

Main/NATNetwork API (xTracker/5894).

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 settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/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.

2e6a98507125b65b3bbdee58d5856aa59e8c33c9 43041 28-Aug-2012 vboxsync

Main/VirtualBox: final API change, cleans up optional parameters to IVirtualBox::createMachine, preparing for adding more flags.

3f00104a87d8a725dfa0348b69cbdac901062a4a 42838 16-Aug-2012 vboxsync

Main/EncodeAndVideoRecording Module and API implementation: Integrating an independent encoding and video recording module that will serve all the frontends. Introducing settings settings and API implementation for accessing and modifying video recording parameters: ->target video capture file ->video capture width ->video capture height ->enable video capturing

3a8a18c52fd339275dcd738e571005ab6f7432ac 42748 10-Aug-2012 vboxsync

Main/VirtualBox: add new method for querying normalized version (numeric version plus prerelease tag, but without publisher) Main/SystemProperties: add new attribute for getting the default additions iso (setter is not implemented as the saving of the value is missing) Frontends/VirtualBox: adjust accordingly Frontends/VBoxManage: show the default additions iso name, and move the listing of most information into separate functions to make the code easier to read.

1cd59fdf671ca60c64d77e3f7046aaecf7003824 42551 02-Aug-2012 vboxsync

Main: big API naming cleanup, use all caps acronyms everywhere, including SDK docs Frontends/VBoxManage: implement guestcontrol execute for new API, disabled by default

/vbox/doc/manual/docbook2latex.xsl /vbox/doc/manual/en_US/SDKRef.xml pci.h settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp /vbox/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRun.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/BandwidthControlImpl.h /vbox/src/VBox/Main/include/BusAssignmentManager.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/GuestProcessImpl.h /vbox/src/VBox/Main/include/GuestSessionImpl.h /vbox/src/VBox/Main/include/HostNetworkInterfaceImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/NATEngineImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/PCIDeviceAttachmentImpl.h /vbox/src/VBox/Main/include/PCIRawDevImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/src-all/PCIDeviceAttachmentImpl.cpp /vbox/src/VBox/Main/src-client/BusAssignmentManager.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl.cpp /vbox/src/VBox/Main/src-client/ConsoleImpl2.cpp /vbox/src/VBox/Main/src-client/GuestProcessImpl.cpp /vbox/src/VBox/Main/src-client/GuestSessionImpl.cpp /vbox/src/VBox/Main/src-client/PCIRawDevImpl.cpp /vbox/src/VBox/Main/src-client/VBoxDriversRegister.cpp /vbox/src/VBox/Main/src-server/BandwidthControlImpl.cpp /vbox/src/VBox/Main/src-server/GuestOSTypeImpl.cpp /vbox/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/MediumImpl.cpp /vbox/src/VBox/Main/src-server/NATEngineImpl.cpp /vbox/src/VBox/Main/src-server/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/src-server/USBControllerImpl.cpp /vbox/src/VBox/Main/xml/Settings.cpp
2a171646d32f8a15e9820d6fb3bf3f9b9990ca3f 42261 20-Jul-2012 vboxsync

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

/vbox/Config.kmk VBoxGuestLib.h 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 /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/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
2a958663078b64bbcd23ff5ca77acbd42c541455 42179 17-Jul-2012 vboxsync

Missing changes

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

settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/src-server/ApplianceImplImport.cpp /vbox/src/VBox/Main/src-server/MachineImpl.cpp /vbox/src/VBox/Main/src-server/VirtualBoxImpl.cpp /vbox/src/VBox/Main/webservice/websrv-cpp.xsl /vbox/src/VBox/Runtime/common/misc/getopt.cpp
555dbc9bf9eb371f18bea759bd47c952fee90a5d 41914 26-Jun-2012 vboxsync

Main: Implement API 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.

a9315925c69e4c3bb342bb317ca5b6d29e1ee467 40418 09-Mar-2012 vboxsync

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

bab7647a6ae94ca5137439a3ae6b9cbf1e1968ea 40322 02-Mar-2012 vboxsync

Frontends/VirtualBox: fix lptX definitions

128c985cbcd15f78b4f54364533dee56100dd2a9 40066 10-Feb-2012 vboxsync

hash the teleporter token.

f82834355e5789e35df7c244b68109be1ca6a358 38873 27-Sep-2011 vboxsync

Main: Add API to set the discard flag for harddisks

6063286f0f0d78e627c9ef48073f5753da93ba10 38746 13-Sep-2011 vboxsync

Settings: fix initialization with default values of some of the setting types (Medium, DHCPServer, ...)

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

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

1d9143584d5616e94efe0ff5ce57e04708529775 37502 16-Jun-2011 vboxsync

Main;Settings: make the settings copyable

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 settings.h /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/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
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).

342d1c2e846281e0bcbde2e97218273216b3fb32 35885 08-Feb-2011 vboxsync

Main, VMM, vboxshell: more PCI work (persistent settings, logging, more driver API), API consumer in vboxshell

060f7ec6ae5c99df18341ef2e1f3e91f4b0c89f1 35146 15-Dec-2010 vboxsync

VRDE: use VRDE properties for video redirection settings.

5d02e7a489b8a8a87f2ab2a3f866ba88794a45a9 34837 08-Dec-2010 vboxsync

Main/Settings: always use forward slashes in media & snapshot folder paths to make things more portable between windows & other OSes

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.

settings.h /vbox/src/VBox/Frontends/VBoxManage/Makefile.kmk /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/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.

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 ExtPack/ExtPack.h settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/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

4d7634b748d791c1b985e04664cc5d00c6c120f0 33827 08-Nov-2010 vboxsync

Main,xml: win build fix.

f8bda775706ea71db79e09a408aacf2a949d6bc6 33661 01-Nov-2010 vboxsync

Main/OVF: never write the Machine/@stateFile attribute in machine XML when exporting OVF vbox:Machine, since we have no state

fc60d7c6501c5e676e41b11c042d4358d9faa81d 33556 28-Oct-2010 vboxsync

VRDE: More API changes for the VRDP server separation.

ee00a0b29854e7f513198772bccb6650f6dd2184 33524 27-Oct-2010 vboxsync

Storage: Implement offical support for other disk types like DVD and floppy images. DMG images can be used now without hacks

VBoxHDD-Plugin.h VBoxHDD.h settings.h /vbox/src/VBox/Devices/Storage/DMGHDDCore.cpp /vbox/src/VBox/Devices/Storage/DrvVD.cpp /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.cpp /vbox/src/VBox/Devices/Storage/VCICacheCore.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/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/tstVDShareable.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDSnap.cpp /vbox/src/VBox/Devices/Storage/testcase/vbox-img.cpp /vbox/src/VBox/Devices/Storage/testcase/vditool.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.h /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/MediumFormatImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/MediumFormatImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/xml/Settings.cpp
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 settings.h /vbox/include/iprt/err.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/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
657b2c9f6d33f08001e5fa6f6e0572dcf0391013 32885 04-Oct-2010 vboxsync

Renaming cpu priority to cpu execution cap

b35e3948f1287430503b6b432945b8cf4bfd3a23 32431 11-Sep-2010 vboxsync

scm cleanup

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

Main, devices: support for chipset selection in the public API

0f8a368b17f9c3e1ef58be06f4bf290d4bb0a729 31818 20-Aug-2010 vboxsync

added HWVirtEx force property to API

2da39c8916d8c980fc544cdbae725ca57ee5949c 31742 18-Aug-2010 vboxsync

FT password

19cf10f137c0ec4522dff998b88e98f6e423d56d 31696 16-Aug-2010 vboxsync

gcc warning

26ae7f0cac38c33d90eb69a15baef5fbdf7ca376 31686 16-Aug-2010 vboxsync

FT api update

861809c36a5178c28e231b90288d3461e358553f 31685 16-Aug-2010 vboxsync

FT api

b099c6398b85f527d7343cb1da573e1e95f9fd10 31615 12-Aug-2010 vboxsync

Main: Implemenation of per-machine media registries; VirtualBox::openMedium() no longer adds media to the global registry, instead a media are stored in a machine XML registry after Machine::AttachDevice() has been called; Machine::AttachDevice() now takes an IMedium object instead of a UUID; also make Machine::Unregister() work again for inaccessible machines

settings.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsHD.cpp /vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UINewVMWzd.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /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/include/VirtualBoxImpl.h /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/xml/Settings.cpp
b9a4e7a71879f41b1a9606fe1b5225b94ef46009 31580 11-Aug-2010 vboxsync

potentially uninitialized variable

e48239695d41f806ff02d8a60b97dc20d4822d7a 31539 10-Aug-2010 vboxsync

Main: use settings struct for machine user data; remove iprt::MiniString::raw() and change all occurences to c_str()

com/string.h settings.h /vbox/include/iprt/cpp/ministring.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageSnapshot.cpp /vbox/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DHCPServerRunner.cpp /vbox/src/VBox/Main/GuestImpl.cpp /vbox/src/VBox/Main/HostNetworkInterfaceImpl.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NATEngineImpl.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/VFSExplorerImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/netif.h /vbox/src/VBox/Main/webservice/vboxweb.cpp /vbox/src/VBox/Main/xml/Settings.cpp
64836f6a22eea42b83b0ec64abcb3aa7ccc27f25 31481 09-Aug-2010 vboxsync

Main: use a shared type for string maps

d8523ff7d948462e328eec88b602effe2e7f7080 31464 09-Aug-2010 vboxsync

Main: support per-machine media registries in XML settings (not yet used)

9253aaedebe4c74203a5c861ce08ac969fc11d3b 31303 02-Aug-2010 vboxsync

Missing update

e9f450f285e82c45c58bba8d6d485f62c0561643 31297 02-Aug-2010 vboxsync

gcc warning (order of initializers)

8719085f4e0112bd334337ea98fd7d00cf5e2b27 31290 02-Aug-2010 vboxsync

Missing update

f1301dd8b6870b5a25c7dbdd46e0a0671bb62031 31002 22-Jul-2010 vboxsync

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

VBoxGuestLib.h settings.h 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 /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/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
5f3798b1abe94e5828f28821c234d9e86d77e4a3 30934 20-Jul-2010 vboxsync

Main: automatically fix host-specific audio drivers when loading machine settings

4651430e55b9df9726347e3e3968618e540fe729 30764 09-Jul-2010 vboxsync

back out r63543, r63544 until windows build problems can be solved properly

settings.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DHCPServerImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostPower.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumFormatImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NATEngineImpl.cpp /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/glue/errorprint.cpp /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/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/GuestImpl.h /vbox/src/VBox/Main/include/HostImpl.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/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/PerformanceImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.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/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/xpcom/server.cpp
d02e04f868f0e2f7a41e608f419c46b5fa0489dc 30760 09-Jul-2010 vboxsync

Main: separate internal machine data structs into MachineImplPrivate.h to significantly speed up compilation and for better interface separation; remove obsolete ConsoleEvents.h file

settings.h /vbox/src/VBox/Frontends/VBoxBFE/Makefile.kmk /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/ApplianceImplExport.cpp /vbox/src/VBox/Main/ApplianceImplImport.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DHCPServerImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/HostPower.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumFormatImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/NATEngineImpl.cpp /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/glue/errorprint.cpp /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/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/GuestImpl.h /vbox/src/VBox/Main/include/HostImpl.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/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/PerformanceImpl.h /vbox/src/VBox/Main/include/RemoteUSBBackend.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/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/xpcom/server.cpp
6a801286d1ede5d68a7490a9cd2a6ba0634ff18a 29873 28-May-2010 vboxsync

OVF: fix incorrect disk UUIDs in machine XML on export

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

60be873116377f59c5b5380ecfe531760eb3308c 29463 14-May-2010 vboxsync

Missing header update

248bc375de5b09204f70b5de2e029800f28da4b5 29353 11-May-2010 vboxsync

Main/OVF: skip removeable media attachments on export since the image files are not exported

308478b076e32de62848e8890c47fbe4ee140b4a 29218 07-May-2010 vboxsync

Main/Settings: Drop global iomgr and iobackend settings

85d78ebc068381ca25c84242e38ec4b2be4843a5 28867 28-Apr-2010 vboxsync

Main: fixed several uninitialized variables and incomplete operators

1754e964bf8fc9091b9de25f72555743599dc383 28802 27-Apr-2010 vboxsync

VRDP video channel configuration API.

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

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

53bacf663b35a1570295a15a6eecf2b01b480fd4 28581 22-Apr-2010 vboxsync

Main/NAT settings: missing initialization

13770a1ab6adae6f0f7792bd79881e049e410d45 28295 14-Apr-2010 vboxsync

Main: saving NAT Engine states while network switches.

ec037c82be3787508e228c537bd15ad9de28bac0 28195 12-Apr-2010 vboxsync

Main/OVF: add vbox settings version to vbox:Machine element

23fcbbebf3d2e4d3bf386a8b347ed271078cb9c8 28189 12-Apr-2010 vboxsync

Main: OVF crash fix, settings::ConfigFileBase must not be copyable

f62342e2cc901a67e27fa69c0e712ee35e9c4c68 28106 08-Apr-2010 vboxsync

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

21293ca6a2967f796ed30a6c8492911619476a48 28098 08-Apr-2010 vboxsync

Main: don't export snapshots in OVF, separate OVF import from vbox:Machine import

f7c0f913c4c22ee18059ff97055442566d0f14a1 27918 31-Mar-2010 vboxsync

Main/OVF: import vbox:Machine XML within OVF, first batch (XML is parsed and machine config created, but COM Machine can't handle it yet)

cebc93936b5bb4d867e1c086dd1b206db33c31dc 27857 31-Mar-2010 vboxsync

Main: NAT API and corresponding commands have been added at VBoxManage frontend. Please see #1899 for details.

f2490dbf97c8247439446844458461b00e50beb0 27835 30-Mar-2010 vboxsync

Main/OVF: dump vbox machine XML into OVF's VirtualSystem element on export, first try

5ce856725ff9b91a02b7c1de0efbbfa25118d399 27823 30-Mar-2010 vboxsync

More cleanup

cbc68a61f0aa44b3f2b8a24217de2091c3ca2258 27481 18-Mar-2010 vboxsync

Settings: I/O base and IRQ mixup for serial ports

2dad255b092a5659ea0274b9385e2019ad040ea7 27324 12-Mar-2010 vboxsync

Main: Introduce various I/O control settings: * Used I/O manager (Simple,Async) * Used I/O backend (Buffered,Unbuffered) * I/O cache (on,off) * I/O cache size * Maximum I/O bandwidth used by the VM (0 for disabled)

c33fc49611f2444dade533488bf431e29eb88bcd 27166 08-Mar-2010 vboxsync

Added large page property.

a12929133f77ffa755a13a7d5d2ff3d87c41c9c5 26830 26-Feb-2010 vboxsync

default logo fade out enabled

7a5aa60c341d7f14da337f31a3ed1afcee98bc8a 26459 12-Feb-2010 vboxsync

Main: HPET machine property, cleanups

c606fa3531314e32f0ae90495618aeae47418477 26440 11-Feb-2010 vboxsync

Main: configurable HID types work

8cd393943ea52545c4d063f5a94436639f0f80b6 26156 02-Feb-2010 vboxsync

Main: get rid of isReallyChanged() voodoo in Machine and subclasses; instead check in the XML classes whether things really changed via operator==; documentation, cleanup

6e12ccc60ac657fb87e27b7a2b26e0a63bebe024 25901 18-Jan-2010 vboxsync

CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage interface to turn CPU hotplug on/off and to add/remove CPUs while the VM is running

settings.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/SessionImpl.cpp /vbox/src/VBox/Main/VirtualBoxCallbackImpl.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/DisplayImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/SessionImpl.h /vbox/src/VBox/Main/include/VirtualBoxCallbackImpl.h /vbox/src/VBox/Main/xml/Settings.cpp
e2760cdc84c692bc46cfaf5018d313db2f122aca 25672 06-Jan-2010 vboxsync

introduced ''VBoxManage modifyvm --rtcuseutc''

d3bef44ac7674167abeada174f0d6cf0572249c5 25203 04-Dec-2009 vboxsync

Main: make SerialPort instance data private and make it use the XML settings struct for simplicity

04ee5d908f45a7883257fa7e40fb42bbdbaf24b9 25202 04-Dec-2009 vboxsync

Main: make ParallelPort instance data private and make it use the XML settings struct for simplicity

52262a1f2eed7acaf08d8a169159e8201c9da661 25201 04-Dec-2009 vboxsync

Main: make BIOSSettings instance data private and make it use the XML settings struct for simplicity

1ea22ca610c19eb455275a4398575b6291c27629 24364 05-Nov-2009 vboxsync

Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting error info. Use UINT32_MAX instead of -1, avoids gcc warnings.

34aaaf212fe61ccafbae15eb832d6062ba548799 24296 03-Nov-2009 vboxsync

Missing header

c8faf7a704e698dec3679d7df43ae55b1bab3ead 24250 02-Nov-2009 vboxsync

StorageController: added support for Instance number

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.

9e4ea89b1085fdaa5861e45a729d9c978db1a8f1 23801 15-Oct-2009 vboxsync

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

err.h settings.h ssm.h vmapi.h /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/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
7119861e2c17e0a4e0638b06a544cc571cf6804a 23751 14-Oct-2009 vboxsync

Missing update

2c744347b35ec425c206a25ca4095d30a12474d9 23727 13-Oct-2009 vboxsync

Introduced Get/SetHWVirtExProperty and added the HWVirtExPropertyType_Exclusive property to control VT initialization. (system wide or for each world switch; default system wide for all but Windows & Mac OS X)

aa0632eb844172ced4bef7b3afdbb216c8462fb2 23643 09-Oct-2009 vboxsync

VRDP port range API.

settings.h vrdpapi.h /vbox/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/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/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsDisplay.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/VirtualBoxCallbackImpl.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/DisplayImpl.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxCallbackImpl.h /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd
a3d7da149d5fe01cd049c06c8dce6d0ed38ed8a5 23600 07-Oct-2009 vboxsync

Main: three new Machine settings (not enabled).

14b903b792c76bd7d1a240370d64a146d90e28f4 23334 25-Sep-2009 vboxsync

Main: be stricter with bumping settings version to 1.9 when incompatible floppy or DVD settings are detected

8ef9698f7d5a2304d43584fb942a7b69c7424f51 23288 24-Sep-2009 vboxsync

Main: implement XML reader for settings versions 1.3, 1.4 and 1.5 for vbox 2.0.x support.

fc148a6b23d25a87561beaffe0ba06c3ba93bf5a 23223 22-Sep-2009 vboxsync

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

com/VirtualBoxErrorInfo.h com/defs.h com/ptr.h 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 /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp /vbox/src/VBox/Frontends/VBoxManage/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

1fe72474c7f9d2b985e49c34feaa10c1f8e90ce0 22318 18-Aug-2009 vboxsync

handle required settings upgrade transparently in the settings backend only

606bf1f8cb2c02eb19f231f75e56417f0439951f 22296 17-Aug-2009 vboxsync

Main: fix boot order XML (position indices were wrong), set correct defaults

f83c571186f95b28f63a1acb516edaf6ee372419 22213 12-Aug-2009 vboxsync

Main: make XML settings parser support settings format 1.6 for reading (written by VirtualBox 2.1.4)

e4f3825711dddc0d072c65bdecdd09c539e22e3c 22198 12-Aug-2009 vboxsync

Main: document XML settings versions correctly; bring back DHCP server default config with new or upgraded main settings file; add mechanism to bump machine settings version if new features are requested

6c2e2f2be39d679eb8e2e371afd146099f8dc5e7 22188 11-Aug-2009 vboxsync

Main: fix crash if VirtualBox.xml is not present.

71e8510a26b72d539cf6d7d7157bd87a53de8cf4 22186 11-Aug-2009 vboxsync

Main: fix more windows warnings

358a99c385080f7f31166943f3ac3a2aea6b5263 22185 11-Aug-2009 vboxsync

Main: remove VBoxSettings library and link settings code into VBoxSVC directly -- now that XML is in IPRT there's no need for it and it's to fragile on multiple platforms.

583e1de06ea86fea23b026fcb8aa2b0c281d7e54 22183 11-Aug-2009 vboxsync

Main: fix more windows warnings + burns

settings.h /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/DHCPServerImpl.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/VRDPServerImpl.h
10153a147e7cb38821b5e7404bd2ef6b9af5be4a 22177 11-Aug-2009 vboxsync

Main: fix burns on darwin and linux 64

fd0cf98cb3eafc5c96b7e95d934b01c5df4785fb 22175 11-Aug-2009 vboxsync

Main: fix windows burns/warnings

fe06619ae576367ff3568e6abd99fb8ad28cc73a 22173 11-Aug-2009 vboxsync

Main: the big XML settings rework. Move XML reading/writing out of interface implementation code into separate layer so it can handle individual settings versions in the future.

HostServices/GuestPropertySvc.h com/SupportErrorInfo.h com/VirtualBoxErrorInfo.h com/string.h settings.h /vbox/include/iprt/ministring_cpp.h /vbox/include/iprt/xml_cpp.h /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/DHCPServerImpl.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/Performance.cpp /vbox/src/VBox/Main/SerialPortImpl.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/VFSExplorerImpl.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/generic/NetIf-generic.cpp /vbox/src/VBox/Main/glue/SupportErrorInfo.cpp /vbox/src/VBox/Main/glue/VirtualBoxErrorInfo.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/DHCPServerImpl.h /vbox/src/VBox/Main/include/DHCPServerRunner.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.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/SerialPortImpl.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/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxImplExtra.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/xml/Settings.cpp /vbox/src/VBox/Main/xml/ovfreader.cpp /vbox/src/VBox/Runtime/r3/xml.cpp
caab569b518d23e142a290d1a19bd74c587965e8 21427 09-Jul-2009 vboxsync

Main: remove dead code

fa11a1e5d812c442cfc865cfdcf9934074d35b7f 21217 04-Jul-2009 vboxsync

include/VBox/*.h: Mark which components the header files relate to.

2a229554eb081e98411c81dcdef146c35a000f80 21085 30-Jun-2009 vboxsync

Main: fix class import/export linkage by using RT_DECL_CLASS (r49346)

d020036eb167a2f97f5010276fda5daa3f4773b3 21079 30-Jun-2009 vboxsync

Main: move libxml2 to IPRT unconditionally (remove VBOX_WITH_LIBXML2_IN_VBOXRT); move xml classes to IPRT; introduce IPRT ministring class as base for both Utf8Str and xml.cpp, with better performance; introduce some Utf8Str helpers to avoid string buffer hacks in Main code; remove std::auto_ptr<> from some headers

a97e1cd0a78ee17806ea2f5f1c99300e356ea6a5 21077 30-Jun-2009 vboxsync

back out r49329, r49331, will start over

8cee64eb0a434f085e89363d314f6b2bde2ae89e 21073 30-Jun-2009 vboxsync

Main: move libxml2 to IPRT unconditionally (remove VBOX_WITH_LIBXML2_IN_VBOXRT); move xml classes to IPRT; introduce IPRT ministring class as base for both Utf8Str and xml.cpp, with better performance (remembers string lengths and can thus use memcpy instead of strdup); introduce some Utf8Str helpers to avoid string buffer hacks in Main code

5ff3fa0492332325f57e80636321619e2224027e 16560 06-Feb-2009 vboxsync

Main: do not include include/VBox/settings.h from other header files but only from implementations that need it (save compile time)

settings.h /vbox/src/VBox/Main/ApplianceImpl.cpp /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDisk2Impl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/SATAControllerImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/include/ApplianceImpl.h /vbox/src/VBox/Main/include/PerformanceImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxImplExtra.h /vbox/src/VBox/Main/xml/Settings.cpp
62ce496afaf36bcde8d08da57a9444739d67f426 16558 06-Feb-2009 vboxsync

Main: back out r42503

settings.h /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDisk2Impl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/SATAControllerImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/include/ApplianceImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxImplExtra.h /vbox/src/VBox/Main/xml/Settings.cpp
4a8bce4fe689acb19412fd8957a1995e28d046e4 16557 06-Feb-2009 vboxsync

Main: do not include include/VBox/settings.h from other header files but only from implementations that need it (save compile time)

settings.h /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDisk2Impl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/PerformanceImpl.cpp /vbox/src/VBox/Main/SATAControllerImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/include/ApplianceImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxImplExtra.h /vbox/src/VBox/Main/xml/Settings.cpp
a048ecf0215050ab91590103b03376a78884126a 16538 06-Feb-2009 vboxsync

Main: replace redundant xml::FmtStr with com::Utf8StrFmt

db76c4db41ed52f6810b01024272d90d01939ed8 16188 22-Jan-2009 vboxsync

Merge OVF branch.

ec271bcd1fc157cd6a18b65880b122e96bd056e5 14922 02-Dec-2008 vboxsync

Main: more XML reader implemenation.

a0448e3a3de12ac2b84ea2ceb1cb25be64b8714e 14917 02-Dec-2008 vboxsync

Main: another attempt at fixing broken Windows builds

7f1db520ded2b0454dd839fdf9ecae555b3a28fe 14904 02-Dec-2008 vboxsync

Main: change vboxxml files and namespace to xml only; more XML code abstractions

e33247bff4fddfdba92538374bcc9e2753044a38 14854 01-Dec-2008 vboxsync

Main: rip XML classes out of settings code and move them to independent files and new vboxxml namespace to make them useful outside of the settings context

cb76ede59ceaa743376ad053899a3f03f993b1ce 14708 27-Nov-2008 vboxsync

fix typos

7309fbde0b8f423d063c8721e15a6664ceee4357 14222 14-Nov-2008 vboxsync

Main/Settings: Docs.

0ff7152ccdcc57edca12c5f17b9699c66eeff975 13837 05-Nov-2008 vboxsync

s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make the most of it...

settings.h /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp /vbox/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp /vbox/src/VBox/Additions/WINNT/MouseFilter/VBoxMouse.cpp /vbox/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/Helper.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp /vbox/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp /vbox/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp /vbox/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp /vbox/src/VBox/Additions/WINNT/i8042prt/i8042dep.c /vbox/src/VBox/Additions/WINNT/i8042prt/moudep.c /vbox/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp /vbox/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp /vbox/src/VBox/Additions/linux/module/vboxmod.c /vbox/src/VBox/Additions/linux/sharedfolders/dirops.c /vbox/src/VBox/Additions/linux/sharedfolders/regops.c /vbox/src/VBox/Additions/linux/sharedfolders/utils.c /vbox/src/VBox/Additions/solaris/SharedFolders/vboxvfs_utils.c /vbox/src/VBox/Additions/x11/xclient/clipboard.cpp /vbox/src/VBox/Devices/Network/testcase/tstIntNetR0.cpp /vbox/src/VBox/Devices/Serial/DrvHostSerial.cpp /vbox/src/VBox/Devices/Storage/VHDHDDCore.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVD-2.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVD.cpp /vbox/src/VBox/Devices/Storage/testcase/tstVDI.cpp /vbox/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCM.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp /vbox/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp /vbox/src/VBox/Frontends/VBoxBFE/HostUSBImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MachineDebuggerImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/MouseImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/StatusImpl.cpp /vbox/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp /vbox/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp /vbox/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp /vbox/src/VBox/Frontends/VBoxBFE/VirtualBoxBase.h /vbox/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/HostDrivers/Support/SUPLib.cpp /vbox/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp /vbox/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp /vbox/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp /vbox/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp /vbox/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.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/tstInt.cpp /vbox/src/VBox/HostDrivers/Support/testcase/tstLow.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c /vbox/src/VBox/HostServices/GuestProperties/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/darwin-pasteboard.cpp /vbox/src/VBox/HostServices/SharedClipboard/service.cpp /vbox/src/VBox/HostServices/SharedClipboard/x11.cpp /vbox/src/VBox/HostServices/SharedFolders/mappings.cpp /vbox/src/VBox/HostServices/SharedFolders/service.cpp /vbox/src/VBox/HostServices/SharedFolders/vbsf.cpp /vbox/src/VBox/HostServices/SharedOpenGL/service.cpp /vbox/src/VBox/Main/AudioSnifferInterface.cpp /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/ConsoleVRDPServer.cpp /vbox/src/VBox/Main/DisplayImpl.cpp /vbox/src/VBox/Main/HardDisk2Impl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/KeyboardImpl.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/MouseImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/SharedFolderImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/VMMDevInterface.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/hgcm/HGCM.cpp /vbox/src/VBox/Main/hgcm/HGCMObjects.cpp /vbox/src/VBox/Main/hgcm/HGCMThread.cpp /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/testcase/tstCollector.cpp /vbox/src/VBox/Main/win/svcmain.cpp /vbox/src/VBox/Main/xpcom/server.cpp /vbox/src/VBox/Main/xpcom/server_module.cpp /vbox/src/VBox/RDP/client/vrdp/USBProxyDevice-linux.c /vbox/src/VBox/Runtime/common/ldr/ldrEx.cpp /vbox/src/VBox/Runtime/common/ldr/ldrPE.cpp /vbox/src/VBox/Runtime/common/misc/req.cpp /vbox/src/VBox/Runtime/common/misc/thread.cpp /vbox/src/VBox/Runtime/common/string/strformatrt.cpp /vbox/src/VBox/Runtime/generic/critsect-generic.cpp /vbox/src/VBox/Runtime/r0drv/memobj-r0drv.cpp /vbox/src/VBox/Runtime/r3/linux/sched-linux.cpp /vbox/src/VBox/Runtime/r3/posix/process-posix.cpp /vbox/src/VBox/Runtime/r3/posix/sched-posix.cpp /vbox/src/VBox/Runtime/r3/posix/thread-posix.cpp /vbox/src/VBox/Runtime/r3/tcp.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/path-win.cpp /vbox/src/VBox/Runtime/r3/win/process-win.cpp /vbox/src/VBox/Runtime/r3/win/sched-win.cpp /vbox/src/VBox/Runtime/r3/win/thread-win.cpp /vbox/src/VBox/Runtime/testcase/tstCidr.cpp /vbox/src/VBox/Runtime/testcase/tstFileLock.cpp /vbox/src/VBox/Runtime/testcase/tstHeapSimple.cpp /vbox/src/VBox/Runtime/testcase/tstLdr-2.cpp /vbox/src/VBox/Runtime/testcase/tstLog.cpp /vbox/src/VBox/Runtime/testcase/tstRTFsQueries.cpp /vbox/src/VBox/Runtime/testcase/tstRTProcWait.cpp /vbox/src/VBox/Runtime/testcase/tstStrToNum.cpp /vbox/src/VBox/Runtime/testcase/tstUtf8.cpp /vbox/src/VBox/Runtime/testcase/tstUuid.cpp /vbox/src/recompiler/VBoxREMWrapper.cpp /vbox/src/recompiler/VBoxRecompiler.c /vbox/src/recompiler_new/VBoxREMWrapper.cpp /vbox/src/recompiler_new/VBoxRecompiler.c
dcea3eadf1ecc8f4ac868185a05a63be42a199e4 13580 27-Oct-2008 vboxsync

Ported s2 branch (r37120:38456).

/vbox/Config.kmk com/ErrorInfo.h com/Guid.h com/SupportErrorInfo.h com/VirtualBoxErrorInfo.h com/array.h com/defs.h com/string.h settings.h /vbox/include/iprt/log.h /vbox/src/VBox/Devices/Storage/RawHDDCore.cpp /vbox/src/VBox/Devices/Storage/VBoxHDD-new.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/VBoxManage/VBoxInternalManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.cpp /vbox/src/VBox/Frontends/VBoxManage/VBoxManage.h /vbox/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp /vbox/src/VBox/Frontends/VirtualBox/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl /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/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox/src/COMDefs.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/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp /vbox/src/VBox/Frontends/VirtualBox/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxHardDiskSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxMediaManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxMediaManagerDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMInformationDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/Frontends/VirtualBox4/Makefile.kmk /vbox/src/VBox/Frontends/VirtualBox4/VBoxUI.pro /vbox/src/VBox/Frontends/VirtualBox4/include/COMDefs.h /vbox/src/VBox/Frontends/VirtualBox4/include/COMWrappers.xsl /vbox/src/VBox/Frontends/VirtualBox4/include/QITreeWidget.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleView.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxConsoleWnd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxDefs.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxDiskImageManagerDlg.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxGlobal.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxMediaComboBox.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxMediaManagerDlg.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxNewHDWzd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxNewVMWzd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxVMFirstRunWzd.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsCD.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsFD.h /vbox/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h /vbox/src/VBox/Frontends/VirtualBox4/src/COMDefs.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/QITreeWidget.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxDownloaderWgt.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxGLSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxMediaManagerDlg.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxNewHDWzd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxSelectorWnd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxSettingsDialogSpecific.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxSnapshotsWgt.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMFirstRunWzd.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMInformationDlg.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMLogViewer.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsCD.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsFD.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsHD.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsParallel.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsSerial.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsUSB.cpp /vbox/src/VBox/Frontends/VirtualBox4/src/main.cpp /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsGeneral.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxMediaManagerDlg.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxNewHDWzd.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxNewVMWzd.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMFirstRunWzd.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsCD.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsFD.ui /vbox/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui /vbox/src/VBox/Main/ConsoleImpl.cpp /vbox/src/VBox/Main/ConsoleImpl2.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/DVDImageImpl.cpp /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/FloppyImageImpl.cpp /vbox/src/VBox/Main/HardDisk2Impl.cpp /vbox/src/VBox/Main/HardDiskAttachmentImpl.cpp /vbox/src/VBox/Main/HardDiskFormatImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/MediumImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/ProgressImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.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/idl/VirtualBox.xidl /vbox/src/VBox/Main/idl/midl.xsl /vbox/src/VBox/Main/idl/xpidl.xsl /vbox/src/VBox/Main/include/AutoLock.h /vbox/src/VBox/Main/include/ConsoleImpl.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/DVDImageImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/FloppyImageImpl.h /vbox/src/VBox/Main/include/GuestOSTypeImpl.h /vbox/src/VBox/Main/include/HardDisk2Impl.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/MachineImpl.h /vbox/src/VBox/Main/include/MediumImpl.h /vbox/src/VBox/Main/include/ProgressImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/testcase/tstAPI.cpp /vbox/src/VBox/Main/testcase/tstVBoxAPILinux.cpp /vbox/src/VBox/Main/win/svcmain.cpp /vbox/src/VBox/Main/xml/SettingsConverter.xsl /vbox/src/VBox/Main/xml/VirtualBox-settings-common.xsd /vbox/src/VBox/Main/xpcom/server.cpp
f20f327b65009074292a4b9ad44a02b6bfb2de8a 12653 22-Sep-2008 vboxsync

various files: doxygen fixes.

/vbox/Doxyfile.Core /vbox/doc/VBox-doc.c cdefs.h dbg.h gmm.h gvmm.h pdmdev.h pdmins.h settings.h /vbox/include/iprt/cpuset.h /vbox/src/VBox/Devices/Bus/DevPCI.cpp /vbox/src/VBox/Devices/PC/DevPcBios.h /vbox/src/VBox/Devices/PC/DevPit-i8254.cpp /vbox/src/VBox/Devices/Storage/DrvBlock.cpp /vbox/src/VBox/HostDrivers/Support/SUPDrvInternal.h /vbox/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp /vbox/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c /vbox/src/VBox/VMM/EM.cpp /vbox/src/VBox/VMM/PDMDevice.cpp /vbox/src/VBox/VMM/PDMInternal.h /vbox/src/VBox/VMM/PGMInternal.h /vbox/src/VBox/VMM/REMInternal.h /vbox/src/VBox/VMM/VMMGC/PDMGCDevice.cpp /vbox/src/VBox/VMM/VMMR0/HWSVMR0.h /vbox/src/VBox/VMM/VMMR0/HWVMXR0.h /vbox/src/VBox/VMM/VMMR0/PDMR0Device.cpp /vbox/src/recompiler/VBoxREMWrapper.cpp
1c94c0a63ba68be1a7b2c640e70d7a06464e4fca 8155 18-Apr-2008 vboxsync

The Big Sun Rebranding Header Change

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

Main/Settigs: Redone semi-faulty r29679: When reading from settings files, reopen them instead of reusing the existing hande to allow for concurrent multithreaded reads. Provided libxml2/libxslt reentrance (using global serialization) when parsing settings files.

063ea09bd6ffab309a5a4cc51cc07aa12564aa9d 8029 16-Apr-2008 vboxsync

Main: Reverted r29679 (some file access problems).

63a675e2b66c6efcd8e6558e742f61eb0f4c70e4 8020 16-Apr-2008 vboxsync

Main/Settigs: Disabled File (..., RTFILE aHandle, ...) constructor since it is not thread-safe when the handle is shared across different File instances (needs a handle duplicate operation in the IPRT File API).

b0629ebe2e57033c822070b81f3ad64ccba1b1d6 7388 10-Mar-2008 vboxsync

Main/Settings: Perform conversion in a loop to allow for multi-step version to version updates (e.g. v1.0->v1.1->v1.2) which saves from patching all previous transformation rules when on every version change but still makes it possible to update from too old versions to the most recent one.

79aceb1c50924b971664a166c457d3fce1f7bfe5 7315 06-Mar-2008 vboxsync

Main/Settings: Added XmlTreeBackend::AutoConverter subckasss and old settings tree version memorizing.

030b0bb762893a66f05cb2741dd5c641d20bd287 7309 05-Mar-2008 vboxsync

Main/Settings: Added XSLT-based auto-conversion functionality to the XmlTree backend.

16714829db60c445b8710891811980372bbbbce4 6310 09-Jan-2008 vboxsync

Fix formatting bugs in the XML config file code. The number base was lost, and also signed values would have been stored as unsigned.

3b70c9ab3cea93ab1a771d2db319311282041382 6104 17-Dec-2007 vboxsync

Main:Settings: Added brief usage introduction.

d46ee884c41b808b239563b1978468aae12e33a2 6076 14-Dec-2007 vboxsync

Merged dmik/s2 branch (r25959:26751) to the trunk.

/vbox/Config.kmk com/Guid.h com/assert.h com/defs.h com/string.h settings.h /vbox/include/iprt/assert.h /vbox/include/iprt/cdefs.h /vbox/include/iprt/cpputils.h /vbox/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp /vbox/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h /vbox/src/VBox/Main/AudioAdapterImpl.cpp /vbox/src/VBox/Main/BIOSSettingsImpl.cpp /vbox/src/VBox/Main/DVDDriveImpl.cpp /vbox/src/VBox/Main/Doxyfile.Main /vbox/src/VBox/Main/FloppyDriveImpl.cpp /vbox/src/VBox/Main/HardDiskImpl.cpp /vbox/src/VBox/Main/HostImpl.cpp /vbox/src/VBox/Main/MachineDebuggerImpl.cpp /vbox/src/VBox/Main/MachineImpl.cpp /vbox/src/VBox/Main/Makefile.kmk /vbox/src/VBox/Main/NetworkAdapterImpl.cpp /vbox/src/VBox/Main/ParallelPortImpl.cpp /vbox/src/VBox/Main/SerialPortImpl.cpp /vbox/src/VBox/Main/SnapshotImpl.cpp /vbox/src/VBox/Main/SystemPropertiesImpl.cpp /vbox/src/VBox/Main/USBControllerImpl.cpp /vbox/src/VBox/Main/VBoxDll.cpp /vbox/src/VBox/Main/VirtualBoxBase.cpp /vbox/src/VBox/Main/VirtualBoxImpl.cpp /vbox/src/VBox/Main/VirtualBoxImplExtra.cpp /vbox/src/VBox/Main/VirtualBoxXMLUtil.cpp /vbox/src/VBox/Main/glue/com.cpp /vbox/src/VBox/Main/glue/string.cpp /vbox/src/VBox/Main/idl/VirtualBox.xidl /vbox/src/VBox/Main/include/AudioAdapterImpl.h /vbox/src/VBox/Main/include/BIOSSettingsImpl.h /vbox/src/VBox/Main/include/DVDDriveImpl.h /vbox/src/VBox/Main/include/FloppyDriveImpl.h /vbox/src/VBox/Main/include/HardDiskImpl.h /vbox/src/VBox/Main/include/HostImpl.h /vbox/src/VBox/Main/include/MachineImpl.h /vbox/src/VBox/Main/include/NetworkAdapterImpl.h /vbox/src/VBox/Main/include/ParallelPortImpl.h /vbox/src/VBox/Main/include/SerialPortImpl.h /vbox/src/VBox/Main/include/SnapshotImpl.h /vbox/src/VBox/Main/include/SystemPropertiesImpl.h /vbox/src/VBox/Main/include/USBControllerImpl.h /vbox/src/VBox/Main/include/VRDPServerImpl.h /vbox/src/VBox/Main/include/VirtualBoxBase.h /vbox/src/VBox/Main/include/VirtualBoxImpl.h /vbox/src/VBox/Main/include/VirtualBoxXMLUtil.h /vbox/src/VBox/Main/xml/Settings.cpp /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/libs/Makefile.kmk /vbox/src/libs/libxml2-2.6.30/AUTHORS /vbox/src/libs/libxml2-2.6.30/COPYING /vbox/src/libs/libxml2-2.6.30/ChangeLog /vbox/src/libs/libxml2-2.6.30/Copyright /vbox/src/libs/libxml2-2.6.30/DOCBparser.c /vbox/src/libs/libxml2-2.6.30/HTMLparser.c /vbox/src/libs/libxml2-2.6.30/HTMLtree.c /vbox/src/libs/libxml2-2.6.30/INSTALL /vbox/src/libs/libxml2-2.6.30/Makefile.am /vbox/src/libs/libxml2-2.6.30/Makefile.in /vbox/src/libs/libxml2-2.6.30/Makefile.kmk /vbox/src/libs/libxml2-2.6.30/Makefile.tests /vbox/src/libs/libxml2-2.6.30/NEWS /vbox/src/libs/libxml2-2.6.30/README /vbox/src/libs/libxml2-2.6.30/README.tests /vbox/src/libs/libxml2-2.6.30/SAX.c /vbox/src/libs/libxml2-2.6.30/SAX2.c /vbox/src/libs/libxml2-2.6.30/TODO /vbox/src/libs/libxml2-2.6.30/TODO_SCHEMAS /vbox/src/libs/libxml2-2.6.30/acconfig.h /vbox/src/libs/libxml2-2.6.30/acinclude.m4 /vbox/src/libs/libxml2-2.6.30/aclocal.m4 /vbox/src/libs/libxml2-2.6.30/bakefile/Bakefiles.bkgen /vbox/src/libs/libxml2-2.6.30/bakefile/Readme.txt /vbox/src/libs/libxml2-2.6.30/bakefile/libxml2.bkl /vbox/src/libs/libxml2-2.6.30/c14n.c /vbox/src/libs/libxml2-2.6.30/catalog.c /vbox/src/libs/libxml2-2.6.30/check-relaxng-test-suite.py /vbox/src/libs/libxml2-2.6.30/check-relaxng-test-suite2.py /vbox/src/libs/libxml2-2.6.30/check-xinclude-test-suite.py /vbox/src/libs/libxml2-2.6.30/check-xml-test-suite.py /vbox/src/libs/libxml2-2.6.30/check-xsddata-test-suite.py /vbox/src/libs/libxml2-2.6.30/chvalid.c /vbox/src/libs/libxml2-2.6.30/config.guess /vbox/src/libs/libxml2-2.6.30/config.h.in /vbox/src/libs/libxml2-2.6.30/config.sub /vbox/src/libs/libxml2-2.6.30/configure /vbox/src/libs/libxml2-2.6.30/configure.in /vbox/src/libs/libxml2-2.6.30/dbgen.pl /vbox/src/libs/libxml2-2.6.30/dbgenattr.pl /vbox/src/libs/libxml2-2.6.30/debugXML.c /vbox/src/libs/libxml2-2.6.30/depcomp /vbox/src/libs/libxml2-2.6.30/dict.c /vbox/src/libs/libxml2-2.6.30/doc/VBox-README.txt /vbox/src/libs/libxml2-2.6.30/doc/examples/Makefile.am /vbox/src/libs/libxml2-2.6.30/doc/examples/Makefile.in /vbox/src/libs/libxml2-2.6.30/doc/examples/examples.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/examples.xsl /vbox/src/libs/libxml2-2.6.30/doc/examples/index.py /vbox/src/libs/libxml2-2.6.30/doc/examples/io1.c /vbox/src/libs/libxml2-2.6.30/doc/examples/io1.res /vbox/src/libs/libxml2-2.6.30/doc/examples/io2.c /vbox/src/libs/libxml2-2.6.30/doc/examples/io2.res /vbox/src/libs/libxml2-2.6.30/doc/examples/parse1.c /vbox/src/libs/libxml2-2.6.30/doc/examples/parse2.c /vbox/src/libs/libxml2-2.6.30/doc/examples/parse3.c /vbox/src/libs/libxml2-2.6.30/doc/examples/parse4.c /vbox/src/libs/libxml2-2.6.30/doc/examples/reader1.c /vbox/src/libs/libxml2-2.6.30/doc/examples/reader1.res /vbox/src/libs/libxml2-2.6.30/doc/examples/reader2.c /vbox/src/libs/libxml2-2.6.30/doc/examples/reader3.c /vbox/src/libs/libxml2-2.6.30/doc/examples/reader3.res /vbox/src/libs/libxml2-2.6.30/doc/examples/reader4.c /vbox/src/libs/libxml2-2.6.30/doc/examples/reader4.res /vbox/src/libs/libxml2-2.6.30/doc/examples/test1.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/test2.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/test3.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/testWriter.c /vbox/src/libs/libxml2-2.6.30/doc/examples/tree1.c /vbox/src/libs/libxml2-2.6.30/doc/examples/tree1.res /vbox/src/libs/libxml2-2.6.30/doc/examples/tree2.c /vbox/src/libs/libxml2-2.6.30/doc/examples/tree2.res /vbox/src/libs/libxml2-2.6.30/doc/examples/tst.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/writer.xml /vbox/src/libs/libxml2-2.6.30/doc/examples/xpath1.c /vbox/src/libs/libxml2-2.6.30/doc/examples/xpath1.res /vbox/src/libs/libxml2-2.6.30/doc/examples/xpath2.c /vbox/src/libs/libxml2-2.6.30/doc/examples/xpath2.res /vbox/src/libs/libxml2-2.6.30/doc/libxml2-api.xml /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apa.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apb.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apc.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apd.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ape.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apf.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/apg.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/aph.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/api.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s02.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s03.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s04.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s05.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s06.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s07.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s08.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ar01s09.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/blank.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/1.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/10.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/2.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/3.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/4.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/5.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/6.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/7.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/8.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/callouts/9.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/caution.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/draft.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/home.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/important.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/next.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/note.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/prev.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/tip.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/toc-blank.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/toc-minus.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/toc-plus.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/up.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/images/warning.png /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includeaddattribute.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includeaddkeyword.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includeconvert.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includegetattribute.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includekeyword.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/includexpath.c /vbox/src/libs/libxml2-2.6.30/doc/tutorial/index.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/ix01.html /vbox/src/libs/libxml2-2.6.30/doc/tutorial/xmltutorial.pdf /vbox/src/libs/libxml2-2.6.30/elfgcchack.h /vbox/src/libs/libxml2-2.6.30/encoding.c /vbox/src/libs/libxml2-2.6.30/entities.c /vbox/src/libs/libxml2-2.6.30/error.c /vbox/src/libs/libxml2-2.6.30/example/Makefile.am /vbox/src/libs/libxml2-2.6.30/example/Makefile.in /vbox/src/libs/libxml2-2.6.30/example/gjobread.c /vbox/src/libs/libxml2-2.6.30/example/gjobs.xml /vbox/src/libs/libxml2-2.6.30/genUnicode.py /vbox/src/libs/libxml2-2.6.30/gentest.py /vbox/src/libs/libxml2-2.6.30/globals.c /vbox/src/libs/libxml2-2.6.30/hash.c /vbox/src/libs/libxml2-2.6.30/include/Makefile.am /vbox/src/libs/libxml2-2.6.30/include/Makefile.in /vbox/src/libs/libxml2-2.6.30/include/libxml/DOCBparser.h /vbox/src/libs/libxml2-2.6.30/include/libxml/HTMLparser.h /vbox/src/libs/libxml2-2.6.30/include/libxml/HTMLtree.h /vbox/src/libs/libxml2-2.6.30/include/libxml/Makefile.am /vbox/src/libs/libxml2-2.6.30/include/libxml/Makefile.in /vbox/src/libs/libxml2-2.6.30/include/libxml/SAX.h /vbox/src/libs/libxml2-2.6.30/include/libxml/SAX2.h /vbox/src/libs/libxml2-2.6.30/include/libxml/c14n.h /vbox/src/libs/libxml2-2.6.30/include/libxml/catalog.h /vbox/src/libs/libxml2-2.6.30/include/libxml/chvalid.h /vbox/src/libs/libxml2-2.6.30/include/libxml/debugXML.h /vbox/src/libs/libxml2-2.6.30/include/libxml/dict.h /vbox/src/libs/libxml2-2.6.30/include/libxml/encoding.h /vbox/src/libs/libxml2-2.6.30/include/libxml/entities.h /vbox/src/libs/libxml2-2.6.30/include/libxml/globals.h /vbox/src/libs/libxml2-2.6.30/include/libxml/hash.h /vbox/src/libs/libxml2-2.6.30/include/libxml/list.h /vbox/src/libs/libxml2-2.6.30/include/libxml/nanoftp.h /vbox/src/libs/libxml2-2.6.30/include/libxml/nanohttp.h /vbox/src/libs/libxml2-2.6.30/include/libxml/parser.h /vbox/src/libs/libxml2-2.6.30/include/libxml/parserInternals.h /vbox/src/libs/libxml2-2.6.30/include/libxml/pattern.h /vbox/src/libs/libxml2-2.6.30/include/libxml/relaxng.h /vbox/src/libs/libxml2-2.6.30/include/libxml/schemasInternals.h /vbox/src/libs/libxml2-2.6.30/include/libxml/schematron.h /vbox/src/libs/libxml2-2.6.30/include/libxml/threads.h /vbox/src/libs/libxml2-2.6.30/include/libxml/tree.h /vbox/src/libs/libxml2-2.6.30/include/libxml/uri.h /vbox/src/libs/libxml2-2.6.30/include/libxml/valid.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xinclude.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xlink.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlIO.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlautomata.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlerror.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlexports.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlmemory.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlmodule.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlreader.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlregexp.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlsave.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlschemas.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlschemastypes.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlstring.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlunicode.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlversion-default.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlversion.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlversion.h.in /vbox/src/libs/libxml2-2.6.30/include/libxml/xmlwriter.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xpath.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xpathInternals.h /vbox/src/libs/libxml2-2.6.30/include/libxml/xpointer.h /vbox/src/libs/libxml2-2.6.30/include/win32config.h /vbox/src/libs/libxml2-2.6.30/include/win32xmlversion.h /vbox/src/libs/libxml2-2.6.30/include/wsockcompat.h /vbox/src/libs/libxml2-2.6.30/install-sh /vbox/src/libs/libxml2-2.6.30/legacy.c /vbox/src/libs/libxml2-2.6.30/libxml-2.0-uninstalled.pc.in /vbox/src/libs/libxml2-2.6.30/libxml-2.0.pc.in /vbox/src/libs/libxml2-2.6.30/libxml.3 /vbox/src/libs/libxml2-2.6.30/libxml.h /vbox/src/libs/libxml2-2.6.30/libxml.m4 /vbox/src/libs/libxml2-2.6.30/libxml.spec.in /vbox/src/libs/libxml2-2.6.30/libxml2.spec /vbox/src/libs/libxml2-2.6.30/list.c /vbox/src/libs/libxml2-2.6.30/ltmain.sh /vbox/src/libs/libxml2-2.6.30/macos/README /vbox/src/libs/libxml2-2.6.30/macos/libxml2.mcp.xml.sit.hqx /vbox/src/libs/libxml2-2.6.30/macos/src/XMLTestPrefix.h /vbox/src/libs/libxml2-2.6.30/macos/src/XMLTestPrefix2.h /vbox/src/libs/libxml2-2.6.30/macos/src/config-mac.h /vbox/src/libs/libxml2-2.6.30/macos/src/libxml2_GUSIConfig.cp /vbox/src/libs/libxml2-2.6.30/macos/src/macos_main.c /vbox/src/libs/libxml2-2.6.30/missing /vbox/src/libs/libxml2-2.6.30/mkinstalldirs /vbox/src/libs/libxml2-2.6.30/nanoftp.c /vbox/src/libs/libxml2-2.6.30/nanohttp.c /vbox/src/libs/libxml2-2.6.30/parser.c /vbox/src/libs/libxml2-2.6.30/parserInternals.c /vbox/src/libs/libxml2-2.6.30/pattern.c /vbox/src/libs/libxml2-2.6.30/python/Makefile.am /vbox/src/libs/libxml2-2.6.30/python/Makefile.in /vbox/src/libs/libxml2-2.6.30/python/README /vbox/src/libs/libxml2-2.6.30/python/TODO /vbox/src/libs/libxml2-2.6.30/python/drv_libxml2.py /vbox/src/libs/libxml2-2.6.30/python/generator.py /vbox/src/libs/libxml2-2.6.30/python/libxml.c /vbox/src/libs/libxml2-2.6.30/python/libxml.py /vbox/src/libs/libxml2-2.6.30/python/libxml2-py.c /vbox/src/libs/libxml2-2.6.30/python/libxml2-python-api.xml /vbox/src/libs/libxml2-2.6.30/python/libxml_wrap.h /vbox/src/libs/libxml2-2.6.30/python/setup.py /vbox/src/libs/libxml2-2.6.30/python/setup.py.in /vbox/src/libs/libxml2-2.6.30/python/tests/Makefile.am /vbox/src/libs/libxml2-2.6.30/python/tests/Makefile.in /vbox/src/libs/libxml2-2.6.30/python/tests/attribs.py /vbox/src/libs/libxml2-2.6.30/python/tests/build.py /vbox/src/libs/libxml2-2.6.30/python/tests/compareNodes.py /vbox/src/libs/libxml2-2.6.30/python/tests/ctxterror.py /vbox/src/libs/libxml2-2.6.30/python/tests/cutnpaste.py /vbox/src/libs/libxml2-2.6.30/python/tests/dtdvalid.py /vbox/src/libs/libxml2-2.6.30/python/tests/error.py /vbox/src/libs/libxml2-2.6.30/python/tests/inbuf.py /vbox/src/libs/libxml2-2.6.30/python/tests/indexes.py /vbox/src/libs/libxml2-2.6.30/python/tests/invalid.xml /vbox/src/libs/libxml2-2.6.30/python/tests/nsdel.py /vbox/src/libs/libxml2-2.6.30/python/tests/outbuf.py /vbox/src/libs/libxml2-2.6.30/python/tests/push.py /vbox/src/libs/libxml2-2.6.30/python/tests/pushSAX.py /vbox/src/libs/libxml2-2.6.30/python/tests/pushSAXhtml.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader2.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader3.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader4.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader5.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader6.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader7.py /vbox/src/libs/libxml2-2.6.30/python/tests/reader8.py /vbox/src/libs/libxml2-2.6.30/python/tests/readererr.py /vbox/src/libs/libxml2-2.6.30/python/tests/readernext.py /vbox/src/libs/libxml2-2.6.30/python/tests/regexp.py /vbox/src/libs/libxml2-2.6.30/python/tests/relaxng.py /vbox/src/libs/libxml2-2.6.30/python/tests/resolver.py /vbox/src/libs/libxml2-2.6.30/python/tests/schema.py /vbox/src/libs/libxml2-2.6.30/python/tests/serialize.py /vbox/src/libs/libxml2-2.6.30/python/tests/sync.py /vbox/src/libs/libxml2-2.6.30/python/tests/test.dtd /vbox/src/libs/libxml2-2.6.30/python/tests/thread2.py /vbox/src/libs/libxml2-2.6.30/python/tests/tst.py /vbox/src/libs/libxml2-2.6.30/python/tests/tst.xml /vbox/src/libs/libxml2-2.6.30/python/tests/tstLastError.py /vbox/src/libs/libxml2-2.6.30/python/tests/tstURI.py /vbox/src/libs/libxml2-2.6.30/python/tests/tstmem.py /vbox/src/libs/libxml2-2.6.30/python/tests/tstxpath.py /vbox/src/libs/libxml2-2.6.30/python/tests/valid.xml /vbox/src/libs/libxml2-2.6.30/python/tests/validDTD.py /vbox/src/libs/libxml2-2.6.30/python/tests/validRNG.py /vbox/src/libs/libxml2-2.6.30/python/tests/validSchemas.py /vbox/src/libs/libxml2-2.6.30/python/tests/validate.py /vbox/src/libs/libxml2-2.6.30/python/tests/walker.py /vbox/src/libs/libxml2-2.6.30/python/tests/xpath.py /vbox/src/libs/libxml2-2.6.30/python/tests/xpathext.py /vbox/src/libs/libxml2-2.6.30/python/tests/xpathret.py /vbox/src/libs/libxml2-2.6.30/python/types.c /vbox/src/libs/libxml2-2.6.30/regressions.py /vbox/src/libs/libxml2-2.6.30/regressions.xml /vbox/src/libs/libxml2-2.6.30/relaxng.c /vbox/src/libs/libxml2-2.6.30/runsuite.c /vbox/src/libs/libxml2-2.6.30/runtest.c /vbox/src/libs/libxml2-2.6.30/schematron.c /vbox/src/libs/libxml2-2.6.30/testAutomata.c /vbox/src/libs/libxml2-2.6.30/testC14N.c /vbox/src/libs/libxml2-2.6.30/testHTML.c /vbox/src/libs/libxml2-2.6.30/testModule.c /vbox/src/libs/libxml2-2.6.30/testReader.c /vbox/src/libs/libxml2-2.6.30/testRegexp.c /vbox/src/libs/libxml2-2.6.30/testRelax.c /vbox/src/libs/libxml2-2.6.30/testSAX.c /vbox/src/libs/libxml2-2.6.30/testSchemas.c /vbox/src/libs/libxml2-2.6.30/testThreads.c /vbox/src/libs/libxml2-2.6.30/testThreadsWin32.c /vbox/src/libs/libxml2-2.6.30/testURI.c /vbox/src/libs/libxml2-2.6.30/testXPath.c /vbox/src/libs/libxml2-2.6.30/testapi.c /vbox/src/libs/libxml2-2.6.30/testdso.c /vbox/src/libs/libxml2-2.6.30/threads.c /vbox/src/libs/libxml2-2.6.30/tree.c /vbox/src/libs/libxml2-2.6.30/trio.c /vbox/src/libs/libxml2-2.6.30/trio.h /vbox/src/libs/libxml2-2.6.30/triodef.h /vbox/src/libs/libxml2-2.6.30/trionan.c /vbox/src/libs/libxml2-2.6.30/trionan.h /vbox/src/libs/libxml2-2.6.30/triop.h /vbox/src/libs/libxml2-2.6.30/triostr.c /vbox/src/libs/libxml2-2.6.30/triostr.h /vbox/src/libs/libxml2-2.6.30/uri.c /vbox/src/libs/libxml2-2.6.30/valid.c /vbox/src/libs/libxml2-2.6.30/vms/build_libxml.com /vbox/src/libs/libxml2-2.6.30/vms/config.vms /vbox/src/libs/libxml2-2.6.30/vms/diffs.vms /vbox/src/libs/libxml2-2.6.30/vms/readme.vms /vbox/src/libs/libxml2-2.6.30/win32/Makefile.bcb /vbox/src/libs/libxml2-2.6.30/win32/Makefile.mingw /vbox/src/libs/libxml2-2.6.30/win32/Makefile.msvc /vbox/src/libs/libxml2-2.6.30/win32/Readme.txt /vbox/src/libs/libxml2-2.6.30/win32/VBox-README.txt /vbox/src/libs/libxml2-2.6.30/win32/config.msvc /vbox/src/libs/libxml2-2.6.30/win32/configure.js /vbox/src/libs/libxml2-2.6.30/win32/defgen.xsl /vbox/src/libs/libxml2-2.6.30/win32/libxml2.def.src /vbox/src/libs/libxml2-2.6.30/win32/wince/libxml2.vcb /vbox/src/libs/libxml2-2.6.30/win32/wince/libxml2.vcl /vbox/src/libs/libxml2-2.6.30/win32/wince/libxml2.vco /vbox/src/libs/libxml2-2.6.30/win32/wince/libxml2.vcp /vbox/src/libs/libxml2-2.6.30/win32/wince/libxml2.vcw /vbox/src/libs/libxml2-2.6.30/win32/wince/wincecompat.c /vbox/src/libs/libxml2-2.6.30/win32/wince/wincecompat.h /vbox/src/libs/libxml2-2.6.30/xinclude.c /vbox/src/libs/libxml2-2.6.30/xlink.c /vbox/src/libs/libxml2-2.6.30/xml2-config.1 /vbox/src/libs/libxml2-2.6.30/xml2-config.in /vbox/src/libs/libxml2-2.6.30/xml2Conf.sh.in /vbox/src/libs/libxml2-2.6.30/xmlIO.c /vbox/src/libs/libxml2-2.6.30/xmlcatalog.c /vbox/src/libs/libxml2-2.6.30/xmllint.c /vbox/src/libs/libxml2-2.6.30/xmlmemory.c /vbox/src/libs/libxml2-2.6.30/xmlmodule.c /vbox/src/libs/libxml2-2.6.30/xmlreader.c /vbox/src/libs/libxml2-2.6.30/xmlregexp.c /vbox/src/libs/libxml2-2.6.30/xmlsave.c /vbox/src/libs/libxml2-2.6.30/xmlschemas.c /vbox/src/libs/libxml2-2.6.30/xmlschemastypes.c /vbox/src/libs/libxml2-2.6.30/xmlstring.c /vbox/src/libs/libxml2-2.6.30/xmlunicode.c /vbox/src/libs/libxml2-2.6.30/xmlwriter.c /vbox/src/libs/libxml2-2.6.30/xpath.c /vbox/src/libs/libxml2-2.6.30/xpointer.c /vbox/src/libs/libxml2-2.6.30/xstc/Makefile.am /vbox/src/libs/libxml2-2.6.30/xstc/Makefile.in /vbox/src/libs/libxml2-2.6.30/xstc/xstc-to-python.xsl /vbox/src/libs/libxml2-2.6.30/xstc/xstc.py