VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1962   18 years vboxsync Free old string if present in alloc.
(edit) @1961   18 years vboxsync Missing return type.
(edit) @1960   18 years vboxsync Added alloc method to Utf8Str class
(edit) @1959   18 years vboxsync Main/Glue: Don't assume we've got full error info if any of …
(edit) @1958   18 years vboxsync XPCOM/IPC/DConnect: Implemented nsIException caching and serialization …
(edit) @1957   18 years vboxsync backed out 20227; degrades performance
(edit) @1956   18 years vboxsync Fixed a couple of issues with virtualized TSC related to pausing and …
(edit) @1955   18 years vboxsync Enabled REM_PHYS_ADDR_IN_TLB for all builds
(edit) @1954   18 years vboxsync Reversed vif & if clearing
(edit) @1953   18 years vboxsync Reversed vif & if clearing
(edit) @1952   18 years vboxsync more debug code removed
(edit) @1951   18 years vboxsync leftover code
(edit) @1950   18 years vboxsync very noisy logging
(edit) @1949   18 years vboxsync Forgot a few VBox HDD container APIs.
(edit) @1948   18 years vboxsync removed tab
(edit) @1947   18 years vboxsync fix for #1850 (ALSA on AMD64 was croaking)
(edit) @1946   18 years vboxsync PGMReadPhys: return zeros for physical memory that hasn't been …
(edit) @1945   18 years vboxsync Increased SSM version of REM.
(edit) @1944   18 years vboxsync Save/restore: remember if we've entered raw mode (vital for ring 1 …
(edit) @1943   18 years vboxsync Paranoid checks.
(edit) @1942   18 years vboxsync Redesigned VBox HDD container interface. Now all operations work with …
(edit) @1941   18 years vboxsync L4 fixes
(edit) @1940   18 years vboxsync Removed obsolete changes.
(edit) @1939   18 years vboxsync Support segment prefixes in our instruction emulator.
(edit) @1938   18 years vboxsync Added DISFetchRegSegEx
(edit) @1937   18 years vboxsync Added DISFetchRegSegEx
(edit) @1936   18 years vboxsync Use new disassembler functions. Remove obsolete tables.
(edit) @1935   18 years vboxsync Optimizations and added DISFetchRegSeg & DISWriteRegSeg
(edit) @1934   18 years vboxsync Added DISFetchRegSeg & DISWriteRegSeg
(edit) @1933   18 years vboxsync build fix.
(edit) @1932   18 years vboxsync Added cpu_get_tsc stats.
(edit) @1931   18 years vboxsync apic.c => DevAPIC.cpp
(edit) @1930   18 years vboxsync backed out unneccessary changes from previous changeset
(edit) @1929   18 years vboxsync We can encounter 16 bits code in raw mode too now; always refuse to …
(edit) @1928   18 years vboxsync OSE fixes
(edit) @1927   18 years vboxsync FE/Qt: Added Chinese/China translation.
(edit) @1926   18 years vboxsync Got rid of incorrect assertion.
(edit) @1925   18 years vboxsync FE/Qt: Clipboard UI spelling; fixed VBoxGlobal::systemLanguageID() so …
(edit) @1924   18 years vboxsync Correct CPL when trying to load a ring 1 selector
(edit) @1923   18 years vboxsync Correct CPL when trying to load a ring 1 selector
(edit) @1922   18 years vboxsync FE/Qt: Use our own logic to detect the system language setting (in Qt, …
(edit) @1921   18 years vboxsync And assertion is too annoying there.
(edit) @1920   18 years vboxsync u1VM implies cpl=3
(edit) @1919   18 years vboxsync Corrected assertion
(edit) @1918   18 years vboxsync Always check if the code selector is wide open. Refuse patching if …
(edit) @1917   18 years vboxsync %VGx -> %VGv
(edit) @1916   18 years vboxsync FE/VBoxManage: 'convertdd' accepts the special file stdin now to read …
(edit) @1915   18 years vboxsync 1920: Add UI for the Clipboard settings: Made as designed: Advanced …
(edit) @1914   18 years vboxsync Reapplied 20145
(edit) @1913   18 years vboxsync Reapplied 20145
(edit) @1912   18 years vboxsync muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp
(edit) @1911   18 years vboxsync Let's not forget to check for ring 1 selectors
(edit) @1910   18 years vboxsync warnings
(edit) @1909   18 years vboxsync Removed debugging code
(edit) @1908   18 years vboxsync Backed out part of 20091 to check if that's the cause of the major …
(edit) @1907   18 years vboxsync attempt to fix tinderboxes: remove r20142, r20145, r20146
(edit) @1906   18 years vboxsync The IHost part of #1912.
(edit) @1905   18 years vboxsync renamed variables to make Knut happy
(edit) @1904   18 years vboxsync warning
(edit) @1903   18 years vboxsync use pure assembler for ASMMultU64ByU32DivByU32 to prevent spurious …
(edit) @1902   18 years vboxsync FE/Qt: Spelling.
(edit) @1901   18 years vboxsync VMDK container API, first version (as similar as possible to the VDI one).
(edit) @1900   18 years vboxsync free VGA memory when destructing the device
(edit) @1899   18 years vboxsync Enabled VBOX_WITH_VRDP_MC again.
(edit) @1898   18 years vboxsync Updated comment
(edit) @1897   18 years vboxsync Put back pending interrupt detection in iret patch.
(edit) @1896   18 years vboxsync Improved F12 key handling in the BIOS temporary boot selection and …
(edit) @1895   18 years vboxsync fixed more checks
(edit) @1894   18 years vboxsync Reenabled old VINF_PATM_PENDING_IRQ_AFTER_IRET code
(edit) @1893   18 years vboxsync fixed another check
(edit) @1892   18 years vboxsync dropped obsolete check
(edit) @1891   18 years vboxsync support driver major version change
(edit) @1890   18 years vboxsync Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
(edit) @1889   18 years vboxsync 1902: "Select Directory" dialogs are not native: 1. Fixing …
(edit) @1888   18 years vboxsync ASMMultU64ByU32DivByU32 (for TSC calculation).
(edit) @1887   18 years vboxsync Main: Fixed: Resetting a snapshot folder from GUI resulted into an …
(edit) @1886   18 years vboxsync warning
(edit) @1885   18 years vboxsync warning
(edit) @1884   18 years vboxsync warning
(edit) @1883   18 years vboxsync warning if included in C files
(edit) @1882   18 years vboxsync warning
(edit) @1881   18 years vboxsync Unused warning.
(edit) @1880   18 years vboxsync Disabled VBOX_WITH_VRDP_MC
(edit) @1879   18 years vboxsync removed superflous header
(edit) @1878   18 years vboxsync removed RTPrintf
(edit) @1877   18 years vboxsync FE/SDL: added support for Japanese and Brazilian keyboards
(edit) @1876   18 years vboxsync VBOX_TM_VIRTUALIZED_TSC hack.
(edit) @1875   18 years vboxsync Got rid of annoying assertions.
(edit) @1874   18 years vboxsync Main: Fixed: Simultaneous usage of immutable VDIs by more than one …
(edit) @1873   18 years vboxsync Enabled VBOX_WITH_VRDP_MC
(edit) @1872   18 years vboxsync VRDP_MC -> VBOX_WITH_VRDP_MC
(edit) @1871   18 years vboxsync typo.
(edit) @1870   18 years vboxsync rtThreadMain bustage.
(edit) @1869   18 years vboxsync Fixed wrong u64LastMonotime usage (the cause of all the trouble). …
(edit) @1868   18 years vboxsync X2/GIP debugging code
(edit) @1867   18 years vboxsync Workaround added for nasty guest drivers that patch the IDT.
(edit) @1866   18 years vboxsync Disabled previous csam changes.
(edit) @1865   18 years vboxsync InvalidatePage: always make page non-present (possibly dangerous) Page …
(edit) @1864   18 years vboxsync csamR3FlushCodePages update
(edit) @1863   18 years vboxsync 1902: "Select Directory" dialogs are not native: Own Win32 API native …
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