VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

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