|
|
@20789
|
15 years |
vboxsync |
iprt/asm.h: larger notes about alignment.
|
|
|
@20785
|
15 years |
vboxsync |
IPRT: the ASMAtomicBit* functions must work on 32-bit …
|
|
|
@20756
|
15 years |
vboxsync |
IPRT: More RTDbg coding - generic container is mostly done now.
|
|
|
@20753
|
15 years |
vboxsync |
VMM: Added PDMR3CritSectLeaveAll for bulk unlocking during guru meditation.
|
|
|
@20752
|
15 years |
vboxsync |
TMTimerSet: stats and quick optimization.
|
|
|
@20750
|
15 years |
vboxsync |
TMTimerSetRelative: Optimized the common case and added some more …
|
|
|
@20745
|
15 years |
vboxsync |
VBox/err.mac: regen
|
|
|
@20744
|
15 years |
vboxsync |
IPRT: RTDbg coding.
|
|
|
@20743
|
15 years |
vboxsync |
VBox/err.h: Removed VINF_SVM_PREEMPT_PENDING and …
|
|
|
@20742
|
15 years |
vboxsync |
VMM,++: Increased the stack size on darwin to 16KB since we're …
|
|
|
@20741
|
15 years |
vboxsync |
iprt/dbg.cpp/h: the RTDbgLine* methods as well.
|
|
|
@20740
|
15 years |
vboxsync |
iprt: More RTDbg coding; added a new AVL tree for RTUINPTR.
|
|
|
@20739
|
15 years |
vboxsync |
iprt: RTDbgMod coding in progress.
|
|
|
@20738
|
15 years |
vboxsync |
iprt: RTDbg coding.
|
|
|
@20733
|
15 years |
vboxsync |
VMM: Added TMTimerSetRelative and changed …
|
|
|
@20706
|
15 years |
vboxsync |
VBox/pdmdrv.h: Added PDMDRVHLP::pfnSTAMDeregister, major PDMDRVHLP …
|
|
|
@20683
|
15 years |
vboxsync |
video hw accel: ddraw command processing fixes
|
|
|
@20681
|
15 years |
vboxsync |
STAM: Added STAMUNIT_TICKS.
|
|
|
@20678
|
15 years |
vboxsync |
TM: Count calls to TMCpuTickSet and take the VM handle as an argument.
|
|
|
@20670
|
15 years |
vboxsync |
Solaris/USB: bits.
|
|
|
@20663
|
15 years |
vboxsync |
VMM: Added VMMR3EmtRendezvous for getting the attention of all EMTs …
|
|
|
@20653
|
15 years |
vboxsync |
video hw accel: fixes for basic ddraw op hanlding
|
|
|
@20624
|
15 years |
vboxsync |
iprt/asm.h: ASMSerializeInstruction.
|
|
|
@20622
|
15 years |
vboxsync |
fix comment copy/paste bug
|
|
|
@20605
|
15 years |
vboxsync |
IPRT: Added RTTestInitAndCreate - a combination of RTR3Init and …
|
|
|
@20604
|
15 years |
vboxsync |
err: unintended duplicate, see r18389
|
|
|
@20588
|
15 years |
vboxsync |
Emulate lock and & lock xor.
|
|
|
@20573
|
15 years |
vboxsync |
iprt/test.h: Added RTTestSetDefault.
|
|
|
@20567
|
15 years |
vboxsync |
DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor …
|
|
|
@20551
|
15 years |
vboxsync |
GuestHost/SharedClipboard: refactored the shared clipboard code to …
|
|
|
@20544
|
15 years |
vboxsync |
VBox/asmdefs.mac: Set VBOX_STRICT for DEBUG builds.
|
|
|
@20542
|
15 years |
vboxsync |
root/Makefile.kmk,includes: regenerated .mac files adding VBox/param.h …
|
|
|
@20537
|
15 years |
vboxsync |
dis.h: DISCPUSTATE_PADDING_SIZE correction for 32-bit windows.
|
|
|
@20531
|
15 years |
vboxsync |
MM: Added MMR3HyperSetGuard for creating guard pages in the hyper heap.
|
|
|
@20530
|
15 years |
vboxsync |
VMM: remove DISCPUSTATE from the stack.
|
|
|
@20528
|
15 years |
vboxsync |
SUP: SUPR0PageProtect & SUPR0PageProtect - for creating guard (hyper) …
|
|
|
@20525
|
15 years |
vboxsync |
iprt/memobj.h: Added RTR0MemObjProtect, only implemented for darwin.
|
|
|
@20520
|
15 years |
vboxsync |
Added VINF_EM_RAW_EMULATE_DBG_STEP
|
|
|
@20513
|
15 years |
vboxsync |
OSE header fixes
|
|
|
@20483
|
15 years |
vboxsync |
video hw accel: blt impl basics for guest video drv
|
|
|
@20478
|
15 years |
vboxsync |
video hw accel: guest driver -> host framebuffer commands processing impl
|
|
|
@20421
|
15 years |
vboxsync |
Rewrote rem notification handling.
|
|
|
@20408
|
15 years |
vboxsync |
Moved REM locking to VMMAll
|
|
|
@20407
|
15 years |
vboxsync |
Removed REMR3ReplayInvalidatedPages
|
|
|
@20406
|
15 years |
vboxsync |
Removed obsolete REMR3ReplayInvalidatedPages
|
|
|
@20399
|
15 years |
vboxsync |
Minor updates
|
|
|
@20375
|
15 years |
vboxsync |
iprt/cdefs.h: removed the obsolete BEGIN_DECLS and END_DECLS macros.
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20363
|
15 years |
vboxsync |
VBox/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20362
|
15 years |
vboxsync |
iprt/*: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20361
|
15 years |
vboxsync |
iprt/dbg.h: update.
|
|
|
@20360
|
15 years |
vboxsync |
IPRT: Memory pool (untested) and string pool stub implementation.
|
|
|
@20358
|
15 years |
vboxsync |
iprt/cdefs.h: RT_BEGIN_DECLS and RT_END_DECLS.
|
|
|
@20267
|
16 years |
vboxsync |
Main: completed scriptable changes
Make VBox buildable on SMB share …
|
|
|
@20243
|
16 years |
vboxsync |
View HW Accel: guest ddraw command definitions, moved opengl …
|
|
|
@20242
|
16 years |
vboxsync |
View HW Accel: OpenGL framebuffer
|
|
|
@20226
|
16 years |
vboxsync |
usb: Removed remnants of a failed attempts to create a shared USB timer.
|
|
|
@20186
|
16 years |
vboxsync |
Solaris/VBoxUSB: dir mask.
|
|
|
@20184
|
16 years |
vboxsync |
include/VBox/vusb.h: added VUSB_DIR_TO_DEVICE.
|
|
|
@20167
|
16 years |
vboxsync |
First part of the PDMAsyncCompletion rewrite:
* The Host specific …
|
|
|
@20158
|
16 years |
vboxsync |
Extra VCPU checks. Attempt to fix alignment issue
|
|
|
@20154
|
16 years |
vboxsync |
PCI: The risky half of the remapping fix. Fixes #1587 and #3903.
|
|
|
@20153
|
16 years |
vboxsync |
SSM,PCI: We must restore the PCI configuration registers before PGM so …
|
|
|
@20152
|
16 years |
vboxsync |
Added DBGFR3InfoLogRel and DBGFR3InfoStdErr.
|
|
|
@20124
|
16 years |
vboxsync |
IPRT,SUP: Minor driver version change - added …
|
|
|
@20114
|
16 years |
vboxsync |
SSM: Added SSMR3Skip.
|
|
|
@20111
|
16 years |
vboxsync |
IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
|
|
|
@20109
|
16 years |
vboxsync |
RTTestSkipAndDestroy.
|
|
|
@20105
|
16 years |
vboxsync |
iprt/dir.h: RTDirCreateTemp spec clearification.
|
|
|
@20096
|
16 years |
vboxsync |
VBox/pdmdrv.h,TM: user argument and flags for driver timers.
|
|
|
@20094
|
16 years |
vboxsync |
VBox/pdmdev.h: Retired pfnTMTimerCreateExternal.
|
|
|
@20093
|
16 years |
vboxsync |
VBox/pdmdev.h: bumped PDM_DEVHLP_VERSION.
|
|
|
@20092
|
16 years |
vboxsync |
DevAPIC,PDM: timer critsect.
|
|
|
@20087
|
16 years |
vboxsync |
TM,*: Proper timer callback locking and pvUser for devices.
|
|
|
@20071
|
16 years |
vboxsync |
Bit more REM locking
|
|
|
@20067
|
16 years |
vboxsync |
Runtime: accident
|
|
|
@20066
|
16 years |
vboxsync |
Runtime: added RTDirCreateTemp
|
|
|
@20056
|
16 years |
vboxsync |
Backed out 47770 & 47771 (failed experiment)
|
|
|
@20043
|
16 years |
vboxsync |
Runtime: export to OSE
|
|
|
@20037
|
16 years |
vboxsync |
TPR read/write updates
|
|
|
@20018
|
16 years |
vboxsync |
Runtime: Added method for returning the system temporary directory path.
|
|
|
@20015
|
16 years |
vboxsync |
S3: error number updates
|
|
|
@20009
|
16 years |
vboxsync |
Video HW Accel: guest->host command mechanism fixes
|
|
|
@20008
|
16 years |
vboxsync |
PDMCritSect: rewrite, ring-0 unlocking not yet enabled.
|
|
|
@20001
|
16 years |
vboxsync |
Cleaned up PDMGet/SetTPR.
|
|
|
@19995
|
16 years |
vboxsync |
Introduced PDMHasIoApic.
|
|
|
@19993
|
16 years |
vboxsync |
Proper handling of VMX_EXIT_APIC_ACCESS
|
|
|
@19992
|
16 years |
vboxsync |
Started with TPR caching for 32 bits guest (VT-x only).
|
|
|
@19984
|
16 years |
vboxsync |
Some APIC access updates (disabled)
|
|
|
@19968
|
16 years |
vboxsync |
HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
|
|
|
@19959
|
16 years |
vboxsync |
pdmifs.h: r=bird: added todos.
|
|
|
@19952
|
16 years |
vboxsync |
RTTest: More macros. Made RTTestFailure check for trailing new line to …
|
|
|
@19951
|
16 years |
vboxsync |
iprt/getopt.h: sample fix.
|
|
|
@19944
|
16 years |
vboxsync |
iprt: Some more RTTest stuff.
|
|
|
@19942
|
16 years |
vboxsync |
IPRT: Implemented thousand separators for the string formatting code …
|
|
|
@19928
|
16 years |
vboxsync |
IPRT: More RTPathAppend docs updates.
|
|
|
@19927
|
16 years |
vboxsync |
iprt/path.h: Updated RTPathAppend docs.
|
|
|
@19926
|
16 years |
vboxsync |
IPRT: Added RTPathAppend.
|
|
|
@19924
|
16 years |
vboxsync |
IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
|
|
|
@19906
|
16 years |
vboxsync |
iprt/thread.h: RTThreadPreemptIsPending
|
|
|