# # ChangeLog for trunk/src in vbox # # Generated by Trac 1.4.3.2 # Dec 14, 2024 11:23:34 AM Wed, 24 Oct 2007 03:58:47 GMT vboxsync [5468] * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) silly typo. Wed, 24 Oct 2007 03:44:02 GMT vboxsync [5467] * trunk/src/VBox/Devices/Makefile.kmk (modified) VBOX_WITH_USBFILTER isn't ready yet. Wed, 24 Oct 2007 03:32:17 GMT vboxsync [5466] * trunk/src/recompiler/InnoTek/op-undefined.lst (modified) Added helper_record_call. Wed, 24 Oct 2007 03:21:06 GMT vboxsync [5464] * trunk/src/VBox/Runtime/Makefile.kmk (modified) More GOT / Yasm trouble. just go with the .cpp code for now. Wed, 24 Oct 2007 03:11:06 GMT vboxsync [5463] * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupA.asm (modified) Fixed link error. Added an alignment dummy. Wed, 24 Oct 2007 02:20:48 GMT vboxsync [5462] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Only use .asm in ring-3, 64-bit and symbol name issues. Wed, 24 Oct 2007 02:18:28 GMT vboxsync [5461] * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupA.asm (modified) * trunk/src/VBox/Runtime/common/time/timesupA.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) Made u64Prev a pointer so TM can share it between contexts. Added R3, ... Wed, 24 Oct 2007 01:58:31 GMT vboxsync [5460] * trunk/src/VBox/Runtime/common/time/timesupA.mac (modified) GOT rules... Wed, 24 Oct 2007 01:29:45 GMT vboxsync [5459] * trunk/src/VBox/Runtime/Makefile.kmk (modified) need to fix GOT problems first... Wed, 24 Oct 2007 01:09:35 GMT vboxsync [5458] * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm (modified) sup.h/sup.mac checks. Wed, 24 Oct 2007 01:05:05 GMT vboxsync [5457] * trunk/src/VBox/Runtime/common/time/timesupA.asm (modified) New RTTimeNanoTS/GIP code. Wed, 24 Oct 2007 01:04:51 GMT vboxsync [5456] * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesupA.asm (added) * trunk/src/VBox/Runtime/common/time/timesupA.mac (added) * trunk/src/VBox/Runtime/common/time/timesupref.cpp (added) * trunk/src/VBox/Runtime/common/time/timesupref.h (added) * trunk/src/VBox/Runtime/testcase/tstTime-2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstTime.cpp (modified) New RTTimeNanoTS/GIP code. Wed, 24 Oct 2007 01:04:09 GMT vboxsync [5455] * trunk/src/VBox/Runtime/common/err/Makefile.kup (added) Tue, 23 Oct 2007 23:50:28 GMT vboxsync [5454] * trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c (modified) The generated VBE mode list MUST NOT include the terminator, else ... Tue, 23 Oct 2007 20:23:06 GMT vboxsync [5453] * trunk/src/VBox/Devices/Graphics/BIOS/biossums.c (modified) warnings Tue, 23 Oct 2007 19:04:54 GMT vboxsync [5451] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Either show a logo or set a text mode. Avoids extraneous mode set. Tue, 23 Oct 2007 19:03:55 GMT vboxsync [5450] * trunk/src/VBox/Devices/Graphics/BIOS/ChangeLog (modified) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/BIOS/README (modified) * trunk/src/VBox/Devices/Graphics/BIOS/TODO (modified) * trunk/src/VBox/Devices/Graphics/BIOS/biossums.c (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.c (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe.h (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbe_display_api.txt (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vbetables.h (deleted) * trunk/src/VBox/Devices/Graphics/BIOS/vgabios.c (modified) * trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGAModes.h (modified) Synced with updated VGA/VESA BIOS. Tue, 23 Oct 2007 17:37:05 GMT vboxsync [5449] * trunk/src/VBox/Runtime/r3/posix/timer-posix.cpp (modified) Runtime: Suppress "uninitialized values" valgrind errors. Tue, 23 Oct 2007 16:08:19 GMT vboxsync [5448] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) VT-x: wrong return code for a task switch Tue, 23 Oct 2007 16:01:08 GMT vboxsync [5447] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Bugfix for rare cases where a pending interrupt is cleared behind our ... Tue, 23 Oct 2007 15:50:24 GMT vboxsync [5446] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNetworkFramework.cpp (modified) At least one, reproducible, crash fixed. Issue appears in case of ... Tue, 23 Oct 2007 15:09:59 GMT vboxsync [5445] * trunk/src/VBox/Runtime/r3/posix/sems-posix.cpp (modified) sigh. Tue, 23 Oct 2007 14:55:02 GMT vboxsync [5444] * trunk/src/VBox/Runtime/r3/posix/sems-posix.cpp (modified) now then? Tue, 23 Oct 2007 14:22:38 GMT vboxsync [5443] * trunk/src/VBox/Runtime/r3/posix/sems-posix.cpp (modified) better? Tue, 23 Oct 2007 14:20:11 GMT vboxsync [5442] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) VT-x: Restore CR4 again; don't leave the X86_CR4_VMXE flag set if it ... Tue, 23 Oct 2007 14:01:21 GMT vboxsync [5441] * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) accidently slipped in Tue, 23 Oct 2007 11:15:06 GMT vboxsync [5440] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Changed assertion Tue, 23 Oct 2007 09:48:57 GMT vboxsync [5439] * trunk/src/VBox/Installer/linux/vboxnet.sh (modified) Installer: fixed the vboxnet Linux init script to work on Ubuntu 7.10 Mon, 22 Oct 2007 15:59:18 GMT vboxsync [5438] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Fix SuSE 9.1 install regression. Mon, 22 Oct 2007 09:37:59 GMT vboxsync [5437] * trunk/src/VBox/Additions/linux/xgraphics/vboxutils.c (modified) Guest Additions: fixed a problem with pointer colours with ARGB ... Mon, 22 Oct 2007 08:22:51 GMT vboxsync [5436] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) Back out NAT ping error message code. Sun, 21 Oct 2007 22:39:07 GMT vboxsync [5433] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) typo Sun, 21 Oct 2007 21:52:47 GMT vboxsync [5432] * trunk/src/VBox/Devices/PC/BIOS/rombios.c (modified) Init the Intel PXE ROM at ROM scan time, not in INT 19h. Sun, 21 Oct 2007 21:52:44 GMT vboxsync [5431] * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) IPRT reorg Sun, 21 Oct 2007 21:32:40 GMT vboxsync [5430] * trunk/src/VBox/Runtime/common/Makefile.kup (added) * trunk/src/VBox/Runtime/common/checksum/Makefile.kup (added) * trunk/src/VBox/Runtime/common/ldr/Makefile.kup (added) * trunk/src/VBox/Runtime/common/log/Makefile.kup (added) * trunk/src/VBox/Runtime/common/time/Makefile.kup (added) Added missing Makefile.kup. Sun, 21 Oct 2007 21:30:26 GMT vboxsync [5429] * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) IPRT reorg Sun, 21 Oct 2007 21:27:47 GMT vboxsync [5428] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/alloc-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/dllmain-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/fs-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/sched-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/sems-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/system-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/thread-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/time-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/timer-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/utf8-win.cpp (moved) * trunk/src/VBox/Runtime/r3/win/uuid-win.cpp (moved) *-win32.cpp -> *-win.cpp Sun, 21 Oct 2007 21:23:00 GMT vboxsync [5427] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/win (moved) * trunk/src/VBox/Runtime/r3/win/VBoxRT-win64.def (copied) * trunk/src/VBox/Runtime/r3/win64 (deleted) Merged r3/win32 and r3/win64 Sun, 21 Oct 2007 21:20:25 GMT vboxsync [5426] * trunk/src/VBox/Runtime/Makefile.kmk (modified) sort source lists. Sun, 21 Oct 2007 21:14:08 GMT vboxsync [5425] * trunk/src/VBox/Additions/linux/module/files_vboxadd (modified) * trunk/src/VBox/Additions/linux/sharedfolders/files_vboxvfs (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) IPRT reorg Sun, 21 Oct 2007 21:12:03 GMT vboxsync [5424] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/math (moved) math -> common/math Sun, 21 Oct 2007 21:08:50 GMT vboxsync [5423] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/win (moved) * trunk/src/VBox/Runtime/win/amd64 (moved) Merged the win32 and win64 directories. Sun, 21 Oct 2007 21:05:10 GMT vboxsync [5422] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/strspace.cpp (modified) * trunk/src/VBox/Runtime/common/table (moved) table -> common/table Sun, 21 Oct 2007 21:02:00 GMT vboxsync [5421] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (moved) * trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrNative.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (moved) * trunk/src/VBox/Runtime/common/ldr/ldrkLdr.cpp (moved) ldr* -> common/ldr/ Sun, 21 Oct 2007 20:59:46 GMT vboxsync [5420] * trunk/src/VBox/Runtime/common/ldr (added) mkdir common/ldr Sun, 21 Oct 2007 20:58:59 GMT vboxsync [5419] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp (moved) * trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp (moved) * trunk/src/VBox/Runtime/common/err/errmsg.cpp (moved) * trunk/src/VBox/Runtime/common/err/errmsg.sed (moved) * trunk/src/VBox/Runtime/common/err/errmsgcom.sed (moved) * trunk/src/VBox/Runtime/common/err/errmsgxpcom.sed (moved) err* RTErr* -> common/err/ Sun, 21 Oct 2007 20:54:38 GMT vboxsync [5418] * trunk/src/VBox/Runtime/common/err (added) mkdir common/err Sun, 21 Oct 2007 20:54:16 GMT vboxsync [5417] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/assert.cpp (moved) * trunk/src/VBox/Runtime/common/misc/req.cpp (moved) * trunk/src/VBox/Runtime/common/misc/semspingpong.cpp (moved) * trunk/src/VBox/Runtime/common/misc/thread.cpp (moved) * trunk/src/VBox/Runtime/common/misc/zip.cpp (moved) various stray files -> common/misc/ Sun, 21 Oct 2007 20:51:39 GMT vboxsync [5416] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc (moved) misc -> common/misc Sun, 21 Oct 2007 20:50:07 GMT vboxsync [5415] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (moved) * trunk/src/VBox/Runtime/common/log/logcom.cpp (moved) * trunk/src/VBox/Runtime/common/log/logformat.cpp (moved) log* -> common/log/ Sun, 21 Oct 2007 20:48:06 GMT vboxsync [5414] * trunk/src/VBox/Runtime/common/log (added) mkdir common/log Sun, 21 Oct 2007 20:47:00 GMT vboxsync [5413] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/straprintf.cpp (moved) * trunk/src/VBox/Runtime/common/string/strformat.cpp (moved) * trunk/src/VBox/Runtime/common/string/strformatrt.cpp (moved) * trunk/src/VBox/Runtime/common/string/string.cpp (moved) * trunk/src/VBox/Runtime/common/string/strprintf.cpp (moved) * trunk/src/VBox/Runtime/common/string/strspace.cpp (moved) * trunk/src/VBox/Runtime/common/string/strstrip.cpp (moved) * trunk/src/VBox/Runtime/common/string/strtonum.cpp (moved) * trunk/src/VBox/Runtime/common/string/uni.cpp (moved) * trunk/src/VBox/Runtime/common/string/unidata.cpp (moved) * trunk/src/VBox/Runtime/common/string/uniread.cpp (moved) * trunk/src/VBox/Runtime/common/string/utf-16.cpp (moved) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (moved) uni* str* utf* -> common/string/ Sun, 21 Oct 2007 20:40:10 GMT vboxsync [5412] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/checksum/crc32.cpp (moved) * trunk/src/VBox/Runtime/common/checksum/crc64.cpp (moved) * trunk/src/VBox/Runtime/common/checksum/md5.cpp (moved) crc* md5* -> common/checksum Sun, 21 Oct 2007 20:38:11 GMT vboxsync [5411] * trunk/src/VBox/Runtime/common/checksum (added) Added common\checksum Sun, 21 Oct 2007 20:37:26 GMT vboxsync [5410] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/alloc (moved) * trunk/src/VBox/Runtime/common/alloc/alloc.cpp (moved) alloc* -> common/alloc Sun, 21 Oct 2007 20:35:42 GMT vboxsync [5409] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string (moved) string -> common/string Sun, 21 Oct 2007 20:34:15 GMT vboxsync [5408] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/time (moved) * trunk/src/VBox/Runtime/common/time/time.cpp (copied) * trunk/src/VBox/Runtime/common/time/timeprog.cpp (copied) * trunk/src/VBox/Runtime/common/time/timesup.cpp (copied) time -> common/time Sun, 21 Oct 2007 20:32:43 GMT vboxsync [5407] * trunk/src/VBox/Runtime/common (added) new dir. Sun, 21 Oct 2007 20:31:25 GMT vboxsync [5406] * trunk/src/VBox/Runtime/Makefile.kmk (modified) -> r3 Sun, 21 Oct 2007 20:31:05 GMT vboxsync [5405] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/dir.cpp (moved) * trunk/src/VBox/Runtime/r3/fileio.cpp (moved) * trunk/src/VBox/Runtime/r3/fs.cpp (moved) * trunk/src/VBox/Runtime/r3/path.cpp (moved) -> r3 Sun, 21 Oct 2007 20:26:23 GMT vboxsync [5404] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/time/time.cpp (moved) * trunk/src/VBox/Runtime/time/timeprog.cpp (moved) * trunk/src/VBox/Runtime/time/timesup.cpp (moved) Moved the time stuff out of the root dir. Sun, 21 Oct 2007 20:21:37 GMT vboxsync [5403] * trunk/src/VBox/Runtime/time (added) time subdir. Sun, 21 Oct 2007 18:56:43 GMT vboxsync [5402] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) don't translate NLS accelerators Sun, 21 Oct 2007 16:49:55 GMT vboxsync [5401] * trunk/src/VBox/Devices/Network/slirp/tftp.c (modified) gcc warning Sun, 21 Oct 2007 04:40:50 GMT vboxsync [5400] * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) minor IN_GC tweak. Sun, 21 Oct 2007 04:40:24 GMT vboxsync [5399] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Name. Sun, 21 Oct 2007 04:37:46 GMT vboxsync [5398] * trunk/src/VBox/VMM/TM.cpp (modified) Fixed /TM/UseRealTSC. Sun, 21 Oct 2007 03:57:23 GMT vboxsync [5396] * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/TRPMInternal.mac (modified) * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Shaved off a few ticks on RDTSC emulation to speed up Solaris guest. Sun, 21 Oct 2007 02:19:37 GMT vboxsync [5395] * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/TRPMInternal.mac (modified) * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp (modified) Optimized RDTSC emulation a little bit. Sun, 21 Oct 2007 01:49:38 GMT vboxsync [5394] * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/TRPMInternal.h (modified) * trunk/src/VBox/VMM/TRPMInternal.mac (modified) /TRPM/SafeToDropGuestIDTMonitoring Fri, 19 Oct 2007 17:28:17 GMT vboxsync [5393] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) When flushing a page because it's been reused, don't emulate ... Fri, 19 Oct 2007 16:58:43 GMT vboxsync [5392] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Flush a page when we see MOVNTI or MOVNTDQ. Fri, 19 Oct 2007 16:50:01 GMT vboxsync [5391] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) VBoxManage: Added "adoptstate " to instruct the VM ... Fri, 19 Oct 2007 16:47:52 GMT vboxsync [5390] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: Implemented IConsole::AdoptSavedState(); Prototyped ... Fri, 19 Oct 2007 16:45:07 GMT vboxsync [5389] * trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Fully deal with CR0.EM/TS/MP changes in GC. Fri, 19 Oct 2007 16:44:44 GMT vboxsync [5388] * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) Main: BIOSSettings: Don't forget to update Data::operator== when ... Fri, 19 Oct 2007 15:26:20 GMT vboxsync [5387] * trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp (modified) Check for new logon dialog Id's. Fri, 19 Oct 2007 15:06:39 GMT vboxsync [5386] * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/selinux-fedora (added) * trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.fc (added) * trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.if (added) * trunk/src/VBox/Additions/linux/selinux-fedora/vbox_x11.te (added) Made guest additions work with Fedora 8 (selinux policy added) Fri, 19 Oct 2007 15:05:51 GMT vboxsync [5385] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) webservices: add ISessionManager::logoff() with all cleanups Fri, 19 Oct 2007 14:13:42 GMT vboxsync [5384] * trunk/include/VBox/em.h (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAllA.asm (modified) * trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp (modified) LOCK BTR and LOCK OR (for Solaris guests). Fri, 19 Oct 2007 14:13:41 GMT vboxsync [5383] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) webservices: add sessions and ISessionManager interface (webservice ... Fri, 19 Oct 2007 13:55:49 GMT vboxsync [5382] * trunk/src/VBox/Devices/Makefile.kmk (modified) AHCI: add missing defines in Makefile Fri, 19 Oct 2007 11:22:53 GMT vboxsync [5381] * trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h (modified) Fixed a typo in the-linux-kernel.h Fri, 19 Oct 2007 10:10:45 GMT vboxsync [5380] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Builtins.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) AHCI: add ahci to build system (disabled by default) Fri, 19 Oct 2007 09:35:14 GMT vboxsync [5379] * trunk/src/VBox/HostDrivers/Support/solaris/mod.sh (modified) * trunk/src/VBox/HostDrivers/Support/solaris/vboxdrv.conf (modified) New driver location: /platform/i86pc/kernel/drv Fri, 19 Oct 2007 09:09:51 GMT vboxsync [5378] * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) Fix incorrect MAC address validity check. Thu, 18 Oct 2007 15:15:31 GMT vboxsync [5377] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) Enabled the GC code. Thu, 18 Oct 2007 14:17:48 GMT vboxsync [5376] * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) Include X11 after Xcursor so Solaris builds. Thu, 18 Oct 2007 14:13:22 GMT vboxsync [5375] * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) IOM: Fixed some 64-bit alignment issues. (non critical, only screwed ... Thu, 18 Oct 2007 14:01:35 GMT vboxsync [5374] * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) Xcursor may need X11 on Solaris, since it shouldn't do any harm, just ... Thu, 18 Oct 2007 11:38:45 GMT vboxsync [5373] * trunk/src/VBox/Runtime/r3/solaris/alloc-solaris.cpp (modified) make sure the memory is suitable for executable images. Thu, 18 Oct 2007 11:38:09 GMT vboxsync [5372] * trunk/src/recompiler/dyngen-exec.h (modified) Avoid using rbp for any global register variable as it seems to cause ... Thu, 18 Oct 2007 11:34:35 GMT vboxsync [5371] * trunk/src/recompiler/target-i386/helper.c (modified) The stack isn't necessiarly a safe place for the tb_temp on 64-bit ... Thu, 18 Oct 2007 10:27:00 GMT vboxsync [5370] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h (modified) 2421: Update to PIIX4: GUI setting for IDE Controller Type ... Thu, 18 Oct 2007 09:58:21 GMT vboxsync [5369] * trunk/src/recompiler/VBoxRecompiler.c (modified) disas: don't flood the log on 64-bit hosts. Thu, 18 Oct 2007 09:57:06 GMT vboxsync [5368] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/include/vbox-libhal.h (modified) * trunk/src/VBox/Main/linux/vbox-libhal.cpp (modified) Attempt to fix libhal cdrom and floppy detection Thu, 18 Oct 2007 09:47:14 GMT vboxsync [5367] * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) RTLogFlush. Wed, 17 Oct 2007 18:37:05 GMT vboxsync [5365] * trunk/src/VBox/VMM/VMM.cpp (modified) Fixed DISInstr return check. Wed, 17 Oct 2007 17:27:06 GMT vboxsync [5364] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) fixed alignment. Wed, 17 Oct 2007 17:11:26 GMT vboxsync [5361] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Main/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Added option to emulate PIIX4 IDE controller. Defaults to PIIX4 for ...