|
|
@103373
|
12 months |
vboxsync |
iprt/assert.h: Added AssertContinueStmt. [build fix]
|
|
|
@103372
|
12 months |
vboxsync |
iprt/assert.h: Added AssertContinueStmt.
|
|
|
@103283
|
12 months |
vboxsync |
IPRT/string: Added RTStrCat2() as a convenient function.
|
|
|
@103262
|
12 months |
vboxsync |
IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
|
|
|
@103252
|
12 months |
vboxsync |
IPRT/string: Added RTStrCopy2() as a convenient function.
|
|
|
@103122
|
13 months |
vboxsync |
iprt/cdefs.h: Fix typo in RT_FLEXIBLE_ARRAY definition from r113933, …
|
|
|
@103082
|
13 months |
vboxsync |
fix doxygen complain
|
|
|
@103025
|
13 months |
vboxsync |
*: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
|
|
|
@103024
|
13 months |
vboxsync |
iprt/string.h,VBoxGuest-linux.c,linux/sharedfolders/vfsmod.c: Replaced …
|
|
|
@103017
|
13 months |
vboxsync |
iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
|
|
|
@103014
|
13 months |
vboxsync |
iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
|
|
|
@103013
|
13 months |
vboxsync |
iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
|
|
|
@103006
|
13 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103005
|
13 months |
vboxsync |
iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
|
|
|
@103004
|
13 months |
vboxsync |
iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
|
|
|
@103002
|
13 months |
vboxsync |
iprt/x86.h: Made this header usable with the assembler on …
|
|
|
@103001
|
13 months |
vboxsync |
iprt/assertcompile.h,iprt/stdint.h: Made these header usable with the …
|
|
|
@103000
|
13 months |
vboxsync |
iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
|
|
|
@102999
|
13 months |
vboxsync |
iprt: Add wrapper for strlcpy/strscpy functions (fix kernel version in …
|
|
|
@102994
|
13 months |
vboxsync |
iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
|
|
|
@102993
|
13 months |
vboxsync |
Add wrapper for strlcpy/strscpy functions, build fix, bugref:10584.
…
|
|
|
@102992
|
13 months |
vboxsync |
iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
|
|
|
@102989
|
13 months |
vboxsync |
iprt: Add wrapper for strlcpy/strscpy functions, bugref:10584.
|
|
|
@102986
|
13 months |
vboxsync |
x86.h: bugref:10318 CPUID and MSR bits for upcoming logging of …
|
|
|
@102962
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomic*And|Or|Xor* functions for arm64 …
|
|
|
@102961
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomic*Inc|Dec|Add|Sub* functions for …
|
|
|
@102960
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomicCmpXchg* functions for arm64 …
|
|
|
@102959
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 again, …
|
|
|
@102941
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 w/ …
|
|
|
@102940
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomic*Read* functions for arm64 w/ …
|
|
|
@102939
|
13 months |
vboxsync |
iprt/asm.h: Working over the ASMAtomicWrite* functions for arm64 w/ …
|
|
|
@102938
|
13 months |
vboxsync |
iprt/asm.h: Added a CLREX instruction to the cmpxchg sequences on …
|
|
|
@102770
|
14 months |
vboxsync |
VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
|
|
|
@102735
|
14 months |
vboxsync |
VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
|
|
|
@102717
|
14 months |
vboxsync |
VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
|
|
|
@102688
|
14 months |
vboxsync |
iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
|
|
|
@102669
|
14 months |
vboxsync |
iprt/armv8.h: doxygen fixes. bugref:10371
|
|
|
@102647
|
14 months |
vboxsync |
IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
|
|
|
@102646
|
14 months |
vboxsync |
x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
|
|
|
@102629
|
14 months |
vboxsync |
Typo fix.
|
|
|
@102628
|
14 months |
vboxsync |
IPRT/x86: Added a subset of CPUID leaf 6 bits.
|
|
|
@102624
|
14 months |
vboxsync |
VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
|
|
|
@102623
|
14 months |
vboxsync |
VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
|
|
|
@102562
|
14 months |
vboxsync |
IPRT/http: Fixed a memory leak, updated docs. bugref:9437
|
|
|
@102554
|
15 months |
vboxsync |
IPRT/uri.h: Improved docs.
|
|
|
@102510
|
15 months |
vboxsync |
VMM/IEM: 64-bit effective address calculation …
|
|
|
@102491
|
15 months |
vboxsync |
IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
|
|
|
@102488
|
15 months |
vboxsync |
IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
|
|
|
@102449
|
15 months |
vboxsync |
VMM/IEM: movsx & movzx from registers. [arm build fix] bugref:10371
|
|
|
@102447
|
15 months |
vboxsync |
VMM/IEM: movsx & movzx from registers. bugref:10371
|
|
|
@102377
|
15 months |
vboxsync |
VMM/IEM: Use UBFX instead of BFI for loading a high 8-bit register …
|
|
|
@102375
|
15 months |
vboxsync |
IPRT/crypto: Implemented handing-in crypt password strings as the salt …
|
|
|
@102373
|
15 months |
vboxsync |
iprt/armv8.h: movk fix. bugref:10371
|
|
|
@102370
|
15 months |
vboxsync |
VMM/IEM: Some ARM bugfixes. bugref:10371
|
|
|
@102361
|
15 months |
vboxsync |
IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
|
|
|
@102360
|
15 months |
vboxsync |
IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
|
|
|
@102356
|
15 months |
vboxsync |
IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
|
|
|
@102335
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
|
|
|
@102298
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Docs. bugref:10551
|
|
|
@102297
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Better string length checks for …
|
|
|
@102296
|
15 months |
vboxsync |
IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
|
|
|
@102294
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102292
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102289
|
15 months |
vboxsync |
IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
|
|
|
@102276
|
15 months |
vboxsync |
IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
|
|
|
@102141
|
15 months |
vboxsync |
Shared Clipboard/Transfers: Implemented support for percent-encoded …
|
|
|
@102126
|
15 months |
vboxsync |
include: kmk incs (sans VBox/err.mac) bugref:10371
|
|
|
@102081
|
15 months |
vboxsync |
iprt/armv8.h: Doxygen fix. bugref:10371
|
|
|
@102066
|
15 months |
vboxsync |
iprt/armv8.h: Build fix. bugref:10371
|
|
|
@102065
|
15 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
|
|
|
@101910
|
16 months |
vboxsync |
iprt/armv8.h: Fixed swapped immediates in Armv8A64MkInstrLogicalImm. …
|
|
|
@101909
|
16 months |
vboxsync |
iprt/armv8.h: Fixed swapped immediates inArmv8A64MkInstrLogicalImm. …
|
|
|
@101908
|
16 months |
vboxsync |
VMM/IEM: Arm64 code generation fixes. bugref:10371
|
|
|
@101906
|
16 months |
vboxsync |
VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
|
|
|
@101690
|
16 months |
vboxsync |
iprt/sg.h: spell it out in the file header as well
|
|
|
@101666
|
16 months |
vboxsync |
iprt/uint128.h: Just zero both return values when returning NULL from …
|
|
|
@101664
|
16 months |
vboxsync |
include/iprt/uint128.h: Make sure the remainder is set to 0 or code …
|
|
|
@101659
|
16 months |
vboxsync |
iprt/x86.h: Doxygen fix. bugref:10371
|
|
|
@101640
|
16 months |
vboxsync |
VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
|
|
|
@101611
|
16 months |
vboxsync |
iprt/armv8.h: Worked out the two immediates for logical instructions …
|
|
|
@101610
|
16 months |
vboxsync |
iprt/armv8.h: Worked out the two immediates for logical instructions …
|
|
|
@101609
|
16 months |
vboxsync |
iprt/armv8.h: Worked out the two immediates for logical instructions …
|
|
|
@101602
|
16 months |
vboxsync |
VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
|
|
|
@101601
|
16 months |
vboxsync |
VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
|
|
|
@101586
|
16 months |
vboxsync |
IPRT/formats/udf.h: Docs fixes. bugref:10517
|
|
|
@101585
|
16 months |
vboxsync |
VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
|
|
|
@101544
|
16 months |
vboxsync |
iprt/armv8.h: Build fix. bugref:10371
|
|
|
@101537
|
16 months |
vboxsync |
VMM/IEM: Undebugged code for …
|
|
|
@101533
|
16 months |
vboxsync |
iprt/armv8.h: doxygen fix. bugref:10371
|
|
|
@101517
|
16 months |
vboxsync |
VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
|
|
|
@101516
|
16 months |
vboxsync |
VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
|
|
|
@101506
|
16 months |
vboxsync |
VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. [build …
|
|
|
@101505
|
16 months |
vboxsync |
VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. bugref:10371
|
|
|
@101486
|
16 months |
vboxsync |
iprt/armv8.h: Build fix. bugref:10371
|
|
|
@101484
|
16 months |
vboxsync |
VMM/IEM: Basic register allocator sketches that incorporates simple …
|
|
|
@101470
|
16 months |
vboxsync |
Runtime/RTFdt: Add convenience method to add a property consisting of …
|
|
|
@101453
|
16 months |
vboxsync |
Runtime/RTFdt*: Add some convenience heleprs to add a 64-bit integer …
|
|
|
@101430
|
16 months |
vboxsync |
iprt/x86.h: CP exception is no longer Intel only, updated comment.
|
|
|
@101428
|
16 months |
vboxsync |
VMM/HM: Added logging for new SVM features.
|
|
|
@101366
|
17 months |
vboxsync |
iprt/string.h: RT_BCOPY_UNFORTIFIED nits. bugref:10209 ticketref:21410
|
|
|