# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Jan 15, 2025 8:05:37 AM Sun, 14 Jun 2009 00:52:53 GMT vboxsync [20548] * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm (modified) VMMR0JmpA-x86.asm: Fixed stack usage calc. Sun, 14 Jun 2009 00:25:03 GMT vboxsync [20546] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) PGMAllHandler.cpp: wrong assertion? shutting it up for me Sat, 13 Jun 2009 23:56:48 GMT vboxsync [20545] * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMInternal.mac (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm (modified) * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) VMM: Instrumented the setjump code with stack usage statistics (only ... Sat, 13 Jun 2009 22:09:32 GMT vboxsync [20543] * trunk/src/VBox/VMM/VMMInternal.mac (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp (modified) VMMR0JmpA*,tstVMMR0CallHost-*: some cleanup, build tests for both ... Sat, 13 Jun 2009 21:31:22 GMT vboxsync [20541] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-amd64.asm (copied) * trunk/src/VBox/VMM/VMMR0/VMMR0JmpA-x86.asm (moved) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) VMM: Split up VMMR0A.asm into VMMR0JmpA-x86.asm and VMMR0JmpA- ... Sat, 13 Jun 2009 21:23:51 GMT vboxsync [20540] * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) CPUMR0A.asm: More pushf;cli ... popf paranoia. Sat, 13 Jun 2009 21:22:54 GMT vboxsync [20539] * trunk/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm (copied) CPUMR0A.asm: Split out the currently unused code into ... Sat, 13 Jun 2009 21:15:27 GMT vboxsync [20538] * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) CPUMR0A.asm: Split out the currently unused code into ... Sat, 13 Jun 2009 21:06:54 GMT vboxsync [20536] * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) CPUMR0A.asm: Name fixes and comments. Sat, 13 Jun 2009 20:58:29 GMT vboxsync [20535] * trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm (modified) CPUMR0A.asm: must disable interrupt while messing with CR0 on darwin. Sat, 13 Jun 2009 20:58:04 GMT vboxsync [20534] * trunk/src/VBox/VMM/VMMR0/VMMR0A.asm (modified) VMMR0A.asm: More sanity checks. Sat, 13 Jun 2009 20:56:16 GMT vboxsync [20533] * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) VMM: Guard the hyper stack in strict builds using the new ... Sat, 13 Jun 2009 20:55:29 GMT vboxsync [20532] * trunk/src/VBox/VMM/CPUM.cpp (modified) nitpicking. Sat, 13 Jun 2009 20:54:43 GMT vboxsync [20531] * trunk/include/VBox/mm.h (modified) * trunk/src/VBox/VMM/MMHyper.cpp (modified) MM: Added MMR3HyperSetGuard for creating guard pages in the hyper heap. Sat, 13 Jun 2009 20:53:44 GMT vboxsync [20530] * trunk/include/VBox/dis.h (modified) * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/EMInternal.h (modified) * trunk/src/VBox/VMM/HWACCMInternal.h (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM: remove DISCPUSTATE from the stack. Sat, 13 Jun 2009 20:22:25 GMT vboxsync [20529] * trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/loadnetadp.sh (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/loadnetflt.sh (modified) HostDrivers/*/darwin/*load*.sh: nfs fixes. Sat, 13 Jun 2009 20:21:48 GMT vboxsync [20528] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) SUP: SUPR0PageProtect & SUPR0PageProtect - for creating guard (hyper) ... Sat, 13 Jun 2009 20:20:21 GMT vboxsync [20527] * trunk/src/VBox/HostDrivers/Support/darwin/load.sh (modified) darwin/load.sh: nfs fix. Sat, 13 Jun 2009 20:18:20 GMT vboxsync [20526] * trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c (modified) rtR0MemObjNativeAllocLow/solaris: removed misplaced assertion (it ... Sat, 13 Jun 2009 20:13:33 GMT vboxsync [20525] * trunk/include/iprt/memobj.h (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/darwin/the-darwin-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/memobj-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/memobj-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c (modified) iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin. Fri, 12 Jun 2009 16:30:59 GMT vboxsync [20524] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFilePathSelectorWidget.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxExportApplianceWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFilePathSelectorWidget.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWzd.cpp (modified) FE/Qt4: differ between open/save dialogs Fri, 12 Jun 2009 16:24:16 GMT vboxsync [20523] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) build fix Fri, 12 Jun 2009 16:14:29 GMT vboxsync [20522] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) ConsoleImpl: Replaced the magic number 8 with ... Fri, 12 Jun 2009 15:28:26 GMT vboxsync [20521] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) NetworkAttachment: Allow changing the attachment between NONE/NAT/HIF ... Fri, 12 Jun 2009 14:48:22 GMT vboxsync [20519] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Disabled bogus assertion in nested paging mode Fri, 12 Jun 2009 14:43:25 GMT vboxsync [20518] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Assertion message Fri, 12 Jun 2009 13:48:51 GMT vboxsync [20517] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Corrected assertion Fri, 12 Jun 2009 13:46:08 GMT vboxsync [20516] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Moved VBOX_WITH_VMMR0_DISABLE_PREEMPTION blocks down Fri, 12 Jun 2009 13:36:57 GMT vboxsync [20515] * trunk/src/VBox/Main/generic/OpenGLTest.cpp (modified) typo Fri, 12 Jun 2009 13:27:04 GMT vboxsync [20514] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) OVF export: better handle the case when there is no USB controller ... Fri, 12 Jun 2009 13:03:42 GMT vboxsync [20513] * trunk/include/iprt/dbg.h (modified) * trunk/src/VBox/Runtime/include/internal/dbgmod.h (modified) OSE header fixes Fri, 12 Jun 2009 13:02:29 GMT vboxsync [20512] * trunk/src/VBox/Main/darwin/OpenGLTestDarwin.cpp (modified) OSE headers Fri, 12 Jun 2009 13:00:53 GMT vboxsync [20511] * trunk/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c (modified) OSE header fixes Fri, 12 Jun 2009 12:53:43 GMT vboxsync [20510] * trunk/src/VBox/Installer/common/Makefile.kmk (modified) OSE header Fri, 12 Jun 2009 12:51:06 GMT vboxsync [20509] * trunk/src/VBox/Additions/common/crOpenGL/dri_drv.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/dri_drv.h (modified) * trunk/src/VBox/Additions/common/crOpenGL/dri_glx.h (modified) * trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/fakedri_drv.h (modified) * trunk/src/VBox/Additions/common/crOpenGL/fakedri_glfuncsList.h (modified) * trunk/src/VBox/Additions/common/crOpenGL/fakedri_glxfuncsList.h (modified) * trunk/src/VBox/Additions/common/crOpenGL/feedback/feedback_context.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_texture.c (modified) OSE headers Fri, 12 Jun 2009 12:48:23 GMT vboxsync [20508] * trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d8_main.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/d3d9_main.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/sw_common.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine/switcher/switcher.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/glsl_shader.c (modified) OSE header Fri, 12 Jun 2009 12:26:15 GMT vboxsync [20507] * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) memobj-r0drv-darwin.cpp: Failed attempt at fixing ... Fri, 12 Jun 2009 12:06:25 GMT vboxsync [20506] * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) VBoxAcpi.cpp: Virtual Box -> VirtualBox. Fri, 12 Jun 2009 11:44:04 GMT vboxsync [20505] * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) solaris/Makefile.kmk: Put things in the right place. Don't use ... Fri, 12 Jun 2009 11:39:23 GMT vboxsync [20504] * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) SUPDrvIOC.h: some hints. Fri, 12 Jun 2009 11:32:43 GMT vboxsync [20503] * trunk/src/VBox/Main/generic/OpenGLTest.cpp (modified) grumble Fri, 12 Jun 2009 11:31:37 GMT vboxsync [20501] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Devices/Audio/ossaudio.c (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsAudio.cpp (modified) * trunk/src/VBox/Main/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd (modified) Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+). Fri, 12 Jun 2009 11:30:19 GMT vboxsync [20500] * trunk/src/VBox/Main/generic/OpenGLTest.cpp (modified) * trunk/src/VBox/Main/generic/OpenGLTestApp.cpp (modified) Main/generic/Open*.cpp: license header fix Fri, 12 Jun 2009 11:27:00 GMT vboxsync [20499] * trunk/src/VBox/Main/generic/OpenGLTest.cpp (modified) OpenGLTest.cpp: Fixed RTProcCreate argument list and executable name ... Fri, 12 Jun 2009 11:05:46 GMT vboxsync [20498] * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) process-posix.cpp: papszArgs must not be NULL (see the notes in the ... Fri, 12 Jun 2009 11:01:30 GMT vboxsync [20497] * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) process-win.cpp: too quick. Fri, 12 Jun 2009 11:00:36 GMT vboxsync [20496] * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) process-win.cpp: Corrected assertion. Fri, 12 Jun 2009 10:54:46 GMT vboxsync [20495] * trunk/src/VBox/Main/Makefile.kmk (modified) indent. Fri, 12 Jun 2009 10:05:39 GMT vboxsync [20494] * trunk/src/VBox/Installer/solaris/ipsinstall.sh (modified) Solaris/Installer: ipsinstall error handling. Fri, 12 Jun 2009 09:55:46 GMT vboxsync [20493] * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) ACPI: fixed incorrect checksumming, noew 32 CPUs total Fri, 12 Jun 2009 09:45:54 GMT vboxsync [20492] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) Must flush the TLB of all VCPUs after flushing guest physical memory ... Fri, 12 Jun 2009 09:30:26 GMT vboxsync [20491] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Log disabling didn't work Fri, 12 Jun 2009 09:25:32 GMT vboxsync [20490] * trunk/src/VBox/Installer/solaris/ipsinstall.sh (modified) solaris/ipsinstall.sh: file description at the top of the file where ... Fri, 12 Jun 2009 09:14:29 GMT vboxsync [20489] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Corrected RTLogPrintf statements and removed weird LOG_ENABLED only code Fri, 12 Jun 2009 09:09:32 GMT vboxsync [20488] * trunk/src/VBox/Installer/Makefile.kmk (modified) Installer/Makefile.kmk: the 'ZIP' variable name belongs to kBuild and ... Fri, 12 Jun 2009 08:54:26 GMT vboxsync [20487] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Misleading logging Fri, 12 Jun 2009 08:08:37 GMT vboxsync [20486] * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) Backed out 48435 due to windows guest regressions. Fri, 12 Jun 2009 01:14:54 GMT vboxsync [20485] * trunk/src/VBox/Devices/Makefile.kmk (modified) burn fix Fri, 12 Jun 2009 01:11:54 GMT vboxsync [20484] * trunk/src/VBox/Devices/Makefile.kmk (modified) NAT: Devices less depended from changes in slirp, rules for ... Thu, 11 Jun 2009 21:58:45 GMT vboxsync [20483] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) video hw accel: blt impl basics for guest video drv Thu, 11 Jun 2009 21:18:19 GMT vboxsync [20482] * trunk/src/VBox/Additions/WINNT/Installer/Languages/French.nsh (modified) Additions/WINNT/Installer: French NLS Thu, 11 Jun 2009 19:30:12 GMT vboxsync [20481] * trunk/src/VBox/Main/linux/NetIf-linux.cpp (modified) #3773: Detection of primary NIC for bridging in Linux. Thu, 11 Jun 2009 19:12:03 GMT vboxsync [20480] * trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/sys/vbi.h (modified) warning Thu, 11 Jun 2009 19:06:40 GMT vboxsync [20479] * trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) fixed return value in case of error Thu, 11 Jun 2009 16:54:19 GMT vboxsync [20478] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/debug.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/vboxioctl.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) video hw accel: guest driver -> host framebuffer commands processing impl Thu, 11 Jun 2009 16:24:59 GMT vboxsync [20477] * trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c (modified) fix stupid cut and paste Thu, 11 Jun 2009 14:46:20 GMT vboxsync [20476] * trunk/src/VBox/Additions/common/crOpenGL/array/arrayspu.c (modified) crOpenGL: fix vertex arrays and glsl interaction Thu, 11 Jun 2009 13:30:26 GMT vboxsync [20475] * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) #3773: Detection of primary NIC for bridging in Darwin. Thu, 11 Jun 2009 10:20:05 GMT vboxsync [20474] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) VBoxManage: don't complain if a hard disk could not be found before ... Thu, 11 Jun 2009 08:51:01 GMT vboxsync [20473] * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) VHD: Fix crash reported on vbox-dev when discarding snapshots ... Thu, 11 Jun 2009 05:26:29 GMT vboxsync [20472] * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) NAT: tcp_nodelay off Wed, 10 Jun 2009 17:11:49 GMT vboxsync [20471] * trunk/src/VBox/Runtime/r0drv/solaris/vbi/32/vbi (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/64/vbi (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/os/vbi.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/sys/vbi.h (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/memobj-r0drv-solaris.c (modified) xtracker 3945 - allow lowmem allocs to be non-contig Wed, 10 Jun 2009 16:20:57 GMT vboxsync [20470] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) FE/Qt4: fixed the document path existing checking Wed, 10 Jun 2009 16:20:00 GMT vboxsync [20469] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProgressDialog.cpp (modified) FE/Qt4: changed text Wed, 10 Jun 2009 16:10:16 GMT vboxsync [20468] * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getstring.c (modified) crOpenGL: temp debugging hack to enable certain extensions on guest side Wed, 10 Jun 2009 16:09:27 GMT vboxsync [20467] * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getshaders.c (modified) * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_special (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_version.h (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/pack_shaders.c (modified) * trunk/src/VBox/GuestHost/OpenGL/packer/packer_special (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/get_sizes.py (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_get.py (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_special (modified) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_shaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpacker_special (modified) crOpenGL: aliases for pre opengl2.0 arb extensions Wed, 10 Jun 2009 15:26:57 GMT vboxsync [20466] * trunk/src/VBox/Installer/linux/vboxdrv.sh.in (modified) Linux installer: fixed script to properly parse ''VBoxManage list ... Wed, 10 Jun 2009 15:25:48 GMT vboxsync [20465] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Logging fix Wed, 10 Jun 2009 14:27:05 GMT vboxsync [20464] * trunk/src/VBox/Devices/PC/ACPI/VBoxAcpi.cpp (modified) * trunk/src/VBox/Devices/PC/vbox.dsl (modified) ACPI: dynamic ACPI tables patching for CPU count support Wed, 10 Jun 2009 12:25:23 GMT vboxsync [20463] * trunk/src/VBox/VMM/CPUM.cpp (modified) Don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR to the guest Wed, 10 Jun 2009 12:06:02 GMT vboxsync [20462] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) Compile warning removed Wed, 10 Jun 2009 11:35:43 GMT vboxsync [20461] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) More MSR logging Wed, 10 Jun 2009 11:32:28 GMT vboxsync [20460] * trunk/src/VBox/Additions/WINNT/Graphics/Display/vrdp.c (modified) Windows guest display driver: use correct foreground color in ... Wed, 10 Jun 2009 08:17:58 GMT vboxsync [20458] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) First protect the dirty pages and then update the display. We might ... Wed, 10 Jun 2009 04:19:12 GMT vboxsync [20457] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/counters.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: warnings Wed, 10 Jun 2009 04:05:52 GMT vboxsync [20456] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: solaris build fix Wed, 10 Jun 2009 04:01:42 GMT vboxsync [20455] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: build fix Wed, 10 Jun 2009 03:59:34 GMT vboxsync [20454] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/counters.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: several counters in DrvNAT +interface for unify NAT counter's ... Wed, 10 Jun 2009 01:41:54 GMT vboxsync [20453] * trunk/src/VBox/Devices/Network/slirp/counters.h (modified) * trunk/src/VBox/Devices/Network/slirp/sbuf.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_input.c (modified) NAT: adds performance counters to sbuf and tcp_input Wed, 10 Jun 2009 01:38:40 GMT vboxsync [20452] * trunk/src/VBox/Devices/Makefile.kmk (modified) NAT: Make Devices less dependend on changes in NAT Tue, 09 Jun 2009 23:25:48 GMT vboxsync [20451] * trunk/Config.kmk (modified) * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) FreeBSD: Enable shared OpenGL service. Completely untested due to ... Tue, 09 Jun 2009 23:06:02 GMT vboxsync [20450] * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) FreeBSD: Add support for shared clipboards. Requires libXt Tue, 09 Jun 2009 22:23:42 GMT vboxsync [20449] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/thread-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp (added) FreeBSD: Implement preemption API for guest SMP and enable it ... Tue, 09 Jun 2009 22:21:09 GMT vboxsync [20448] * trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c (modified) Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a ... Tue, 09 Jun 2009 19:04:50 GMT vboxsync [20446] * trunk/src/VBox/Devices/Network/slirp/mbuf.h (modified) NAT: correct condition Tue, 09 Jun 2009 16:19:56 GMT vboxsync [20445] * trunk/src/VBox/Main/glue/vboxapi.py (modified) Python: generic callback creation mechanism, use like cb = ... Tue, 09 Jun 2009 15:16:41 GMT vboxsync [20444] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) Protect VGA accesses with a critical section. Tue, 09 Jun 2009 15:00:20 GMT vboxsync [20443] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstSemRW.cpp (copied) Runtime: testcase for RW semaphores Tue, 09 Jun 2009 14:38:55 GMT vboxsync [20442] * trunk/src/VBox/Runtime/testcase/tstSemMutex.cpp (modified) more typos Tue, 09 Jun 2009 14:09:13 GMT vboxsync [20441] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMiniToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMiniToolBar.cpp (modified) FE/Qt4: 3948: Mini-ToolBar for Full-screen & Seamless modes: auto- ...