VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @47824   11 years vboxsync RTDbgDwarf: Read gcc 4.8.1 dwarf output.
(edit) @47823   11 years vboxsync EMRaw.cpp: fixes, IEM single instruction emulation is still disabled.
(edit) @47822   11 years vboxsync VBoxC.dll: Hack to clean out the old typelib when registering. This is …
(edit) @47821   11 years vboxsync IEM: Adjust iret CS for ring compression in raw-mode.
(edit) @47820   11 years vboxsync EMRaw.cpp: Disabled code for using IEM for singled instruction …
(edit) @47819   11 years vboxsync IEM: Read unpatched bytes. Useless (disabled for ages) CSAM hooks.
(edit) @47818   11 years vboxsync Annotate disassembly with patch stuff.
(edit) @47817   11 years vboxsync GuestCtrl: Update for IGuestFile; some renaming.
(edit) @47816   11 years vboxsync tstVBoxAPILinux: fix the remaining format specifiers
(edit) @47815   11 years vboxsync duh.
(edit) @47814   11 years vboxsync FE/Qt: Wizards: New VM wizard: Rework RAM editor to be spin-box, add …
(edit) @47813   11 years vboxsync tstVBoxAPILinux: a few fixes and make sure to remove the registered VM …
(edit) @47812   11 years vboxsync IPRT/testcase/tstRTFileModeStringToFlags.cpp: Another fix for the fix
(edit) @47811   11 years vboxsync IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for the fix.
(edit) @47810   11 years vboxsync Main/Mouse: fix broken mouse dragging in guests.
(edit) @47809   11 years vboxsync IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for r88044 (Set …
(edit) @47808   11 years vboxsync docs.
(edit) @47807   11 years vboxsync EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
(edit) @47806   11 years vboxsync FE/Qt: Settings Dialog: Warning-pane: Cleanup and mouse-hovering …
(edit) @47805   11 years vboxsync MouseImpl: try to fix XPCOM warning.
(edit) @47804   11 years vboxsync Main: OnGuestMouse event cleanup.
(edit) @47803   11 years vboxsync VMM/HM: Preemption hoooks, work in progress.
(edit) @47802   11 years vboxsync VMM/HM: Redundant updates of flags is not necessary.
(edit) @47801   11 years vboxsync Main/glue/NativeEventQueue.cpp: fix incorrect error code in previous fix
(edit) @47800   11 years vboxsync Main/glue: fix error checking so that a missing components …
(edit) @47798   11 years vboxsync MouseImpl: corrected touch event range check.
(edit) @47797   11 years vboxsync VMM/HMR0Mixed.mac: Build fix.
(edit) @47796   11 years vboxsync Devices/Input: reverting r88027 as several guests did not like it.
(edit) @47795   11 years vboxsync MouseImpl: map touch events to the primary monitor.
(edit) @47794   11 years vboxsync VMM/HMR0Mixed.mac: Comment to clarify error code path.
(edit) @47793   11 years vboxsync VMM/HMR0Mixed.mac: Macrofied handling various exit paths. Essentially …
(edit) @47792   11 years vboxsync wrong assertion.
(edit) @47791   11 years vboxsync Fixed a few size_t related warnings.
(edit) @47790   11 years vboxsync build fix
(edit) @47788   11 years vboxsync EM/HM: Try execute single instructions in IEM before asking REM.
(edit) @47787   11 years vboxsync DevATA: Avoid truncating passthrough ATAPI transfers larger than I/O …
(edit) @47786   11 years vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47785   11 years vboxsync DevATA: Unset BSY before each device <-> host PIO transfer as required …
(edit) @47784   11 years vboxsync DevATA: Report 3ms DRQ response, as we cannot achieve 50us without …
(edit) @47783   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
(edit) @47782   11 years vboxsync IPRT/RTFileModeToFlags.cpp: Check for unknown disposition mode.
(edit) @47781   11 years vboxsync Main/GuestSessionImpl.cpp: IGuestFile is not supported on older Guest …
(edit) @47780   11 years vboxsync tstMouseImpl: uninitialized variable
(edit) @47779   11 years vboxsync Config.kmk: new template for API client testcases Main/testcase: …
(edit) @47778   11 years vboxsync libs/xpcom: suppress a normally not working attempt to initialize …
(edit) @47777   11 years vboxsync Main/glue: for XPCOM, look for the components subdirectory one level …
(edit) @47776   11 years vboxsync Warnings and space.
(edit) @47775   11 years vboxsync FE/Qt: Icon update: DOS icon, Other_64 icon.
(edit) @47774   11 years vboxsync Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
(edit) @47773   11 years vboxsync VMM/HM: RunGuestCodeStep() Load should be Save, and some typos, cosmetics.
(edit) @47772   11 years vboxsync FE/Qt: Settings Dialog: Removing whats-this pane; Moving whats-this …
(edit) @47771   11 years vboxsync VMM/HM: One extra char. to make typing without autocomplete easier.
(edit) @47770   11 years vboxsync VMM/HMVMXR0: Hungarian, hex prefixes.
(edit) @47769   11 years vboxsync IEM: Clear RF flag on jump.
(edit) @47768   11 years vboxsync Devices/Input: add horizontal scrolling to the USB mouse device.
(edit) @47767   11 years vboxsync REM: clear unnecessary TR attributes on task switch.
(edit) @47766   11 years vboxsync VMM/HM: Preemption hooks.
(edit) @47765   11 years vboxsync IPRT: Renamed testcase tstFileModeStringToFlags -> …
(edit) @47764   11 years vboxsync Committed too much.
(edit) @47763   11 years vboxsync FE/Qt: Settings Dialog: Moving validation mechanism warning from …
(edit) @47762   11 years vboxsync IPRT: Added RTFileModeToFlags* APIs + testcase.
(edit) @47761   11 years vboxsync FE/Qt: Settings Dialog: Warning-pane: Mouse hovering stuff.
(edit) @47760   11 years vboxsync VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
(edit) @47759   11 years vboxsync FE/Qt: Popup-center: Popup-pane: Do not close pane too early, it will …
(edit) @47758   11 years vboxsync Main/Mouse: add priorities to mouse devices so that the USB mouse is …
(edit) @47757   11 years vboxsync REM: Corrected task switch order (old task saved first, new task …
(edit) @47756   11 years vboxsync FE/Qt: Popup-center: Popup-pane: Change gradient-painting direction to …
(edit) @47755   11 years vboxsync FE/Qt: Popup-center: Popup-stack: Make sure stack will not be shown …
(edit) @47754   11 years vboxsync IEM: POP rSP fix.
(edit) @47753   11 years vboxsync REM: LTR will not load null TR selector.
(edit) @47752   11 years vboxsync IEM: POP rSP fix.
(edit) @47751   11 years vboxsync IEM: read-modified-write should have the r/w err bit set even when it …
(edit) @47750   11 years vboxsync Ignore RF when checking against REM too.
(edit) @47749   11 years vboxsync null selector fix.
(edit) @47748   11 years vboxsync IEM: Some RF adjustments. Verification logging fixes.
(edit) @47747   11 years vboxsync HMR0VMX.cpp: missing fSingleInstruction test.
(edit) @47746   11 years vboxsync Main/MouseImpl: use real CFGM in test case instead of faking APIs.
(edit) @47745   11 years vboxsync tstRTR0Timer: mask out one-shot drivers from Solaris (currently not …
(edit) @47744   11 years vboxsync PUSH SREG intel update.
(edit) @47743   11 years vboxsync adjusted my assertion.
(edit) @47742   11 years vboxsync VMM/HMVMXR0: Avoid OR'ing status codes when we AssertRCReturn check it …
(edit) @47741   11 years vboxsync duh
(edit) @47740   11 years vboxsync IEM: Implemented RF. Working on verfication against VT-x.
(edit) @47739   11 years vboxsync PGM: Added an API that IEM can use to spot MMIO and other troublesome …
(edit) @47737   11 years vboxsync HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled.
(edit) @47736   11 years vboxsync HNVMXR0.cpp: Separate run-loop for single stepping to catch exceptions …
(edit) @47734   11 years vboxsync Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
(edit) @47733   11 years vboxsync Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
(edit) @47732   11 years vboxsync GuestCtrlImpl.cpp: Warning, cast.
(edit) @47731   11 years vboxsync Newline.
(edit) @47730   11 years vboxsync GuestControl/service.cpp: Support uint64_t HGCM parameters.
(edit) @47729   11 years vboxsync FE/Qt: Mouse handler: filter fake mouse events (Windows host).
(edit) @47728   11 years vboxsync FE/Qt: Mouse handler: take screen origin into account.
(edit) @47727   11 years vboxsync Devices\Input\UsbMouse: report the latest state (update).
(edit) @47726   11 years vboxsync Removed unintential debug RTLogPrintf calls.
(edit) @47725   11 years vboxsync Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
(edit) @47724   11 years vboxsync FE/Qt: Mouse handler: Some multi-touch logging.
(edit) @47723   11 years vboxsync Documentation.
(edit) @47721   11 years vboxsync Logging.
(edit) @47720   11 years vboxsync FE/VBoxManage: Fix error message printing with variable arguments
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