VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27229   15 years vboxsync HPET: typo
(edit) @27228   15 years vboxsync wddm: bugfix
(edit) @27227   15 years vboxsync FE/Qt4: New running VM core: mouse functionality cumulative patch.
(edit) @27226   15 years vboxsync HPET: minor issues related to egde vs. level triggered interrupts
(edit) @27225   15 years vboxsync wddm: bugfix
(edit) @27224   15 years vboxsync FE/Qt4: new core: make a boundary checking
(edit) @27223   15 years vboxsync FE/Qt4: new core: todo
(edit) @27222   15 years vboxsync FE/Qt4: new core: Make a depth copy of the pause image in the case the …
(edit) @27221   15 years vboxsync DevAPIC: Use fixed physical CPU ID instead of the programmable one …
(edit) @27220   15 years vboxsync FE/Qt4: new core: force a repaint
(edit) @27219   15 years vboxsync wddm: bugfix
(edit) @27218   15 years vboxsync FE/Qt4: new core: Get the pause image out of the frame buffer if the …
(edit) @27217   15 years vboxsync Additions/VBoxServiceBalloon: Solaris fixes and some logging.
(edit) @27216   15 years vboxsync Solaris/Installer: vboxconfig.sh wording.
(edit) @27215   15 years vboxsync FE/Qt4: new core: dock icon preview with MM support added again
(edit) @27214   15 years vboxsync Windows guest additions: fixed showpointer processing in multimonitor case.
(edit) @27213   15 years vboxsync VD: Move the readonly mode change after behind the differencing disk …
(edit) @27212   15 years vboxsync VMReq.cpp: fix #4725 later.
(edit) @27211   15 years vboxsync VD: Fix data corruption during snapshot merging if the merge direction …
(edit) @27210   15 years vboxsync Note added
(edit) @27209   15 years vboxsync Backed out r58570; must decrease reference here
(edit) @27208   15 years vboxsync Main/MouseImpl: some fixes and a todo
(edit) @27207   15 years vboxsync FE/Qt4: New running VM core: mouse-shape-change callback processing fix.
(edit) @27206   15 years vboxsync FE/Qt: slight protocol fix to cursor shape setting
(edit) @27205   15 years vboxsync wddm: bugfix
(edit) @27204   15 years vboxsync Paranoia
(edit) @27203   15 years vboxsync Double derefence removed
(edit) @27202   15 years vboxsync Two more missing reference changes
(edit) @27201   15 years vboxsync wddm: bugfix
(edit) @27200   15 years vboxsync Main: fix assertion and crash when unregistering ISO
(edit) @27199   15 years vboxsync r0drv/linux/timer: hrtimer pinning fix for Linux >= 2.6.31 (code not …
(edit) @27198   15 years vboxsync r0drv/linux/timer: be consistent, this is SMP only
(edit) @27197   15 years vboxsync Refresh the balloon a bit later during state restore.
(edit) @27196   15 years vboxsync build fix
(edit) @27195   15 years vboxsync Logging
(edit) @27194   15 years vboxsync r0drv/linux/timer: adapt to Linux kernels >= 2.6.31 where …
(edit) @27193   15 years vboxsync FE/Qt: fix spurious resize hint when switching from a Linux VT
(edit) @27192   15 years vboxsync FE/Qt: hide the host cursor when the guest switches to absolute …
(edit) @27191   15 years vboxsync FE/Qt: hide the host cursor when the guest switches to absolute …
(edit) @27190   15 years vboxsync Main/GuestImpl: IGuest::GetSupportsGraphics() should return FALSE if …
(edit) @27189   15 years vboxsync Main/MouseImpl.cpp: updated a todo
(edit) @27188   15 years vboxsync Devices/Input/DevPS2: make sure that the device is re-enabled when …
(edit) @27187   15 years vboxsync tstVDSnap: Build fix
(edit) @27186   15 years vboxsync tstVDSnap: Use a seedable RNG to get consistent behavior
(edit) @27185   15 years vboxsync Windows guest additions multimonitor: update the video mode table for …
(edit) @27184   15 years vboxsync Alignment
(edit) @27183   15 years vboxsync Oops
(edit) @27182   15 years vboxsync Saved the state of ballooned memory and reinflate when loading the …
(edit) @27181   15 years vboxsync Storage/iSCSI: Increase sense data buffers, and truncate sense data if …
(edit) @27180   15 years vboxsync FE/Qt4: New running VM core: just a cosmetics.
(edit) @27179   15 years vboxsync Main: rename internal method
(edit) @27178   15 years vboxsync FE/Qt4: New running VM core: Workaround for Main bug. Main should link …
(edit) @27177   15 years vboxsync BIOS: Extended $PIR table to 20 entries. Helps with more than 4 NICs …
(edit) @27176   15 years vboxsync Fixed HWVirtExPropertyType_LargePages
(edit) @27175   15 years vboxsync Missing modified & backup calls
(edit) @27174   15 years vboxsync FE/Qt4: New running VM core: support storing window(s) positions for …
(edit) @27173   15 years vboxsync Compile fix
(edit) @27172   15 years vboxsync Main: fix trunk regression that caused Machine::SetHWVirtExProperty to …
(edit) @27171   15 years vboxsync HardwareVirtExLargePages update fix
(edit) @27170   15 years vboxsync BIOS: Fixed $PIR table entries and added one more reported entry to …
(edit) @27169   15 years vboxsync Comment update
(edit) @27168   15 years vboxsync Minor formatting change
(edit) @27167   15 years vboxsync Large page support enabled as configured.
(edit) @27166   15 years vboxsync Added large page property.
(edit) @27165   15 years vboxsync Windows guest additions multimonitor fixes (xTracker 4655).
(edit) @27164   15 years vboxsync Windows guest additions multimonitor fixes (xTracker 4655).
(edit) @27163   15 years vboxsync Profiling of large page allocation
(edit) @27162   15 years vboxsync VMM/GMMR0: fixed resetting cBalloonedPages on GMMBALLOONACTION_RESET.
(edit) @27161   15 years vboxsync FE/Qt4: New running VM core: some cleanup code for f/s.
(edit) @27160   15 years vboxsync Main: don't assert in Mouse code all over the place. Now that we have …
(edit) @27159   15 years vboxsync Main: use HRESULT properly
(edit) @27158   15 years vboxsync Additions/VBoxGuest-solaris: logging.
(edit) @27157   15 years vboxsync Additions/VBoxService/solaris: updated description of manifest.
(edit) @27156   15 years vboxsync Solaris/VBoxGuest-solaris: fix resetting device info. data on detach.
(edit) @27155   15 years vboxsync FE/Qt4: new core: vm menu in fs and seamless mode on the Mac too
(edit) @27154   15 years vboxsync FE/Qt4: New running VM core: fullscreen exiting mechanism: forgot to …
(edit) @27153   15 years vboxsync Host Service/Guest Control: Update.
(edit) @27152   15 years vboxsync GuestHost/OpenGL: warning
(edit) @27150   15 years vboxsync FE/Qt4: New running VM core: fullscreen/seamless modes entering bug …
(edit) @27149   15 years vboxsync Additions/FreeBSD: Fix build
(edit) @27148   15 years vboxsync FE/Qt4: New running VM core: bug fix in fullscreen/seamless actions …
(edit) @27147   15 years vboxsync FreeBSD: Enable new allocation mode using the PhysNC allocator
(edit) @27146   15 years vboxsync memobj-r0drv-freebsd.c: Major rewrite again. Removed most of the …
(edit) @27145   15 years vboxsync FE/Qt4: New running VM core: seamless main-menu actions availability fix.
(edit) @27144   15 years vboxsync FE/Qt4: New running VM core: fullscreen main-menu actions availability …
(edit) @27143   15 years vboxsync FE/Qt4: New running VM core: do not process shortcuts to invisible actions.
(edit) @27142   15 years vboxsync FE/Qt4: New running VM core: fullscreen main-menu actions availability fix.
(edit) @27141   15 years vboxsync FE/Qt4: New running VM core: fullscreen/seamless modes menu restored …
(edit) @27140   15 years vboxsync Config.kmk,xpcom18a4/Makefile.kmk: Merged VBOX_WITH_ORIGIN into …
(edit) @27139   15 years vboxsync Config.kmk,recompiler,xpcom18a4/Makefile.kmk: Drop the trailing slash …
(edit) @27138   15 years vboxsync Config.kmk,recompiler/Makefile.kmk,xpcom18a4/Makefile.kmk: Use @rpath …
(edit) @27137   15 years vboxsync tstVDSnap: Allow unallocated blocks in the base image
(edit) @27136   15 years vboxsync Fix build
(edit) @27135   15 years vboxsync VD/Testcase: New testcase to stress test diff creation/merging
(edit) @27134   15 years vboxsync VD: pass the correct data to the backend
(edit) @27133   15 years vboxsync FE/VBoxManage: Make raw disk support work for FreeBSD, contributed by …
(edit) @27132   15 years vboxsync FE/Qt4: new core: dock menu
(edit) @27131   15 years vboxsync FE/Qt4: new core: second attempt to fix the mainWindow issue
(edit) @27130   15 years vboxsync FE/Qt4: new core: fix for the old code on OSX
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette