# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Feb 7, 2025 6:25:49 AM Mon, 02 Jul 2007 13:34:22 GMT vboxsync [3349] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) FE/Qt: Fixed focus traversal order on the Network page of the VM ... Mon, 02 Jul 2007 12:44:39 GMT vboxsync [3348] * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/DVDDriveImpl.cpp (modified) * trunk/src/VBox/Main/FloppyDriveImpl.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) Main: Converted AudioAdapter and NetworkAdapter to the new locking ... Mon, 02 Jul 2007 11:40:37 GMT vboxsync [3347] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Enable shared opengl service Mon, 02 Jul 2007 11:39:18 GMT vboxsync [3346] * trunk/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp (modified) Indent Mon, 02 Jul 2007 10:15:13 GMT vboxsync [3345] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Automatically enable HGCM host events, when the guest issues HGCM ... Mon, 02 Jul 2007 10:01:35 GMT vboxsync [3344] * trunk/src/VBox/HostServices/SharedClipboard/VBoxClipboard.h (added) Export to OSE. Mon, 02 Jul 2007 09:45:39 GMT vboxsync [3342] * trunk/src/VBox/Makefile.kmk (modified) Wrong order Mon, 02 Jul 2007 09:29:37 GMT vboxsync [3340] * trunk/src/VBox/Makefile.kmk (modified) Always build HostServies Mon, 02 Jul 2007 09:26:05 GMT vboxsync [3339] * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/MesaGL.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexAsync.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLComplexSync.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLLookup.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleAsync.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/OGLSimpleSync.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxCmd.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxICDList.h (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.def (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.h (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/VBoxOGL.rc (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/dllmain.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/drv.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstOGLSample.cpp (added) * trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/tstShOpenGL.cpp (added) Export to OSE Mon, 02 Jul 2007 09:24:16 GMT vboxsync [3338] * trunk/src/VBox/HostServices (added) * trunk/src/VBox/HostServices/Makefile.kmk (added) * trunk/src/VBox/HostServices/SharedClipboard (added) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (added) * trunk/src/VBox/HostServices/SharedClipboard/linux.cpp (added) * trunk/src/VBox/HostServices/SharedClipboard/service.cpp (added) * trunk/src/VBox/HostServices/SharedClipboard/win32.cpp (added) * trunk/src/VBox/HostServices/SharedFolders (added) * trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk (added) * trunk/src/VBox/HostServices/SharedFolders/mappings.cpp (added) * trunk/src/VBox/HostServices/SharedFolders/mappings.h (added) * trunk/src/VBox/HostServices/SharedFolders/service.cpp (added) * trunk/src/VBox/HostServices/SharedFolders/shfl.h (added) * trunk/src/VBox/HostServices/SharedFolders/shflhandle.cpp (added) * trunk/src/VBox/HostServices/SharedFolders/shflhandle.h (added) * trunk/src/VBox/HostServices/SharedFolders/shflsvc.h (added) * trunk/src/VBox/HostServices/SharedFolders/testcase (added) * trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk (added) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflSizes.cpp (added) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (added) * trunk/src/VBox/HostServices/SharedFolders/vbsf.h (added) * trunk/src/VBox/HostServices/SharedOpenGL (added) * trunk/src/VBox/HostServices/SharedOpenGL/HostOGLComplexAsync.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/HostOGLComplexSync.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleAsync.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/HostOGLSimpleSync.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (added) * trunk/src/VBox/HostServices/SharedOpenGL/gldrv.h (added) * trunk/src/VBox/HostServices/SharedOpenGL/gllindrv.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/service.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.cpp (added) * trunk/src/VBox/HostServices/SharedOpenGL/vboxgl.h (added) Export HostServices Mon, 02 Jul 2007 07:50:45 GMT vboxsync [3337] * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) Build OpenGL ICD Sat, 30 Jun 2007 18:33:37 GMT vboxsync [3336] * trunk/src/VBox/Runtime/r0drv/os2/os2imports.imp (modified) two more imports. Sat, 30 Jun 2007 12:23:58 GMT vboxsync [3335] * trunk/src/VBox/Runtime/os2/sys0.asm (modified) segment start lables. Sat, 30 Jun 2007 12:23:25 GMT vboxsync [3334] * trunk/src/VBox/Runtime/r0drv/os2/semevent-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/semeventmulti-r0drv-os2.cpp (modified) Fixed inverted interrupt[ia]ble test. Sat, 30 Jun 2007 12:21:41 GMT vboxsync [3333] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) VbglR3Clipboard*. Fri, 29 Jun 2007 17:12:10 GMT vboxsync [3332] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) Linux clipboard fix for X11 64bit weirdness Fri, 29 Jun 2007 16:36:20 GMT vboxsync [3331] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified) FE/Qt: Fixed Russian wording. 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: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: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 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 Tue, 26 Jun 2007 14:49:19 GMT vboxsync [3299] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Changed error code for vmxon failures. Tue, 26 Jun 2007 14:41:31 GMT vboxsync [3297] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: Changed indent from 4 to 2 chars. Tue, 26 Jun 2007 14:33:24 GMT vboxsync [3296] * trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp (modified) cosmetics Tue, 26 Jun 2007 14:26:18 GMT vboxsync [3295] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) fixed compile errors Tue, 26 Jun 2007 14:25:06 GMT vboxsync [3294] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Get rid of redundant logging Tue, 26 Jun 2007 14:19:25 GMT vboxsync [3293] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Log MSR_IA32_FEATURE_CONTROL as well Tue, 26 Jun 2007 14:15:29 GMT vboxsync [3292] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Write the exact reason for VMX/SVM detection failure to the release log. Tue, 26 Jun 2007 14:04:50 GMT vboxsync [3290] * trunk/src/VBox/Devices/Graphics/BIOS/vbe.c (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.h (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c (modified) Implemented VBE function 0x4F09, set/get palette data. Used by Quake, ... Tue, 26 Jun 2007 13:56:26 GMT vboxsync [3289] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Helper.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Helper.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h (modified) FE/SDL: Improved SDL event handling. Don't enqueue further XPCOM ... Tue, 26 Jun 2007 12:19:05 GMT vboxsync [3288] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) Main: More precise check of whether the VM is running or not when USB ... Tue, 26 Jun 2007 12:16:24 GMT vboxsync [3287] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) Updated the Linux shared clipboard code to provide absolutely minimal ... Tue, 26 Jun 2007 11:59:26 GMT vboxsync [3286] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) bugfix Tue, 26 Jun 2007 11:26:29 GMT vboxsync [3285] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Added VMMDevReq_LogString. Debug only feature. Tue, 26 Jun 2007 03:09:26 GMT vboxsync [3282] * trunk/src/VBox/Runtime/r0drv/os2/os2imports.imp (modified) FSHELPER. Mon, 25 Jun 2007 15:28:24 GMT vboxsync [3279] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Log VMXON failures Mon, 25 Jun 2007 15:27:23 GMT vboxsync [3278] * trunk/include/VBox/vrdpapi.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBBackend.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) Removed some obsolete VRDP code. Mon, 25 Jun 2007 15:25:06 GMT vboxsync [3277] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt: Spelling. Mon, 25 Jun 2007 14:36:15 GMT vboxsync [3276] * trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp (modified) XPCOM/IPC/DConnect: Restored and fixed r21798. Mon, 25 Jun 2007 14:12:43 GMT vboxsync [3275] * 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) FE/Qt: Simplified VBoxGlobal::startMachine(). Mon, 25 Jun 2007 14:07:52 GMT vboxsync [3274] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) Internal Network: Don't echo outgoing packets to the sender in ... Mon, 25 Jun 2007 11:45:29 GMT vboxsync [3273] * trunk/src/VBox/VMM/VMEmt.cpp (modified) Switch to the new halt method. potentially risky. Mon, 25 Jun 2007 11:42:00 GMT vboxsync [3272] * trunk/src/VBox/VMM/TM.cpp (modified) lag to release log. Mon, 25 Jun 2007 10:53:16 GMT vboxsync [3271] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) * trunk/src/VBox/Frontends/VirtualBox/nls/qt_fi.ts (modified) FE/Qt: Updated Finnish and French translations. Mon, 25 Jun 2007 09:42:44 GMT vboxsync [3270] * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c (modified) Removed code from the xorg 7 video Additions which uses a function ... Mon, 25 Jun 2007 09:23:32 GMT vboxsync [3268] * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_13.c (moved) * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c (modified) And moved it over to vboxvideo_13.c Mon, 25 Jun 2007 09:22:21 GMT vboxsync [3267] * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c (copied) Restored the old X11 Additions video driver in order to preserve its ... Mon, 25 Jun 2007 09:19:09 GMT vboxsync [3266] * trunk/src/VBox/Runtime/Makefile.kmk (modified) build runtimeos2guestr3.lib Mon, 25 Jun 2007 08:50:42 GMT vboxsync [3265] * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) NACK mouse commands we don't implement (not doing so slows down OS/2 ... Mon, 25 Jun 2007 07:52:45 GMT vboxsync [3262] * trunk/src/VBox/Additions/linux/x11include/1.3 (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11 (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/Xfuncproto.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/extensions (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/extensions/dpms.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/extensions/randr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/extensions/render.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/extensions/renderproto.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/fonts (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/fonts/font.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/fonts/fontproto.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/fonts/fontstruct.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/X11/fonts/fsmasks.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/Pci.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/afb.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/bstore.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/bstorestr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/colormap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/colormapst.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/compiler.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/cursor.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/cursorstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/damage.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/damagestr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/dgaproc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/dix.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/edid.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/fb.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/fbrop.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/gc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/gcstruct.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/globals.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/glyphstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/input.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mfb.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mfbmap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mfbunmap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mi.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mibank.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mibstore.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mibstorest.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/micmap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/micoord.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/migc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/mipointer.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/misc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/miscstruct.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/opaque.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/os.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/picture.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/picturestr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/pixmap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/pixmapstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/property.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/propertyst.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/region.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/regionstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/resource.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/screenint.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/scrnintstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/servermd.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/shadow.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/shadowfb.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/validate.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/vbe.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/vbeModes.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/vdif.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/vgaHW.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/window.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/windowstr.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf1bpp.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf4bpp.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Cursor.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86DDC.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Module.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Opt.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Pci.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86PciInfo.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86RAC.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Resources.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86Version.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86_OSproc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86_ansic.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86_libc.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86cmap.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86i2c.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86int10.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xf86str.h (added) * trunk/src/VBox/Additions/linux/x11include/1.3/xorg/xorg-server.h (added) export files Mon, 25 Jun 2007 07:46:57 GMT vboxsync [3261] * trunk/src/VBox/Additions/linux/xgraphics/Imakefile (added) * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_13.c (added) * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_68.c (added) * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo_70.c (added) export files Mon, 25 Jun 2007 07:39:42 GMT vboxsync [3260] * trunk/src/VBox/Additions/WINNT/VBoxService/helpers.cpp (added) * trunk/src/VBox/Additions/WINNT/VBoxService/helpers.h (added) export files Mon, 25 Jun 2007 07:38:30 GMT vboxsync [3259] * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) no network driver in OSE yet Sun, 24 Jun 2007 07:50:09 GMT vboxsync [3258] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) Don't clear REG_B_UIE when REG_B_SET is written as this breaks OS/2 ... Sun, 24 Jun 2007 06:41:16 GMT vboxsync [3257] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) rtc_timer_update is called on every timer tick, so don't attempt ... Sun, 24 Jun 2007 06:06:21 GMT vboxsync [3256] * trunk/src/VBox/Runtime/strformatrt.cpp (modified) RTTIMESPEC is signed. Sun, 24 Jun 2007 03:08:14 GMT vboxsync [3254] * trunk/src/VBox/Runtime/time.cpp (modified) Fixed overflow detection. Sun, 24 Jun 2007 03:08:01 GMT vboxsync [3253] * trunk/src/VBox/Runtime/strformatrt.cpp (modified) fixed RDtimespec Sun, 24 Jun 2007 02:33:14 GMT vboxsync [3252] * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) hrm. Sun, 24 Jun 2007 01:58:57 GMT vboxsync [3251] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) Virgin (untested) timesync service code. Sun, 24 Jun 2007 01:46:12 GMT vboxsync [3249] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) VBox ring-3 template and runtime. Sat, 23 Jun 2007 20:13:49 GMT vboxsync [3248] * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c (deleted) Removed the old Linux Additions video driver file Sat, 23 Jun 2007 20:12:36 GMT vboxsync [3247] * trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk (modified) Fixed the makefile for the Linux Additions video driver Sat, 23 Jun 2007 17:24:37 GMT vboxsync [3246] * trunk/src/VBox/Additions/linux/xgraphics/vboxvideo.c (modified) Added and additional xorg server header file Sat, 23 Jun 2007 17:10:19 GMT vboxsync [3245] * trunk/src/VBox/Additions/linux/xgraphics/Makefile.kmk (modified) Forgot a file in the last commit Sat, 23 Jun 2007 17:09:50 GMT vboxsync [3244] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) Updated the Linux additions to work with xorg server 1.3 and moved ... Sat, 23 Jun 2007 00:35:15 GMT vboxsync [3239] * trunk/src/VBox/Runtime/strformatrt.cpp (modified) Added current context (CC) variations on the RG/RG types; ... Fri, 22 Jun 2007 20:27:17 GMT vboxsync [3238] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Keep the AssertMsg1/2 overrides separate from the no ring-0 assertion ... Fri, 22 Jun 2007 20:21:36 GMT vboxsync [3237] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Set size and version after memsetting the VMMDev RAM on reset. ... Fri, 22 Jun 2007 20:15:08 GMT vboxsync [3236] * trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp (modified) comment. Fri, 22 Jun 2007 17:05:24 GMT vboxsync [3235] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c (modified) Backed out 22205 & 22203 Fri, 22 Jun 2007 11:38:11 GMT vboxsync [3232] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h (modified) Make VT-x/AMD-V feature enabled by default for newly created ... Fri, 22 Jun 2007 09:37:41 GMT vboxsync [3231] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) Removed obsolete winmm audio option Fri, 22 Jun 2007 08:55:03 GMT vboxsync [3230] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c (modified) Correction Fri, 22 Jun 2007 08:53:10 GMT vboxsync [3228] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c (modified) Preparations for mapping a guest case-insensitive fs on a host case ... Fri, 22 Jun 2007 06:56:58 GMT vboxsync [3227] * trunk/src/VBox/Main/DisplayImpl.cpp (modified) warning