#
# ChangeLog for trunk/src/VBox in vbox
#
# Generated by Trac 1.4.3.2
# Dec 26, 2024 2:20:43 PM

Fri, 13 Jun 2008 09:49:54 GMT vboxsync [9675]
	* trunk/include/VBox/cpum.h (modified)
	* trunk/include/VBox/csam.h (modified)
	* trunk/include/VBox/dis.h (modified)
	* trunk/include/VBox/selm.h (modified)
	* trunk/src/VBox/Disassembler/Disasm.cpp (modified)
	* trunk/src/VBox/Disassembler/DisasmCore.cpp (modified)
	* trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp (modified)
	* trunk/src/VBox/Disassembler/DisasmInternal.h (modified)
	* trunk/src/VBox/Disassembler/DisasmReg.cpp (modified)
	* trunk/src/VBox/VMM/DBGFDisas.cpp (modified)
	* trunk/src/VBox/VMM/EM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/CSAM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/PATM.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified)

	General cleanup of SELMToFlat.


Fri, 13 Jun 2008 08:48:50 GMT vboxsync [9674]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsDlg.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsDlg.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified)

	FE/Qt4: Use QIDialogButtonBox and fixed a bug for the warning label.


Fri, 13 Jun 2008 08:02:32 GMT vboxsync [9673]
	* trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vfsops.c (modified)

	Spaces


Fri, 13 Jun 2008 08:01:07 GMT vboxsync [9672]
	* trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs.h (modified)
	* trunk/src/VBox/Additions/solaris/SharedFolders/vboxvfs_vfsops.c (modified)

	Solaris vboxvfs: more untested code.


Fri, 13 Jun 2008 06:38:09 GMT vboxsync [9670]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	L4 doesn't currently build anyway


Thu, 12 Jun 2008 19:26:45 GMT vboxsync [9669]
	* trunk/src/VBox/Disassembler/DisasmTables.cpp (modified)
	* trunk/src/VBox/Disassembler/DisasmTablesX64.cpp (modified)
	* trunk/src/VBox/VMM/PGM.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified)
	* trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified)

	warnings


Thu, 12 Jun 2008 19:22:34 GMT vboxsync [9668]
	* trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c (modified)

	small fix


Thu, 12 Jun 2008 17:33:47 GMT vboxsync [9667]
	* trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified)

	Changed the u1Long output from R=%d to L=%d (non-system descriptors ...


Thu, 12 Jun 2008 17:26:31 GMT vboxsync [9665]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)

	Both win.x86 and win.amd64 should look for qt/v4*.


Thu, 12 Jun 2008 17:04:53 GMT vboxsync [9664]
	* trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified)

	Added some hints to the NOINST stuff when signing, and a few todos.


Thu, 12 Jun 2008 15:00:47 GMT vboxsync [9663]
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)

	Some 64 bits instruction emulation updates


Thu, 12 Jun 2008 14:48:02 GMT vboxsync [9662]
	* trunk/include/VBox/VBoxGuest.h (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified)
	* trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp (modified)
	* trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified)
	* trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified)
	* trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.h (modified)

	Implemented cancelling of HGCM requests from the guest.


Thu, 12 Jun 2008 13:11:40 GMT vboxsync [9661]
	* trunk/include/VBox/cpum.h (modified)
	* trunk/src/VBox/VMM/CPUM.cpp (modified)
	* trunk/src/VBox/VMM/PGM.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)

	Implement and use CPUMIsGuestIn64BitCode where appropriate.


Thu, 12 Jun 2008 12:38:33 GMT vboxsync [9660]
	* trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified)

	Correction


Thu, 12 Jun 2008 12:37:02 GMT vboxsync [9659]
	* trunk/include/VBox/selm.h (modified)
	* trunk/src/VBox/VMM/EM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/CSAM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified)

	SELMGetCpuModeFromSelector is a better name.


Thu, 12 Jun 2008 12:33:17 GMT vboxsync [9658]
	* trunk/include/VBox/selm.h (modified)
	* trunk/src/VBox/VMM/EM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/CSAM.cpp (modified)
	* trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified)

	Renamed SELMIsSelector32Bit to SELMGetSelectorType.


Thu, 12 Jun 2008 12:32:03 GMT vboxsync [9657]
	* trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified)

	Missing u1Reserved->u1Long


Thu, 12 Jun 2008 11:56:51 GMT vboxsync [9656]
	* trunk/include/VBox/types.h (modified)
	* trunk/include/VBox/x86.h (modified)
	* trunk/src/VBox/VMM/DBGFDisas.cpp (modified)
	* trunk/src/VBox/VMM/SELM.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMTests.cpp (modified)

	Changed u1Reserved to u1Long in the selector attributes field.


Thu, 12 Jun 2008 11:21:02 GMT vboxsync [9654]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsAudio.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsCD.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsDlg.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsFD.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsNetwork.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsParallel.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsSF.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsSerial.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsUSB.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsUtils.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsVRDP.h (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsAudio.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsCD.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsDlg.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsFD.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsGeneral.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsHD.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsNetwork.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsParallel.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsSF.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsSerial.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsUSB.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsVRDP.cpp (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsAudio.ui (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsCD.ui (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsFD.ui (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsGeneral.ui (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsHD.ui (added)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsNetwork.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsParallel.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsSerial.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsUSB.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsVRDP.ui (added)

	FE/Qt4: Exported to OSE. Some code style updates.


Thu, 12 Jun 2008 10:13:02 GMT vboxsync [9652]
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified)

	gcc-3.2 workaround


Thu, 12 Jun 2008 09:57:20 GMT vboxsync [9651]
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)

	64 bits DRx move emulation.


Thu, 12 Jun 2008 09:52:59 GMT vboxsync [9650]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)

	be less verbose


Thu, 12 Jun 2008 09:48:30 GMT vboxsync [9649]
	* trunk/include/VBox/cpum.h (modified)
	* trunk/src/VBox/VMM/CPUM.cpp (modified)
	* trunk/src/VBox/VMM/PGM.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified)

	Added CPUMIsGuestInLongMode.


Thu, 12 Jun 2008 09:34:27 GMT vboxsync [9647]
	* trunk/include/VBox/cpum.h (modified)
	* trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified)

	DRx access functions must use uint64_t now.


Thu, 12 Jun 2008 09:04:45 GMT vboxsync [9645]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)

	FE/Qt4-Win: Set the default Qt4 binary path to the tools dir if ...


Thu, 12 Jun 2008 00:41:39 GMT vboxsync [9642]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/Additions/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/linux/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/x11/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/x11/xmouse/Makefile.kmk (modified)

	Removed the last remains of the linux additions cross compilation in ...


Thu, 12 Jun 2008 00:23:40 GMT vboxsync [9640]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	l4 question.


Thu, 12 Jun 2008 00:20:23 GMT vboxsync [9639]
	* trunk/Config.kmk (modified)
	* trunk/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/Makefile.kmk (modified)

	Removed VBOX_WITH_LINUX_ADDITIONS, VBOX_WITH_WIN32_ADDITIONS, ...


Thu, 12 Jun 2008 00:14:58 GMT vboxsync [9638]
	* trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified)

	Spaces.


Thu, 12 Jun 2008 00:13:21 GMT vboxsync [9637]
	* trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified)

	Solved the mystery of the missing VBoxGuestNT install on addx.


Wed, 11 Jun 2008 23:28:07 GMT vboxsync [9635]
	* trunk/src/VBox/Additions/x11/xclient/Makefile.kmk (modified)

	spelling


Wed, 11 Jun 2008 23:26:56 GMT vboxsync [9634]
	* trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified)

	Use int64.lib (see template) instead of libcmt.lib.


Wed, 11 Jun 2008 23:22:50 GMT vboxsync [9633]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	More dead stuff.


Wed, 11 Jun 2008 20:33:24 GMT vboxsync [9632]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/test/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxControl/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/x11/xclient/Makefile.kmk (modified)
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	Removed the non-VBOX_WITH_64BIT_ADDITIONS bits.


