VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2169   18 years vboxsync Intercept X86_TRAP_DB if single stepping is enabled.
(edit) @2168   18 years vboxsync Added DBGFIsStepping
(edit) @2167   18 years vboxsync Added DBGFIsStepping
(edit) @2166   18 years vboxsync Single stepping support added (as a debug feature)
(edit) @2165   18 years vboxsync IN_RING0
(edit) @2164   18 years vboxsync space
(edit) @2163   18 years vboxsync Compile dbgfr0.cpp
(edit) @2162   18 years vboxsync Added DBGFR0Trap01/3Handler
(edit) @2161   18 years vboxsync Fix
(edit) @2160   18 years vboxsync Added single stepping in hardware accelerated mode (debug feature)
(edit) @2159   18 years vboxsync Added EMSTATE_DEBUG_GUEST_HWACC
(edit) @2158   18 years vboxsync FE/Qt: Fixed assertion and an invalid error message when starting …
(edit) @2157   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2156   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2155   18 years vboxsync FE/Qt: Synchronized French translation.
(edit) @2154   18 years vboxsync FE/Qt: Minor language fixes.
(edit) @2153   18 years vboxsync Comment updates
(edit) @2152   18 years vboxsync Never reuse non-paging shadow page tables.
(edit) @2151   18 years vboxsync CPUMGetGuestCPL: get cpl from hidden ss selector register if valid.
(edit) @2150   18 years vboxsync Get cpl from hidden ss selector register.
(edit) @2149   18 years vboxsync Set user bit in shadow page & pd when in non-paging mode.
(edit) @2148   18 years vboxsync Changed the configuration directory to Library/VirtualBox on darwin.
(edit) @2147   18 years vboxsync grmpf
(edit) @2146   18 years vboxsync deprecated functions
(edit) @2145   18 years vboxsync use ASMMemoryClobber here since the host will change memory
(edit) @2144   18 years vboxsync added ASMMemoryClobber()
(edit) @2143   18 years vboxsync export to OSE
(edit) @2142   18 years vboxsync Some debug stuff for the GIP access double crash.
(edit) @2141   18 years vboxsync Made the device node 0666 for now. Fixed some logging.
(edit) @2140   18 years vboxsync Web services: Adjustments to global XIDL file, more progress with web …
(edit) @2139   18 years vboxsync FE/Qt: Added new translation files, corrected some spelling in …
(edit) @2138   18 years vboxsync Use hidden selector register in DBGFR3DisasInstrEx
(edit) @2137   18 years vboxsync Drop page flags consistency check in non-paging mode.
(edit) @2136   18 years vboxsync Drop the 32 bits code requirement from EMInterpretInstruction.
(edit) @2135   18 years vboxsync Removed wrong assertion.
(edit) @2134   18 years vboxsync Logging update
(edit) @2133   18 years vboxsync Removed obsolete comment.
(edit) @2132   18 years vboxsync Reset pending flag on reset.
(edit) @2131   18 years vboxsync Got rid of obsolete assertions.
(edit) @2130   18 years vboxsync Always sync the hidden selector attributes.
(edit) @2129   18 years vboxsync Accept all cpu modes for AMD SVM.
(edit) @2128   18 years vboxsync Enable movs emulation for ring 0.
(edit) @2127   18 years vboxsync Fully sync the selector attributes in real mode.
(edit) @2126   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2125   18 years vboxsync Changed export type.
(edit) @2124   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2123   18 years vboxsync TRPM changes to assert and report trap/interrupt types accurately.
(edit) @2122   18 years vboxsync make stack non-executable for Linux targets
(edit) @2121   18 years vboxsync Enable movs for ring 0. (not yet used)
(edit) @2120   18 years vboxsync Real and protected mode without paging changes. Currently not yet used.
(edit) @2119   18 years vboxsync Finished hidden selector case.
(edit) @2118   18 years vboxsync Update new VBox HDD container interface.
(edit) @2117   18 years vboxsync SELMToFlatEx change. Enable 16 bits instruction emulation for MMIO
(edit) @2116   18 years vboxsync SELMToFlatEx change
(edit) @2115   18 years vboxsync SELMToFlatEx change
(edit) @2114   18 years vboxsync SELMToFlatEx change
(edit) @2113   18 years vboxsync Force the guest VRAM copying to the external buffer when taking screenshot.
(edit) @2112   18 years vboxsync German updates
(edit) @2111   18 years vboxsync gcc-4 compile fix
(edit) @2110   18 years vboxsync Main: Fixed: IDVDImage::size always returned (size &0xFFFFFFFF) so …
(edit) @2109   18 years vboxsync XPCOM/IPC/DConnect: Fixed: The remote object stub always returned …
(edit) @2108   18 years vboxsync Never return true from RTAssertDoBreakpoint.
(edit) @2107   18 years vboxsync Proper init of hidden selector registers.
(edit) @2106   18 years vboxsync Do not block EMT while resizing the framebuffer.
(edit) @2105   18 years vboxsync sync virt time docs and some general docs updates.
(edit) @2104   18 years vboxsync Added X86_SEL_TYPE_MEMORY
(edit) @2103   18 years vboxsync Fix for ExFreePoolWithTag which does not exist on NT4 and must not be …
(edit) @2102   18 years vboxsync PIC is needed for shared libraries on L4 (l4sys depends on this)
(edit) @2101   18 years vboxsync Updated the Linux guest clipboard code and added it to the additions …
(edit) @2100   18 years vboxsync Rewrote the hgcm code in the additions kernel module for improved …
(edit) @2099   18 years vboxsync Fixed a typo in the Linux kernel module makefiles
(edit) @2098   18 years vboxsync SELMToFlat change for hwaccm mode.
(edit) @2097   18 years vboxsync X86_CR0_PG must always be set in the guest CR0.
(edit) @2096   18 years vboxsync Made error messages more detailed
(edit) @2095   18 years vboxsync GetPage will deal with real and protected mode without paging.
(edit) @2094   18 years vboxsync CPUMR3DisasmInstrCPU fix for real mode disassembly.
(edit) @2093   18 years vboxsync Committed back changeset:20231 to find out the exact problem on test …
(edit) @2092   18 years vboxsync German updates
(edit) @2091   18 years vboxsync space
(edit) @2090   18 years vboxsync Added PGMPOOLKIND_32BIT_PT_FOR_PHYS & PGMPOOLKIND_PAE_PT_FOR_PHYS
(edit) @2089   18 years vboxsync Added PGMPOOLKIND_32BIT_PT_FOR_PHYS & PGMPOOLKIND_PAE_PT_FOR_PHYS
(edit) @2088   18 years vboxsync nasm fix
(edit) @2087   18 years vboxsync fixed broken nasm support.
(edit) @2086   18 years vboxsync fixed broken nasm support.
(edit) @2085   18 years vboxsync Fixed typo.
(edit) @2084   18 years vboxsync claim+unmount mounted dvds on darwin.
(edit) @2083   18 years vboxsync Made AssertCompile work more reliably on gcc. (only tested with 4.1.1, …
(edit) @2082   18 years vboxsync spaces
(edit) @2081   18 years vboxsync don't check for pending timers on resume either.
(edit) @2080   18 years vboxsync Added basic DualView support to the NT miniport.
(edit) @2079   18 years vboxsync Added VBE_DISPI_INDEX_CMONITOR indexed register to pass the …
(edit) @2078   18 years vboxsync Removed obsolete code
(edit) @2077   18 years vboxsync FE/Qt: Applied temorary fix to avoud VM hangs when Auto Resize Guest …
(edit) @2076   18 years vboxsync TMTimerGet is unsafe as it checks for expired timers each time.
(edit) @2075   18 years vboxsync Added TMVirtualGetEx. Changed TMCpuTickGetOffset to return virtual …
(edit) @2074   18 years vboxsync Updated function description.
(edit) @2073   18 years vboxsync Added TMVirtualGetEx
(edit) @2072   18 years vboxsync Logging
(edit) @2071   18 years vboxsync Webservice: Disable for OSE.
(edit) @2070   18 years vboxsync Corrected TSC offset for SVM & VMX.
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