# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Dec 17, 2024 6:05:45 AM Tue, 30 Jan 2007 21:04:06 GMT vboxsync [442] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) comments. Tue, 30 Jan 2007 18:07:31 GMT vboxsync [441] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) FE/Qt: Disabled VRDP UI when IMachine::VRDPServer is not available ... Tue, 30 Jan 2007 17:09:37 GMT vboxsync [440] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) FE/Qt: Fixed spelling. Tue, 30 Jan 2007 17:00:31 GMT vboxsync [439] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Applied the fix to avoid unconditional switching to the ... Tue, 30 Jan 2007 15:47:59 GMT vboxsync [438] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Enabled USB device activity function (doesn't actually work ... Tue, 30 Jan 2007 15:43:16 GMT vboxsync [437] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) Main: Fixed compiler warnings. Tue, 30 Jan 2007 15:42:55 GMT vboxsync [436] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile (modified) * trunk/src/VBox/Main/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/Collection.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/linux/module.cpp (modified) Main: Added USBDevice to the DeviceType enum to provide USB device ... Tue, 30 Jan 2007 14:42:25 GMT vboxsync [435] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) FE/SDL: don't pass mouse clicks to the guest in relative mode if ... Tue, 30 Jan 2007 13:52:31 GMT vboxsync [433] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Fixed IDE for OpenSolaris 10. Tue, 30 Jan 2007 13:47:47 GMT vboxsync [432] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) argument order fixed Tue, 30 Jan 2007 13:44:07 GMT vboxsync [431] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Log the video mode hint only when it is actually delivered to the guest. Tue, 30 Jan 2007 10:14:48 GMT vboxsync [430] * trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c (modified) The VBVA command record must be marked as partial when it is being ... Tue, 30 Jan 2007 09:46:12 GMT vboxsync [429] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Last minute breakage. Tue, 30 Jan 2007 09:42:40 GMT vboxsync [428] * trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h (modified) Update definitions. Tue, 30 Jan 2007 09:39:09 GMT vboxsync [427] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Suspend (and later redo) I/O operations and EMT if the VDI layer ... Tue, 30 Jan 2007 09:27:10 GMT vboxsync [426] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Fixed the fix to the additions installer Tue, 30 Jan 2007 07:55:13 GMT vboxsync [425] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) modifyvdi settype doesn't currently work Mon, 29 Jan 2007 20:05:32 GMT vboxsync [424] * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) Not ~15h. Mon, 29 Jan 2007 19:38:26 GMT vboxsync [423] * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) Made sure that the Linux kernel modules get the right major and minor ... Mon, 29 Jan 2007 19:10:46 GMT vboxsync [422] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Assertion details. Mon, 29 Jan 2007 18:40:07 GMT vboxsync [421] * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMGC/VMMGC.cpp (modified) Stop GCC4 from being 'clever'. Mon, 29 Jan 2007 18:17:06 GMT vboxsync [420] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Don't trust the compiler to give us the right return address address ... Mon, 29 Jan 2007 18:15:31 GMT vboxsync [419] * trunk/src/VBox/VMM/VMM.cpp (modified) Removed the NO_SUPCALLR0VMM for AMD64 and added a hack to sqeeze ... Mon, 29 Jan 2007 18:07:22 GMT vboxsync [418] * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) swapgs on AMD64 entry. Mon, 29 Jan 2007 18:07:00 GMT vboxsync [417] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0Elf.asm (deleted) the thunks aren't needed. Mon, 29 Jan 2007 18:04:13 GMT vboxsync [415] * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) Fixing interrupt dispatching on amd64. Mon, 29 Jan 2007 17:57:59 GMT vboxsync [414] * trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm (modified) Fixed a number of edx/rdx and ebx/rbx mixes. Fixed saving of host DRx ... Mon, 29 Jan 2007 15:07:04 GMT vboxsync [413] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) A frontend must not lock framebuffer on the thread that also does ... Mon, 29 Jan 2007 15:02:53 GMT vboxsync [412] * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) Reset the update event in proper place (similar to r17824, r17825). Mon, 29 Jan 2007 10:51:57 GMT vboxsync [411] * trunk/src/VBox/Additions/linux/module/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) Additional Linux installer makefile fixes Sun, 28 Jan 2007 15:17:24 GMT vboxsync [410] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) added missing include to unbreak module compilation Sun, 28 Jan 2007 15:09:57 GMT vboxsync [409] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) added missing include to unbreak module compilation Sun, 28 Jan 2007 10:46:05 GMT vboxsync [408] * trunk/src/VBox/Runtime/log.cpp (modified) RTThreadSelf() -> RTThreadNativeSelf() for Ring-0. Sun, 28 Jan 2007 09:47:29 GMT vboxsync [407] * trunk/src/VBox/Runtime/table/avl_Base.cpp.h (modified) Another try... Sun, 28 Jan 2007 09:39:29 GMT vboxsync [406] * trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp (modified) Fail the testcase if SUPCallVMMR0 fails. Sun, 28 Jan 2007 09:31:03 GMT vboxsync [405] * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/generic/timer-generic.cpp (modified) We're better off using the generic timer implementation on darwin. I ... Sun, 28 Jan 2007 09:06:18 GMT vboxsync [404] * trunk/src/VBox/Runtime/table/avl_Base.cpp.h (modified) a shot at that apologetic gcc error on amd64... Sun, 28 Jan 2007 08:45:05 GMT vboxsync [403] * trunk/include/iprt/thread.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/generic/sched-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/semsrw-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/timer-generic.cpp (modified) * trunk/src/VBox/Runtime/include/internal/thread.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semaphore-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/thread-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp (copied) * trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c (copied) * trunk/src/VBox/Runtime/r0drv/nt/thread-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/thread2-r0drv-nt.cpp (copied) * trunk/src/VBox/Runtime/r0drv/thread-r0drv.cpp (deleted) * trunk/src/VBox/Runtime/r3/linux/sched-linux.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/sched-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win32/sched-win32.cpp (modified) * trunk/src/VBox/Runtime/thread.cpp (modified) Need RTThreadWait in ring-0 too when using the generic timers, so ... Sun, 28 Jan 2007 08:44:20 GMT vboxsync [402] * trunk/src/VBox/Runtime/table/avl_Base.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_Destroy.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_DoWithAll.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_Enum.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_Get.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_GetBestFit.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_Range.cpp.h (modified) * trunk/src/VBox/Runtime/table/avl_RemoveBestFit.cpp.h (modified) Added missing RTDECL so it'll compile cleanly in Ring-0 on NT where ... Sun, 28 Jan 2007 03:21:49 GMT vboxsync [400] * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) fixed Sun, 28 Jan 2007 03:09:35 GMT vboxsync [399] * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) fixed Sun, 28 Jan 2007 02:36:05 GMT vboxsync [398] * trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp (modified) oops. Sun, 28 Jan 2007 02:34:06 GMT vboxsync [397] * trunk/include/VBox/trpm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Completed most of VBOX_WITHOUT_IDT_PATCHING. (hope I didn't break ... Sun, 28 Jan 2007 01:06:45 GMT vboxsync [396] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) fixed 3 short jumps for nasm. Sun, 28 Jan 2007 00:03:10 GMT vboxsync [395] * trunk/src/VBox/Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp (modified) Log allocation failures. Sun, 28 Jan 2007 00:02:50 GMT vboxsync [394] * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) Use the vm_map_wire mode as it appears to be kinder to heap consumption. Sun, 28 Jan 2007 00:01:57 GMT vboxsync [393] * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) Duh. my bug - a horrible memory leak. Sat, 27 Jan 2007 22:28:29 GMT vboxsync [392] * trunk/include/iprt/memobj.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) Added a process specifier to the APIs dealing with user addresses. Sat, 27 Jan 2007 20:32:56 GMT vboxsync [391] * trunk/src/VBox/Runtime/Makefile (modified) .cpp -> .c Sat, 27 Jan 2007 20:31:39 GMT vboxsync [390] * trunk/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp (modified) iprt/process.h Sat, 27 Jan 2007 20:28:36 GMT vboxsync [389] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) process-r0drv-linux.c needs building too.. Sat, 27 Jan 2007 20:27:26 GMT vboxsync [388] * trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.c (moved) .cpp -> .c Sat, 27 Jan 2007 20:09:16 GMT vboxsync [387] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/win32/SUPDrv-win32.cpp (modified) Use RTR0ProcHandleSelf / RTProcSelf. Implemented clientDied() cleanup ... Sat, 27 Jan 2007 20:09:06 GMT vboxsync [386] * trunk/src/VBox/HostDrivers/Support/testcase/tstPin.cpp (modified) Free the last failure. Sat, 27 Jan 2007 20:05:44 GMT vboxsync [385] * trunk/include/iprt/process.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/include/internal/memobj.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/process-r0drv-linux.cpp (copied) * trunk/src/VBox/Runtime/r0drv/nt/process-r0drv-nt.cpp (copied) * trunk/src/VBox/Runtime/r3/process.cpp (modified) RTProcSelf, RTR0ProcHandleSelf, RTR0PROCESS. Sat, 27 Jan 2007 19:25:25 GMT vboxsync [384] * trunk/src/VBox/Runtime/r0drv/darwin/process-r0drv-darwin.cpp (copied) early commit. Sat, 27 Jan 2007 10:41:48 GMT vboxsync [383] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) added VDI compacting Sat, 27 Jan 2007 10:10:42 GMT vboxsync [382] * trunk/src/VBox/Frontends/VirtualBox (added) * trunk/src/VBox/Frontends/VirtualBox/Makefile (added) * trunk/src/VBox/Frontends/VirtualBox/VBoxGUI.pro (added) * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (added) * trunk/src/VBox/Frontends/VirtualBox/images (added) * trunk/src/VBox/Frontends/VirtualBox/images/about_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/about_600px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/acpi_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/acpi_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/adjust_win_size_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/adjust_win_size_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/auto_resize_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/auto_resize_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_read_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_unmount_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_unmount_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/cd_write_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/delete_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/delete_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_dis_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_cur_state_snapshot_dis_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_snapshot_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_snapshot_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_snapshot_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/discard_snapshot_dis_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/diskim_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/exit_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_read_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_unmount_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_unmount_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fd_write_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fullscreen_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fullscreen_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/guesttools_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/guesttools_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hd_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hd_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hd_read_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hd_write_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/help_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hostkey_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hostkey_captured_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hostkey_captured_pressed_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hostkey_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hostkey_pressed_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico16x01.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico20x01.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico32x01.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico40x01.ico (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico40x01.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/ico64x01.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/machine_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_disable_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_seamless_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_seamless_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/new_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/nw_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/nw_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/nw_read_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/nw_write_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/offline_snapshot_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/online_snapshot_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_dos.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_freebsd.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_l4.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_linux.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_netbsd.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_netware.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_openbsd.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_os2.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_other.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_solaris.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_win2000.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_win2003.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_win31.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_win95.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_win98.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_winme.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_winnt.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_winvista.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/os_winxp.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/pause_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/refresh_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/refresh_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/refresh_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/refresh_disabled_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/reset_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/reset_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/select_file_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/select_file_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/settings_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/settings_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/show_snapshot_details_dis_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/site_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/sound_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/start_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/start_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_aborted_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_discarding_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_paused_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_powered_off_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_restoring_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_running_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_saved_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/state_saving_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/take_snapshot_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/take_snapshot_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/take_snapshot_dis_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/take_snapshot_dis_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/tpixel.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_add_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_add_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_movedown_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_movedown_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_moveup_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_moveup_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_read_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_remove_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_remove_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/usb_write_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_add_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_add_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_add_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_add_disabled_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_new_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_new_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_new_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_new_disabled_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_release_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_release_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_release_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_release_disabled_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_remove_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_remove_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_remove_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vdm_remove_disabled_22px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_delete_dis.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_discard_dis.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_new_dis.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_pause_s.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_settings_dis.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vm_start_dis.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vmw_new_harddisk.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vmw_new_welcome.png (added) * trunk/src/VBox/Frontends/VirtualBox/include (added) * trunk/src/VBox/Frontends/VirtualBox/include/CIShared.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/COMDefs.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIStateIndicator.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIStatusBar.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/QIWidgetValidator.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMListBox.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VMGlobalSettings.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/XKeyboard.h (added) * trunk/src/VBox/Frontends/VirtualBox/nls (added) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (added) * trunk/src/VBox/Frontends/VirtualBox/src (added) * trunk/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/Makefile.kmk (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIHotKeyEdit.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIMessageBox.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIRichLabel.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIStateIndicator.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIStatusBar.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QIWidgetValidator.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMListBox.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/VMGlobalSettings.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/linux (added) * trunk/src/VBox/Frontends/VirtualBox/src/linux/XKeyboard.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.c (added) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard_outofwine.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/win32 (added) * trunk/src/VBox/Frontends/VirtualBox/src/win32/VirtualBox.rc (added) * trunk/src/VBox/Frontends/VirtualBox/ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/Makefile.kmk (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxCloseVMDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotDetailsDlg.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxTakeSnapshotDlg.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxUSBFilterSettings.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMNetworkSettings.ui.h (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (added) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (added) export to OSE again Sat, 27 Jan 2007 10:06:14 GMT vboxsync [381] * trunk/src/VBox/Frontends/VirtualBox (deleted) undo experiment Sat, 27 Jan 2007 10:01:08 GMT vboxsync [380] * trunk/src/VBox/Frontends/VirtualBox (added) export to OSE again Sat, 27 Jan 2007 09:58:09 GMT vboxsync [379] * trunk/src/VBox/Frontends/VirtualBox (deleted) removed from OSD (temporarily) Sat, 27 Jan 2007 03:54:16 GMT vboxsync [378] * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (moved) client/provider stuff (not complete). And some bugfixes. Sat, 27 Jan 2007 03:48:18 GMT vboxsync [377] * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h (modified) vm_map_wire/vm_map_unwire (alternative that didn't make any ... Fri, 26 Jan 2007 19:18:45 GMT vboxsync [375] * trunk/src/VBox/Additions/linux/module/Makefile.module (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) Fixed the kernel module makefiles for OpenSUSE's non-standard build ... Fri, 26 Jan 2007 19:11:54 GMT vboxsync [374] * trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c (modified) Fixed a couple of warnings in the Linux guest graphic driver Fri, 26 Jan 2007 17:47:30 GMT vboxsync [370] * trunk/src/VBox/Frontends/VirtualBox/Makefile (modified) * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/images/about_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) FE/Qt: Icon update from Ivan (Consoel->VM, VDM). Fri, 26 Jan 2007 17:38:59 GMT vboxsync [369] * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) Lowered maximum number of invalid patch writes. Fri, 26 Jan 2007 17:17:55 GMT vboxsync [368] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: USB filters from templates: use the device name as the initial ... Fri, 26 Jan 2007 17:06:04 GMT vboxsync [367] * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) * trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp (modified) Changed counting of patch page writes. Fri, 26 Jan 2007 16:57:01 GMT vboxsync [366] * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Audio/audio_int.h (modified) * trunk/src/VBox/Devices/Audio/dsoundaudio.c (modified) * trunk/src/VBox/Devices/Audio/ossaudio.c (modified) made mixing of pcm_in work Fri, 26 Jan 2007 16:47:28 GMT vboxsync [365] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Fixed: The USB device tooltip were not changed after moving ... Fri, 26 Jan 2007 16:41:23 GMT vboxsync [364] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Added USB filter templates to the USB page of the VM Settings ... Fri, 26 Jan 2007 16:27:01 GMT vboxsync [363] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) FE/Qt: Moved highlight() from VBoxProblemReporter to VBoxGlobal. Fri, 26 Jan 2007 15:23:09 GMT vboxsync [362] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: Fixed GCC warning. Fri, 26 Jan 2007 15:20:38 GMT vboxsync [361] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: Corrected HardDisk error message text. Fri, 26 Jan 2007 15:10:55 GMT vboxsync [360] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Fixed the no polling code. Fri, 26 Jan 2007 15:07:58 GMT vboxsync [359] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: Updated IHardDisk::accessible docs. Fri, 26 Jan 2007 14:53:21 GMT vboxsync [358] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) Main: Hard disk consistensy errors such as UUID mismatch are now also ... Fri, 26 Jan 2007 14:46:16 GMT vboxsync [357] * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: Added VirtualBoxSupportErrorInfoImpl::setErrorBstr() and ... Fri, 26 Jan 2007 14:15:26 GMT vboxsync [356] * trunk/src/VBox/Devices/Audio/ossaudio.c (modified) some more detailed LogRel about the reason why opening an OSS audio ... Fri, 26 Jan 2007 14:14:21 GMT vboxsync [355] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Audio/audio.h (modified) * trunk/src/VBox/Devices/Audio/audio_int.h (modified) * trunk/src/VBox/Devices/Audio/mixeng.c (modified) * trunk/src/VBox/Devices/Audio/mixeng.h (modified) * trunk/src/VBox/Devices/Audio/mixeng_template.h (modified) activated soft volume mixing Fri, 26 Jan 2007 13:22:06 GMT vboxsync [354] * trunk/src/VBox/VMM/PATM/PATMA.asm (modified) Short jump out of range for OS X. Fri, 26 Jan 2007 12:23:19 GMT vboxsync [352] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxvfs.sh (modified) Linux installer tidy-ups Fri, 26 Jan 2007 10:49:57 GMT vboxsync [351] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/include/HardDiskImpl.h (modified) Main: Fixed: HVirtualDiskImage::geAccessible() blocked all other ... Fri, 26 Jan 2007 10:37:16 GMT vboxsync [350] * trunk/src/VBox/Additions/linux/installer/vboxadd-timesync.sh (modified) * trunk/src/VBox/Additions/linux/installer/vboxadd.sh (modified) More installer script fixes Fri, 26 Jan 2007 09:49:37 GMT vboxsync [349] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) Correction. Fri, 26 Jan 2007 09:38:22 GMT vboxsync [348] * trunk/src/VBox/VMM/TRPM.cpp (modified) Bumped SSM version Fri, 26 Jan 2007 09:36:22 GMT vboxsync [347] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAMInternal.h (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/SELM.cpp (modified) * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/TRPMInternal.mac (modified) Rewrote and simplified interrupt handler patching. Fri, 26 Jan 2007 08:43:55 GMT vboxsync [345] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) made the Makefile compatible with (older) GNU make again to fix our ... Fri, 26 Jan 2007 03:09:21 GMT vboxsync [344] * trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk (modified) don't attempt building this on amd64 (needs some compiler config that ... Fri, 26 Jan 2007 00:52:22 GMT vboxsync [342] * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) typo Fri, 26 Jan 2007 00:49:23 GMT vboxsync [341] * trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp (modified) Allocate exec memory in the first 2GB on linux. (bit of a hack currently) Thu, 25 Jan 2007 23:22:02 GMT vboxsync [339] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) Removed int3+ret blocking interrupt gate calls on Linux/GNU (amd64). Thu, 25 Jan 2007 23:20:25 GMT vboxsync [338] * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) CPUMSetGuestDR*() takes a RTGCUINTREG not a RTUINTREG. Thu, 25 Jan 2007 23:19:32 GMT vboxsync [337] * trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified) Can't push 64-bit labels. Thu, 25 Jan 2007 20:50:53 GMT vboxsync [333] * trunk/src/VBox/Frontends/VirtualBox/Makefile (modified) disabled VBOX_GUI_USE_QIMAGE for Linux release mode again (I ... Thu, 25 Jan 2007 20:49:05 GMT vboxsync [332] * trunk/include/VBox/pdm.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) introduced PDMDevHlpGetVM() Thu, 25 Jan 2007 20:47:51 GMT vboxsync [331] * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/include/iprt/stdint.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/HostDrivers/Support/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/Runtime/Makefile (modified) * trunk/src/VBox/Runtime/alloc/heapsimple.cpp (modified) * trunk/src/VBox/Runtime/include/internal/initterm.h (modified) * trunk/src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c (copied) * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (copied) Bool and AMD64 hacking. Thu, 25 Jan 2007 20:00:33 GMT vboxsync [330] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) unbroke OSE Thu, 25 Jan 2007 19:56:10 GMT vboxsync [329] * trunk/src/VBox/Runtime/alloc/heapsimple.cpp (added) test