|
|
@2104
|
18 years |
vboxsync |
Added X86_SEL_TYPE_MEMORY
|
|
|
@2083
|
18 years |
vboxsync |
Made AssertCompile work more reliably on gcc. (only tested with 4.1.1, …
|
|
|
@2074
|
18 years |
vboxsync |
Updated function description.
|
|
|
@2073
|
18 years |
vboxsync |
Added TMVirtualGetEx
|
|
|
@2060
|
18 years |
vboxsync |
Added TMCpuTickGetOffset
|
|
|
@2059
|
18 years |
vboxsync |
unbusted 64-bit builds (TODO: why the heck didn't this trigger build …
|
|
|
@2040
|
18 years |
vboxsync |
PDM_DEVREG_CLASS_MISC
|
|
|
@2039
|
18 years |
vboxsync |
LOG_GROUP_MISC
|
|
|
@2035
|
18 years |
vboxsync |
Corrections
|
|
|
@2032
|
18 years |
vboxsync |
Added EMGCEmulateLockCmpXchg & EMGCEmulateCmpXchg
|
|
|
@2015
|
18 years |
vboxsync |
Fixed 2 stupid mistakes.
|
|
|
@2014
|
18 years |
vboxsync |
r=bird: some cleanup of the cPages change.
|
|
|
@2012
|
18 years |
vboxsync |
Added Bstr::alloc() to pair Utf8Str() alloc.
|
|
|
@1993
|
18 years |
vboxsync |
Added CSAMR3RemovePage
|
|
|
@1990
|
18 years |
vboxsync |
Added EMEmulateBtc & EMEmulateBts
|
|
|
@1984
|
18 years |
vboxsync |
Added EMEmulateBtr
|
|
|
@1975
|
18 years |
vboxsync |
Added EMR3CheckRawForcedActions
|
|
|
@1962
|
18 years |
vboxsync |
Free old string if present in alloc.
|
|
|
@1961
|
18 years |
vboxsync |
Missing return type.
|
|
|
@1960
|
18 years |
vboxsync |
Added alloc method to Utf8Str class
|
|
|
@1949
|
18 years |
vboxsync |
Forgot a few VBox HDD container APIs.
|
|
|
@1942
|
18 years |
vboxsync |
Redesigned VBox HDD container interface. Now all operations work with …
|
|
|
@1937
|
18 years |
vboxsync |
Added DISFetchRegSegEx
|
|
|
@1934
|
18 years |
vboxsync |
Added DISFetchRegSeg & DISWriteRegSeg
|
|
|
@1905
|
18 years |
vboxsync |
renamed variables to make Knut happy
|
|
|
@1903
|
18 years |
vboxsync |
use pure assembler for ASMMultU64ByU32DivByU32 to prevent spurious …
|
|
|
@1901
|
18 years |
vboxsync |
VMDK container API, first version (as similar as possible to the VDI
one).
|
|
|
@1890
|
18 years |
vboxsync |
Attempt to fix ALSA on Linux kernels <= 2.6.17: use mmap not memalign …
|
|
|
@1888
|
18 years |
vboxsync |
ASMMultU64ByU32DivByU32 (for TSC calculation).
|
|
|
@1883
|
18 years |
vboxsync |
warning if included in C files
|
|
|
@1862
|
18 years |
vboxsync |
Forgot to commit sup.h with the correctly aligned GIP.
|
|
|
@1857
|
18 years |
vboxsync |
VERR_NAT_DNS => VINF_NAT_DNS
|
|
|
@1848
|
18 years |
vboxsync |
solaris.
|
|
|
@1840
|
18 years |
vboxsync |
Support driver interface cleanup.
|
|
|
@1832
|
18 years |
vboxsync |
CSAM updates
|
|
|
@1829
|
18 years |
vboxsync |
Added CSAMMarkPossibleCodePage
|
|
|
@1827
|
18 years |
vboxsync |
Don't need CPUMGetGuestCPLEx.
|
|
|
@1826
|
18 years |
vboxsync |
Added CPUMGetGuestCPL & CPUMGetGuestCPLEx.
|
|
|
@1711
|
18 years |
vboxsync |
HGCM cleanup.
|
|
|
@1703
|
18 years |
vboxsync |
Added case-insensitive UTF-8 string compare (implemented via C library …
|
|
|
@1660
|
18 years |
vboxsync |
Typo in comment, raw disk access is a media driver.
|
|
|
@1658
|
18 years |
vboxsync |
New log group for raw disk (partition) block driver.
|
|
|
@1650
|
18 years |
vboxsync |
New VINF_HGCM_SAVE_STATE code.
|
|
|
@1643
|
18 years |
vboxsync |
Hack to remove RTGCPTR from Linux guest additions
|
|
|
@1612
|
18 years |
vboxsync |
Enabled dynamic memory allocation for Darwin and AMD64.
|
|
|
@1606
|
18 years |
vboxsync |
Corrected some more log statements and synced some function docs.
|
|
|
@1599
|
18 years |
vboxsync |
added RestrictAccess key to allow to disable the policy that only VMs …
|
|
|
@1580
|
18 years |
vboxsync |
Corrected VBOXTSS member name.
|
|
|
@1569
|
18 years |
vboxsync |
Moved win32 usbLib code to VBoxDDU.dll.
|
|
|
@1566
|
18 years |
vboxsync |
VBOXDDU_DECL & IN_VBOXDDU
|
|
|
@1550
|
18 years |
vboxsync |
don't include VBoxGuest.h if we don't need to because it drags in …
|
|
|
@1548
|
18 years |
vboxsync |
stdbool.h workaround for darwin.
|
|
|
@1532
|
18 years |
vboxsync |
Handle EFBIG on Linux correctly (and try to detect the same situation …
|
|
|
@1522
|
18 years |
vboxsync |
Fixed an vm.mac/vm.h mismatch.
|
|
|
@1499
|
18 years |
vboxsync |
Added virtual interrupt redirection bitmap to our TSS
|
|
|
@1494
|
18 years |
vboxsync |
two new RTEnv APIs.
|
|
|
@1487
|
18 years |
vboxsync |
please don't mess up the indent, and the lenght of those lines weren't …
|
|
|
@1485
|
18 years |
vboxsync |
More build fixes.
|
|
|
@1480
|
18 years |
vboxsync |
No longer require contiguous memory for the VM structure.
Did long …
|
|
|
@1479
|
18 years |
vboxsync |
removed obsolete api.
|
|
|
@1476
|
18 years |
vboxsync |
First go at a serial port device with I/O hooked to named pipe/local …
|
|
|
@1472
|
18 years |
vboxsync |
Main: XPCOM: Initial implementation of auto-startable "out-of-proc" …
|
|
|
@1463
|
18 years |
vboxsync |
Added DISQuerySegPrefixByte
|
|
|
@1454
|
18 years |
vboxsync |
another try…
|
|
|
@1452
|
18 years |
vboxsync |
g++ v4.1.1. on AMD64 has trouble with AssertCompileMemberAlignment, …
|
|
|
@1451
|
18 years |
vboxsync |
grr
|
|
|
@1448
|
18 years |
vboxsync |
AssertCompileMemberAlignment didn't work in C++ code on with gcc 4.1.1 …
|
|
|
@1401
|
18 years |
vboxsync |
Mach-O/Yasm .bss section fix (it must be last, so declare everything …
|
|
|
@1368
|
18 years |
vboxsync |
Enabled v86 raw mode again.
|
|
|
@1357
|
18 years |
vboxsync |
SELM function changes for v86 mode code.
|
|
|
@1340
|
18 years |
vboxsync |
Disabled v86 raw mode again due to windows install regressions.
|
|
|
@1333
|
18 years |
vboxsync |
Reenabled raw V86 mode.
|
|
|
@1330
|
18 years |
vboxsync |
Disable raw v86 mode.
|
|
|
@1323
|
18 years |
vboxsync |
Enabled raw v86 mode (to check the test boxes)
|
|
|
@1283
|
18 years |
vboxsync |
Added support for the hybrid darwin setup where the kernel is 32-bit …
|
|
|
@1282
|
18 years |
vboxsync |
Disabled PGM_DYNAMIC_RAM_ALLOC for darwin as too, will fix later.
|
|
|
@1250
|
18 years |
vboxsync |
Added PGMGetShadowMode.
|
|
|
@1228
|
18 years |
vboxsync |
ASMIntDisableFlags.
|
|
|
@1220
|
18 years |
vboxsync |
g++ 4.1.1 in pedantic mode flags that extra semicolon as error.
|
|
|
@1209
|
18 years |
vboxsync |
PGMR3ChangeShwPDMappings added
|
|
|
@1208
|
18 years |
vboxsync |
gcc-4.1.2 of Mandriva2007.1 complains about mixed C/C++ declarations …
|
|
|
@1190
|
18 years |
vboxsync |
Ported IPRT to ring-0 OS/2.
|
|
|
@1188
|
18 years |
vboxsync |
fixed typo in RTStrFormatV prototype.
|
|
|
@1181
|
18 years |
vboxsync |
-blank line
|
|
|
@1180
|
18 years |
vboxsync |
removed obsolete #if 1..#endif.
|
|
|
@1179
|
18 years |
vboxsync |
-> /* */
|
|
|
@1174
|
18 years |
vboxsync |
memcmp, strchr, strcmp.
|
|
|
@1142
|
18 years |
vboxsync |
First step towards a webservices API.
|
|
|
@1133
|
18 years |
vboxsync |
Added CPUMGCCallV86Code.
PATM cleanup
|
|
|
@1124
|
18 years |
vboxsync |
Added EMInterpretIret
|
|
|
@1116
|
18 years |
vboxsync |
No dynamic guest ram allocation for 64 bits builds.
|
|
|
@1103
|
18 years |
vboxsync |
Shared clipboard. Changelog update.
|
|
|
@1097
|
18 years |
vboxsync |
Enabled dynamic guest memory allocation by default.
|
|
|
@1088
|
18 years |
vboxsync |
Removed CPUMR3GetGuestCtx (doesn't exist anymore)
|
|
|
@1085
|
18 years |
vboxsync |
Corrected assumptions about flat addresses
|
|
|
@1082
|
18 years |
vboxsync |
Added disabled VBOX_RAW_V86
|
|
|
@1081
|
18 years |
vboxsync |
New error code for HGCM
|
|
|
@1057
|
18 years |
vboxsync |
Trapping and virtualizing TSC (both disabled).
|
|
|
@1056
|
18 years |
vboxsync |
CPUMR3SetCR4Feature
|
|
|
@1030
|
18 years |
vboxsync |
just let the compiler decide
|
|
|