VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21214   16 years vboxsync Additions/x11/VBoxClient: fix the seamless unit test
(edit) @21213   16 years vboxsync Enabled restarting pending IO instructions without requiring a full …
(edit) @21211   16 years vboxsync VBoxGuest.h,VBoxGuestLib: Moved the VbglR3 API out of VBoxGuest.h and …
(edit) @21210   16 years vboxsync Updates
(edit) @21209   16 years vboxsync Updates for io instruction restarts
(edit) @21208   16 years vboxsync Started with saving pending failed IO instructions.
(edit) @21207   16 years vboxsync Additions/x11/VBoxClient: add a unit test for seamless. Failing tests …
(edit) @21206   16 years vboxsync proper #ifdef VBOX for r49510
(edit) @21205   16 years vboxsync BIOS: Implement Ctrl+Alt+Del for real mode
(edit) @21204   16 years vboxsync Python shell: use shlex
(edit) @21203   16 years vboxsync Python: remove bogus message
(edit) @21202   16 years vboxsync FE/Qt4: fix Plastique style
(edit) @21201   16 years vboxsync VBoxGuestR3Lib.cpp: Solaris+freebsd todo.
(edit) @21200   16 years vboxsync VBoxGuestR3Lib.cpp: Fix the XFREE86 build mode.
(edit) @21199   16 years vboxsync VBoxGuest-linux.c,VBoxGuestR3Lib.cpp: Fixed ioctl error check for …
(edit) @21198   16 years vboxsync VBoxGuestR3LibGuestProp.cpp: removed (uint32_t) cast+todo.
(edit) @21197   16 years vboxsync log-vbox.cpp: guest r0drv fixes.
(edit) @21196   16 years vboxsync Break up raw mode and hwacc EM parts.
(edit) @21195   16 years vboxsync Python: multiversion for Solaris
(edit) @21194   16 years vboxsync FE/Qt4: Colored slider for memory/CPU. Better snapping handling.
(edit) @21193   16 years vboxsync Forward all unhandled WM_POWERBROADCAST cases to the default window …
(edit) @21192   16 years vboxsync Export
(edit) @21191   16 years vboxsync Split up RC handling for raw and hwacc modes.
(edit) @21190   16 years vboxsync Main/ConsoleImpl: fix construction of hard disk config properties, …
(edit) @21189   16 years vboxsync FE/Qt: don't consider disabled ports when checking for duplicate parameters
(edit) @21188   16 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21187   16 years vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @21186   16 years vboxsync recompiler: Fixed mov to/from CRx/DRx decoding to match reality (mod …
(edit) @21185   16 years vboxsync GuestHost/SharedClipboard fix the clipboard on Solaris 10 and remove …
(edit) @21184   16 years vboxsync GuestHost/SharedClipboard: fix broken code for selecting the format to …
(edit) @21183   16 years vboxsync Solaris/Installer: fixed incorrect smf-vboxwebsrv.sh.
(edit) @21182   16 years vboxsync Installer/solaris: try fix wildcard problem
(edit) @21181   16 years vboxsync Installer/solaris: add support for installing all available …
(edit) @21180   16 years vboxsync xpcom: optional additional python 2.5 support for solaris
(edit) @21179   16 years vboxsync xpcom: small double-slash fix for the special VBoxSVC launch logic on …
(edit) @21178   16 years vboxsync xpcom/python: fixed some annoying gcc warnings
(edit) @21176   16 years vboxsync Shared folders host service: fixed gcc warnings about signed / …
(edit) @21175   16 years vboxsync Don't release the PGM lock when calling the PGM pool handler. …
(edit) @21174   16 years vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @21173   16 years vboxsync Console could not load two or more temporary shared folders from saved …
(edit) @21172   16 years vboxsync Shared folders host service: fixed load state failure, when the order …
(edit) @21171   16 years vboxsync xpcom: fix build issues on some compilers by including stdint.h
(edit) @21170   16 years vboxsync Additions: Mouse polling support in Solaris kernel module and minor …
(edit) @21169   16 years vboxsync xpcom: fix hopefully all remaining bitness issues
(edit) @21168   16 years vboxsync More statistics
(edit) @21167   16 years vboxsync VBoxServiceInternal.h: docs clearification.
(edit) @21166   16 years vboxsync VBoxServiceVMInfo.cpp: Don't crash in the termination code if init fails.
(edit) @21165   16 years vboxsync VBoxService.cpp: Fixed error message.
(edit) @21164   16 years vboxsync Extra statistics for PGMPhysRead/Write
(edit) @21163   16 years vboxsync VBoxServiceTimeSync.cpp: Reformatted the help.
(edit) @21162   16 years vboxsync VBoxServiceTimeSync.cpp: Updated docs. Added one more review question.
(edit) @21161   16 years vboxsync Backed out 49450. Not necessary
(edit) @21160   16 years vboxsync VBoxServiceTimeSync.cpp: Split up the code doing the platform specific …
(edit) @21159   16 years vboxsync StatLocked is VBOX_WITH_STATISTICS only
(edit) @21158   16 years vboxsync VBoxServiceTimeSync.cpp: r=bird: More todos for the windows code.
(edit) @21157   16 years vboxsync VBoxServiceTimeSync.cpp: r=bird: Some todos for the windows code.
(edit) @21155   16 years vboxsync VBoxGuest-linux.c: bugfixes. the timeservice works now.
(edit) @21153   16 years vboxsync PDMQueue: tyop.
(edit) @21152   16 years vboxsync fixed assertion
(edit) @21151   16 years vboxsync PDMQueue: Fixed leaking the last pending item when the consume …
(edit) @21150   16 years vboxsync VBoxService/common: Fixed Guest Additions version lookup.
(edit) @21149   16 years vboxsync xpcom: ignore the '#' flag in printf statements
(edit) @21148   16 years vboxsync Added assertion for @todo
(edit) @21147   16 years vboxsync xpcom: fix for fixed logging
(edit) @21146   16 years vboxsync Compile fix
(edit) @21144   16 years vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @21143   16 years vboxsync kStuff from r28 -> r33. Finally got around changing the license to MIT.
(edit) @21142   16 years vboxsync FE/Qt: French nls
(edit) @21141   16 years vboxsync PDMQueue.cpp: make sure the FF is cleared before we return.
(edit) @21139   16 years vboxsync VBoxService: Fixed handling of disabled services.
(edit) @21138   16 years vboxsync Main/Makefile.kmk: Fixed annoying remaking of VirtualBox_stripped.xidl …
(edit) @21137   16 years vboxsync VBoxGuest-linux: building, logging and a bugfix. (it loads now)
(edit) @21136   16 years vboxsync SUPDrv.c: todo.
(edit) @21135   16 years vboxsync log.cpp: Fixed assertion if RTLogDestroy is called during linux module …
(edit) @21134   16 years vboxsync IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get …
(edit) @21133   16 years vboxsync xpcom: fix breakage (hiding local var)
(edit) @21132   16 years vboxsync FE/Qt4: grr
(edit) @21131   16 years vboxsync vgabios: Define alternate 14x9 and 16x9 font subtables; some software …
(edit) @21130   16 years vboxsync FE/Qt4: Changed max values for the guest memory/VCPUs based on the host.
(edit) @21129   16 years vboxsync VBoxFUSE: Export to OSE.
(edit) @21128   16 years vboxsync PDMQueue: Fixed the flushing loop when a consumer (NAT?) had had enough.
(edit) @21127   16 years vboxsync crOpenGL: fix window/context management for multithreaded apps
(edit) @21126   16 years vboxsync PDMR3QueueFlushAll: The bit number, not the mask.
(edit) @21125   16 years vboxsync Don't register unused stat counters
(edit) @21124   16 years vboxsync FE/Qt4: next try for win
(edit) @21123   16 years vboxsync Removed redundant check
(edit) @21122   16 years vboxsync FE/Qt4: fix win
(edit) @21121   16 years vboxsync FE/Qt4: missed
(edit) @21120   16 years vboxsync FE/Qt4: spelling
(edit) @21119   16 years vboxsync FE/Qt4: Make the RAM slider snap on usual positions.
(edit) @21118   16 years vboxsync VBoxGuest (common): building on linux.
(edit) @21117   16 years vboxsync xpcom: fix logging crashes caused by bitness issues
(edit) @21116   16 years vboxsync Adjusted assertion
(edit) @21115   16 years vboxsync Moved CR0.WP=0 handling up a bit
(edit) @21114   16 years vboxsync Solaris/Installer: include directory entires in the prototype.
(edit) @21113   16 years vboxsync xpcom: first go at making xpcom bitness-safe
(edit) @21112   16 years vboxsync NAT: use constant
(edit) @21111   16 years vboxsync DBGF,DBGC: Added DBGFR3AsSymbolByName and DBGFR3AsSymbolByAddr. Start …
(edit) @21110   16 years vboxsync RTDbg: Some adjustments and fixes.
(edit) @21108   16 years vboxsync DBGFAddrSpace.cpp: Fixed address space spans.
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