|
|
@97955
|
2 years |
vboxsync |
IPRT: Warnings (add/linux).
|
|
|
@97954
|
2 years |
vboxsync |
VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 return …
|
|
|
@97953
|
2 years |
vboxsync |
VMMDevCoreTypes.h: Made HGCMFunctionParameter.GetUInt32/64 always …
|
|
|
@97952
|
2 years |
vboxsync |
added reporting unit test source dir for unit tests
|
|
|
@97951
|
2 years |
vboxsync |
Validation Kit/tdUnitTest1.py: Blacklisted tstDragAndDropQt, as this …
|
|
|
@97950
|
2 years |
vboxsync |
fixing scm complains
|
|
|
@97949
|
2 years |
vboxsync |
added reporting unit test source dir for unit tests and arm64 arch for …
|
|
|
@97948
|
2 years |
vboxsync |
IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
|
|
|
@97947
|
2 years |
vboxsync |
IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
|
|
|
@97946
|
2 years |
vboxsync |
IPRT: include/iprt/nocrt/vector: Compilation fix for data(), added a …
|
|
|
@97945
|
2 years |
vboxsync |
Add/VBoxSF: include iprt/memobj.h for VBoxGuestR0LibPhysHeap.cpp.
|
|
|
@97944
|
2 years |
vboxsync |
Devices/Graphics: re r153861: This is C++, not C. bugref:10292
|
|
|
@97943
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Made it possible to use RTR0MemObjFree …
|
|
|
@97942
|
2 years |
vboxsync |
/Config.kmk: Don't use -pedantic unless gcc also supports …
|
|
|
@97941
|
2 years |
vboxsync |
/Config.kmk: Don't need to define LOG_USE_C99 or RT_WITHOUT_EXEC_ALLOC …
|
|
|
@97940
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: More cleanups, eliminating unecessary …
|
|
|
@97939
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
|
|
|
@97938
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Renamed some members and variables, no …
|
|
|
@97937
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Reworked the block management so we …
|
|
|
@97936
|
2 years |
vboxsync |
ValidationKit: modified test file. bugref:10090
|
|
|
@97935
|
2 years |
vboxsync |
Main: Added resizeAndCloneTo(). Modified cloneTo(). bugref:10090
|
|
|
@97934
|
2 years |
vboxsync |
Main: backout. bugref:10090
|
|
|
@97933
|
2 years |
vboxsync |
Main: Added resizeAndCloneTo(). Modified cloneTo(). bugref:10090
|
|
|
@97932
|
2 years |
vboxsync |
Main: backout. bugref:10090
|
|
|
@97931
|
2 years |
vboxsync |
Main: Added resizeAndCloneTo(). Modified cloneTo(), bugref:10090
|
|
|
@97930
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Simplify link handling by adding an …
|
|
|
@97929
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Removed unused inline function …
|
|
|
@97928
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Modified the free list search to stop …
|
|
|
@97927
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Added some crude code to occasionally …
|
|
|
@97926
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Restrict the number of free list …
|
|
|
@97925
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Use the term 'unlink' rather than …
|
|
|
@97924
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Same for VbglR0PhysHeapAlloc and made …
|
|
|
@97923
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Made VbglR0PhysHeapFree and …
|
|
|
@97922
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
|
|
|
@97921
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Count both kind of blocks both on heap …
|
|
|
@97920
|
2 years |
vboxsync |
Add/VBoxGuest/lib/testcase: scm fix
|
|
|
@97919
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Reduced the size of VBGLPHYSHEAPBLOCK: …
|
|
|
@97918
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Use a fixed minimum size for splitting …
|
|
|
@97917
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: Build fix.
|
|
|
@97916
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
|
|
|
@97915
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
|
|
|
@97914
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
|
|
|
@97913
|
2 years |
vboxsync |
Add/VBoxGuestR0LibPhysHeap.cpp: A bit of cleanup and a testcase based …
|
|
|
@97912
|
2 years |
vboxsync |
IPRT/alloc-r0drv-freebsd.c: Missing exec alloc cleanup.
|
|
|
@97911
|
2 years |
vboxsync |
IPRT/alloc-r0drv-freebsd.c: scm fix.
|
|
|
@97910
|
2 years |
vboxsync |
IPRT/r0drv: Kicked out RTMEMHDR_FLAG_EXEC and associated code now that …
|
|
|
@97909
|
2 years |
vboxsync |
IPRT/alloc-r0drv.cpp: Drop support for RTMEMALLOCEX_FLAGS_EXEC in ring-0.
|
|
|
@97908
|
2 years |
vboxsync |
IPRT: Removed the RTMemExecAlloc interface. [oops]
|
|
|
@97907
|
2 years |
vboxsync |
IPRT: Removed the RTMemExecAlloc interface.
|
|
|
@97906
|
2 years |
vboxsync |
IPRT/log: Retired the RTMemExecAlloc code and replaced the …
|
|
|
@97905
|
2 years |
vboxsync |
IPRT,SUPDrv: Dropping RTR0MemExecDonate and associated SUPDrv-linux …
|
|
|
@97904
|
2 years |
vboxsync |
IPRT/r3/allocex: Implement RTMEMALLOCEX_FLAGS_EXEC using …
|
|
|
@97903
|
2 years |
vboxsync |
SUPDrv: Removed the SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE #ifdef'ing, …
|
|
|
@97902
|
2 years |
vboxsync |
SUPDrv: Enable SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all hosts.
|
|
|
@97901
|
2 years |
vboxsync |
IPRT/memobj-r0drv-solaris.c: Implemented support for the fExecutable …
|
|
|
@97900
|
2 years |
vboxsync |
IPRT/alloc-r0drv-solaris.c: doxygen indent
|
|
|
@97899
|
2 years |
vboxsync |
/Config.kmk: scm fix.
|
|
|
@97898
|
2 years |
vboxsync |
SUPDrv/load.sh: fall back on pfexec if no sudo (S10).
|
|
|
@97897
|
2 years |
vboxsync |
SUPDrv: A couple of tweaks for making SUPDrv-dtrace.cpp compile on S10.
|
|
|
@97896
|
2 years |
vboxsync |
IPRT/memobj-r0drv-solaris.h: Make it build on S10 too.
|
|
|
@97895
|
2 years |
vboxsync |
libs/openssl-3.0.7: Trick to make it build on older solaris version …
|
|
|
@97894
|
2 years |
vboxsync |
IPRT/socket,localipc: Map AF_LOCAL to AF_UNIX if the former isn't …
|
|
|
@97893
|
2 years |
vboxsync |
libs/softfloat: Try to detect int128 support better (gcc on S10 …
|
|
|
@97892
|
2 years |
vboxsync |
/Makefile.kmk: Don't complain about gcc version when Qt5 isn't used (S10).
|
|
|
@97891
|
2 years |
vboxsync |
/Config.kmk,softfloat: S10 build tweaks related to overly strict stdbool.h.
|
|
|
@97890
|
2 years |
vboxsync |
Main/USBDeviceFilter: Skip some unnecessary Utf8Str copying.
|
|
|
@97889
|
2 years |
vboxsync |
Main/USBDeviceFilter: Reverted out r154880 as it breaks the API as …
|
|
|
@97888
|
2 years |
vboxsync |
FE/Qt: bugref:9898: X11: Migrating VBoxUtils bits to Qt6; Tested a bit …
|
|
|
@97887
|
2 years |
vboxsync |
iprt/string.h: VAC++ tweak.
|
|
|
@97886
|
2 years |
vboxsync |
VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix fix.
|
|
|
@97885
|
2 years |
vboxsync |
DIS: OS/2 build fixes for the disassembler. [scm]
|
|
|
@97884
|
2 years |
vboxsync |
DIS: OS/2 build fixes for the disassembler.
|
|
|
@97883
|
2 years |
vboxsync |
SUPDrv: OS/2 build fix.
|
|
|
@97882
|
2 years |
vboxsync |
bldprogs/VBoxTpG: OS/2 build fix.
|
|
|
@97881
|
2 years |
vboxsync |
libs/curl: OS/2 build fix. bugref:8515
|
|
|
@97880
|
2 years |
vboxsync |
iprt/log.h: Defined LOG_USE_C99 on OS/2 too. Then nobody is using the …
|
|
|
@97879
|
2 years |
vboxsync |
VBox/Graphics/VBoxVideoIPRT.h: OS/2 build fix.
|
|
|
@97878
|
2 years |
vboxsync |
libs/openssl-3.0.7: OS/2 build fixes. bugref:10317
|
|
|
@97877
|
2 years |
vboxsync |
libs/openssl: ncbc_enc.c seems to be a file that's included by …
|
|
|
@97876
|
2 years |
vboxsync |
VMM/tstX86-1: Switched from RTMemExecAlloc to RTMemPageAlloc + …
|
|
|
@97875
|
2 years |
vboxsync |
IPRT/ldrPE: Corrections to mke tstLdr-4 pass.
|
|
|
@97874
|
2 years |
vboxsync |
IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
|
|
|
@97873
|
2 years |
vboxsync |
SUPDrv: Define SUPDRV_USE_MEMOBJ_FOR_LDR_IMAGE for all but solaris.
|
|
|
@97872
|
2 years |
vboxsync |
IPRT/alloc-r0drv-linux.c: nits
|
|
|
@97871
|
2 years |
vboxsync |
Reverting r154959. Docs: bugref:10302. Removing redundant …
|
|
|
@97870
|
2 years |
vboxsync |
Docs: bugref:10302. Removing redundant section/synopsis ids.
|
|
|
@97869
|
2 years |
vboxsync |
PDM/network: Tried to make PDMNetGsoIsValid more readable.
|
|
|
@97868
|
2 years |
vboxsync |
IPRT/nocrt: Added the NLG bits to the 32-bit (x86) exception handler …
|
|
|
@97867
|
2 years |
vboxsync |
FE/Qt: X11: A bit of cleanup for bugref:3355 defect.
|
|
|
@97866
|
2 years |
vboxsync |
IPRT/nocrt: Added an exception handler to rtVccEh4DoLocalUnwind and …
|
|
|
@97865
|
2 years |
vboxsync |
Main: undo. bugref:10090
|
|
|
@97864
|
2 years |
vboxsync |
Main: Added API function Medium::resizeAndCloneTo. Modified …
|
|
|
@97863
|
2 years |
vboxsync |
IPRT/nocrt: Some _except_handler4 cleanups. bugref:10261 ticketref:21303
|
|
|
@97862
|
2 years |
vboxsync |
IPRT/nocrt: Added a simple structured exception handling (SEH) …
|
|
|
@97861
|
2 years |
vboxsync |
IPRT/nocrt: Fixes to C_specific_handler. bugref:10261 ticketref:21303
|
|
|
@97860
|
2 years |
vboxsync |
FE/Qt: bugref:9898: Migrating UITabBar bits to Qt6.
|
|
|
@97859
|
2 years |
vboxsync |
FE/Qt: bugref:9898: Yet another build fix for r154944.
|
|
|
@97858
|
2 years |
vboxsync |
FE/Qt: bugref:9898: Build fix for r154944.
|
|
|
@97857
|
2 years |
vboxsync |
FE/Qt: bugref:9898: Migrating UIMouseHandler bits to Qt6.
|
|
|
@97856
|
2 years |
vboxsync |
FE/Qt: bugref:9898: Migrating UIMachineView bits to Qt6.
|
|
|