VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103289   11 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103283   11 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103262   11 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103252   11 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103194   11 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103170   11 months vboxsync include/VBox/VBoxGuestLib.h: Fix mismatching declaration of …
(edit) @103165   11 months vboxsync Guest Control/VbglR3: Made handling the CWD for starting processes …
(edit) @103122   11 months vboxsync iprt/cdefs.h: Fix typo in RT_FLEXIBLE_ARRAY definition from r113933, …
(edit) @103090   12 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103082   12 months vboxsync fix doxygen complain
(edit) @103067   12 months vboxsync Additions: Linux: vboxsf: Prevent array-index-out-of-bounds UBSAN …
(edit) @103025   12 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103024   12 months vboxsync iprt/string.h,VBoxGuest-linux.c,linux/sharedfolders/vfsmod.c: Replaced …
(edit) @103017   12 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103014   12 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   12 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103006   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   12 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103004   12 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @103002   12 months vboxsync iprt/x86.h: Made this header usable with the assembler on …
(edit) @103001   12 months vboxsync iprt/assertcompile.h,iprt/stdint.h: Made these header usable with the …
(edit) @103000   12 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @102999   12 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions (fix kernel version in …
(edit) @102994   12 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102993   12 months vboxsync Add wrapper for strlcpy/strscpy functions, build fix, bugref:10584. …
(edit) @102992   12 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102989   12 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, bugref:10584.
(edit) @102986   12 months vboxsync x86.h: bugref:10318 CPUID and MSR bits for upcoming logging of …
(edit) @102977   12 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102962   12 months vboxsync iprt/asm.h: Working over the ASMAtomic*And|Or|Xor* functions for arm64 …
(edit) @102961   12 months vboxsync iprt/asm.h: Working over the ASMAtomic*Inc|Dec|Add|Sub* functions for …
(edit) @102960   12 months vboxsync iprt/asm.h: Working over the ASMAtomicCmpXchg* functions for arm64 …
(edit) @102959   12 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 again, …
(edit) @102956   12 months vboxsync GuestControlSvc.h: Docs.
(edit) @102941   12 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 w/ …
(edit) @102940   12 months vboxsync iprt/asm.h: Working over the ASMAtomic*Read* functions for arm64 w/ …
(edit) @102939   12 months vboxsync iprt/asm.h: Working over the ASMAtomicWrite* functions for arm64 w/ …
(edit) @102938   12 months vboxsync iprt/asm.h: Added a CLREX instruction to the cmpxchg sequences on …
(edit) @102932   12 months vboxsync Guest Properties/HostService: Fixed too strict debug assertions for …
(edit) @102929   12 months vboxsync Shared Clipboard: Better documented for what headless mode is and why …
(edit) @102840   12 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102839   12 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102837   12 months vboxsync Guest Control/GuestControl.h: Docs.
(edit) @102835   12 months vboxsync Guest Control/GuestControlSvc.h: Docs.
(edit) @102833   12 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   12 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102828   12 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102826   12 months vboxsync Shared Clipboard/X11: Don't report an error in …
(edit) @102824   12 months vboxsync Shared Clipboard/X11: Implemented ShClX11WriteDataToX11[Async](). …
(edit) @102822   12 months vboxsync Shared Clipboard/X11: Factored out writing transfer data to X11 into …
(edit) @102816   12 months vboxsync Shared Clipboard/Transfers: Added …
(edit) @102815   12 months vboxsync Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437
(edit) @102770   12 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102735   12 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102733   12 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102717   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102699   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102688   13 months vboxsync iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
(edit) @102669   13 months vboxsync iprt/armv8.h: doxygen fixes. bugref:10371
(edit) @102663   13 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102654   13 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102647   13 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102646   13 months vboxsync x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
(edit) @102629   13 months vboxsync Typo fix.
(edit) @102628   13 months vboxsync IPRT/x86: Added a subset of CPUID leaf 6 bits.
(edit) @102624   13 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   13 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102562   13 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102554   13 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102514   13 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102510   13 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102491   13 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102488   13 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102468   13 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102449   13 months vboxsync VMM/IEM: movsx & movzx from registers. [arm build fix] bugref:10371
(edit) @102447   13 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102385   13 months vboxsync VMM/IEM: Fixed problem in iemNativeEmitStoreGregU16 where we ended up …
(edit) @102377   13 months vboxsync VMM/IEM: Use UBFX instead of BFI for loading a high 8-bit register …
(edit) @102375   13 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102374   13 months vboxsync VBox/vmm/cpumctx-x86-amd64.h: offsets to make disassembly easier to …
(edit) @102373   13 months vboxsync iprt/armv8.h: movk fix. bugref:10371
(edit) @102370   14 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102361   14 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   14 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   14 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102352   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102335   14 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102298   14 months vboxsync IPRT/crypto/shacrypt: Docs. bugref:10551
(edit) @102297   14 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   14 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   14 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102276   14 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102257   14 months vboxsync VBox/err.mac: kmk incs
(edit) @102255   14 months vboxsync VMM/IEM,err.h: VERR_IEM_VAR_IPE_11 and VERR_IEM_EMIT_BAD_MEM_SIZE. …
(edit) @102169   14 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102168   14 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102155   14 months vboxsync include/VBox/ostypes.h: Fix platform architecture mask, …
(edit) @102141   14 months vboxsync Shared Clipboard/Transfers: Implemented support for percent-encoded …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette