VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103615   10 months vboxsync Shared Clipboard/Transfers: Made code a bit easier to follow / read, …
(edit) @103611   10 months vboxsync ValKit/bs3-cpu-instr-2: Test the alternate reg/reg encoding of and, …
(edit) @103607   10 months vboxsync iprt/cdefs.h: Introducing RT_ARCH_VAL which is set to …
(edit) @103606   10 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103605   10 months vboxsync include/iprt: reverted 161962 as it committed a little too much. …
(edit) @103604   10 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103600   10 months vboxsync Disassembler: Add vpslrdq (with and without prefix variant), …
(edit) @103585   10 months vboxsync VMM/IEM: Native translation of …
(edit) @103516   10 months vboxsync VMM/IEM,EM: Add all kind of exceptions to the exit history, adding a …
(edit) @103512   10 months vboxsync DIS: Added vex group 13 and redid some or the vex prefix decoding.
(edit) @103508   10 months vboxsync include/VBox/intnet.h: Fix conflicting API declarations, bugref:3409
(edit) @103480   10 months vboxsync Shared Clipboard: Added a ShClTransferTransformPath() function to make …
(edit) @103464   10 months vboxsync VBoxDbg,FE/Qt: Made it possible to configure the sub-tree filtering …
(edit) @103459   10 months vboxsync iprt/string.h: Make sure mempcpy is prototyped on OS/2 (it's part of …
(edit) @103450   10 months vboxsync Shared Clipboard: Condensed more code by adding a new Windows-specific …
(edit) @103449   10 months vboxsync include/VBox/errorprint.h,FE/VBoxAutostart: Some warning fixes, bugref:3409
(edit) @103446   10 months vboxsync iprt/assert.h: Added AssertContinueStmt. [build fix]
(edit) @103444   10 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103442   10 months vboxsync Shared Clipboard: Condensed more code by adding a …
(edit) @103404   10 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   10 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103373   10 months vboxsync iprt/assert.h: Added AssertContinueStmt. [build fix]
(edit) @103372   10 months vboxsync iprt/assert.h: Added AssertContinueStmt.
(edit) @103365   10 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103363   10 months vboxsync Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to …
(edit) @103323   10 months vboxsync Shared Clipboard: Condensed the X11 clipboard reading code even more …
(edit) @103295   10 months vboxsync include/VBox/pgm.h: Fix declaration of PGMPhysGCPtr2CCPtr(), bugref:3409
(edit) @103289   10 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103283   10 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103262   10 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103252   10 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103194   10 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103170   10 months vboxsync include/VBox/VBoxGuestLib.h: Fix mismatching declaration of …
(edit) @103165   10 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   11 months vboxsync Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the …
(edit) @103082   11 months vboxsync fix doxygen complain
(edit) @103067   11 months vboxsync Additions: Linux: vboxsf: Prevent array-index-out-of-bounds UBSAN …
(edit) @103025   11 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103024   11 months vboxsync iprt/string.h,VBoxGuest-linux.c,linux/sharedfolders/vfsmod.c: Replaced …
(edit) @103017   11 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103014   11 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   11 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103006   11 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   11 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103004   11 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @103002   11 months vboxsync iprt/x86.h: Made this header usable with the assembler on …
(edit) @103001   11 months vboxsync iprt/assertcompile.h,iprt/stdint.h: Made these header usable with the …
(edit) @103000   11 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @102999   11 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions (fix kernel version in …
(edit) @102994   11 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102993   11 months vboxsync Add wrapper for strlcpy/strscpy functions, build fix, bugref:10584. …
(edit) @102992   11 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102989   11 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, bugref:10584.
(edit) @102986   11 months vboxsync x86.h: bugref:10318 CPUID and MSR bits for upcoming logging of …
(edit) @102977   11 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102962   11 months vboxsync iprt/asm.h: Working over the ASMAtomic*And|Or|Xor* functions for arm64 …
(edit) @102961   11 months vboxsync iprt/asm.h: Working over the ASMAtomic*Inc|Dec|Add|Sub* functions for …
(edit) @102960   11 months vboxsync iprt/asm.h: Working over the ASMAtomicCmpXchg* functions for arm64 …
(edit) @102959   11 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 again, …
(edit) @102956   11 months vboxsync GuestControlSvc.h: Docs.
(edit) @102941   11 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 w/ …
(edit) @102940   11 months vboxsync iprt/asm.h: Working over the ASMAtomic*Read* functions for arm64 w/ …
(edit) @102939   11 months vboxsync iprt/asm.h: Working over the ASMAtomicWrite* functions for arm64 w/ …
(edit) @102938   11 months vboxsync iprt/asm.h: Added a CLREX instruction to the cmpxchg sequences on …
(edit) @102932   11 months vboxsync Guest Properties/HostService: Fixed too strict debug assertions for …
(edit) @102929   11 months vboxsync Shared Clipboard: Better documented for what headless mode is and why …
(edit) @102840   11 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102839   11 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102837   11 months vboxsync Guest Control/GuestControl.h: Docs.
(edit) @102835   11 months vboxsync Guest Control/GuestControlSvc.h: Docs.
(edit) @102833   11 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   11 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102828   11 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102826   11 months vboxsync Shared Clipboard/X11: Don't report an error in …
(edit) @102824   11 months vboxsync Shared Clipboard/X11: Implemented ShClX11WriteDataToX11[Async](). …
(edit) @102822   11 months vboxsync Shared Clipboard/X11: Factored out writing transfer data to X11 into …
(edit) @102816   11 months vboxsync Shared Clipboard/Transfers: Added …
(edit) @102815   11 months vboxsync Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437
(edit) @102770   11 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   12 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102699   12 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102688   12 months vboxsync iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
(edit) @102669   12 months vboxsync iprt/armv8.h: doxygen fixes. bugref:10371
(edit) @102663   12 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102654   12 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102647   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102646   12 months vboxsync x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
(edit) @102629   12 months vboxsync Typo fix.
(edit) @102628   12 months vboxsync IPRT/x86: Added a subset of CPUID leaf 6 bits.
(edit) @102624   12 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   12 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102562   12 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102554   12 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102514   12 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102510   12 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102491   12 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102488   12 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
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