|
|
@41746
|
13 years |
vboxsync |
dis.h: docs.
|
|
|
@41745
|
13 years |
vboxsync |
typo.
|
|
|
@41744
|
13 years |
vboxsync |
DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
|
|
|
@41743
|
13 years |
vboxsync |
DISOPPARAM: s/index.reg_gen/Index.idxGenReg/ + doc
|
|
|
@41742
|
13 years |
vboxsync |
DISOPPARAM: s/scale/uScale/ + doc
|
|
|
@41741
|
13 years |
vboxsync |
DISOPPARAM: s/parval/uValue/ + doc
|
|
|
@41740
|
13 years |
vboxsync |
DISOPPARAM: s/param/fParam/ to match the related DISOPCODE members.
|
|
|
@41739
|
13 years |
vboxsync |
DISCPUSTATE: s/param/Param/
|
|
|
@41738
|
13 years |
vboxsync |
DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
|
|
|
@41737
|
13 years |
vboxsync |
DISOPCODE: s/opcode/uOpcode/
|
|
|
@41736
|
13 years |
vboxsync |
DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
|
|
|
@41735
|
13 years |
vboxsync |
DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
|
|
|
@41734
|
13 years |
vboxsync |
DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
|
|
|
@41733
|
13 years |
vboxsync |
DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
|
|
|
@41732
|
13 years |
vboxsync |
DISCPUSTATE::opsize -> cbInstr.
|
|
|
@41731
|
13 years |
vboxsync |
DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
|
|
|
@41730
|
13 years |
vboxsync |
DIS: Some nits.
|
|
|
@41729
|
13 years |
vboxsync |
DISQueryParamVal: renamed related types and constants and reduced the …
|
|
|
@41728
|
13 years |
vboxsync |
DIS: register macro name adjustments - part two.
|
|
|
@41727
|
13 years |
vboxsync |
DIS: register macro name adjustments.
|
|
|
@41723
|
13 years |
vboxsync |
RTEnvClone: VWRN_NO_TRANSLATION -> VWRN_ENV_NOT_FULLY_TRANSLATED.
|
|
|
@41715
|
13 years |
vboxsync |
Made _EndProc zero-sized functions; fixed tstDisasm.
|
|
|
@41706
|
13 years |
vboxsync |
dis.h: Drop the pragma pack(4) around DISOPCODE, it has no effect and …
|
|
|
@41699
|
13 years |
vboxsync |
Build fix.
|
|
|
@41696
|
13 years |
vboxsync |
Additions/solaris/VBoxGuest: make the kernel module dependency …
|
|
|
@41692
|
13 years |
vboxsync |
DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
|
|
|
@41690
|
13 years |
vboxsync |
DIS: More cleanups.
|
|
|
@41678
|
13 years |
vboxsync |
OP_PARAMETER::flags -> fUse.
|
|
|
@41676
|
13 years |
vboxsync |
DIS: More scoping work.
|
|
|
@41675
|
13 years |
vboxsync |
DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
|
|
|
@41674
|
13 years |
vboxsync |
DISCoreOne* -> DISCore*.
|
|
|
@41671
|
13 years |
vboxsync |
DISInstr* -> DISInstrToStr + cbOutput argument.
|
|
|
@41670
|
13 years |
vboxsync |
RTEnvClone: don't return an error if we found elements without a …
|
|
|
@41669
|
13 years |
vboxsync |
DISInstr -> DISInstrToStr.
|
|
|
@41668
|
13 years |
vboxsync |
DIS,DIS-users: Drop the operand/parameter formatting during …
|
|
|
@41663
|
13 years |
vboxsync |
DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
|
|
|
@41662
|
13 years |
vboxsync |
DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
|
|
|
@41658
|
13 years |
vboxsync |
DIS,VMM,REM,IPRT: Disassembler API adjustments.
|
|
|
@41648
|
13 years |
vboxsync |
asmdefs.mac: Make _EndProc hidden.
|
|
|
@41646
|
13 years |
vboxsync |
asmdefs.mac: Set the type and size of procedures when targeting ELF.
|
|
|
@41642
|
13 years |
vboxsync |
VBoxGuest: Use the EventSpinlock when setting the mouse callback and …
|
|
|
@41640
|
13 years |
vboxsync |
Additions/common/VBoxGuest: add an internal IOCtl based on the current …
|
|
|
@41636
|
13 years |
vboxsync |
wddm: fix win8 halt issues
|
|
|
@41576
|
13 years |
vboxsync |
Storage: Add VFS file glue for the VD library
|
|
|
@41573
|
13 years |
vboxsync |
DBGC: Working on making STRING the inflexible type and SYMBOL the …
|
|
|
@41565
|
13 years |
vboxsync |
DBGC: Implemented the functions by(addr), dwo(addr), not(value/addr), …
|
|
|
@41561
|
13 years |
vboxsync |
DBGC: Made the parse cope with functions.
|
|
|
@41559
|
13 years |
vboxsync |
DBGC: More parser fixes, added comma (,) as a argument separator (in …
|
|
|
@41558
|
13 years |
vboxsync |
DBGC: Hacking the command parsing code.
|
|
|
@41553
|
13 years |
vboxsync |
Debugger hacking: Moving status codes to VBox/err.h. Changing the mod …
|
|
|
@41551
|
13 years |
vboxsync |
Fix build
|
|
|
@41549
|
13 years |
vboxsync |
VFS/Filesystem: Convert the filesystem specific code to the VFS …
|
|
|
@41545
|
13 years |
vboxsync |
DBGFReg: Added DBGFR3RegNmValidate.
|
|
|
@41528
|
13 years |
vboxsync |
Main/HostUSBDevice(all platforms)+USBProxyService: redo USB locking, …
|
|
|
@41504
|
13 years |
vboxsync |
RTStrmGetLine: Deal with correctly with \r\n, current handling is …
|
|
|
@41501
|
13 years |
vboxsync |
DISFormatYasmIsOddEncoding: From tstDisasm-2.
|
|
|
@41493
|
13 years |
vboxsync |
RTDbg*SymbolByAddr*: Added a flag parameter.
|
|
|
@41477
|
13 years |
vboxsync |
/Makefile.kmk: Cosmetic changes.
|
|
|
@41416
|
13 years |
vboxsync |
VMMDevTesting: VMMDEV_TESTING_CMD_SKIPPED.
|
|
|
@41410
|
13 years |
vboxsync |
comment update.
|
|
|
@41404
|
13 years |
vboxsync |
crOpenGL: VM window scroll handling
|
|
|
@41374
|
13 years |
vboxsync |
wddm/3d/crogl: backdoor logging
|
|
|
@41371
|
13 years |
vboxsync |
Main,include,VBoxManage: smartcard support: …
|
|
|
@41363
|
13 years |
vboxsync |
VRDP,Main,Extpack,include: smartcard support: do not use platform …
|
|
|
@41351
|
13 years |
vboxsync |
VRDP: smartcard support
|
|
|
@41349
|
13 years |
vboxsync |
pdmdev.h: warning
|
|
|
@41343
|
13 years |
vboxsync |
Convert some ring-3 addresses to ring-0 to ease structure access (PVM, …
|
|
|
@41338
|
13 years |
vboxsync |
Pass ring-0 address to the tracer when possible (makes accessing much …
|
|
|
@41311
|
13 years |
vboxsync |
Work around 10.6.x or ld64-97.17 issue with relocations in the VTGObj.
|
|
|
@41307
|
13 years |
vboxsync |
Runtime/common/log/log: make g_Logger weak which is the better solution
|
|
|
@41300
|
13 years |
vboxsync |
regenerated .mac files.
|
|
|
@41299
|
13 years |
vboxsync |
19xx not 10xx (VERR_VM_REQUEST_TOO_MANY_ARGS_IPE and two others).
|
|
|
@41298
|
13 years |
vboxsync |
VBox/err.h: duplicate error codes
|
|
|
@41279
|
13 years |
vboxsync |
vmm/vm.h: comment typo.
|
|
|
@41277
|
13 years |
vboxsync |
VMM/VMMR0/HWSVMR0: AMD FlushByASID feature. Flush before reusing ASIDs …
|
|
|
@41270
|
13 years |
vboxsync |
cleanups
|
|
|
@41269
|
13 years |
vboxsync |
Working on making DTrace grok VM+CPUM and VMCPU+CPUMCPU.
|
|
|
@41268
|
13 years |
vboxsync |
Working on making DTrace grok VM+CPUM and VMCPU+CPUMCPU.
|
|
|
@41267
|
13 years |
vboxsync |
Hacking my way around D's lack of pragma pack.
|
|
|
@41259
|
13 years |
vboxsync |
Working on DTrace lib files.
|
|
|
@41251
|
13 years |
vboxsync |
log: Shortcut for LogFlowFunc(("LEAVE: %Rrc")).
|
|
|
@41247
|
13 years |
vboxsync |
More dtrace library stuff. On 64-bit solaris dtrace can now grok the …
|
|
|
@41218
|
13 years |
vboxsync |
Tweaks for DTrace.
|
|
|
@41216
|
13 years |
vboxsync |
Frontends: back out the Framebuffer cleanup, to be retried later
|
|
|
@41210
|
13 years |
vboxsync |
GuestHost, HostService: darwin bitmap support, copyright header and …
|
|
|
@41201
|
13 years |
vboxsync |
Main+Frontends: replace custom QueryInterface method to eliminate …
|
|
|
@41200
|
13 years |
vboxsync |
Main: more ErrorInfo cleanup, forgotten files
|
|
|
@41189
|
13 years |
vboxsync |
VMM/VMMR0/HWVMXR0: Implemented EPT+VPID TLB flushing before VM entry.
|
|
|
@41173
|
13 years |
vboxsync |
VMM: Fixed reading the wrong (reserved) bit in EPT capabilities, …
|
|
|
@41169
|
13 years |
vboxsync |
IPRT,SUPDrv: RTR0MemKernelCopyFrom/To for safe kernel memory access in …
|
|
|
@41155
|
13 years |
vboxsync |
alignment and build fixes.
|
|
|
@41149
|
13 years |
vboxsync |
hrpmf. not needed.
|
|
|
@41147
|
13 years |
vboxsync |
SUPDrv,VMM: Tracepoints in raw-mode.
|
|
|
@41130
|
13 years |
vboxsync |
SUPDrv-dtrace.cpp: Made it build again.
|
|
|
@41117
|
13 years |
vboxsync |
SUP,VBoxTpG,++: Initial implementation of generic user module …
|
|
|
@41109
|
13 years |
vboxsync |
crOpenGL,wined3d,wddm: second part of fixing resource leakage, basics …
|
|
|
@41094
|
13 years |
vboxsync |
Runtime/Dvm: Glue for VFS
|
|
|
@41086
|
13 years |
vboxsync |
todo: fix structure duplication.
|
|
|
@41083
|
13 years |
vboxsync |
GA: Bitmap clipboard support (darwin). Thanks to François Revol (mmu_man).
|
|
|
@41058
|
13 years |
vboxsync |
crHgsmi cleanup & adjustments
|
|
|