|
|
@7536
|
17 years |
vboxsync |
freebsd todo.
|
|
|
@7528
|
17 years |
vboxsync |
synced the VbglR3HostLikesVideoMode prototype.
|
|
|
@7519
|
17 years |
vboxsync |
Cosmetic changes to VbglR3SetGuestCaps.
|
|
|
@7517
|
17 years |
vboxsync |
Additions/FreeBSD: initial commit
Mostly tested on FreeBSD 7.0.
…
|
|
|
@7497
|
17 years |
vboxsync |
Missing header
|
|
|
@7475
|
17 years |
vboxsync |
VERR_VMX_MSR_LOCKED_OR_DISABLED
|
|
|
@7474
|
17 years |
vboxsync |
VERR_VMX_MSR_LOCKED
|
|
|
@7473
|
17 years |
vboxsync |
VERR_VMX_INIT_CPUS_FAILED added
|
|
|
@7471
|
17 years |
vboxsync |
Rewrote VT-x & AMD-V mode changes. Requires the MP apis in our runtime …
|
|
|
@7464
|
17 years |
vboxsync |
Additions/x11: use the VideoModeSupported guest request to check …
|
|
|
@7456
|
17 years |
vboxsync |
Disassemble vmread/vmwrite
|
|
|
@7452
|
17 years |
vboxsync |
MSR_IA32_VMX_BASIC_INFO_VMCS_SIZE fix
|
|
|
@7448
|
17 years |
vboxsync |
Runtime/Logger: added "LOG_TO_BACKDOOR_FULL" for guest R3 executables …
|
|
|
@7437
|
17 years |
vboxsync |
Additions/common: add ring 3 call to set guest capabilities and make …
|
|
|
@7432
|
17 years |
vboxsync |
RTUTF16 != uc or cuc. but wc or cwc.
|
|
|
@7431
|
17 years |
vboxsync |
Removed the deprecated [P|PC|]RTUCS2 types.
|
|
|
@7425
|
17 years |
vboxsync |
examplify what these certain graphical operations might be.
|
|
|
@7424
|
17 years |
vboxsync |
RTUCS2 -> RTUTF16
|
|
|
@7421
|
17 years |
vboxsync |
Reimplemented RTStrICmp so it's actually UTF-8 and not subject to the …
|
|
|
@7420
|
17 years |
vboxsync |
Added RTStrCmp. Added missing NULL handling in RTStrICmp.
|
|
|
@7418
|
17 years |
vboxsync |
UCS-2 -> UTF-16.
|
|
|
@7416
|
17 years |
vboxsync |
Added VMMR0_DO_HWACC_ENABLE
|
|
|
@7415
|
17 years |
vboxsync |
More error codes for vt-x
|
|
|
@7409
|
17 years |
vboxsync |
VMMDev: added VMMDEV_GUEST_SUPPORTS_GRAPHICS capability, enabled by …
|
|
|
@7405
|
17 years |
vboxsync |
whitespace
|
|
|
@7388
|
17 years |
vboxsync |
Main/Settings: Perform conversion in a loop to allow for multi-step …
|
|
|
@7371
|
17 years |
vboxsync |
A little adjustment of the RTFILECOPY flags.
|
|
|
@7370
|
17 years |
vboxsync |
A little adjustment of the RTFILECOPY flags.
|
|
|
@7361
|
17 years |
vboxsync |
RTCpuSetIsMember returns bool not int.
|
|
|
@7354
|
17 years |
vboxsync |
RT_MP_MAX_CPU -> RTCPUSET_MAX_CPUS (/ MAXIMUM_PROCESSORS). Added the …
|
|
|
@7353
|
17 years |
vboxsync |
VERR_NOT_FOUND (always wanted this).
|
|
|
@7345
|
17 years |
vboxsync |
Main/Glue/string: Don't strcmp NULL.
|
|
|
@7340
|
17 years |
vboxsync |
Runtime: Added fFlags (RTFILECOPY_FLAG_NO_DENY_WRITE) to RTFileCopyEx.
|
|
|
@7339
|
17 years |
vboxsync |
err.h: Typo.
|
|
|
@7336
|
17 years |
vboxsync |
Cleanup.
|
|
|
@7330
|
17 years |
vboxsync |
RTMpGetMaxCpuId
|
|
|
@7329
|
17 years |
vboxsync |
RTMpGetSet, RTMpGetCount, RTMpGetOnlineSet, RTMpGetOnlineCount.
|
|
|
@7328
|
17 years |
vboxsync |
RTMpGetSet, RTMpGetCount, RTMpGetOnlineSet, RTMpGetOnlineCount.
|
|
|
@7326
|
17 years |
vboxsync |
RTCPUSET. Moved RTCPUID to types.h.
|
|
|
@7325
|
17 years |
vboxsync |
Added RTMpIsCpuOnline and RTMpDoesCpuExist. (not implemented everywhere)
|
|
|
@7315
|
17 years |
vboxsync |
Main/Settings: Added XmlTreeBackend::AutoConverter subckasss and old …
|
|
|
@7309
|
17 years |
vboxsync |
Main/Settings: Added XSLT-based auto-conversion functionality to the …
|
|
|
@7293
|
17 years |
vboxsync |
Multiprocessor Status Codes.
|
|
|
@7291
|
17 years |
vboxsync |
Introduced RT_MP_MAX_CPU
|
|
|
@7286
|
17 years |
vboxsync |
emulate [lock] xadd in GC
|
|
|
@7285
|
17 years |
vboxsync |
added DISQueryParamRegPtr to return a pointer to a register which is …
|
|
|
@7284
|
17 years |
vboxsync |
webservice: forgot err.h commit
|
|
|
@7279
|
17 years |
vboxsync |
Runtime function to load a shared library from the application directories.
|
|
|
@7277
|
17 years |
vboxsync |
Make the backend type a per-image property and get away from the per …
|
|
|
@7272
|
17 years |
vboxsync |
Use MP functions in the runtime.
|
|
|
@7252
|
17 years |
vboxsync |
FNRTMPWORKER not FNWORKER.
|
|
|
@7251
|
17 years |
vboxsync |
Sketch of an RTMp API.
|
|
|
@7233
|
17 years |
vboxsync |
Renamed OSType to VBOXOSTYPE to fix the clash with some mac os x typedef.
|
|
|
@7211
|
17 years |
vboxsync |
mempcpy proto and alias.
|
|
|
@7206
|
17 years |
vboxsync |
Added SUPR0ExecuteCallback. Currently a stub.
|
|
|
@7200
|
17 years |
vboxsync |
RT_WITHOUT_NOCRT_WRAPPER_ALIASES - to drop the alias macros.
|
|
|
@7183
|
17 years |
vboxsync |
Added RTStrFormatTypeRegister/SetUser/Deregister for runtime …
|
|
|
@7182
|
17 years |
vboxsync |
Worked around ASMAtomicXchgU8 breakage on g++ (GCC) 3.4.4 20050721 …
|
|
|
@7180
|
17 years |
vboxsync |
Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
|
|
|
@7176
|
17 years |
vboxsync |
fixed typo.
|
|
|
@7175
|
17 years |
vboxsync |
More doxygen fixes.
|
|
|
@7174
|
17 years |
vboxsync |
More doxygen fixes.
|
|
|
@7170
|
17 years |
vboxsync |
Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
|
|
|
@7155
|
17 years |
vboxsync |
Huge cleanup/error checking/logging improvement of the VMDK code. …
|
|
|
@7140
|
17 years |
vboxsync |
extra -> pvMore.
|
|
|
@7134
|
17 years |
vboxsync |
Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
|
|
|
@7133
|
17 years |
vboxsync |
Eliminate cpum.h dependency (shuts up a bunch of .c warnings). Fixed …
|
|
|
@7124
|
17 years |
vboxsync |
Trying again…
|
|
|
@7121
|
17 years |
vboxsync |
Added a plain unsigned view to keep things shorter.
|
|
|
@7120
|
17 years |
vboxsync |
Fixed mac os x burn.
|
|
|
@7119
|
17 years |
vboxsync |
Fixed mac os x burn.
|
|
|
@7115
|
17 years |
vboxsync |
Removed duplicate docs.
|
|
|
@7112
|
17 years |
vboxsync |
Removed duplicate docs.
|
|
|
@7109
|
17 years |
vboxsync |
Added TMTimerSetNano and TMTimerSetMicro.
|
|
|
@7108
|
17 years |
vboxsync |
removed todo on NIL_RTGCPHYS32 and added a comment on it and NIL_RTGCPHYS.
|
|
|
@7103
|
17 years |
vboxsync |
backed out r28333 as it didn't fix anything
|
|
|
@7097
|
17 years |
vboxsync |
Removed the anonymous struct
|
|
|
@7096
|
17 years |
vboxsync |
Typo
|
|
|
@7095
|
17 years |
vboxsync |
Extended the CPUMCTX structure for 64 bits mode.
|
|
|
@7093
|
17 years |
vboxsync |
Fix for ARPL
|
|
|
@7090
|
17 years |
vboxsync |
fixed ASMAtomicXchgU64 for 32-bit hosts
|
|
|
@7089
|
17 years |
vboxsync |
Backed out more alignment changes
|
|
|
@7084
|
17 years |
vboxsync |
made RTGCPHYS 32-bit again, has to be solved properly
|
|
|
@7072
|
17 years |
vboxsync |
Make our devices use the RTGCPHYS32 type & backed out the alignment …
|
|
|
@7071
|
17 years |
vboxsync |
Got rid of annoying warnings during win64 build
|
|
|
@7067
|
17 years |
vboxsync |
Introduced RTGCPHYS32
|
|
|
@7061
|
17 years |
vboxsync |
Use uint64_t instead of RTGCPHYS in VMMDevChangeMemBalloon (binary …
|
|
|
@7052
|
17 years |
vboxsync |
Realigning after RTGCPHYS change.
|
|
|
@7051
|
17 years |
vboxsync |
Realigning after RTGCPHYS change.
|
|
|
@7036
|
17 years |
vboxsync |
Broke the 64 bits build
|
|
|
@7028
|
17 years |
vboxsync |
Updates to the VRDP text cache (disabled).
|
|
|
@7026
|
17 years |
vboxsync |
RTGCPHYS is now 64 bits wide on all host platforms
|
|
|
@7015
|
17 years |
vboxsync |
Cleaned up
|
|
|
@7000
|
17 years |
vboxsync |
Started with changes for disassembling 64 bits instructions
|
|
|
@6995
|
17 years |
vboxsync |
Increased the pdm padding to 1056 bytes to make VBOX_WITH_PDM_LOCK build.
|
|
|
@6992
|
17 years |
vboxsync |
Restrict RTFILE_O_NOT_CONTENT_INDEXED to file creation.
|
|
|
@6989
|
17 years |
vboxsync |
HGCM: bumped service minor version
|
|
|
@6984
|
17 years |
vboxsync |
IPRT:
Bugfix for RTFILE_O_VALID_MASK, did not recognize …
|
|
|
@6983
|
17 years |
vboxsync |
Removed VBOXGUEST_IOCTL_SIZE. Docs.
|
|
|
@6981
|
17 years |
vboxsync |
HostServices/SharedClipboard: attempt to handle the guest reconnecting …
|
|
|