Wed, 11 Jun 2008 20:16:06 GMT vboxsync [9631]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMSettingsDlg.ui (modified)

	Fe/Qt4: HD VMSettings ported to qt4. VMSettings finally ported to
	qt4.


Wed, 11 Jun 2008 19:57:51 GMT vboxsync [9629]
	* trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified)

	fixed?


Wed, 11 Jun 2008 19:47:13 GMT vboxsync [9627]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp (modified)

	Fe/Qt4: Problem reporter update for support HD SATA settings.


Wed, 11 Jun 2008 19:45:47 GMT vboxsync [9626]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxMediaComboBox.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp (modified)

	Fe/Qt4: finishing porting of VBoxMediaComboBox widget.


Wed, 11 Jun 2008 19:43:25 GMT vboxsync [9625]
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp (modified)

	Fe/Qt4: VBoxNewVMWzd fixed temporary image deletion error.


Wed, 11 Jun 2008 19:14:45 GMT vboxsync [9624]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified)

	Enabled the 64-bit guest additions building. Note that you'll have to ...


Wed, 11 Jun 2008 16:42:07 GMT vboxsync [9621]
	* trunk/src/VBox/HostDrivers/Support/SUPDRV.h (modified)
	* trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified)
	* trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified)
	* trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified)

	The TSC checks are now fully done in the generic code.


Wed, 11 Jun 2008 16:10:52 GMT vboxsync [9620]
	* trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified)

	Long mode paging updates


Wed, 11 Jun 2008 15:02:41 GMT vboxsync [9619]
	* trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp (modified)

	Fixed darwin bustage.


Wed, 11 Jun 2008 14:41:35 GMT vboxsync [9618]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)

	The darwin qt is (soon) available on the tools server, so, made some ...


Wed, 11 Jun 2008 14:03:14 GMT vboxsync [9617]
	* trunk/src/VBox/Additions/x11/xmouse/xorg14/mouse.c (modified)

	Additions/linux: added tracing code to the Xorg 1.4 mouse driver


Wed, 11 Jun 2008 14:01:48 GMT vboxsync [9616]
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified)

	FE/Qt: more updates to the French translation


Wed, 11 Jun 2008 13:42:33 GMT vboxsync [9613]
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp (modified)

	FE/Qt4: Removed old debug line.


Wed, 11 Jun 2008 13:40:32 GMT vboxsync [9612]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxDiskImageManagerDlg.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp (modified)

	FE/Qt4: An instance of CVirtualBox have to be there all the time. ...


Wed, 11 Jun 2008 13:08:30 GMT vboxsync [9610]
	* trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp (modified)

	Burn fix.


Wed, 11 Jun 2008 13:05:24 GMT vboxsync [9609]
	* trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified)

	Todo.


Wed, 11 Jun 2008 13:01:00 GMT vboxsync [9608]
	* trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified)

	Enabled the new gip code on windows too.


Wed, 11 Jun 2008 13:00:23 GMT vboxsync [9607]
	* trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified)

	Call supdrvDetermineAsyncTsc from supdrvGipDeterminTscMode.


Wed, 11 Jun 2008 12:25:36 GMT vboxsync [9606]
	* trunk/src/VBox/VMM/PGM.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified)

	X86_CR4_PSE changes for long mode (bit is ignored there)


Wed, 11 Jun 2008 12:20:03 GMT vboxsync [9605]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/darwin/Info.plist (modified)

	FE/Qt4: accidentally check in


Wed, 11 Jun 2008 12:17:54 GMT vboxsync [9604]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxProblemReporter.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/darwin/Info.plist (modified)

	FE/Qt4-OSX: More updates to the build system on the mac.


Wed, 11 Jun 2008 12:13:02 GMT vboxsync [9603]
	* trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified)

	oops. left a RTR0MpNotificationTerm call there.


