VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102941   16 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 w/ …
(edit) @102940   16 months vboxsync iprt/asm.h: Working over the ASMAtomic*Read* functions for arm64 w/ …
(edit) @102939   16 months vboxsync iprt/asm.h: Working over the ASMAtomicWrite* functions for arm64 w/ …
(edit) @102938   16 months vboxsync iprt/asm.h: Added a CLREX instruction to the cmpxchg sequences on …
(edit) @102932   16 months vboxsync Guest Properties/HostService: Fixed too strict debug assertions for …
(edit) @102929   16 months vboxsync Shared Clipboard: Better documented for what headless mode is and why …
(edit) @102840   16 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102839   16 months vboxsync VBoxDbg,VMM/STAM: Build fixes. bugref:10371
(edit) @102837   16 months vboxsync Guest Control/GuestControl.h: Docs.
(edit) @102835   16 months vboxsync Guest Control/GuestControlSvc.h: Docs.
(edit) @102833   16 months vboxsync Guest Control: Added a flag for the get mount points HGCM API, so that …
(edit) @102831   16 months vboxsync Guest Control: Added a new guest feature flag to indicate Guest …
(edit) @102828   16 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102826   16 months vboxsync Shared Clipboard/X11: Don't report an error in …
(edit) @102824   16 months vboxsync Shared Clipboard/X11: Implemented ShClX11WriteDataToX11[Async](). …
(edit) @102822   16 months vboxsync Shared Clipboard/X11: Factored out writing transfer data to X11 into …
(edit) @102816   16 months vboxsync Shared Clipboard/Transfers: Added …
(edit) @102815   16 months vboxsync Shared Clipboard: Added ShClCacheSetMultiple(). bugref:9437
(edit) @102770   16 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102735   16 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102733   16 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102717   16 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102699   16 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102688   16 months vboxsync iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
(edit) @102669   16 months vboxsync iprt/armv8.h: doxygen fixes. bugref:10371
(edit) @102663   16 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102654   16 months vboxsync Guest Control: Implemented IGuestSession::getMountPoints. bugref:10415
(edit) @102647   16 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102646   16 months vboxsync x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
(edit) @102629   17 months vboxsync Typo fix.
(edit) @102628   17 months vboxsync IPRT/x86: Added a subset of CPUID leaf 6 bits.
(edit) @102624   17 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   17 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102562   17 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102554   17 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102514   17 months vboxsync include/VBox/platforms/vbox-armv8.h: Allow setting a dedicated MMIO …
(edit) @102510   17 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102491   17 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102488   17 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102468   17 months vboxsync Shared Clipboard: Added a dedicated event type for the X11 …
(edit) @102449   17 months vboxsync VMM/IEM: movsx & movzx from registers. [arm build fix] bugref:10371
(edit) @102447   17 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102385   17 months vboxsync VMM/IEM: Fixed problem in iemNativeEmitStoreGregU16 where we ended up …
(edit) @102377   17 months vboxsync VMM/IEM: Use UBFX instead of BFI for loading a high 8-bit register …
(edit) @102375   17 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102374   17 months vboxsync VBox/vmm/cpumctx-x86-amd64.h: offsets to make disassembly easier to …
(edit) @102373   17 months vboxsync iprt/armv8.h: movk fix. bugref:10371
(edit) @102370   17 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102361   17 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   17 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   17 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102352   17 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102335   17 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102298   17 months vboxsync IPRT/crypto/shacrypt: Docs. bugref:10551
(edit) @102297   17 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   17 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102294   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102292   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102276   17 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102257   17 months vboxsync VBox/err.mac: kmk incs
(edit) @102255   17 months vboxsync VMM/IEM,err.h: VERR_IEM_VAR_IPE_11 and VERR_IEM_EMIT_BAD_MEM_SIZE. …
(edit) @102169   17 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102168   17 months vboxsync VBox/ostypes.h: Added some words on how VBOXOSTYPE is split up as well …
(edit) @102155   17 months vboxsync include/VBox/ostypes.h: Fix platform architecture mask, …
(edit) @102141   18 months vboxsync Shared Clipboard/Transfers: Implemented support for percent-encoded …
(edit) @102126   18 months vboxsync include: kmk incs (sans VBox/err.mac) bugref:10371
(edit) @102092   18 months vboxsync VMM/DBGF,DBGC,Main: Added DBGFR3RegNmQueryEx and fixed some issues …
(edit) @102081   18 months vboxsync iprt/armv8.h: Doxygen fix. bugref:10371
(edit) @102077   18 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102068   18 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and …
(edit) @102066   18 months vboxsync iprt/armv8.h: Build fix. bugref:10371
(edit) @102065   18 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
(edit) @102023   18 months vboxsync hm_vmx.h: Added new VMCS field encodings.
(edit) @102021   18 months vboxsync Additions: X11/Wayland: Add forgotten VBGH_ENV_DESKTOP_SESSION macro, …
(edit) @102020   18 months vboxsync VMM: Nested VMX: bugref:10318 Discard unused VMCS launch-state bits …
(edit) @101967   18 months vboxsync libs/xpcom/xpcom: Convert PR_Atomic* to ASMAtomic*, bugref:10545
(edit) @101910   18 months vboxsync iprt/armv8.h: Fixed swapped immediates in Armv8A64MkInstrLogicalImm. …
(edit) @101909   18 months vboxsync iprt/armv8.h: Fixed swapped immediates inArmv8A64MkInstrLogicalImm. …
(edit) @101908   18 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101906   18 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101878   18 months vboxsync Additions: X11/Wayland: Add initial support for clipboard sharing with …
(edit) @101844   18 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101704   18 months vboxsync VMM/IEM: Native translation for …
(edit) @101690   18 months vboxsync iprt/sg.h: spell it out in the file header as well
(edit) @101687   18 months vboxsync Main/Unattended|GuestOSType: Add an entry in the guest OS type to …
(edit) @101682   18 months vboxsync VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
(edit) @101674   18 months vboxsync GuestHost: Shared Clipboard and DnD: Add common code for mime-types …
(edit) @101673   18 months vboxsync GuestHost: DisplayServerType: Add runtime detection if Gtk library is …
(edit) @101670   18 months vboxsync vmm/vm.h: Doxygen fix.
(edit) @101668   18 months vboxsync vmm/vm.h: Space nit.
(edit) @101667   18 months vboxsync vmm/vm.h: Added VMX VCPU FFs to VMCPU_FF_ALL_MASKS as suggested in the …
(edit) @101666   18 months vboxsync iprt/uint128.h: Just zero both return values when returning NULL from …
(edit) @101664   18 months vboxsync include/iprt/uint128.h: Make sure the remainder is set to 0 or code …
(edit) @101659   18 months vboxsync iprt/x86.h: Doxygen fix. bugref:10371
(edit) @101640   18 months vboxsync VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
(edit) @101639   18 months vboxsync vmm/vm.h: A few todos and some whitespace adjustments.
(edit) @101633   18 months vboxsync Main/Unattended: Support debian arm64 (tested with Debian 11 netinst) …
(edit) @101620   18 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
(edit) @101618   18 months vboxsync Devices/Gpio: Add virtual GPIO button driver to simulate button …
Note: See TracRevisionLog for help on using the revision log.

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