VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @2069   18 years vboxsync logging
(edit) @2068   18 years vboxsync FE/Qt: Added the Default choice for to the language selection UI.
(edit) @2067   18 years vboxsync FE/Qt: Fixed: It was impossible to set GUI/LanguageID to null (i.e. …
(edit) @2066   18 years vboxsync Removed misleading comment
(edit) @2065   18 years vboxsync Use EMInterpretInstructionCPU for rdtsc
(edit) @2064   18 years vboxsync Accept ring 3 rdtsc for emulation.
(edit) @2063   18 years vboxsync More stats
(edit) @2062   18 years vboxsync TSC offset initialized on entry.
(edit) @2061   18 years vboxsync Added TMCpuTickGetOffset
(edit) @2060   18 years vboxsync Added TMCpuTickGetOffset
(edit) @2059   18 years vboxsync unbusted 64-bit builds (TODO: why the heck didn't this trigger build …
(edit) @2058   18 years vboxsync Webservices: Prototype for XIDL-to-WSDL via XSLT functionally complete.
(edit) @2057   18 years vboxsync Main: Removed erroneous extra Release() in auto-shutdown management …
(edit) @2056   18 years vboxsync Virtualize the TSC.
(edit) @2055   18 years vboxsync FE/Qt: Fixed a debug assertion when a global GUI configuration key had …
(edit) @2054   18 years vboxsync Think I found the problem with the double shutdown mess. Removing the …
(edit) @2053   18 years vboxsync Pass the rc from poweroff and suspend around!
(edit) @2052   18 years vboxsync Make named pipe destruction independent of driver destruction order.
(edit) @2051   18 years vboxsync Comment cleanup.
(edit) @2050   18 years vboxsync debug only
(edit) @2049   18 years vboxsync Disabled ss mov patch again.
(edit) @2048   18 years vboxsync FE/Qt: Updated NLS (language UI).
(edit) @2047   18 years vboxsync Size override fixes
(edit) @2046   18 years vboxsync Corrections and activation of mov gpr,ss patch.
(edit) @2045   18 years vboxsync FE/Qt: Fixed: A garbage entry appeared in the language list if the key …
(edit) @2044   18 years vboxsync FE/Qt: A bunch of corrections and improvements to the Language …
(edit) @2043   18 years vboxsync Preperations for mov gpr, ss patch.
(edit) @2042   18 years vboxsync 1902: "Select Directory" dialogs are not native: Own Win32 native …
(edit) @2041   18 years vboxsync export to OSE
(edit) @2040   18 years vboxsync PDM_DEVREG_CLASS_MISC
(edit) @2039   18 years vboxsync LOG_GROUP_MISC
(edit) @2038   18 years vboxsync less strict check for failures caused by MMIO2.
(edit) @2037   18 years vboxsync Got rid of noisy logging
(edit) @2036   18 years vboxsync Emulate (lock) cmpxchg in the guest context.
(edit) @2035   18 years vboxsync Corrections
(edit) @2034   18 years vboxsync Added EMGCEmulateLockCmpXchg & EMGCEmulateCmpXchg
(edit) @2033   18 years vboxsync More stats
(edit) @2032   18 years vboxsync Added EMGCEmulateLockCmpXchg & EMGCEmulateCmpXchg
(edit) @2031   18 years vboxsync Main: Allow the year to be 1900 and above for date fields in settings …
(edit) @2030   18 years vboxsync Attempt to recreate patches who's dirty instruction(s) we can't …
(edit) @2029   18 years vboxsync Main: Added IVirtualBox::findHardDisk(). VBoxSDL: Fixed so that .vmdk …
(edit) @2028   18 years vboxsync Logging.
(edit) @2027   18 years vboxsync Check types of HGCM commands.
(edit) @2026   18 years vboxsync more verbose assertion
(edit) @2025   18 years vboxsync Ignore enable/disable reverting to power-on defaults instead of …
(edit) @2024   18 years vboxsync Allow disabling of multi-sector read commands.
(edit) @2023   18 years vboxsync 1908: UI for language selection: Virtual Disk Manager updated …
(edit) @2022   18 years vboxsync 1908: UI for language selection: Feature implemented with minor …
(edit) @2021   18 years vboxsync r=bird: The framebuffer is still locked, that's why we didn't used to …
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