# # ChangeLog for / in vbox # # Generated by Trac 1.4.3.2 # Sep 23, 2024 9:21:54 PM Fri, 29 Jun 2007 16:35:37 GMT vboxsync [3330] * trunk/src/VBox/Main/DVDDriveImpl.cpp (modified) * trunk/src/VBox/Main/DVDImageImpl.cpp (modified) * trunk/src/VBox/Main/FloppyDriveImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/DVDDriveImpl.h (modified) * trunk/src/VBox/Main/include/FloppyDriveImpl.h (modified) Main: Converted DVDDrive and FloppyDrive to the new locking scheme. Fri, 29 Jun 2007 16:31:29 GMT vboxsync [3329] * trunk/src/VBox/Main/include/AutoLock.h (modified) Main: Added AutoLock::maybeRlock()/maybeWlock() in order for ... Thu, 28 Jun 2007 19:57:55 GMT vboxsync [3328] * trunk/configure (modified) configure: fixed gcc version check (deny gcc-4.0); make echo work on ... Thu, 28 Jun 2007 19:45:43 GMT vboxsync [3327] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) Test workaround for badly behaving applications for the Linux clipboard Thu, 28 Jun 2007 16:57:01 GMT vboxsync [3326] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h (modified) Changed snapshot terminology slightly in the VirtualBox GUI Thu, 28 Jun 2007 04:06:44 GMT vboxsync [3325] * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) Added sdlmain back to lib list. Thu, 28 Jun 2007 02:53:14 GMT vboxsync [3324] * trunk/src/VBox/VMM/VMM.cpp (modified) comment. Wed, 27 Jun 2007 20:38:44 GMT vboxsync [3323] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) warnings Wed, 27 Jun 2007 20:27:57 GMT vboxsync [3322] * trunk/src/VBox/Runtime/uniread.cpp (modified) warnings Wed, 27 Jun 2007 17:36:14 GMT vboxsync [3321] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) Linux host clipboard fixes and added compound text to the Linux guest ... Wed, 27 Jun 2007 15:12:10 GMT vboxsync [3320] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: Fixed unsigned/signed warnings. Wed, 27 Jun 2007 14:58:31 GMT vboxsync [3319] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Drop extra newline Wed, 27 Jun 2007 14:58:18 GMT vboxsync [3318] * trunk/include/VBox/com/ErrorInfo.h (modified) Main/Glue: Useful enhancements to com::ErrorInfo[Keeper]. Wed, 27 Jun 2007 14:45:20 GMT vboxsync [3317] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: Improved error handling when opening hard disks using the ... Wed, 27 Jun 2007 12:09:56 GMT vboxsync [3316] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) missing break Wed, 27 Jun 2007 11:54:17 GMT vboxsync [3315] * trunk/src/recompiler/Makefile.kmk (modified) L4 fix Wed, 27 Jun 2007 11:44:57 GMT vboxsync [3314] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) warning Wed, 27 Jun 2007 11:42:44 GMT vboxsync [3313] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp (modified) gcc-4.2 warnings Wed, 27 Jun 2007 11:24:46 GMT vboxsync [3312] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Always enable the assertion overrides in ring 0. (!!) Wed, 27 Jun 2007 11:09:10 GMT vboxsync [3311] * trunk/include/iprt/mem.h (modified) MEMALING = 8, even for L4 Wed, 27 Jun 2007 10:11:43 GMT vboxsync [3310] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) don't flood the release log with messages about failed passthrough ... Wed, 27 Jun 2007 10:01:00 GMT vboxsync [3309] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Missing success return value Wed, 27 Jun 2007 08:53:31 GMT vboxsync [3308] * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) warning Tue, 26 Jun 2007 23:54:32 GMT vboxsync [3307] * trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp (modified) Added a PORTME notice about a potential problem with kernel/user ... Tue, 26 Jun 2007 23:50:54 GMT vboxsync [3306] * trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h (modified) Added a IPRT base fallback implementation for locking and completed ... Tue, 26 Jun 2007 19:39:14 GMT vboxsync [3305] * trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c (modified) change_page_attr was introduced somewhere in the 2.4.21..28 range. ... Tue, 26 Jun 2007 19:23:26 GMT vboxsync [3304] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) likely isn't available in all kernels (like 2.4.18), so stick to what ... Tue, 26 Jun 2007 16:25:37 GMT vboxsync [3303] * trunk/src/VBox/Main/HostUSBDeviceImpl.cpp (modified) warning Tue, 26 Jun 2007 15:50:41 GMT vboxsync [3302] * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: More Machine children use the AutoStateDependency template. Tue, 26 Jun 2007 15:35:26 GMT vboxsync [3301] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Update the MSR_IA32_FEATURE_CONTROL MSR ourselves if it's not locked. Tue, 26 Jun 2007 15:30:12 GMT vboxsync [3300] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: fixed dropping of XPCOM events; make ShowConsoleWindow work