|
|
@30581
|
15 years |
vboxsync |
TM: Added simple CPU time accounting. Accessible thru the statistics …
|
|
|
@30566
|
15 years |
vboxsync |
wddm/3d: more impl
|
|
|
@30564
|
15 years |
vboxsync |
Main: safearray event attributes work
|
|
|
@30555
|
15 years |
vboxsync |
VD/Async: Full support for VHD images. VMDK is still in progress
|
|
|
@30501
|
15 years |
vboxsync |
webservice: add webservice locking class, use critsects instead of …
|
|
|
@30493
|
15 years |
vboxsync |
Demoted some PGM apis to internal only.
|
|
|
@30488
|
15 years |
vboxsync |
Debug code to find duplicate pages
|
|
|
@30473
|
15 years |
vboxsync |
VMM: First shot at the fatal error misbehavior (PAE).
|
|
|
@30470
|
15 years |
vboxsync |
RTSgBufInit: cSegs must be size_t so RT_ELEMENTS and similar will work …
|
|
|
@30468
|
15 years |
vboxsync |
IPRT:
- Corrected RTSGBUF member names.
- Corrected RTSgBufInit …
|
|
|
@30467
|
15 years |
vboxsync |
pdmifs.h: Arrays and counts are plurar. S/G segment arrays are better …
|
|
|
@30453
|
15 years |
vboxsync |
DBGFR3DisasInstrEx: Flags for overriding the instruction set, adding …
|
|
|
@30441
|
15 years |
vboxsync |
wddm/3d: more visible rects support & fixes, enhances to dma command …
|
|
|
@30440
|
15 years |
vboxsync |
crOpenGL: wddm friendly windows info tracking + more consistent …
|
|
|
@30396
|
15 years |
vboxsync |
Teleportation: Make the progress bar move during teleportation. The …
|
|
|
@30365
|
15 years |
vboxsync |
RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
|
|
|
@30338
|
15 years |
vboxsync |
EM,IOM: Don't try write directly to the fault address as the backing …
|
|
|
@30326
|
15 years |
vboxsync |
PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
|
|
|
@30320
|
15 years |
vboxsync |
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
|
|
|
@30318
|
15 years |
vboxsync |
iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
|
|
|
@30309
|
15 years |
vboxsync |
Storage/iSCSI: switch to sending in a single call, avoiding separate …
|
|
|
@30281
|
15 years |
vboxsync |
Runtime: added Darwin support to RTFsQueryType
|
|
|
@30278
|
15 years |
vboxsync |
RTFsQueryType: clarification
|
|
|
@30270
|
15 years |
vboxsync |
Runtime/tcp+socket: Add function to write to a socket using a …
|
|
|
@30263
|
15 years |
vboxsync |
VMM,REM: Only invalidate hidden registers when using raw-mode. Fixes …
|
|
|
@30257
|
15 years |
vboxsync |
2x use AssertCompileNS.
|
|
|
@30254
|
15 years |
vboxsync |
iprt: introduced RTFsQueryType()
|
|
|
@30253
|
15 years |
vboxsync |
iprt/assert.h: Use static_assert with g++ when available. Added …
|
|
|
@30246
|
15 years |
vboxsync |
comment
|
|
|
@30245
|
15 years |
vboxsync |
VRDP: SunFlsh video channel: send frames, configuration (xTracker 4606).
|
|
|
@30244
|
15 years |
vboxsync |
iprt/assert.h: copy & past…
|
|
|
@30241
|
15 years |
vboxsync |
VMMGetCpu was completely broken in the context of GMMR0CheckSharedModules
|
|
|
@30240
|
15 years |
vboxsync |
iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
|
|
|
@30237
|
15 years |
vboxsync |
Make sure GMMR0MapUnmapChunk can deal with calls from non-EMT threads.
|
|
|
@30195
|
15 years |
vboxsync |
Added PDM_DEVREG_CLASS_HOST_DEV
|
|
|
@30178
|
15 years |
vboxsync |
Assertion
|
|
|
@30172
|
15 years |
vboxsync |
VBoxHDD: VDCFGQueryBytesAlloc, exclude the terminator of the queried …
|
|
|
@30160
|
15 years |
vboxsync |
VMMGetStackRC change
|
|
|
@30126
|
15 years |
vboxsync |
OpenGL-OSX: use new VBoxCocoa.h include file
|
|
|
@30122
|
15 years |
vboxsync |
FE/Qt4-OSX/Global: Split the event handling methods and the Qt methods …
|
|
|
@30112
|
15 years |
vboxsync |
iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
|
|
|
@30111
|
15 years |
vboxsync |
iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
|
|
|
@30104
|
15 years |
vboxsync |
com/errorprint.h: Shot at quiteing CHECK_ERROR_BREAK.
|
|
|
@30093
|
15 years |
vboxsync |
IPRT: Removed VERR_LOGON_FAILURE in favor of …
|
|
|
@30090
|
15 years |
vboxsync |
Added VERR_VMX_NOT_IN_VMX_ROOT_MODE
|
|
|
@30079
|
15 years |
vboxsync |
IPRT: Use PFNRTPROGRESS.
|
|
|
@30072
|
15 years |
vboxsync |
VMM: Ring-0 stack on guru meditations originating with an assertion …
|
|
|
@30068
|
15 years |
vboxsync |
iprt/types.h: Added missing RTINTPTR_MAX and RTINTPTR_MIN defines.
|
|
|
@30061
|
15 years |
vboxsync |
Page fusion test api change
|
|
|
@30060
|
15 years |
vboxsync |
VMM: Dump all info items into the guru meditation log.
|
|
|
@30050
|
15 years |
vboxsync |
VMM: Removed 4 unused functions.
|
|
|
@30040
|
15 years |
vboxsync |
Part one of the page fusion test case
|
|
|
@30027
|
15 years |
vboxsync |
Deal with different load addresses of shared modules
|
|
|
@30013
|
15 years |
vboxsync |
scm cleanup.
|
|
|
@29977
|
15 years |
vboxsync |
iprt/err.h: Added VERR_NO_EXEC_MEMORY.
|
|
|
@29954
|
15 years |
vboxsync |
SSM: The I/O thread must wake up the master thread when quitting on …
|
|
|
@29931
|
15 years |
vboxsync |
com/ptr.h, com/array.h: Added isNotNull() methods. It is easier to …
|
|
|
@29929
|
15 years |
vboxsync |
com/ptr.h,/Makefile.kmk: Hack to make it possible to dereference the …
|
|
|
@29922
|
15 years |
vboxsync |
wddm/2d: overlay surface creation fixes
|
|
|
@29905
|
15 years |
vboxsync |
PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
|
|
|
@29903
|
15 years |
vboxsync |
PDM: Flushed out the PDMQueueFlush code as its unused and problematic …
|
|
|
@29901
|
15 years |
vboxsync |
IPRT: added progress callback support to SHA1 digest calculation and …
|
|
|
@29880
|
15 years |
vboxsync |
tm.h: docs
|
|
|
@29873
|
15 years |
vboxsync |
OVF: fix incorrect disk UUIDs in machine XML on export
|
|
|
@29869
|
15 years |
vboxsync |
build fix.
|
|
|
@29866
|
15 years |
vboxsync |
hgcmsvc.h: added setString().
|
|
|
@29821
|
15 years |
vboxsync |
iprt/sha.h: Corrected RTSHA1_DIGEST_LEN so it doesn't include the …
|
|
|
@29798
|
15 years |
vboxsync |
wddm: driver update w/o reboot working; dummy context creation in …
|
|
|
@29785
|
15 years |
vboxsync |
Guest Control: More stable when client is crashing/aborting in an …
|
|
|
@29766
|
15 years |
vboxsync |
usb.h: Need bDevNum too
|
|
|
@29742
|
15 years |
vboxsync |
wddm/2D: more impl (get caps + initialization working)
|
|
|
@29741
|
15 years |
vboxsync |
Renamed PGMR0SharedModuleCheckRegion
|
|
|
@29709
|
15 years |
vboxsync |
Solaris/VBoxNetFltBow: comments, added one error code.
|
|
|
@29669
|
15 years |
vboxsync |
DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in …
|
|
|
@29663
|
15 years |
vboxsync |
Spaces.
|
|
|
@29662
|
15 years |
vboxsync |
IntNet: Added Interface, Interface private data passing for …
|
|
|
@29654
|
15 years |
vboxsync |
FE/Qt and Common: move the X11 keyboard library out of the GUI
|
|
|
@29649
|
15 years |
vboxsync |
Frontends/VBoxManage: make partition table processing much more …
|
|
|
@29635
|
15 years |
vboxsync |
SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
|
|
|
@29620
|
15 years |
vboxsync |
Statistics for shared pages
|
|
|
@29613
|
15 years |
vboxsync |
Pass back return code in the request packet to preserve informational …
|
|
|
@29590
|
15 years |
vboxsync |
Connect page fusion part 2
|
|
|
@29589
|
15 years |
vboxsync |
Connect page fusion state
|
|
|
@29567
|
15 years |
vboxsync |
Introduced feature.h
|
|
|
@29566
|
15 years |
vboxsync |
Enabled page fusion code (feature itself is still disabled)
|
|
|
@29560
|
15 years |
vboxsync |
RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
|
|
|
@29557
|
15 years |
vboxsync |
Proper debug logging
|
|
|
@29533
|
15 years |
vboxsync |
VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
|
|
|
@29532
|
15 years |
vboxsync |
VBox/err.h,Main/Global.cpp: Updated COM<->VBox status code conversion.
|
|
|
@29521
|
15 years |
vboxsync |
PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN.
|
|
|
@29516
|
15 years |
vboxsync |
Guest Control: Remove unused Std* arguments.
|
|
|
@29493
|
15 years |
vboxsync |
Build fix.
|
|
|
@29491
|
15 years |
vboxsync |
IntNet: added MAC address notification and connect/disconnect …
|
|
|
@29488
|
15 years |
vboxsync |
wddm: getcaps for d3d9, start impl 2D support
|
|
|
@29480
|
15 years |
vboxsync |
Main: Remove IoBackendType in StorageController and have a boolean …
|
|
|
@29467
|
15 years |
vboxsync |
New logging group
|
|
|
@29463
|
15 years |
vboxsync |
Missing header update
|
|
|
@29461
|
15 years |
vboxsync |
Devices/Network/VDE: applied "[vbox-dev] [PATCH] VirtualBox. vde_close …
|
|
|
@29458
|
15 years |
vboxsync |
Backed out 61583
|
|
|
@29457
|
15 years |
vboxsync |
Updates for proper log flushing
|
|
|