Wed, 11 Jun 2008 12:09:31 GMT vboxsync [9602]
	* trunk/include/iprt/mp.h (modified)
	* trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified)
	* trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified)
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)
	* trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/linux/mpnotification-r0drv-linux.c (modified)
	* trunk/src/VBox/Runtime/r0drv/mp-r0drv.h (modified)
	* trunk/src/VBox/Runtime/r0drv/mpnotification-r0drv.c (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/solaris/mpnotification-r0drv-solaris.c (modified)

	Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term ...


Wed, 11 Jun 2008 11:37:00 GMT vboxsync [9600]
	* trunk/src/VBox/Frontends/VirtualBox4/include/VBoxMediaComboBox.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp (modified)

	Fe/Qt4: VBoxMediaComboBox now has function to return vdi name ...


Wed, 11 Jun 2008 11:26:09 GMT vboxsync [9599]
	* trunk/include/VBox/VBoxHDD-new.h (modified)
	* trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified)

	Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition ...


Wed, 11 Jun 2008 10:30:03 GMT vboxsync [9598]
	* trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified)

	Fixed hostif vnic script to work on newer and older nevada builds. ...


Wed, 11 Jun 2008 10:15:52 GMT vboxsync [9597]
	* trunk/src/VBox/VMM/PGM.cpp (modified)

	No permanent shadow pages in long mode.


Wed, 11 Jun 2008 10:03:56 GMT vboxsync [9596]
	* trunk/src/VBox/VMM/PGMInternal.h (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified)

	PGMPOOLKIND_64BIT_PD_FOR_64BIT_PD is the same as ...


Wed, 11 Jun 2008 09:53:30 GMT vboxsync [9595]
	* trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified)

	PGM pool updates for long mode


Wed, 11 Jun 2008 09:45:26 GMT vboxsync [9594]
	* trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified)

	If IntNet is used as a service (for lwIP) then taking it down on ...


Wed, 11 Jun 2008 09:44:08 GMT vboxsync [9593]
	* trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified)

	Comments


Wed, 11 Jun 2008 09:39:14 GMT vboxsync [9592]
	* trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm (modified)

	Bug fixes


Wed, 11 Jun 2008 09:12:19 GMT vboxsync [9591]
	* trunk/src/VBox/Installer/linux/Makefile.kmk (modified)

	linux builds: add version and revision to the package name


Wed, 11 Jun 2008 08:43:25 GMT vboxsync [9589]
	* trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified)

	AMD64 paging updates


Wed, 11 Jun 2008 00:52:02 GMT vboxsync [9588]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)
	* trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/mp-r0drv.h (modified)

	Initialize the MP event notifications from initterm-r0drv.cpp after
	all.


Wed, 11 Jun 2008 00:51:04 GMT vboxsync [9587]
	* trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified)
	* trunk/src/VBox/HostDrivers/Support/SUPDRVShared.c (modified)
	* trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified)

	USE_NEW_OS_INTERFACE_FOR_GIP for NT (disabled).


Wed, 11 Jun 2008 00:36:56 GMT vboxsync [9586]
	* trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified)

	Fixed missing time unit conversion in
	RTTimerREquestSystemGranularity.


Wed, 11 Jun 2008 00:23:38 GMT vboxsync [9585]
	* trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified)

	warnings


Wed, 11 Jun 2008 00:20:29 GMT vboxsync [9584]
	* trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified)

	Inverted test in RTMpOnSpecific.


Tue, 10 Jun 2008 23:45:10 GMT vboxsync [9583]
	* trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified)

	Some fixes and adjustments.


Tue, 10 Jun 2008 23:38:18 GMT vboxsync [9582]
	* trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified)

	Query the procedures in the init function.


Tue, 10 Jun 2008 19:35:06 GMT vboxsync [9580]
	* trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (added)

	Raw untested timer code for NT.


Tue, 10 Jun 2008 16:34:32 GMT vboxsync [9578]
	* trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified)

	Must call RTR0Init/Term!


Tue, 10 Jun 2008 16:04:52 GMT vboxsync [9577]
	* trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified)

	Oops.


Tue, 10 Jun 2008 16:04:13 GMT vboxsync [9576]
	* trunk/src/VBox/Devices/Network/solaris/vnicinit_solaris.sh (modified)

	Solaris hostif: some fixes to vnicinit script.


