|
|
@106994
|
2 months |
vboxsync |
IPRT/memset.cpp: Try prevent the compiler from optimizing anything …
|
|
|
@106949
|
2 months |
vboxsync |
IPRT/Makefile.kmk: Additions also needs RuntimeR3NtDll-x86 to be …
|
|
|
@106945
|
2 months |
vboxsync |
SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process …
|
|
|
@106931
|
2 months |
vboxsync |
IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId [scm fix]
|
|
|
@106929
|
2 months |
vboxsync |
IPRT/tstTSC: Nor is RTMpCpuId available on solaris. jiraref:VBP-1449
|
|
|
@106928
|
2 months |
vboxsync |
IPRT/mp-darwin.cpp: some musings regarding RTMpCpuId
|
|
|
@106927
|
2 months |
vboxsync |
IPRT/tstTSC: RTMpCpuId isn't available on linux and darwin for amd64 & …
|
|
|
@106924
|
2 months |
vboxsync |
IPRT/testcase: Made the R0 modules build on win.arm64. jiraref:VBP-1449
|
|
|
@106921
|
2 months |
vboxsync |
VBoxDTrace,VMM,IPRT: Made the ring-0 component of the DTrace extension …
|
|
|
@106918
|
2 months |
vboxsync |
IPRT: Added C++ versions of bzero, memmove, strcmp & strncpy for …
|
|
|
@106917
|
2 months |
vboxsync |
IPRT: Added C++ versions of bzero, memmove, strcmp & strncpy for …
|
|
|
@106861
|
2 months |
vboxsync |
IPRT/ldrPE.cpp: Don't be so strict about …
|
|
|
@106842
|
2 months |
vboxsync |
IPRT: We need RuntimeGuestR3Shared-x86 on arm64 for the guest addition …
|
|
|
@106803
|
3 months |
vboxsync |
IPRT/Makefile.kmk: Shut up warning about undefined …
|
|
|
@106802
|
3 months |
vboxsync |
RTLdrCheckImports: --help typo. jirearef:VBP-1253
|
|
|
@106797
|
3 months |
vboxsync |
IPRT: Drop RuntimeR3-x86 on win.arm64, the installer stub will be …
|
|
|
@106787
|
3 months |
vboxsync |
IPRT/r3/init: Ignore SIGPIPE during init to avoid anyone using sockets …
|
|
|
@106779
|
3 months |
vboxsync |
IPRT/r3/init: Ignore SIGPIPE during init to avoid anyone using sockets …
|
|
|
@106732
|
3 months |
vboxsync |
IPRT/ldrPE.cpp,pecoff.h: Added IMAGE_LOAD_CONFIG_DIRECTORY64_V14 / …
|
|
|
@106726
|
3 months |
vboxsync |
IPRT/ldrPE.cpp: Adjustments to new IMAGE_RUNTIME_FUNCTION_ENTRY …
|
|
|
@106688
|
3 months |
vboxsync |
/Config.kmk,*.kmk: The VBoxZlib SDK must use LATE_LIBS instead of LIBS …
|
|
|
@106683
|
3 months |
vboxsync |
/Config.kmk,*.kmk: Changed the LIBS properties on all templates to …
|
|
|
@106660
|
3 months |
vboxsync |
IPRT/http-curl: In RTHttpSetProxyByUrl() disable curl's use of the …
|
|
|
@106635
|
3 months |
vboxsync |
SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
|
|
|
@106614
|
3 months |
vboxsync |
IPRT/Makefile.kmk: Need to build both RuntimeR3NoCrt (for VBoxRes.dll) …
|
|
|
@106602
|
3 months |
vboxsync |
IPRT/ldrPE,RTSignTool: Recognize ARM64 images. jiraref:VBP-1171
|
|
|
@106597
|
3 months |
vboxsync |
IPRT/zero.cpp: The guard around g_abRTZeroPage must match those in the …
|
|
|
@106580
|
3 months |
vboxsync |
IPRT: Sort out export/import trouble with 'inline-assembly' functions …
|
|
|
@106579
|
3 months |
vboxsync |
IPRT: Sort out export/import trouble with 'inline-assembly' functions …
|
|
|
@106576
|
3 months |
vboxsync |
IPRT/RTFileDelete-r3-nt.cpp: A more standard error handling pattern …
|
|
|
@106573
|
3 months |
vboxsync |
IPRT/RTFileDelete-r3-nt.cpp: This is not ANSI-C. bugref:10776 bugref:10632
|
|
|
@106572
|
3 months |
vboxsync |
iprt: NT: RTFileDelete: Prevent exit status override, bugref:10776.
|
|
|
@106563
|
3 months |
vboxsync |
IPRT/mp-r0drv-nt.cpp: Missing iprt/alloca.h include. jiraref:VBP-1171
|
|
|
@106562
|
3 months |
vboxsync |
IPRT/the-nt-kernel.h: Kicked out obsolete WDK hacks for compiler …
|
|
|
@106561
|
3 months |
vboxsync |
IPRT: Fixed warnings in ASMBitFirstClear/Set-generic.cpp. jiraref:VBP=1171
|
|
|
@106559
|
3 months |
vboxsync |
IPRT: Sort out export/import trouble with 'inline-assembly' functions …
|
|
|
@106558
|
3 months |
vboxsync |
IPRT: Some nocrt/arm64 build fixes. jiraref:VBP-1171
|
|
|
@106552
|
3 months |
vboxsync |
Runtime/r0drv/nt/initterm-r0drv-nt.cpp: Make it build on win.arm64, …
|
|
|
@106544
|
3 months |
vboxsync |
Runtime/r0drv/nt/initterm-r0drv-nt.cpp: Make it build on win.arm64, …
|
|
|
@106530
|
3 months |
vboxsync |
iprt/rest: Shut up some complains about default copy assignment …
|
|
|
@106510
|
3 months |
vboxsync |
Runtime/ftol2-vcc.asm: Added ftoul2_legacy, ftoul2 and ftoui2 …
|
|
|
@106498
|
3 months |
vboxsync |
iprt/rest: Shut up some complains about default copy assignment …
|
|
|
@106497
|
3 months |
vboxsync |
iprt/r3: switch fall thru and LARGE_INTEGER init. jiraref:VBP-1171
|
|
|
@106486
|
3 months |
vboxsync |
Runtime/acpi.cpp: Hopefully fix building on sparc64, bugref:10733
|
|
|
@106456
|
3 months |
vboxsync |
Runtime/r0drv/nt/thread-r0drv-nt.cpp: win.arm64 build fix, bugref:10734
|
|
|
@106451
|
3 months |
vboxsync |
Runtime/r0drv/nt/time-r0drv-nt.cpp: win.arm64 build fix, bugref:10734
|
|
|
@106450
|
3 months |
vboxsync |
Runtime: Adjust Makefile.kmk to make it build the runtime on …
|
|
|
@106448
|
3 months |
vboxsync |
Runtime: Adjust Makefile.kmk to make it build the runtime on …
|
|
|
@106447
|
3 months |
vboxsync |
Runtime: Adjust Makefile.kmk to make it build the runtime on …
|
|
|
@106446
|
3 months |
vboxsync |
Runtime: Adjust Makefile.kmk to make it build the runtime on …
|
|
|
@106444
|
3 months |
vboxsync |
Runtime/r3/win/mp-win.cpp: Build fix wor arm64, bugref:10392
|
|
|
@106433
|
3 months |
vboxsync |
Runtime/r0drv: Work on getting it building on win.arm64 (the easy …
|
|
|
@106428
|
3 months |
vboxsync |
Runtime/common/path/RTPathGlob.cpp: Include arm specific directories …
|
|
|
@106426
|
3 months |
vboxsync |
Runtime/r3/win/thread*-win.cpp: Build fix for arm64, bugref:10392
|
|
|
@106425
|
3 months |
vboxsync |
Runtime/tools/RTDbgSymSrv: Fix building it and build by default, …
|
|
|
@106424
|
3 months |
vboxsync |
Revert r165221 (Runtime: Make the declaration of the implementation …
|
|
|
@106421
|
3 months |
vboxsync |
Runtime/tools/RTDbgSymSrv: Fix building it and build by default, …
|
|
|
@106403
|
3 months |
vboxsync |
Runtime: Make the declaration of the implementation match what is used …
|
|
|
@106366
|
3 months |
vboxsync |
Runtime/tools/RTDbgSymSrv: Fix building it and build by default, …
|
|
|
@106344
|
3 months |
vboxsync |
Runtime: Add ACPI table builder API to dynamically generate a …
|
|
|
@106342
|
3 months |
vboxsync |
Runtime: Add ACPI table builder API to dynamically generate a …
|
|
|
@106341
|
3 months |
vboxsync |
Runtime: Add ACPI table builder API to dynamically generate a …
|
|
|
@106337
|
3 months |
vboxsync |
Runtime: Add ACPI table builder API to dynamically generate a …
|
|
|
@106321
|
3 months |
vboxsync |
Windows installers: Big revamp for removing all DIFxApp-related / …
|
|
|
@106311
|
3 months |
vboxsync |
iprt: Linux: Add initial support for RHEL 9.6 kernel, bugref:10482.
|
|
|
@106264
|
3 months |
vboxsync |
RTSignTool: Extended the extract-exe-signer-cert, …
|
|
|
@106261
|
3 months |
vboxsync |
iprt: Linux: Adjust rtR0MemObjLinuxVMap implementation for Arm64, …
|
|
|
@106248
|
3 months |
vboxsync |
IPRT/ldrPE: Fixed bug in the page hashing code getting the offset of …
|
|
|
@106065
|
4 months |
vboxsync |
Manual copyright year updates.
|
|
|
@106061
|
4 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@106020
|
4 months |
vboxsync |
IPRT: Added RTCritSectInitNamed and RTCritSectRwInitNamed to simplify …
|
|
|
@106001
|
4 months |
vboxsync |
doc/manual/man_VBoxManage-*: Updated a variety of the VBoxManage help …
|
|
|
@105848
|
5 months |
vboxsync |
Disassembler/ARMv8: Support disassembling the load/store register …
|
|
|
@105788
|
5 months |
vboxsync |
IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
|
|
|
@105787
|
5 months |
vboxsync |
IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
|
|
|
@105786
|
5 months |
vboxsync |
IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
|
|
|
@105766
|
5 months |
vboxsync |
IPRT: Made RTSystemQueryFirmwareType() + …
|
|
|
@105760
|
5 months |
vboxsync |
Runtime/script: Add a simple lexer API to turn a stream of characters …
|
|
|
@105753
|
5 months |
vboxsync |
Runtime/script: Add a simple lexer API to turn a stream of characters …
|
|
|
@105752
|
5 months |
vboxsync |
Runtime/script: Add a simple lexer API to turn a stream of characters …
|
|
|
@105750
|
5 months |
vboxsync |
Runtime/script: Add a simple lexer API to turn a stream of characters …
|
|
|
@105746
|
5 months |
vboxsync |
Runtime/script: Add a simple lexer API to turn a stream of characters …
|
|
|
@105643
|
5 months |
vboxsync |
IPRT,libs/openssl-3.1.5: Added RTMEMSAFER_F_NO_SUPLIB_ALLOC and made …
|
|
|
@105631
|
5 months |
vboxsync |
IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
|
|
|
@105381
|
6 months |
vboxsync |
Doxyfile*,gen-slickedit-workspace.sh: Treat RT_IPRT_CALLREQ_ATTR as a …
|
|
|
@105377
|
6 months |
vboxsync |
iprt/cdefs.h,*: s/RT_IPRT_CALL_ATTR/RT_IPRT_CALLREQ_ATTR/g bugref:10725
|
|
|
@105353
|
6 months |
vboxsync |
iprt/req.h,*: Adjustments of the RTReqQueue API to fit darwin/arm64 …
|
|
|
@105237
|
6 months |
vboxsync |
IPRT/Doxyfile: Added the sdmv[1234] aliases from /Doxyfile.Core. …
|
|
|
@105155
|
7 months |
vboxsync |
IPRT/nocrt-startup-*win.cpp: Avoid a couple of ntdll function so as to …
|
|
|
@105124
|
7 months |
vboxsync |
Certificate repair function added - bugref:10310
|
|
|
@105100
|
7 months |
vboxsync |
Runtime/vfsmemory.cpp: Implement shrinking the memory file (required …
|
|
|
@104986
|
7 months |
vboxsync |
iprt: Linux: Add initial support for RHEL 9.5 kernel, bugref:10381, …
|
|
|
@104975
|
7 months |
vboxsync |
Runtime/tools/RTTraceLogTool: Allow saving a tracelog received over …
|
|
|
@104966
|
7 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/Trace: Decouple decoding from …
|
|
|
@104942
|
7 months |
vboxsync |
Additions: Linux: Introduce initial support for OpenSuse 15.6 kernel …
|
|
|
@104930
|
7 months |
vboxsync |
IPRT/process-win.cpp: Resolve GetUserObjectSecurity and …
|
|
|
@104925
|
7 months |
vboxsync |
Additions: Linux: Introduce initial support for OpenSuse 15.6 kernel, …
|
|
|
@104923
|
7 months |
vboxsync |
Devices/Trace: Some more TPM trace decoding, bugref:10701
|
|
|
@104921
|
7 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
|
|
|
@104920
|
7 months |
vboxsync |
Runtime/tools/RTTraceLogTool,Devices/VBoxTraceLogDecoders.cpp: Allow …
|
|
|