|
|
@78157
|
6 years |
vboxsync |
Shared Clipboard: Darwin build fix.
|
|
|
@78155
|
6 years |
vboxsync |
Build fix.
|
|
|
@78153
|
6 years |
vboxsync |
IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed …
|
|
|
@78152
|
6 years |
vboxsync |
Shared Clipboard: Build fix.
|
|
|
@78151
|
6 years |
vboxsync |
Shared Clipboard: Got rid of a lot of duplicated code between Windows …
|
|
|
@78150
|
6 years |
vboxsync |
OCI: Fix edito in name in previous.
|
|
|
@78149
|
6 years |
vboxsync |
OCI: Add LOG_GROUP_MAIN_STRINGARRAY.
Forgot to commit this file in …
|
|
|
@78120
|
6 years |
vboxsync |
IPRT: Started adding a RTR0MemObjMapUserEx function that takes offSub …
|
|
|
@78108
|
6 years |
vboxsync |
Main/glue: Consolidated the bool parameters of com::Initialize() into …
|
|
|
@78104
|
6 years |
vboxsync |
IPRT,*: Added fFlags to RTPathAbsExDup so it matches the new …
|
|
|
@78100
|
6 years |
vboxsync |
iprt/cpp/path.h: Added RTPathAbsExCxx wrappers and made the existing …
|
|
|
@78098
|
6 years |
vboxsync |
IPRT,*: Cleaning up RTPathAbsExEx, renaming it to RTPathAbsEx and …
|
|
|
@78088
|
6 years |
vboxsync |
Main/glue: Consolidated the bool parameters of com::Initialize() into …
|
|
|
@78066
|
6 years |
vboxsync |
IPRT,GUI: Workaround for certificate downloads getting redirected to https.
|
|
|
@78051
|
6 years |
vboxsync |
iprt/path.h: Use RT_FLEXIBLE_ARRAY in RTPATHPARSED and RTPATHSPLIT to …
|
|
|
@78048
|
6 years |
vboxsync |
IPRT: Working on new RTPathAbsEx implementation, temporarily called …
|
|
|
@78036
|
6 years |
vboxsync |
DnD/GuestHost: Attribute DnDURIObject::m_fIsOpen is not used anymore, …
|
|
|
@78035
|
6 years |
vboxsync |
Guest Control/Main: Fixed DIRREMOVEREC_FLAG_VALID_MASK for calling …
|
|
|
@78032
|
6 years |
vboxsync |
iprt/win: Added wrapper for rpcproxy.h that helps making it usable …
|
|
|
@77983
|
6 years |
vboxsync |
IPRT: Addressed todo in rtSchedNativeCheckThreadTypes …
|
|
|
@77971
|
6 years |
vboxsync |
Runtime/ldr: Make RTLDRREADER::pfnSize return an unsigned 64bit value …
|
|
|
@77941
|
6 years |
vboxsync |
Runtime/ldrELFRelocatable.cpp.h: several fixes
* Check that the …
|
|
|
@77910
|
6 years |
vboxsync |
Main: bugref:7929: Added ability to change the priority of the VM process
|
|
|
@77905
|
6 years |
vboxsync |
err.h: Nested VMX: bugref:9180 Added …
|
|
|
@77902
|
6 years |
vboxsync |
VMM: Fix HMSvmEventToTrpmEventType to convert #BP and #OF to …
|
|
|
@77893
|
6 years |
vboxsync |
VMMDev.h: Corrected the VMMDEV_REQUESTOR_CON_MASK value and docs …
|
|
|
@77881
|
6 years |
vboxsync |
linux/vboxsf: Another build fix (generic code now). bugref:9172
|
|
|
@77858
|
6 years |
vboxsync |
linux/vboxsf: Cleaning up the symlink related code and making it work …
|
|
|
@77855
|
6 years |
vboxsync |
Storage/VD: Move the TCP/NET implementation from DrvVD to a separate …
|
|
|
@77854
|
6 years |
vboxsync |
linux/vboxsf: Cleaned up init(), moving the file system registration …
|
|
|
@77853
|
6 years |
vboxsync |
linux/vboxsf: Implemented the copy_file_range method and fixed a …
|
|
|
@77848
|
6 years |
vboxsync |
SharedFoldersSvc: Added a function exposing RTFileCopy as well. bugref:9172
|
|
|
@77837
|
6 years |
vboxsync |
SharedFoldersSvc: Added new function for server-side file content …
|
|
|
@77830
|
6 years |
vboxsync |
IPRT: Reimplemented RTFileCopyByHandlesEx against RTFileCopyPartEx, …
|
|
|
@77821
|
6 years |
vboxsync |
SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
|
|
|
@77816
|
6 years |
vboxsync |
SupHardNt: Made RTNtPathExpand8dot3Path() work correctly in kernel …
|
|
|
@77804
|
6 years |
vboxsync |
NetAdp/Win: (bugref:9409) Store host-only adapter configuration in …
|
|
|
@77797
|
6 years |
vboxsync |
IPRT: Adding RTFileCopyRange and RTFileCopyRangEx for optimizing file …
|
|
|
@77759
|
6 years |
vboxsync |
Try to fix build failures
|
|
|
@77758
|
6 years |
vboxsync |
Runtime/common/fuzz: Updates, add possiblity to dump the recorded …
|
|
|
@77747
|
6 years |
vboxsync |
cpum.h: Nested VMX: bugref:9180 Added missing CPUMIsGuestVmxEntryCtlsSet.
|
|
|
@77745
|
6 years |
vboxsync |
VMM/HM: Nested VMX: bugref:9180 Renamed VMX_V_VMCS_STATE_XXX to …
|
|
|
@77734
|
6 years |
vboxsync |
IPRT/isomaker: Preserve ISO-9660 names during import, don't enforce …
|
|
|
@77717
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 Added IEMExecVmxVmexitNmi. Might need …
|
|
|
@77713
|
6 years |
vboxsync |
cpum.h: Nested VMX: bugref:9180 Undo the Unintended blank line removal …
|
|
|
@77712
|
6 years |
vboxsync |
VMM/CPUM: Nested VMX: bugref:9180 CPUM helper for figuring out …
|
|
|
@77711
|
6 years |
vboxsync |
hm_vmx.h: Nested VMX: bugref:9180 Added VMX_V_VMCS_STATE_ACTIVE for …
|
|
|
@77694
|
6 years |
vboxsync |
fuzz.h: doxygen
|
|
|
@77693
|
6 years |
vboxsync |
Runtime/fuzz: Some more statistics, add possibility to configure the …
|
|
|
@77681
|
6 years |
vboxsync |
IPRT: Adding an extended file open API that returns the action taken …
|
|
|
@77674
|
6 years |
vboxsync |
Main: Define IForm and related interfaces.
|
|
|
@77658
|
6 years |
vboxsync |
Runtime/fuzz: Statistics updates, don't fail if a working directory …
|
|
|
@77632
|
6 years |
vboxsync |
IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
|
|
|
@77610
|
6 years |
vboxsync |
VMM/EM, VMM/IEM: Nested VMX: bugref:9180 Implemented NMI-exiting, …
|
|
|
@77609
|
6 years |
vboxsync |
VMM/CPUM: Nested VMX: bugref:9180 Add a bool for tracking virtual-NMI …
|
|
|
@77569
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 On-demand importing of externally …
|
|
|
@77561
|
6 years |
vboxsync |
linux/vboxsf: Rewrote vbsf_inode_setattr() to use open file/dir …
|
|
|
@77558
|
6 years |
vboxsync |
IPRT: Moved the RTLogSetGroupLimit() functionality into the …
|
|
|
@77557
|
6 years |
vboxsync |
IPRT: Moved the RTLogSetGroupLimit() functionality into the …
|
|
|
@77549
|
6 years |
vboxsync |
linux/vboxsf: Workaround for kernel_read/write calls (get_user_pages …
|
|
|
@77548
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 VM-entry check; current VMCS cannot …
|
|
|
@77544
|
6 years |
vboxsync |
Runtime/fuzz: Updates, add a target state recording mechanism to …
|
|
|
@77537
|
6 years |
vboxsync |
linux/vboxsf: Enabled new code for reading directories. This does not …
|
|
|
@77522
|
6 years |
vboxsync |
VMM/IEM: Nested VMX: bugref:9180 Move some of the VMX CPU routines to …
|
|
|
@77521
|
6 years |
vboxsync |
VBox/err.h: Added VINF_VMX_VMLAUNCH_VMRESUME for upcoming changes.
|
|
|
@77509
|
6 years |
vboxsync |
Runtime/fuzz: Updates
|
|
|
@77482
|
6 years |
vboxsync |
Runtime/fuzz: Rewriting the core fuzzed input generator.
The new …
|
|
|
@77451
|
6 years |
vboxsync |
Devices/Graphics, pdm, Main: add out-of-range to host-side pointer …
|
|
|
@77380
|
6 years |
vboxsync |
VMM: Further improvments on the IEM timer polling by making it fully …
|
|
|
@77370
|
6 years |
vboxsync |
Device/Graphics, pdm, Main, Front-ends: infrastructure for host …
|
|
|
@77299
|
6 years |
vboxsync |
DevVGA,PCI,PGM: Hacks for making it possible to load saved states of …
|
|
|
@77293
|
6 years |
vboxsync |
x86.h: Added X86_GREG_COUNT similar to the existing X86_SREG_COUNT for …
|
|
|
@77256
|
6 years |
vboxsync |
Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the …
|
|
|
@77253
|
6 years |
vboxsync |
PDM,PGM: -pedantic fixes. bugref:9172
|
|
|
@77251
|
6 years |
vboxsync |
PDM,PGM: doxygen fixes. bugref:9172
|
|
|
@77249
|
6 years |
vboxsync |
PDM,PGM: doxygen fixes. bugref:9172
|
|
|
@77243
|
6 years |
vboxsync |
HGCM,SharedFolders: Added new variation on the HGCM page list type …
|
|
|
@77241
|
6 years |
vboxsync |
VMM: Added dev helps for bulk page mapping locking. VMMDev will be …
|
|
|
@77236
|
6 years |
vboxsync |
IPRT: Implemented RTFileSgWriteAt and RTfileSgReadAt for linux and …
|
|
|
@77233
|
6 years |
vboxsync |
IPRT: Some new FS types.
|
|
|
@77213
|
6 years |
vboxsync |
hm_vmx.h: Nested VMX: bugref:9180 Fix missing CR0.ET bit in …
|
|
|
@77153
|
6 years |
vboxsync |
pdmifs.h: fix pfnVBVAMousePointerShape documentation.
bugref:9376: …
|
|
|
@77130
|
6 years |
vboxsync |
pdmifs/DevVGA/DisplayImpl: add screen id to …
|
|
|
@77122
|
6 years |
vboxsync |
iprt/types.h: Fix for recent FreeBSD versions
|
|
|
@77119
|
6 years |
vboxsync |
cdefs.h: Explicitly cast the result of RT_BYTE[1..7]() to uint8_t to …
|
|
|
@77118
|
6 years |
vboxsync |
Runtime: Get rid of the "register" keyword usage as all compilers we …
|
|
|
@77115
|
6 years |
vboxsync |
Guest Control/Main: Renaming nit.
|
|
|
@77110
|
6 years |
vboxsync |
RTErrConvertFromErrno(): Convert the uNativeCode parameter from …
|
|
|
@77109
|
6 years |
vboxsync |
assertcompile.h: Use _Static_assert() when compiling in C mode and …
|
|
|
@77093
|
6 years |
vboxsync |
Guest Control/Main: Added VERR_GSTCTL_MAX_CID_COUNT_REACHED and use it …
|
|
|
@77069
|
6 years |
vboxsync |
Guest Control/Main: Check flags of …
|
|
|
@77060
|
6 years |
vboxsync |
VBoxGuest.h: Reverted previous VBGLIOCIDCHGCMFASTCALL_INIT change as …
|
|
|
@77058
|
6 years |
vboxsync |
VBoxGuest.h: Use VMMDevReq_HGCMCall in VBGLIOCIDCHGCMFASTCALL_INIT. …
|
|
|
@77056
|
6 years |
vboxsync |
VMMDev: Simplify VMMDevReq_HGCMCall,VMMDevReq_HGCMCall32, and …
|
|
|
@77054
|
6 years |
vboxsync |
linux/vboxsf: Started converting the code to use the more efficient …
|
|
|
@77047
|
6 years |
vboxsync |
iprt/isomaker: Optimized native handle (file descriptor) usage when …
|
|
|
@77037
|
6 years |
vboxsync |
VBoxGuestLibSharedFoldersInline.h: Updates. bugref:9172
|
|
|
@77021
|
6 years |
vboxsync |
scsiinline.h: scsiMSF2LBA() needs to subtract 150 from the calculated …
|
|
|
@77008
|
6 years |
vboxsync |
Runtime/xfsvfs.cpp: Updates
|
|
|
@76993
|
6 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from …
|
|
|