Tue, 10 Jun 2008 15:28:27 GMT vboxsync [9575]
	* trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified)

	Missing mapping of amd64 cr3.


Tue, 10 Jun 2008 15:19:00 GMT vboxsync [9574]
	* trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified)

	Mask away invalid parts of the cpu context in CPUMSetGuestCtxCore.


Tue, 10 Jun 2008 13:47:22 GMT vboxsync [9572]
	* trunk/src/VBox/Devices/Storage/DevATA.cpp (modified)

	IDE: Make SCO OpenServer disk detection work


Tue, 10 Jun 2008 13:30:03 GMT vboxsync [9570]
	* trunk/src/VBox/VMM/PGMInternal.h (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified)

	AMD64 paging updates


Tue, 10 Jun 2008 13:11:40 GMT vboxsync [9569]
	* trunk/src/VBox/Frontends/VirtualBox4/src/VBoxDiskImageManagerDlg.cpp (modified)

	Fe/Qt4: Fixing  little issue in VDM (selection of passed uuid item).


Tue, 10 Jun 2008 12:46:22 GMT vboxsync [9568]
	* trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk (modified)

	FE/Qt4-OSX: Some updates to the build environment on the mac.


Tue, 10 Jun 2008 12:33:05 GMT vboxsync [9567]
	* trunk/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp (modified)

	Made the code compile and fixed the g_rtMpNtCpuSet update order.


Tue, 10 Jun 2008 12:06:53 GMT vboxsync [9566]
	* trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified)

	Fix condition once more.


Tue, 10 Jun 2008 11:39:40 GMT vboxsync [9565]
	* trunk/include/VBox/VBoxHDD-new.h (modified)
	* trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified)

	Fix incorrect check verifying disk type. Also make the API for ...


Tue, 10 Jun 2008 11:32:41 GMT vboxsync [9564]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	64bit builds.


Tue, 10 Jun 2008 11:01:33 GMT vboxsync [9563]
	* trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/internal-r0drv-nt.h (added)
	* trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified)
	* trunk/src/VBox/Runtime/r0drv/nt/mpnotification-r0drv-nt.cpp (modified)

	Cache the KeQueryActiveProcessors() result at init (see crash reading ...


Mon, 09 Jun 2008 18:52:18 GMT vboxsync [9560]
	* trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified)

	Straighten handling of image types in the generic code. Also cleanup ...


Mon, 09 Jun 2008 18:28:26 GMT vboxsync [9559]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	removed leftover debug crap.


Mon, 09 Jun 2008 18:20:00 GMT vboxsync [9558]
	* trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified)

	Initialize the RTMpNotification stuff.


Mon, 09 Jun 2008 18:19:26 GMT vboxsync [9557]
	* trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c (modified)

	New timer code for solaris.


Mon, 09 Jun 2008 18:19:10 GMT vboxsync [9556]
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)

	Made it possible to select the mp code on solaris in non-vbi mode.


Mon, 09 Jun 2008 17:23:29 GMT vboxsync [9555]
	* trunk/src/VBox/HostDrivers/Support/solaris/mod.sh (modified)

	/usr/bin/grep doesn't grok -q.


Mon, 09 Jun 2008 17:21:25 GMT vboxsync [9554]
	* trunk/src/VBox/HostDrivers/Support/solaris/mod.sh (modified)

	Seems if ! grep does not quite work.


Mon, 09 Jun 2008 17:13:35 GMT vboxsync [9553]
	* trunk/src/VBox/Additions/x11/xclient/Makefile.kmk (modified)

	This is just getting better and better...


Mon, 09 Jun 2008 17:08:37 GMT vboxsync [9552]
	* trunk/src/VBox/Additions/x11/xclient/Makefile.kmk (modified)

	64-bit guest preps. - The ****ing static C++ hacks. The gnu ld just ...


Mon, 09 Jun 2008 16:12:08 GMT vboxsync [9551]
	* trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified)

	Fix for spaces in shared folder names.