# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Mar 12, 2025 9:16:42 AM Wed, 28 Jan 2009 21:56:09 GMT vboxsync [16346] * trunk/src/VBox/Runtime/common/misc/sanity.h (modified) IPRT/sanity.h: Check the basic stdint.h types. Wed, 28 Jan 2009 21:23:06 GMT vboxsync [16344] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) .darwin.x86 isn't right for VBOXGC since that's BLD_TRG_ARCH=x86 and ... Wed, 28 Jan 2009 21:14:49 GMT vboxsync [16342] * trunk/src/recompiler_new/target-i386/op_helper.c (modified) target-i386/op_helper.c: another try. Wed, 28 Jan 2009 21:12:18 GMT vboxsync [16341] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) Makefiles: .darwin -> .darwin.x86. Wed, 28 Jan 2009 21:11:20 GMT vboxsync [16340] * trunk/src/recompiler_new/target-i386/op_helper.c (modified) target-i386/op_helper.c: fixed stack alignment check in ... Wed, 28 Jan 2009 21:10:29 GMT vboxsync [16339] * trunk/src/recompiler_new/exec-all.h (modified) exec-all.h: Removed darwin/64 warning. Wed, 28 Jan 2009 21:03:49 GMT vboxsync [16337] * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) gcc warning (strncat may overflow) Wed, 28 Jan 2009 20:41:30 GMT vboxsync [16335] * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp (modified) SUPLib-darwin: io_connect_t isn't a pointer actually, but a natural, ... Wed, 28 Jan 2009 20:34:41 GMT vboxsync [16334] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) DrvHostBase.cpp,DrvHostDVD.cpp: IOKit/scsi-commands/stuff.h -> ... Wed, 28 Jan 2009 20:27:46 GMT vboxsync [16332] * trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp (modified) time-r0drv-darwin.cpp: removed duplicated documentation. Wed, 28 Jan 2009 20:27:11 GMT vboxsync [16331] * trunk/src/VBox/Runtime/r0drv/darwin/time-r0drv-darwin.cpp (modified) time-r0drv-darwin.cpp: 10.6 build fix. Wed, 28 Jan 2009 20:22:08 GMT vboxsync [16330] * trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h (modified) the-darwin-kernel.h: Added IOKit/IOBufferMemoryDescriptor.h and made ... Wed, 28 Jan 2009 20:20:33 GMT vboxsync [16329] * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) memobj-r0drv-darwin.cpp: A few APIs was retired or deprecated in ... Wed, 28 Jan 2009 19:58:40 GMT vboxsync [16328] * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) darwin-r0/RTMpGetSet: Generic implementation. Wed, 28 Jan 2009 19:11:27 GMT vboxsync [16327] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: forgot two volatiles Wed, 28 Jan 2009 18:24:17 GMT vboxsync [16325] * trunk/include/VBox/xml.h (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/xml/xml.cpp (modified) OVF: make com::xml and IAppliance use Utf8Str instead of std::string Wed, 28 Jan 2009 18:06:59 GMT vboxsync [16324] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) COM: teach Utf8Str substr() like std::string Wed, 28 Jan 2009 17:10:56 GMT vboxsync [16322] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: 3530: Host+Home shows machine menu in Seamless/Fullscreen ... Wed, 28 Jan 2009 16:36:24 GMT vboxsync [16321] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) More paging updates Wed, 28 Jan 2009 16:34:13 GMT vboxsync [16320] * trunk/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_uncaptured_16px.png (modified) FE/Qt: Corrected mouse integration icons for the disabled mouse ... Wed, 28 Jan 2009 16:24:35 GMT vboxsync [16319] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: 3530: Host+Home shows machine menu in Seamless/Fullscreen ... Wed, 28 Jan 2009 15:03:09 GMT vboxsync [16318] * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) xpcom/Makefile: corrected a bunch of INST props. Wed, 28 Jan 2009 14:42:00 GMT vboxsync [16317] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMBth.h (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllShw.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) Moved Map- and UnmapCR3 to Bth as they affect both guest and shadow ... Wed, 28 Jan 2009 14:26:48 GMT vboxsync [16316] * trunk/src/VBox/Runtime/common/math/ceill.asm (modified) * trunk/src/VBox/Runtime/common/math/cosl.asm (modified) * trunk/src/VBox/Runtime/common/math/fabs.asm (modified) * trunk/src/VBox/Runtime/common/math/fabsf.asm (modified) * trunk/src/VBox/Runtime/common/math/fabsl.asm (modified) * trunk/src/VBox/Runtime/common/math/floor.asm (modified) * trunk/src/VBox/Runtime/common/math/floorf.asm (modified) * trunk/src/VBox/Runtime/common/math/floorl.asm (modified) * trunk/src/VBox/Runtime/common/math/ldexpl.asm (modified) * trunk/src/VBox/Runtime/common/math/llrint.asm (modified) * trunk/src/VBox/Runtime/common/math/llrintf.asm (modified) * trunk/src/VBox/Runtime/common/math/llrintl.asm (modified) * trunk/src/VBox/Runtime/common/math/logl.asm (modified) * trunk/src/VBox/Runtime/common/math/lrint.asm (modified) * trunk/src/VBox/Runtime/common/math/lrintf.asm (modified) * trunk/src/VBox/Runtime/common/math/lrintl.asm (modified) * trunk/src/VBox/Runtime/common/math/remainder.asm (modified) * trunk/src/VBox/Runtime/common/math/remainderf.asm (modified) * trunk/src/VBox/Runtime/common/math/remainderl.asm (modified) * trunk/src/VBox/Runtime/common/math/sinl.asm (modified) * trunk/src/VBox/Runtime/common/math/tanl.asm (modified) * trunk/src/VBox/Runtime/common/math/trunc.asm (modified) * trunk/src/VBox/Runtime/common/math/truncf.asm (modified) * trunk/src/VBox/Runtime/common/math/truncl.asm (modified) IPRT/math: use xSP and friends from asmdefs.mac instead of cooking ... Wed, 28 Jan 2009 14:16:11 GMT vboxsync [16315] * trunk/src/VBox/Additions/linux/module/vboxmod.c (modified) Additions/Linux: note to /me, don't spam the log! Wed, 28 Jan 2009 14:06:02 GMT vboxsync [16313] * trunk/src/VBox/Runtime/common/math/logl.asm (modified) logl.asm: 64-bit darwin build fix. Wed, 28 Jan 2009 13:46:41 GMT vboxsync [16311] * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/r3/os2/thread-os2.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/tls-posix.cpp (modified) * trunk/src/VBox/VMM/VMInternal.h (modified) IPRT: Changed the RTTLS type and corrected RTTLSAlloc defintions. Wed, 28 Jan 2009 13:46:02 GMT vboxsync [16310] * trunk/src/VBox/Main/AutoLock.cpp (modified) AutoLock.cpp: TLS question. Wed, 28 Jan 2009 13:42:36 GMT vboxsync [16309] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) OVF: avoid excessive string/list copying Wed, 28 Jan 2009 13:21:49 GMT vboxsync [16307] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: ensure 64-bit math Wed, 28 Jan 2009 13:05:58 GMT vboxsync [16306] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OVF: parse floppy, cd-rom, usb controller, sound card Wed, 28 Jan 2009 12:47:48 GMT vboxsync [16304] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) FE/Qt4: 3225: Disable ACPI actions if guest is not entered ACPI for ... Wed, 28 Jan 2009 12:39:43 GMT vboxsync [16303] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT:DNS freeing DNS server list Wed, 28 Jan 2009 12:25:59 GMT vboxsync [16302] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) OVF: spelling in constants Wed, 28 Jan 2009 12:25:26 GMT vboxsync [16301] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.h (modified) webservice: logging improvements, optimizations Wed, 28 Jan 2009 12:06:35 GMT vboxsync [16300] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/PGMMap.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) More paging updates Wed, 28 Jan 2009 11:45:51 GMT vboxsync [16299] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: fix windows burn Wed, 28 Jan 2009 11:35:52 GMT vboxsync [16298] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) OVF: copy disk image & attach it to the IDE controller for now Wed, 28 Jan 2009 10:55:06 GMT vboxsync [16296] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: Enbaled multi dns on Linux. Wed, 28 Jan 2009 08:44:23 GMT vboxsync [16295] * trunk/src/VBox/Main/win/HostPowerWin.cpp (modified) Should return TRUE for WM_POWERBROADCAST according to MSDN. Wed, 28 Jan 2009 07:41:26 GMT vboxsync [16294] * trunk/src/VBox/Makefile.kmk (modified) crOpenGL: don't build opengl guest/host part if we're building ... Wed, 28 Jan 2009 06:19:18 GMT vboxsync [16293] * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT:ICMP: fixed the crash in case of communication via ICMP socket. Wed, 28 Jan 2009 03:31:55 GMT vboxsync [16292] * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT:MT cosmetic Wed, 28 Jan 2009 02:36:37 GMT vboxsync [16291] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: multi threading. Introduces set of macroces to use ... Wed, 28 Jan 2009 00:09:47 GMT vboxsync [16289] * trunk/src/VBox/Main/HostImpl.cpp (modified) HostImpl.cpp: continuation indent. Tue, 27 Jan 2009 23:41:25 GMT vboxsync [16288] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile: ditto. Tue, 27 Jan 2009 23:40:04 GMT vboxsync [16287] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) GuestHost/OGL/Makefile: using EXTENDS_BY = prepending is simpler here. Tue, 27 Jan 2009 23:36:24 GMT vboxsync [16286] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) GuestHost/OGL/Makefile: try just appending our stuff to the ... Tue, 27 Jan 2009 23:19:03 GMT vboxsync [16285] * trunk/Config.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) darwin build fix. Tue, 27 Jan 2009 22:18:43 GMT vboxsync [16284] * trunk/Config.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) Config.kmk,OGL/Makefiles: Created a DARWIN-OPENGL SDK for the ... Tue, 27 Jan 2009 21:59:53 GMT vboxsync [16283] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) darwin build fix. Tue, 27 Jan 2009 21:53:42 GMT vboxsync [16282] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) GuestHost/OGL/Makefile: _INTERMEDIATE inheriting works now. Tue, 27 Jan 2009 21:50:20 GMT vboxsync [16281] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile.kmk: Use an installation target, that way we'll ... Tue, 27 Jan 2009 21:30:52 GMT vboxsync [16279] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile.kmk: the newline is required. Tue, 27 Jan 2009 21:28:46 GMT vboxsync [16278] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) GuestHost/OpenGL/Makefile.kmk: some _LIBS cleanup. Tue, 27 Jan 2009 21:16:06 GMT vboxsync [16277] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile.kmk: file header Tue, 27 Jan 2009 21:15:24 GMT vboxsync [16276] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile.kmk: review and some style adjustments. Tue, 27 Jan 2009 20:54:39 GMT vboxsync [16275] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) German NLS Tue, 27 Jan 2009 20:52:29 GMT vboxsync [16274] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) GuestHost/OpenGL/Makefile.kmk: review and some style adjustments. Tue, 27 Jan 2009 20:50:01 GMT vboxsync [16273] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) wording Tue, 27 Jan 2009 20:19:46 GMT vboxsync [16272] * trunk/src/VBox/VMM/IOM.cpp (modified) Log typo Tue, 27 Jan 2009 19:19:42 GMT vboxsync [16271] * trunk/src/libs/boost-1.37.0/boost/detail/interlocked.hpp (added) * trunk/src/libs/boost-1.37.0/boost/detail/workaround.hpp (added) export to OSE Tue, 27 Jan 2009 18:00:25 GMT vboxsync [16270] * trunk/src/libs/boost-1.37.0/boost/detail/algorithm.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/allocator_utilities.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_gcc.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_gcc_x86.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_pthreads.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_solaris.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_sync.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/atomic_count_win32.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/binary_search.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/call_traits.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/catch_exceptions.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/compressed_pair.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/dynamic_bitset.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/endian.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/has_default_constructor.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/identifier.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/indirect_traits.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/interlocked.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/is_function_ref_tester.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/is_incrementable.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/is_xxx.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/iterator.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lcast_precision.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lightweight_mutex.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lightweight_test.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lightweight_thread.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/limits.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lwm_nop.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lwm_pthreads.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/lwm_win32_cs.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/named_template_params.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/no_exceptions_support.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/none_t.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/numeric_traits.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/ob_call_traits.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/ob_compressed_pair.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/quick_allocator.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/reference_content.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/select_type.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/shared_array_nmt.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/shared_ptr_nmt.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/templated_streams.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/utf8_codecvt_facet.hpp (deleted) * trunk/src/libs/boost-1.37.0/boost/detail/workaround.hpp (deleted) remove unnecessary boost files Tue, 27 Jan 2009 17:36:48 GMT vboxsync [16269] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp (modified) FE/Qt4: Fixed the "not thread-safe" assertion in VBoxFrameBuffer (#3583). Tue, 27 Jan 2009 17:33:14 GMT vboxsync [16268] * trunk/src/libs/boost-1.37.0/LICENSE_1_0.txt (added) Added the boost license file. Tue, 27 Jan 2009 16:59:57 GMT vboxsync [16267] * trunk/src/VBox/Main/xpcom/server.cpp (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdPrivate.h (modified) * trunk/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ipcdUnix.cpp (modified) #3575: bump IPC_MAX_CLIENTS to 1500 (unix platforms) and fd softlimit ... Tue, 27 Jan 2009 16:38:32 GMT vboxsync [16266] * trunk/src/VBox/Main/webservice/gsoap/stdsoap2.cpp (modified) Fix a handful of GCC warnings to reduce noise on stderr. Tue, 27 Jan 2009 16:11:36 GMT vboxsync [16265] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) SharedOpenGL/Makefile.kmk: Merged the two ... Tue, 27 Jan 2009 15:09:27 GMT vboxsync [16264] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) FE/Qt4: 3225: Disable ACPI actions if the guest did not enter (or ... Tue, 27 Jan 2009 14:26:29 GMT vboxsync [16263] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified) FE/Qt: French nls Tue, 27 Jan 2009 12:46:59 GMT vboxsync [16262] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) Linux installer: fixed path /opt/VirtualBox for the .run installer Tue, 27 Jan 2009 10:48:33 GMT vboxsync [16261] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main: HostImpl/USBProxyService-linux: documentation update Tue, 27 Jan 2009 10:45:39 GMT vboxsync [16260] * trunk/src/VBox/VMM/PGMGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) More paging updates Tue, 27 Jan 2009 10:35:11 GMT vboxsync [16259] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) FE/Qt4: Accident. Tue, 27 Jan 2009 10:35:04 GMT vboxsync [16258] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main/USBProxyService-linux: clean up error reporting a bit Tue, 27 Jan 2009 10:23:56 GMT vboxsync [16256] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/auto_resize_on_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/auto_resize_on_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fullscreen_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/fullscreen_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/mouse_can_seamless_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/pause_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/pause_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/seamless_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/seamless_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/seamless_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/seamless_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vrdp_disabled_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/vrdp_transparent_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) FE/Qt4: Add OFF icons for toggle actions to make them more ... Tue, 27 Jan 2009 10:14:29 GMT vboxsync [16255] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) crOpenGL: 2 more intermediates to opengl renderspu Tue, 27 Jan 2009 10:09:55 GMT vboxsync [16254] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: clean up dhcp a bit, and fox the TFTP server address calculation Tue, 27 Jan 2009 09:29:55 GMT vboxsync [16253] * trunk/src/VBox/Additions/linux/Makefile (modified) Linux additions: small fix for the convenience Makefile when building ... Tue, 27 Jan 2009 09:13:47 GMT vboxsync [16251] * trunk/src/VBox/Main/linux/NetIfList-linux.cpp (modified) HostNetIf API: Fixed UUID generation for host network interfaces on ... Tue, 27 Jan 2009 09:09:11 GMT vboxsync [16250] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) OVF: updated testcase to changed API Tue, 27 Jan 2009 07:01:51 GMT vboxsync [16249] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: returning router to CTL_ALIAS, next server now is CTL_TFTP Mon, 26 Jan 2009 21:11:36 GMT vboxsync [16248] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) OVF: turn IAppliance::getDisks into real attribute, code cleanup, ... Mon, 26 Jan 2009 20:54:05 GMT vboxsync [16247] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) some todos Mon, 26 Jan 2009 19:12:41 GMT vboxsync [16246] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) more of device work, initialization part Mon, 26 Jan 2009 19:11:27 GMT vboxsync [16245] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) further devices work Mon, 26 Jan 2009 18:06:59 GMT vboxsync [16244] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) Main: Use a non-zero proj_id in ftok() as suggested by the libc manual. Mon, 26 Jan 2009 17:33:37 GMT vboxsync [16243] * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) double DEFs Mon, 26 Jan 2009 17:21:43 GMT vboxsync [16242] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) double DEFS Mon, 26 Jan 2009 17:14:44 GMT vboxsync [16241] * trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/array/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/pack/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/crOpenGL/passthrough/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) crOpenGL: fix up additions burns (dll/lib paths) and cleanup host ... Mon, 26 Jan 2009 16:10:15 GMT vboxsync [16239] * trunk/src/VBox/Main/testcase/tstAPI.cpp (modified) OVF: updated test case Mon, 26 Jan 2009 15:41:36 GMT vboxsync [16238] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Change the FramebufferPixelFormat enum value for Opaque from ... Mon, 26 Jan 2009 15:06:34 GMT vboxsync [16237] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) OVF: add separate IAppliance::interpret() method, API docs Mon, 26 Jan 2009 14:36:25 GMT vboxsync [16236] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) crOpenGL: fix additions bbox Mon, 26 Jan 2009 14:22:44 GMT vboxsync [16235] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) disable keywords on VirtualBox.xidl to avoid excessive recompiles ... Mon, 26 Jan 2009 14:20:26 GMT vboxsync [16234] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) coding style Mon, 26 Jan 2009 14:12:27 GMT vboxsync [16233] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: more lenient parsing of IDE disk correlation Mon, 26 Jan 2009 14:09:56 GMT vboxsync [16232] * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) More shadow paging updates (disabled) Mon, 26 Jan 2009 13:43:24 GMT vboxsync [16231] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF: formating; todo updates Mon, 26 Jan 2009 13:38:59 GMT vboxsync [16230] * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/util/error.c (modified) crOpenGL: workaround burns due to missing _INTERMEDIATES