VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47354   12 years vboxsync Runtime/r0drv/solaris: Free the hook object if the owner thread has …
(edit) @47353   12 years vboxsync VMM/HMVMXR0: nits.
(edit) @47352   12 years vboxsync Runtime/r0drv: Reference counting for kernel thread-context hooks.
(edit) @47350   12 years vboxsync IEM: SS=0 fixes, the right way this time.
(edit) @47348   12 years vboxsync FE/Qt: General Icon Update: Storage controller/attachment icons (part 3).
(edit) @47347   12 years vboxsync FE/Qt: General Icon Update: Virtual Media Manager icons.
(edit) @47346   12 years vboxsync FE/Qt: General Icon Update: Session Information dialog icons (part 2).
(edit) @47345   12 years vboxsync Added VDIfCreateVfsStream for OVA importing/exporting - completely …
(edit) @47343   12 years vboxsync pr6022. cleaning up the code. RTZip interface …
(edit) @47342   12 years vboxsync Main: Cache information about USB controller availability locally in …
(edit) @47341   12 years vboxsync Additions/linux/drm: more kernel version magic and a small additional …
(edit) @47340   12 years vboxsync pr6022. OVA appliance don't fail when a certificate file exists. GZIP …
(edit) @47339   12 years vboxsync kStuff is up to date on trunk, with KLDRMOD_OPEN_FLAGS_FOR_INFO …
(edit) @47338   12 years vboxsync Use <pre> instead of <computeroutput>.
(edit) @47337   12 years vboxsync Documentation.
(edit) @47336   12 years vboxsync VBoxService/VMInfo: Free after use.
(edit) @47335   12 years vboxsync VBoxService/VMInfo: Added internal state tracking for idle user …
(edit) @47334   12 years vboxsync Comment typo.
(edit) @47333   12 years vboxsync Main: add missing TouchContactState/None enumeration value to the IDL.
(edit) @47332   12 years vboxsync Runtime/dbgmoddwarf: Ignore a few more sections emitted by apple llvm-clang
(edit) @47331   12 years vboxsync Devices/Input/Multi-Touch: actually install the multi-touch call back.
(edit) @47330   12 years vboxsync DIS: Formatting TODO.
(edit) @47329   12 years vboxsync IEM: Fixed a RIP relative addressing bug in the 32-bit operand case of …
(edit) @47328   12 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47327   12 years vboxsync IEM: Implemented swapgs
(edit) @47326   12 years vboxsync IEM: Implemented the mwait & monitor instructions. (Still work to be …
(edit) @47325   12 years vboxsync VBoxManage/VBoxManageGuestCtrl: Optional shorter list command options.
(edit) @47324   12 years vboxsync REM: NULL SS on iret change.
(edit) @47323   12 years vboxsync IEM: BSWAP fix (don't blindly trust the intel manual).
(edit) @47321   12 years vboxsync PS2K: Merged and extended scan set 1/2 processing.
(edit) @47319   12 years vboxsync IEM: More 64-bit fixes.
(edit) @47318   12 years vboxsync Installer/Solaris, Additions/Installer/Solaris: SVN properties.
(edit) @47317   12 years vboxsync Additions/solaris/Installer: Addressed a todo and avoids spawning svcs …
(edit) @47316   12 years vboxsync UsbKbd: Do not drop SysReq.
(edit) @47315   12 years vboxsync Solaris/Installer: Wait until all services have been imported before …
(edit) @47314   12 years vboxsync Use IEM_DECL_IMPL_TYPE with typedef. Should fix the build.
(edit) @47313   12 years vboxsync PS2K: Do not lose SysReq key.
(edit) @47311   12 years vboxsync VBoxManage/GuestCtrl: Make "guestcontrol list …
(edit) @47310   12 years vboxsync Build fix.
(edit) @47309   12 years vboxsync REM: Try set DESC_INTEL_UNUSED where applicable. Fixed values in DR6, …
(edit) @47308   12 years vboxsync Build fix.
(edit) @47307   12 years vboxsync IEM: Implemented mfence, lfence, sfence.
(edit) @47306   12 years vboxsync DIS: *fence todo.
(edit) @47304   12 years vboxsync spaces.
(edit) @47302   12 years vboxsync r0drv/threadctxhooks: Use the right function prototypes on S10, S11 as …
(edit) @47301   12 years vboxsync Build fix.
(edit) @47300   12 years vboxsync VMMDev/ReportGuestUserState: Bugfixes.
(edit) @47299   12 years vboxsync AHCI: Unused variables, typo.
(edit) @47298   12 years vboxsync Forgot to submit file.
(edit) @47297   12 years vboxsync RAW: Added .flp floppy image extension for compatibility with other …
(edit) @47296   12 years vboxsync VBoxTray/IPC: Only process commands w/ header version 0 for now.
(edit) @47295   12 years vboxsync Docs: Update.
(edit) @47294   12 years vboxsync Guest user state reporting: Update.
(edit) @47293   12 years vboxsync IEM: lldr 0
(edit) @47292   12 years vboxsync IEM: Overlooked one test instruction.
(edit) @47291   12 years vboxsync IEM: More 64-bit fixes.
(edit) @47290   12 years vboxsync Fixes related to reading symbols from a 64-bit linux kernel (3.7).
(edit) @47289   12 years vboxsync Windows build fix
(edit) @47288   12 years vboxsync 64-bit segmentation fixes to string instr.
(edit) @47287   12 years vboxsync Back to the MOVXSD instruction.
(edit) @47286   12 years vboxsync 32-bit mov fixes.
(edit) @47285   12 years vboxsync Fix: mov ss, ax; where ax is 0 in long mode.
(edit) @47284   12 years vboxsync Fixed jmp far [indirect] and call far [indirect] to no cause #UD. …
(edit) @47283   12 years vboxsync Initial longmode iret.
(edit) @47282   12 years vboxsync pop qword [addr-expr] typo (storing 16 instead of 64 bytes).
(edit) @47281   12 years vboxsync Debugger: Added logflush. Made log, logflags, and logdest display the …
(edit) @47280   12 years vboxsync IEM: TPR access.
(edit) @47279   12 years vboxsync IEM: int3 CS.LIMIT check should raise GP(0) not GP(CS).
(edit) @47278   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 11): …
(edit) @47277   12 years vboxsync windows warnings.
(edit) @47276   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 10): Some …
(edit) @47275   12 years vboxsync Main/testcase: typo in tstMouseImpl
(edit) @47274   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 9): Replace …
(edit) @47273   12 years vboxsync Main/testcase: eliminated fundamentally broken use of Assert, and made …
(edit) @47272   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 8): .ui …
(edit) @47271   12 years vboxsync IEM: Long mode hacking.
(edit) @47270   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 7): Widget …
(edit) @47269   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 6): …
(edit) @47268   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 5): Some …
(edit) @47266   12 years vboxsync Config.kmk: new template for Main unit testing Main/testcase: fix …
(edit) @47265   12 years vboxsync FE/Qt: UI converter: Support for KPointingHIDType COM enum type.
(edit) @47264   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 4): Proper …
(edit) @47263   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 3): Some …
(edit) @47262   12 years vboxsync Main/Mouse: disable the test case again, it builds locally but no …
(edit) @47261   12 years vboxsync Main/Mouse/test case: attempt to fix a Windows burn.
(edit) @47260   12 years vboxsync VMM/HMSVMR0: Implement NRIP for instruction intercepts and MSRs. IOIO …
(edit) @47259   12 years vboxsync pdmifs: fix putEventMT definition.
(edit) @47258   12 years vboxsync Main/IGuest: Added eventSource in IDL.
(edit) @47257   12 years vboxsync Main: fix and enable mouse test case.
(edit) @47256   12 years vboxsync Main/IDL: correct description doxygen.
(edit) @47255   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 2): …
(edit) @47254   12 years vboxsync VMM/HMVMXR0: Minor clarification.
(edit) @47253   12 years vboxsync FE/Qt: Machine settings: System page: Cleanup/rework (part 1): Comments.
(edit) @47252   12 years vboxsync Fixed assertion.
(edit) @47251   12 years vboxsync ConsoleVRDPServer: obsolete assert
(edit) @47250   12 years vboxsync Main: fix a warning.
(edit) @47249   12 years vboxsync Main/Multi-touch: extend OnMouseCapabilityChanged event.
(edit) @47248   12 years vboxsync Input/USBMouse: fixed a warning in the test case.
(edit) @47247   12 years vboxsync HMVMX: preserve SS.DPL and CS.L/D/G when the 'unusable' bit is set. …
(edit) @47246   12 years vboxsync Setings: add multi-touch setting and fix combo mouse somewhat.
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