# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Feb 1, 2025 8:41:47 AM Thu, 06 Dec 2007 14:09:40 GMT vboxsync [5987] * trunk/src/VBox/Main/xml/cfgldr.cpp (modified) Main: Use RTTime* API for time processing. Thu, 06 Dec 2007 14:07:26 GMT vboxsync [5986] * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) a little bit more specific Thu, 06 Dec 2007 14:05:25 GMT vboxsync [5985] * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) Linux support module: print version of module into kernel log when ... Thu, 06 Dec 2007 13:06:54 GMT vboxsync [5984] * trunk/src/VBox/Additions/linux/sharedfolders/regops.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/utils.c (modified) * trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.h (modified) Linux Additions: implemented a simple sendfile using Linux kernel ... Thu, 06 Dec 2007 12:06:53 GMT vboxsync [5983] * trunk/src/VBox/Main/Makefile.kmk (modified) VRDP cleanup. Thu, 06 Dec 2007 11:08:42 GMT vboxsync [5982] * trunk/Config.kmk (modified) * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/vrdpapi.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdpbmp.c (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/RemoteUSBBackend.h (modified) Removed obsolete VRDP server interface that used COM. Thu, 06 Dec 2007 10:56:45 GMT vboxsync [5981] * trunk/src/VBox/Frontends/VBoxBFE/ico64x01.pnm (added) forgot this Thu, 06 Dec 2007 10:38:35 GMT vboxsync [5980] * trunk/src/VBox/Devices/Audio/solaudio.c (modified) Fixed debug build. Thu, 06 Dec 2007 10:10:20 GMT vboxsync [5979] * trunk/src/VBox/Frontends/VBoxBFE/HGCM.cpp (added) * trunk/src/VBox/Frontends/VBoxBFE/HGCM.h (added) * trunk/src/VBox/Frontends/VBoxBFE/HGCMObjects.cpp (added) * trunk/src/VBox/Frontends/VBoxBFE/HGCMObjects.h (added) * trunk/src/VBox/Frontends/VBoxBFE/HGCMThread.cpp (added) * trunk/src/VBox/Frontends/VBoxBFE/HGCMThread.h (added) * trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp (added) * trunk/src/VBox/Frontends/VBoxBFE/VMControl.h (added) VBoxBFE: export HGCM and VMControl Thu, 06 Dec 2007 07:33:42 GMT vboxsync [5978] * trunk/src/VBox/Runtime/common/time/time.cpp (modified) gcc warning Thu, 06 Dec 2007 05:48:57 GMT vboxsync [5977] * trunk/src/VBox/Devices/Audio/solaudio.c (added) * trunk/src/VBox/Devices/Makefile.kmk (modified) Fixed incorrect disable, exported solaudio to OSE. Thu, 06 Dec 2007 04:25:40 GMT vboxsync [5976] * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) Removed the tests for KMK_USE_REDIRECT, KMK_USE_TEST, KMK_NEW_SED and ... Thu, 06 Dec 2007 02:45:22 GMT vboxsync [5975] * trunk/src/VBox/Runtime/common/time/time.cpp (modified) removed left over #if 1. Thu, 06 Dec 2007 02:43:18 GMT vboxsync [5974] * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/common/time/time.cpp (modified) * trunk/src/VBox/Runtime/generic/RTTimeLocalDeltaNano-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTTimeLocalExplode-generic.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstTimeSpec.cpp (modified) Implemented RTTimeNormalize. Added a offUTC field to RTTIME (only ... Wed, 05 Dec 2007 21:41:22 GMT vboxsync [5973] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) FE/Qt: Fixed a couple of stuck host key regressions (see #2496, r26142). Wed, 05 Dec 2007 19:26:21 GMT vboxsync [5972] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) When the OHCI controller is alone, employ the 2.0 -> 1.1 hack to stop ... Wed, 05 Dec 2007 19:25:00 GMT vboxsync [5971] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) Use the new RT_C_* stuff in iprt/ctype.h. Made VBOX_LOG='*usb*=~0' ... Wed, 05 Dec 2007 18:34:07 GMT vboxsync [5969] * trunk/src/VBox/Main/xml/cfgldr.cpp (modified) Main: Fixed a bug in CFGLDRQueryDateTime() that could trap VBoxSVC if ... Wed, 05 Dec 2007 16:10:11 GMT vboxsync [5966] * trunk/src/VBox/VMM/STAM.cpp (modified) Escape problematic chars in the description. Wed, 05 Dec 2007 14:56:09 GMT vboxsync [5965] * trunk/src/VBox/Frontends/VBoxBFE/ConsoleImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/DisplayImpl.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.h (modified) VBoxBFE: Forward port of the 1.5 branch enhancements (shared folders, ... Wed, 05 Dec 2007 13:36:19 GMT vboxsync [5964] * trunk/src/VBox/Frontends/VirtualBox/src/HappyHttp.cpp (modified) fixed HappyHttp for gcc-4.3 Wed, 05 Dec 2007 07:43:44 GMT vboxsync [5961] * trunk/src/VBox/Main/testcase/makefile.tstVBoxAPILinux (modified) * trunk/src/libs/ffmpeg-20060710/config.h (modified) RT_OS_*, RT_ARCH_* Wed, 05 Dec 2007 05:09:59 GMT vboxsync [5960] * trunk/src/VBox/Devices/Makefile.kmk (modified) Disabled incomplete solaudio for OSE. Tue, 04 Dec 2007 17:33:00 GMT vboxsync [5955] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) We've got RTLogPrintf now. Tue, 04 Dec 2007 17:18:39 GMT vboxsync [5953] * trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp (modified) Don't log to the com port, normal logging is fine now. Tue, 04 Dec 2007 12:21:46 GMT vboxsync [5952] * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) Workaround for scrambled icons over VRDP with 16BPP guest video mode. Tue, 04 Dec 2007 06:40:01 GMT vboxsync [5948] * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread-r0drv-solaris.c (modified) drv_usectohz returns clock_t not int. Tue, 04 Dec 2007 05:17:30 GMT vboxsync [5947] * trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/thread2-r0drv-solaris.c (modified) Use default sysclass priority for threads. Mon, 03 Dec 2007 12:58:55 GMT vboxsync [5943] * trunk/src/VBox/Devices/Makefile.kmk (modified) Enabled raw harddisk support for Solaris. Mon, 03 Dec 2007 12:49:37 GMT vboxsync [5942] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Remove incorrect trailing dots in the error messages. Mon, 03 Dec 2007 12:18:45 GMT vboxsync [5941] * trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp (modified) Fixed handle init bug. Mon, 03 Dec 2007 12:05:10 GMT vboxsync [5940] * trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp (modified) fixed warning. Mon, 03 Dec 2007 10:08:22 GMT vboxsync [5939] * trunk/src/VBox/Devices/Makefile.kmk (modified) Move lwIP header include directories to correct place, and also ... Mon, 03 Dec 2007 09:57:50 GMT vboxsync [5938] * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) iprt: small performance fix using the optimal fd number for select, ... Mon, 03 Dec 2007 09:49:50 GMT vboxsync [5936] * trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified) * trunk/src/VBox/Devices/Network/solaris/vnicterm_solaris.sh (modified) Sol: Added hostif setup,term scripts to installer. Added copyright ... Mon, 03 Dec 2007 09:11:37 GMT vboxsync [5935] * trunk/src/VBox/Additions/linux/module/hgcmcall.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) prevent compiler warning about unused RTASSERTVAR Mon, 03 Dec 2007 09:03:21 GMT vboxsync [5934] * trunk/src/VBox/VMM/VM.cpp (modified) gcc-4.3 found this bug (though this code seems to be unused) Mon, 03 Dec 2007 08:39:38 GMT vboxsync [5933] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) it was late yesterday night, wasn't it ;-) Mon, 03 Dec 2007 04:02:15 GMT vboxsync [5931] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) sol64 build fix. Mon, 03 Dec 2007 01:05:30 GMT vboxsync [5929] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) Spaces. Sun, 02 Dec 2007 23:54:33 GMT vboxsync [5927] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) Fixed append statement, the options must come before the filename. Sun, 02 Dec 2007 23:17:11 GMT vboxsync [5926] * trunk/src/VBox/Additions/Makefile.kmk (modified) typo. Sun, 02 Dec 2007 23:09:10 GMT vboxsync [5925] * trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp (modified) gcc-4.3 found this bug Sun, 02 Dec 2007 23:08:32 GMT vboxsync [5924] * trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 23:06:47 GMT vboxsync [5923] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 23:05:17 GMT vboxsync [5922] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSnapshotsWgt.ui.h (modified) gcc-4.3 warning Sun, 02 Dec 2007 23:04:18 GMT vboxsync [5921] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) gcc-4.3 warning Sun, 02 Dec 2007 23:02:58 GMT vboxsync [5920] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxSharedFoldersSettings.ui.h (modified) gcc-4.3 warning Sun, 02 Dec 2007 23:01:42 GMT vboxsync [5919] * trunk/src/VBox/Main/MachineImpl.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 22:19:33 GMT vboxsync [5918] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxDiskImageManagerDlg.ui.h (modified) gcc-4.3 fixes Sun, 02 Dec 2007 22:04:49 GMT vboxsync [5917] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) gcc-4.3 warnings Sun, 02 Dec 2007 21:49:42 GMT vboxsync [5916] * trunk/src/VBox/Additions/linux/xclient/main.cpp (modified) missing header for exit() Sun, 02 Dec 2007 21:46:59 GMT vboxsync [5915] * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 21:46:22 GMT vboxsync [5914] * trunk/src/VBox/VMM/MMInternal.h (modified) gcc-4.3 warning Sun, 02 Dec 2007 21:35:04 GMT vboxsync [5913] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 21:32:00 GMT vboxsync [5912] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) backed out r26450 Sun, 02 Dec 2007 21:21:00 GMT vboxsync [5911] * trunk/include/iprt/getopt.h (modified) * trunk/src/VBox/Runtime/common/misc/getopt.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstGetOpt.cpp (modified) RTGetOpt does not alter argv[] does it? Sun, 02 Dec 2007 20:33:04 GMT vboxsync [5910] * trunk/src/VBox/VMM/CFGM.cpp (modified) typo Sun, 02 Dec 2007 20:32:08 GMT vboxsync [5909] * trunk/src/VBox/VMM/CFGM.cpp (modified) fixed s32 check Sun, 02 Dec 2007 20:06:39 GMT vboxsync [5908] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) sprintf() => RTStrPrintf() Sun, 02 Dec 2007 20:04:22 GMT vboxsync [5907] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 20:02:39 GMT vboxsync [5906] * trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp (modified) gcc-4.3 warning Sun, 02 Dec 2007 19:39:02 GMT vboxsync [5905] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) gcc-4.3 found this bug Sun, 02 Dec 2007 18:51:11 GMT vboxsync [5904] * trunk/src/VBox/VMM/MMHeap.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) More work on the async completion interface Sun, 02 Dec 2007 11:32:16 GMT vboxsync [5903] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) Yet more cygwin avoidance hacks. Sun, 02 Dec 2007 06:40:53 GMT vboxsync [5900] * trunk/src/VBox/Additions/linux/module/hgcmcall.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Fixed typo. Sun, 02 Dec 2007 06:08:26 GMT vboxsync [5898] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) kBuild 0.1.2 preps: Avoid the shell at all costs because cygwin is ... Sat, 01 Dec 2007 21:34:17 GMT vboxsync [5897] * trunk/src/VBox/Runtime/Makefile.kmk (modified) KMK_USE_REDIRECT Fri, 30 Nov 2007 17:17:34 GMT vboxsync [5896] * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) Show the install and uninstall commands only on Windows as no other ... Fri, 30 Nov 2007 15:36:56 GMT vboxsync [5895] * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) Implement commands to load and unload the driver Fri, 30 Nov 2007 14:52:59 GMT vboxsync [5894] * trunk/src/VBox/Devices/Storage/DrvHostRawDisk.cpp (modified) Started solaris raw HDD support (untested, disabled). Fri, 30 Nov 2007 14:21:05 GMT vboxsync [5893] * trunk/src/VBox/Additions/linux/module/hgcmcall.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) * trunk/src/VBox/Additions/linux/module/vboxmod.h (modified) Guest Additions (Linux): replaced compiler_assert by AssertCompiler ... Fri, 30 Nov 2007 14:15:51 GMT vboxsync [5892] * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) VBoxHeadless: added ffmpeg parameters to the usage screen Fri, 30 Nov 2007 12:52:50 GMT vboxsync [5890] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp (modified) cbSize -> cb. Fri, 30 Nov 2007 12:39:22 GMT vboxsync [5889] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp (modified) r=bird: Use the right asserts (no function names in the msg, please). ... Fri, 30 Nov 2007 12:36:21 GMT vboxsync [5888] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp (modified) r=bird: 'b' == byte(s), no else after return, use AssertPtrReturn, ... Fri, 30 Nov 2007 09:26:02 GMT vboxsync [5886] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) Avoid printing vboxdrv message to stdout in release builds. Fri, 30 Nov 2007 00:55:36 GMT vboxsync [5885] * trunk/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm (modified) * trunk/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm (modified) It's '.' and not '@' that's supposed to be used to indicate local ... Thu, 29 Nov 2007 11:54:47 GMT vboxsync [5883] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) Parallel Port ui temporary disabled. Thu, 29 Nov 2007 05:34:02 GMT vboxsync [5882] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) optimize tstTSC. Thu, 29 Nov 2007 05:33:08 GMT vboxsync [5881] * trunk/src/VBox/Runtime/testcase/tstTSC.cpp (modified) barcelona needs more time? Wed, 28 Nov 2007 22:04:25 GMT vboxsync [5878] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) VBoxKeyboard depends on X11 Wed, 28 Nov 2007 22:01:11 GMT vboxsync [5877] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/recompiler/Makefile.kmk (modified) backed out r26366 (rhel3 seems to not have this switch) Wed, 28 Nov 2007 21:44:21 GMT vboxsync [5876] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/recompiler/Makefile.kmk (modified) use --as-needed when linking for Linux to prevent superflous ... Wed, 28 Nov 2007 20:54:30 GMT vboxsync [5875] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) don't create VirtualBox.run when building debs/rpms (save time) Wed, 28 Nov 2007 19:22:17 GMT vboxsync [5874] * trunk/src/VBox/VMM/DBGFDisas.cpp (modified) rearranged checks to drastically improve the chance of flat addresses ... Wed, 28 Nov 2007 19:21:20 GMT vboxsync [5873] * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) print error message properly (but error is still there) Wed, 28 Nov 2007 18:46:35 GMT vboxsync [5872] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp (modified) Guest Additions (common userspace library): missing return statement Wed, 28 Nov 2007 18:44:19 GMT vboxsync [5871] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSeamless.cpp (modified) Guest Additions (common userspace library): added functions for ... Wed, 28 Nov 2007 18:42:13 GMT vboxsync [5870] * trunk/src/VBox/Additions/linux/xclient/clipboard.cpp (modified) * trunk/src/VBox/Additions/linux/xclient/clipboard.h (modified) * trunk/src/VBox/Additions/linux/xclient/main.cpp (modified) * trunk/src/VBox/Additions/linux/xclient/seamless-glue.h (added) * trunk/src/VBox/Additions/linux/xclient/seamless-guest.h (added) * trunk/src/VBox/Additions/linux/xclient/seamless-host.cpp (added) * trunk/src/VBox/Additions/linux/xclient/seamless-host.h (added) * trunk/src/VBox/Additions/linux/xclient/seamless-x11.cpp (added) * trunk/src/VBox/Additions/linux/xclient/seamless-x11.h (added) * trunk/src/VBox/Additions/linux/xclient/seamless.h (added) * trunk/src/VBox/Additions/linux/xclient/testcase (added) * trunk/src/VBox/Additions/linux/xclient/testcase/tstSeamlessX11.cpp (added) * trunk/src/VBox/Additions/linux/xclient/thread.cpp (added) * trunk/src/VBox/Additions/linux/xclient/thread.h (added) Guest Additions (Linux userspace client): set svn properties and ... Wed, 28 Nov 2007 18:38:31 GMT vboxsync [5869] * trunk/src/VBox/Additions/linux/xclient/Makefile.kmk (modified) Guest Additions (Linux guest seamless windows): added a testcase Wed, 28 Nov 2007 18:34:08 GMT vboxsync [5868] * trunk/src/VBox/Additions/linux/xclient/Makefile.kmk (modified) Guest Additions (Linux guest seamless windows): updated the code Wed, 28 Nov 2007 18:32:25 GMT vboxsync [5867] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Guest Additions (Linux kernel module): logging change Wed, 28 Nov 2007 18:31:32 GMT vboxsync [5866] * trunk/src/VBox/Additions/linux/xclient/main.cpp (modified) Guest additions (Linux userspace client): hopefully fixed daemonising Wed, 28 Nov 2007 17:48:13 GMT vboxsync [5865] * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (modified) far pointers are sel:off, not sel:sel Wed, 28 Nov 2007 15:38:24 GMT vboxsync [5864] * trunk/src/VBox/HostServices/SharedClipboard/linux.cpp (modified) Shared clipboard (Linux host): fixed an issue with a too small buffer Wed, 28 Nov 2007 14:53:54 GMT vboxsync [5863] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) Parallel Port icon usage update. Wed, 28 Nov 2007 13:21:30 GMT vboxsync [5861] * trunk/debian/changelog (modified) * trunk/debian/postinst (modified) * trunk/debian/vboxdrv.init.tmpl (modified) * trunk/src/VBox/Installer/linux/vboxdrv.sh (modified) deb/rpm: Explicitely stop the kernel module before starting the new ... Wed, 28 Nov 2007 09:42:07 GMT vboxsync [5859] * trunk/debian/preinst (modified) * trunk/debian/vboxdrv.init.tmpl (modified) * trunk/src/VBox/Installer/linux/vboxdrv.sh (modified) deb/rpm/run: Remove any old kernel module of the current kernel ... Wed, 28 Nov 2007 08:51:55 GMT vboxsync [5858] * trunk/src/VBox/Additions/linux/xmouse/xorg14/mouse.c (modified) * trunk/src/VBox/Additions/linux/xmouse/xorg71/mouse.c (modified) Linux additions: prevent slipping in of sscanf_isoc99_GLIBC_2.7 on ...