# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Jan 5, 2025 6:58:58 PM Wed, 08 Jul 2015 14:39:16 GMT vboxsync [56867] * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) Main/NetworkAdapterImpl: when changing the trace file do also ... Wed, 08 Jul 2015 13:01:44 GMT vboxsync [56864] * trunk/include/VBox/ostypes.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIIconPool.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImpl.cpp (modified) added two more OSX guest types Wed, 08 Jul 2015 12:18:48 GMT vboxsync [56858] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) ConsoleImpl2.cpp: Corrected MaxIntelFamilyModelStep calculation. ... Wed, 08 Jul 2015 09:58:45 GMT vboxsync [56854] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp (modified) Main: Eliminate VBOX_USE_LIBHAL and dead code for FreeBSD, not used ... Wed, 08 Jul 2015 09:58:39 GMT vboxsync [56853] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: LogRel nit. Tue, 07 Jul 2015 17:32:02 GMT vboxsync [56845] * trunk/src/VBox/Main/src-server/linux/HostPowerLinux.cpp (modified) added test Tue, 07 Jul 2015 14:49:20 GMT vboxsync [56840] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/Display: notify when video mode hint capability is disabled too. Tue, 07 Jul 2015 09:53:52 GMT vboxsync [56830] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/idl: comment Mon, 06 Jul 2015 17:07:10 GMT vboxsync [56825] * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) we need VBoxRT here for VBoxXPCOM if logging is enabled Mon, 06 Jul 2015 16:57:17 GMT vboxsync [56824] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) Revert r101473 because the build issues under linux. Mon, 06 Jul 2015 15:26:34 GMT vboxsync [56822] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) Main/HostUSBdevice: added USB device aliases dictionary and script to ... Mon, 06 Jul 2015 15:05:40 GMT vboxsync [56820] * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumAttachmentImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) Main/StorageController: Fix storage controller renaming, it needs ... Fri, 03 Jul 2015 15:09:27 GMT vboxsync [56788] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Machine: new attribute (not yet implemented to the level that it ... Fri, 03 Jul 2015 13:05:36 GMT vboxsync [56782] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) Nit. Wed, 01 Jul 2015 14:09:26 GMT vboxsync [56734] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD/Main: Fixed setting the default action based on the allowed actions. Tue, 30 Jun 2015 21:45:16 GMT vboxsync [56712] * trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp (modified) IGuestDirectory: Another missing first arg, found by the assertion in ... Tue, 30 Jun 2015 21:44:44 GMT vboxsync [56711] * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) IGuestSession::fsObjQueryInfo: Return E_INVALIDARG if empty input ... Tue, 30 Jun 2015 16:56:41 GMT vboxsync [56709] * trunk/src/VBox/Main/src-client/GuestProcessImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) GuestSessionImpl.cpp: Forgot to update the GuestProcessTool users ... Tue, 30 Jun 2015 11:02:20 GMT vboxsync [56696] * trunk/src/VBox/Main/cbinding/tstCAPIGlue.c (modified) Main/cbinding: fix a possible NULL pointer dereference in the sample ... Mon, 29 Jun 2015 20:02:42 GMT vboxsync [56683] * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) Session::uninitialize: Shut up assertion that annoys the heck out of ... Mon, 29 Jun 2015 20:01:17 GMT vboxsync [56681] * trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h (modified) GuestCtrlImplPrivate.h: Deal with internal stuff (like mkdir) having ... Mon, 29 Jun 2015 18:26:55 GMT vboxsync [56679] * trunk/src/VBox/Main/cbinding/capiidl.xsl (modified) Main/cbinding: fix new style reserved attribute "unit" (forgotten ... Sun, 28 Jun 2015 23:01:01 GMT vboxsync [56669] * trunk/src/VBox/Main/glue/vboxapi.py (modified) glue/vboxapi.py: Hacked the MSCOM version of setArray() so that we ... Fri, 26 Jun 2015 16:31:12 GMT vboxsync [56662] * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) Main: When changing audio controller, change codec as well. Fri, 26 Jun 2015 08:54:42 GMT vboxsync [56657] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: GuestDnDTargetImpl.cpp: Decide based on the host format ... Fri, 26 Jun 2015 08:51:18 GMT vboxsync [56656] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: GuestDnDTargetImpl.cpp: Some more error checking, return ... Fri, 26 Jun 2015 08:47:05 GMT vboxsync [56655] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) Build fix. Fri, 26 Jun 2015 08:31:29 GMT vboxsync [56653] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD: Some renaming, documentation, logging. Thu, 25 Jun 2015 21:57:41 GMT vboxsync [56648] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp (modified) * trunk/src/VBox/Devices/Audio/AudioMixer.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostALSAAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostDSound.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostNullAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostOSSAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) * trunk/src/VBox/Devices/Audio/alsa_stubs.c (modified) * trunk/src/VBox/Devices/Audio/pulse_stubs.c (modified) * trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) Audio: Remove DEV_AUDIO logging group and split it up into per device ... Thu, 25 Jun 2015 11:31:10 GMT vboxsync [56636] * trunk/src/VBox/Main/glue/tests/TestVBox.java (modified) * trunk/src/VBox/Main/glue/tests/TestVBoxNATEngine.java (modified) Main/glue/tests: add some comments to the java sample code, and clean ... Wed, 24 Jun 2015 17:18:45 GMT vboxsync [56625] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/glue/tests/TestVBox.java (modified) doc/SDKRef: Document how to run the system event queue when using the ... Wed, 24 Jun 2015 09:58:45 GMT vboxsync [56616] * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: GuestDnDTargetImpl.cpp: Use destination paths for data block. Wed, 24 Jun 2015 09:26:53 GMT vboxsync [56615] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) Main: build fixes Tue, 23 Jun 2015 17:36:23 GMT vboxsync [56610] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: add stub of a new method which will apply the VM ... Tue, 23 Jun 2015 11:53:43 GMT vboxsync [56600] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main/webservice: more Windows build fixing Tue, 23 Jun 2015 11:52:10 GMT vboxsync [56599] * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) Warning fix (32-bit Windows). Tue, 23 Jun 2015 11:48:55 GMT vboxsync [56598] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main/webservice: windows build fix Tue, 23 Jun 2015 11:27:49 GMT vboxsync [56597] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main/webservice: make an attempt at gracefully handling webservice ... Tue, 23 Jun 2015 11:25:11 GMT vboxsync [56596] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) Main/idl: change the unit of "reservedAttributes" from read-write ... Tue, 23 Jun 2015 11:23:17 GMT vboxsync [56595] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) Main/Machine+ProgresProxy: for the few things not handled by the ... Mon, 22 Jun 2015 20:16:21 GMT vboxsync [56588] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/idl: reserved method/attribute fine tuning now that more ... Mon, 22 Jun 2015 19:31:59 GMT vboxsync [56587] * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/PerformanceImpl.h (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/xpcom/server.cpp (modified) Main/Performance: convert to API wrapper usage, and quite a bit of ... Mon, 22 Jun 2015 17:10:24 GMT vboxsync [56584] * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) Main/RemoteUSBDevice: convert to API wrapper usage Mon, 22 Jun 2015 17:03:22 GMT vboxsync [56583] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: LogRel nit and todo has been addressed. Mon, 22 Jun 2015 16:56:16 GMT vboxsync [56582] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/Console: make resume attempts over the API fail with a ... Mon, 22 Jun 2015 16:48:38 GMT vboxsync [56581] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/ConsoleImpl: ignore 'regular' VM-resume requests when the VM has ... Mon, 22 Jun 2015 15:08:04 GMT vboxsync [56577] * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) Main/MachineImplCloneVM.cpp: fix cloning of VMs with floppy (handled ... Mon, 22 Jun 2015 12:22:07 GMT vboxsync [56574] * trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp (modified) Main/ProgressProxy: eliminate unnecessary includes Sat, 20 Jun 2015 17:15:56 GMT vboxsync [56567] * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) IMachineDebugger: Fixed getters for LogDbgFlags, LogRelFlags, ... Fri, 19 Jun 2015 14:39:16 GMT vboxsync [56563] * trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp (modified) Main/Main/src-server/MachineImplCloneVM: fix a collection of bugs ... Fri, 19 Jun 2015 10:24:08 GMT vboxsync [56554] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD/Main: Wait a bit longer when checking for pending guest->host ... Fri, 19 Jun 2015 10:21:53 GMT vboxsync [56553] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD/Main: Update for error messages. Fri, 19 Jun 2015 09:34:18 GMT vboxsync [56552] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) ConsoleImpl: use doxygen for todo. Fri, 19 Jun 2015 09:32:20 GMT vboxsync [56551] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMMR3.def (modified) Main/src-client: Don't resume a VM on host-resume unless it was ... Thu, 18 Jun 2015 13:25:55 GMT vboxsync [56523] * trunk/src/VBox/Main/idl/VirtualBox.dtd (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/idl: fix a few missing tags, and keep the DTD up to date. Thu, 18 Jun 2015 12:34:47 GMT vboxsync [56516] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: Save audio codec settings (see #7902). Thu, 18 Jun 2015 12:00:19 GMT vboxsync [56512] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/AC97: Propagate codec model setting through CFGM. Thu, 18 Jun 2015 11:37:04 GMT vboxsync [56506] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD: Main: GuestDnDSourceImpl.cpp: More code for guest error handling. Thu, 18 Jun 2015 10:28:28 GMT vboxsync [56494] * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD: GuestDnDPrivate.cpp: Don't bail out too early when waiting for ... Thu, 18 Jun 2015 09:56:09 GMT vboxsync [56492] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: Raised the default RAM size of common Linux distributions from ... Wed, 17 Jun 2015 15:13:04 GMT vboxsync [56480] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Cleaned up leftovers. Wed, 17 Jun 2015 14:15:53 GMT vboxsync [56477] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/StorageController: Eliminate leftovers from the SATA IDE ... Wed, 17 Jun 2015 11:09:53 GMT vboxsync [56474] * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) Main/Medium: Don't log an error when the medium is not configured for ... Wed, 17 Jun 2015 08:50:35 GMT vboxsync [56470] * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main: when reporting the guest CPU metrics, use the average between ... Wed, 17 Jun 2015 07:12:16 GMT vboxsync [56468] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main/Display: update seamless rectangles if window origin changes. Tue, 16 Jun 2015 16:24:14 GMT vboxsync [56459] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/Global.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) * trunk/src/VBox/Main/src-all/Global.cpp (modified) * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/GuestOSTypeImpl.cpp (modified) Main: Added audio codec type property, including recommended type. Tue, 16 Jun 2015 13:21:07 GMT vboxsync [56450] * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) Main: Style Tue, 16 Jun 2015 13:14:36 GMT vboxsync [56449] * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) Main/Session: Additional assertion for previous fix Tue, 16 Jun 2015 13:09:31 GMT vboxsync [56448] * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) Main/Session: Fix possible deadlock in Session:i_unlockMachine(). ... Tue, 16 Jun 2015 11:37:40 GMT vboxsync [56447] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: Default to SATA DVD drives for Windows Vista and later. Mon, 15 Jun 2015 09:30:51 GMT vboxsync [56423] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) typo Fri, 12 Jun 2015 20:44:16 GMT vboxsync [56398] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) IVirtualBox: Added APIRevision attribute for the ValidationKit, ... Fri, 12 Jun 2015 19:34:07 GMT vboxsync [56397] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) VirtualBox.xidl: Some rainy day insurance. Fri, 12 Jun 2015 18:02:06 GMT vboxsync [56396] * trunk/src/VBox/Main/cbinding/capiidl.xsl (modified) * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) Main/idl: introduce attributes to define how many reserved ... Thu, 11 Jun 2015 18:13:21 GMT vboxsync [56372] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) ISystemProperties: Added rawModeSupported attribute for querying ... Wed, 10 Jun 2015 07:25:50 GMT vboxsync [56328] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) * trunk/src/VBox/Main/idl/comimpl.xsl (modified) (c) in generated headers Tue, 09 Jun 2015 22:55:53 GMT vboxsync [56319] * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsService.cpp (modified) * trunk/src/VBox/Main/src-server/HostDnsService.h (modified) whitespace (tabs!) Tue, 09 Jun 2015 18:54:02 GMT vboxsync [56307] * trunk/src/VBox/Main/src-server/ApplianceImplIO.cpp (modified) Main/Appliance: fixed reference counting Tue, 09 Jun 2015 18:01:46 GMT vboxsync [56306] * trunk/src/VBox/Main/glue/glue-java.xsl (modified) Main/glue/glue-java.xsl: add method ... Tue, 09 Jun 2015 14:38:36 GMT vboxsync [56301] * trunk/Makefile.kmk (modified) * trunk/debian/LocalConfig.kmk (modified) * trunk/doc/manual/Makefile.kmk (modified) * trunk/src/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Mouse/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Mouse/NT4/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Mouse/NT5/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/np/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxCredProv/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxCredProv/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk (modified) * trunk/src/VBox/Additions/darwin/Installer/Makefile.kmk (modified) * trunk/src/VBox/Additions/darwin/Makefile.kmk (modified) * trunk/src/VBox/Additions/darwin/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/Additions/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Additions/freebsd/drm/Makefile.kmk (modified) * trunk/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/VBoxMouse/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/VBoxVideo/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/VBoxVideo/accelerant/Makefile.kmk (modified) * trunk/src/VBox/Additions/haiku/VBoxVideo/driver/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/drm/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/DRM/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/Mouse/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/Virtio/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/x11stubs/Makefile.kmk (modified) * trunk/src/VBox/Frontends/Common/Makefile.kmk (modified) * trunk/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk (modified) * trunk/src/VBox/Frontends/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxBalloonCtrl/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxFB/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxShell/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk (modified) * trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/DragAndDrop/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestControl/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestProperties/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/HostChannel/Makefile.kmk (modified) * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/auth/Makefile.kmk (modified) * trunk/src/VBox/HostServices/testcase/Makefile.kmk (modified) * trunk/src/VBox/ImageMounter/VBoxFUSE/Makefile.kmk (modified) * trunk/src/VBox/Main/Config.kmk (modified) * trunk/src/VBox/Main/cbinding/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Makefile.kmk (modified) * trunk/src/VBox/RDP/client-1.8.3/Makefile.kmk (modified) * trunk/src/VBox/Storage/Debug/Makefile.kmk (modified) * trunk/src/VBox/Storage/Makefile.kmk (modified) * trunk/src/VBox/Storage/testcase/Makefile.kmk (modified) * trunk/src/apps/Makefile.kmk (modified) * trunk/src/apps/adpctl/Makefile.kmk (modified) * trunk/src/apps/svnsync-vbox/Makefile.kmk (modified) * trunk/src/apps/tunctl/Makefile.kmk (modified) * trunk/src/bldprogs/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) * trunk/src/libs/kStuff/Makefile.kmk (modified) * trunk/src/libs/liblzf-3.4/Makefile.kmk (modified) * trunk/src/libs/libpng-1.2.8/Makefile.kmk (modified) * trunk/src/libs/libxml2-2.6.31/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/Config.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/java/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/python/Makefile.kmk (modified) * trunk/src/libs/zlib-1.2.6/Makefile.kmk (modified) * trunk/src/recompiler/Makefile.kmk (modified) * trunk/tools/CommonFetch.kmk (modified) * trunk/tools/Makefile-ose.kmk (modified) * trunk/tools/kBuildTools/VBoxXGccAmd64LinuxGnu.kmk (modified) * trunk/tools/kBuildTools/VBoxXGccX86RedHatLinux.kmk (modified) *.kmk: Updated (C) year. Tue, 09 Jun 2015 09:55:47 GMT vboxsync [56283] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) ConsoleImpl: LogRel nit. Mon, 08 Jun 2015 11:09:23 GMT vboxsync [56273] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Console: detect NDIS version without admin privileges (#7849) Mon, 08 Jun 2015 09:28:58 GMT vboxsync [56269] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Build fix Mon, 08 Jun 2015 09:10:55 GMT vboxsync [56268] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/Console: improved NDIS version detection (#7849) Fri, 05 Jun 2015 10:48:14 GMT vboxsync [56251] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) updates Thu, 04 Jun 2015 21:01:01 GMT vboxsync [56248] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: NetBSD assumes RTC in UTC by default. Thu, 04 Jun 2015 19:04:13 GMT vboxsync [56247] * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) VBoxExtPackHelperApp.cpp: Must use _wfreopen and not freopen on ... Wed, 03 Jun 2015 11:24:42 GMT vboxsync [56216] * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) Main/NetworkAdapter: changing "promisc mode" doesn't need to be ... Wed, 03 Jun 2015 11:02:03 GMT vboxsync [56215] * trunk/src/VBox/Main/include/GuestDnDSourceImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) DnD: GuestDnDSourceImpl: Simpler guest->host accounting; some logging ... Tue, 02 Jun 2015 11:47:55 GMT vboxsync [56202] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main: "32 bit" => "32-bit", "64 bit" => "64-bit" Fri, 29 May 2015 11:56:53 GMT vboxsync [56148] * trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Audio: use the VM name to name PulseAudio streams Thu, 28 May 2015 18:35:33 GMT vboxsync [56142] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: introduce a new "medium config changed" event which was ... Wed, 27 May 2015 13:43:12 GMT vboxsync [56100] * trunk/src/VBox/Main/xml/Settings.cpp (modified) pr6522. added check of settings version. Wed, 27 May 2015 12:48:13 GMT vboxsync [56096] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) pr6522. small refining Wed, 27 May 2015 08:55:54 GMT vboxsync [56088] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) pr6522. First part: added logic which allows to read\save audio ... Tue, 26 May 2015 16:39:58 GMT vboxsync [56085] * trunk/Config.kmk (modified) * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHda.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.cpp (modified) * trunk/src/VBox/Devices/Audio/DevIchHdaCodec.h (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Audio/alsaaudio.c (deleted) * trunk/src/VBox/Devices/Audio/audio.c (deleted) * trunk/src/VBox/Devices/Audio/audio.h (deleted) * trunk/src/VBox/Devices/Audio/audio_int.h (deleted) * trunk/src/VBox/Devices/Audio/audio_template.h (deleted) * trunk/src/VBox/Devices/Audio/audiosniffer.c (deleted) * trunk/src/VBox/Devices/Audio/coreaudio.c (deleted) * trunk/src/VBox/Devices/Audio/dsound_template.h (deleted) * trunk/src/VBox/Devices/Audio/dsoundaudio.c (deleted) * trunk/src/VBox/Devices/Audio/filteraudio.c (deleted) * trunk/src/VBox/Devices/Audio/mixeng.c (deleted) * trunk/src/VBox/Devices/Audio/mixeng.h (deleted) * trunk/src/VBox/Devices/Audio/mixeng_template.h (deleted) * trunk/src/VBox/Devices/Audio/noaudio.c (deleted) * trunk/src/VBox/Devices/Audio/ossaudio.c (deleted) * trunk/src/VBox/Devices/Audio/pulseaudio.c (deleted) * trunk/src/VBox/Devices/Audio/rate_template.h (deleted) * trunk/src/VBox/Devices/Audio/solaudio.c (deleted) * trunk/src/VBox/Devices/Audio/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/Audio/winaudio.c (deleted) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/AudioSnifferInterface.h (deleted) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/AudioSnifferInterface.cpp (deleted) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) PDM/Audio: Removed old audio architecture. Tue, 26 May 2015 13:38:15 GMT vboxsync [56074] * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) Main: GuestDnDPrivate.h: Don't mix allocation stuff. Fri, 22 May 2015 16:03:35 GMT vboxsync [56035] * trunk/doc/manual/en_US/SDKRef.xml (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Machine+USBController+StorageController: Mix of deleting useless ... Fri, 22 May 2015 14:06:29 GMT vboxsync [56030] * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStart.cpp (modified) * trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartStop.cpp (modified) * trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp (modified) * trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxModBallooning.cpp (modified) * trunk/src/VBox/Frontends/VBoxBalloonCtrl/VBoxWatchdog.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrlListener.cpp (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumLock.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/linux/PerformanceLinux.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp (modified) postfix iterator => prefix iterator and stlSize => stlEmpty where ... Thu, 21 May 2015 18:44:52 GMT vboxsync [56019] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/Machine: fix starting (re-attaching case) a "separate" UI