|
|
@31491
|
14 years |
vboxsync |
DBGF: Kick-off for DBGFR3Reg*. Implemented simple queried only. The …
|
|
|
@31490
|
14 years |
vboxsync |
VBox/x86.h: X86TSS16.
|
|
|
@31489
|
14 years |
vboxsync |
CPUMGetGuestCRx,CPUMGetGuestCR8: Do the PDM TPR querying in CPUM …
|
|
|
@31481
|
14 years |
vboxsync |
Main: use a shared type for string maps
|
|
|
@31464
|
14 years |
vboxsync |
Main: support per-machine media registries in XML settings (not yet used)
|
|
|
@31462
|
14 years |
vboxsync |
Debugger: dt,dt16,dt32,dt64 - work in progress.
|
|
|
@31460
|
14 years |
vboxsync |
REM,DBGF: Logging fixes, avoid assertion when disassembling.
|
|
|
@31456
|
14 years |
vboxsync |
VBoxHDD: Make the non blocking read/write socket APIs available in the …
|
|
|
@31453
|
14 years |
vboxsync |
Runtime/poll: Add a method to change the events to poll for without …
|
|
|
@31452
|
14 years |
vboxsync |
Fix Windows burn, second try
|
|
|
@31451
|
14 years |
vboxsync |
Fix Windows burn
|
|
|
@31449
|
14 years |
vboxsync |
Correct declaration
|
|
|
@31448
|
14 years |
vboxsync |
Runtime/Sg: Add a method to convert a S/G buffer to a native S/G array …
|
|
|
@31444
|
14 years |
vboxsync |
PGM: Don't let the ATA device exhaust the dynamic mapping cache - …
|
|
|
@31430
|
14 years |
vboxsync |
Guest Additions version lookup/status: Fixed loading of guest drivers, …
|
|
|
@31427
|
14 years |
vboxsync |
mac build fix
|
|
|
@31419
|
14 years |
vboxsync |
iprt/string.h: Fixed RTSTR_GET_BIT_FLAG. Affects RTStrFormatV and all …
|
|
|
@31418
|
14 years |
vboxsync |
iprt/string.h,utf-8.cpp: avoid including uni.h; misc nits.
|
|
|
@31413
|
14 years |
vboxsync |
iprt: ASMCpuId() and ASMGetApicId() return different data on …
|
|
|
@31404
|
14 years |
vboxsync |
RTPathGetMode: Can simplify this now that we've got RTPathQueryInfoEx.
|
|
|
@31402
|
14 years |
vboxsync |
PGM: Replaced the hazzardous raw-mode context dynamic mapping code …
|
|
|
@31401
|
14 years |
vboxsync |
VBox/log.h: +LOG_GROUP_PGM_DYNMAP.
|
|
|
@31400
|
14 years |
vboxsync |
VBox/cpum.h: CPUMGCCallV86Code docs and right DECL macro.
|
|
|
@31399
|
14 years |
vboxsync |
iprt/log.h: Added RTLOG_[COMMA]_SRC_POS* defines for function call tracing.
|
|
|
@31397
|
14 years |
vboxsync |
iprt/getopt.h: docs.
|
|
|
@31372
|
14 years |
vboxsync |
Main: fix memory leak in VirtualBox::postEvent() when posting the …
|
|
|
@31364
|
14 years |
vboxsync |
Some more fixes for Guest Additions version lookup/status; moved some …
|
|
|
@31359
|
14 years |
vboxsync |
Keep track of the native R0 thread handle for each EMT too. Use that …
|
|
|
@31355
|
14 years |
vboxsync |
SharedFolders/AutoMount: Added support for dynamic mount point prefix.
|
|
|
@31349
|
14 years |
vboxsync |
Header update
|
|
|
@31326
|
14 years |
vboxsync |
Pass on cpu priority property.
|
|
|
@31303
|
14 years |
vboxsync |
Missing update
|
|
|
@31297
|
14 years |
vboxsync |
gcc warning (order of initializers)
|
|
|
@31290
|
14 years |
vboxsync |
Missing update
|
|
|
@31289
|
14 years |
vboxsync |
iprt/err.h: VERR_NS_SYMLINK_CHANGE_OWNER
|
|
|
@31281
|
14 years |
vboxsync |
Main: one function instead of two for finding DVD and floppy images
|
|
|
@31275
|
14 years |
vboxsync |
vboxnetflt: host-only checksum fix (UDP pseudo)
|
|
|
@31272
|
14 years |
vboxsync |
RTNETCSUMTYPE -> PDMNETCSUMTYPE. Assert on invalid parameters.
|
|
|
@31271
|
14 years |
vboxsync |
vboxnetflt: host-only checksum fix (xtracker 5020)
|
|
|
@31252
|
14 years |
vboxsync |
Made 'DEFS += RTMEM_WRAP_TO_EF_APIS' work better.
|
|
|
@31251
|
14 years |
vboxsync |
warning
|
|
|
@31246
|
14 years |
vboxsync |
Runtime/string: clean up the UTF-8 <-> Latin1 APIs a bit more
|
|
|
@31241
|
14 years |
vboxsync |
Removed use of interface version for IGuest::getAdditionsVersion, some …
|
|
|
@31230
|
14 years |
vboxsync |
OHCI/VUSB: Propagate transfer cancellation from the guest to avoid …
|
|
|
@31221
|
14 years |
vboxsync |
Runtime/string: more Utf-8 <-> Latin-1 fixes
|
|
|
@31201
|
14 years |
vboxsync |
pgm.h: save macro
|
|
|
@31199
|
14 years |
vboxsync |
Runtime/string: add Latin-1 <-> Utf-8 conversion APIs - tests and …
|
|
|
@31185
|
14 years |
vboxsync |
VBoxHDD: Add a flag to disable locking of an image file
|
|
|
@31180
|
14 years |
vboxsync |
Main/Medium+Main/Console+Storage: Pass a flag for the medium type …
|
|
|
@31173
|
14 years |
vboxsync |
AsyncCompletion: Add a flag to prevent write locking an image.
|
|
|
@31157
|
14 years |
vboxsync |
iprt,++: Tag allocation in all builds with a string, defaulting to …
|
|
|
@31155
|
14 years |
vboxsync |
iprt/condvar.h: condition variable spec.
|
|
|
@31154
|
14 years |
vboxsync |
iprt/condvar.h: condition variable spec.
|
|
|
@31130
|
14 years |
vboxsync |
Const.
|
|
|
@31123
|
14 years |
vboxsync |
PGM: Moved the PGM stats out of the VM structure. Reduces the size of …
|
|
|
@31111
|
14 years |
vboxsync |
Shared Folders/VBoxTray: Auto-mount all shares depending on free drive …
|
|
|
@31103
|
14 years |
vboxsync |
IPRT/Socket: Add non blocking versions of the read/write methods. The …
|
|
|
@31098
|
14 years |
vboxsync |
iSCSI: First part for async I/O. Move I/O into a separate thread and …
|
|
|
@31088
|
14 years |
vboxsync |
warnings
|
|
|
@31061
|
14 years |
vboxsync |
USB/Windows: Added a callback to cancel all URBs on an endpoint (pipe …
|
|
|
@31052
|
14 years |
vboxsync |
Shared Folders/AutoMount: Update.
|
|
|
@31025
|
14 years |
vboxsync |
Quick VbglR3SharedFolder* api review.
|
|
|
@31018
|
14 years |
vboxsync |
Events: handle dead listeners better
|
|
|
@31002
|
14 years |
vboxsync |
First support for auto-mounted Shared Folders (Windows only yet).
|
|
|
@30995
|
14 years |
vboxsync |
cdefs.h: docs
|
|
|
@30969
|
14 years |
vboxsync |
include/VBox/*.mac,various.sed: Fixed UINT64_C() and regenrated …
|
|
|
@30964
|
14 years |
vboxsync |
Use enums.
|
|
|
@30959
|
14 years |
vboxsync |
VbglR3ReportAdditionsStatus,VBoxGuestStatus: review of r63577. added …
|
|
|
@30955
|
14 years |
vboxsync |
CFGM,ConsoleImpl2.cpp: CFGMR3InsertStringLengthKnown -> …
|
|
|
@30949
|
14 years |
vboxsync |
cpp/exception.h: cleanups.
|
|
|
@30945
|
14 years |
vboxsync |
cosmetics
|
|
|
@30943
|
14 years |
vboxsync |
iprt/asmdefs.mac: added constants.
|
|
|
@30934
|
14 years |
vboxsync |
Main: automatically fix host-specific audio drivers when loading …
|
|
|
@30922
|
14 years |
vboxsync |
x86.h: comments, offsets.
|
|
|
@30898
|
14 years |
vboxsync |
PCI: PCIDev{Get|Set}CapabilityList have been added.
|
|
|
@30897
|
14 years |
vboxsync |
fixed comment
|
|
|
@30889
|
14 years |
vboxsync |
PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.
|
|
|
@30877
|
14 years |
vboxsync |
iprt/process.h: RTProcGetExecutableName clearification.
|
|
|
@30873
|
14 years |
vboxsync |
IPRT: add MiniString::operator+=()
|
|
|
@30863
|
14 years |
vboxsync |
VD: Finish async I/O support for VMDK. Still disabled by default until …
|
|
|
@30862
|
14 years |
vboxsync |
VMM,REM: Replumbled the MSR updating and reading so that PGM can …
|
|
|
@30859
|
14 years |
vboxsync |
iprt/string.h: added RTStrPurgeEncoding.
|
|
|
@30852
|
14 years |
vboxsync |
VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> …
|
|
|
@30833
|
14 years |
vboxsync |
iprt: add a missing header file to OSE
|
|
|
@30827
|
14 years |
vboxsync |
iprt/mem.h: Added RTMemWipeThoroughly().
|
|
|
@30825
|
14 years |
vboxsync |
Main: callbacks removal
|
|
|
@30803
|
14 years |
vboxsync |
Trying to fix burning windows builds
|
|
|
@30802
|
14 years |
vboxsync |
Trying to fix burning windows builds
|
|
|
@30801
|
14 years |
vboxsync |
iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
|
|
|
@30800
|
14 years |
vboxsync |
pdmifs.h: Shut up a host of warnings caused by r63541.
|
|
|
@30791
|
14 years |
vboxsync |
fixed HWACCM structure assertions.
|
|
|
@30788
|
14 years |
vboxsync |
include,Config.kmk: Made the headers syntax check cleanly on …
|
|
|
@30786
|
14 years |
vboxsync |
VBox/hwacc_svm.h: Added 4 new fields to SVM_VMCB.ctrl found in AMD doc …
|
|
|
@30783
|
14 years |
vboxsync |
Rewrote shared page handling to be more fault tolerant.
|
|
|
@30779
|
14 years |
vboxsync |
Build fix.
|
|
|
@30778
|
14 years |
vboxsync |
Guest Additions status: Use more enums.
|
|
|
@30772
|
14 years |
vboxsync |
VMMDevTesting/test1: Report the results to the host via a RTTest* like …
|
|
|
@30764
|
14 years |
vboxsync |
back out r63543, r63544 until windows build problems can be solved properly
|
|
|
@30760
|
14 years |
vboxsync |
Main: separate internal machine data structs into MachineImplPrivate.h …
|
|
|
@30758
|
14 years |
vboxsync |
More fine grained Guest Additions status; now marks Additions as …
|
|
|