VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107605   9 days vboxsync Additions: Linux: vboxvideo: Additional fix for UBSAN warnings, …
(edit) @107548   10 days vboxsync Devices/Network: Fixed and added configuration for packets broadcast …
(edit) @107508   10 days vboxsync include/VBox/settings.h: Fixed warning found by Parfait (unused and …
(edit) @107494   11 days vboxsync include/VBox/com/ErrorInfo.h: Fixed a warning found by Parfait. …
(edit) @107389   4 weeks vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107382   4 weeks vboxsync IPRT/r3/nt: Some FILE_INFORMATION_CLASS doc updates for NT4 and …
(edit) @107375   4 weeks vboxsync VBoxDumpImage.exe: Added a quick and dirty icon file structure dumper …
(edit) @107373   4 weeks vboxsync doxygen fix
(edit) @107317   5 weeks vboxsync UsbNet: bugref:10779 Public statistics, also added missing …
(edit) @107310   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   5 weeks vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107283   6 weeks vboxsync VBox/log.h: Fixed ordering for USB_NET, bugref:10779
(edit) @107276   6 weeks vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107272   6 weeks vboxsync USB/Net/Logging: bugref:10779 Missed renaming USB_ETH to USB_NET
(edit) @107249   6 weeks vboxsync iprt/stdin.h: Another parfait/solaris kludge.
(edit) @107248   6 weeks vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Fill in some …
(edit) @107244   6 weeks vboxsync iprt/types.h: solaris/pairfait workaround attempt.
(edit) @107242   6 weeks vboxsync UsbNet: bugref:10779 Simply renamed UsbEth to UsbNet (part 1)
(edit) @107228   6 weeks vboxsync include/Makefile.kmk: Do VMM syntax checking in agnostic mode. …
(edit) @107227   6 weeks vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   7 weeks vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107216   7 weeks vboxsync iprt/cdefs.h: doxygen typo
(edit) @107215   7 weeks vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107200   7 weeks vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107193   7 weeks vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107192   7 weeks vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107187   7 weeks vboxsync include/VBox/settings.h: Removed Hardware::fSyntheticCpu (unused), …
(edit) @107171   7 weeks vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107121   2 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev+FE/Qt: Add two new …
(edit) @107118   2 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   2 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   2 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   2 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107099   2 months vboxsync IPRT: Adding RTArchValToString and RTSystemGetNativeArch for detecting …
(edit) @107091   2 months vboxsync iprt/cdefs.h,SUPDrvIOC.h,VBoxGuestR0Lib: Added a …
(edit) @107076   2 months vboxsync Windows driver installation: Added INF installation testcases (dry-run …
(edit) @107064   2 months vboxsync Runtime/RTAcpi*: Support more statements, an extended variant of the …
(edit) @107063   2 months vboxsync Runtime/RTAcpi*: Some updates to the ACPI code generation, bugref:10733
(edit) @107061   2 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_NO_DESTROY …
(edit) @107059   2 months vboxsync Windows driver installation: Added VBOX_WIN_DRIVERINSTALL_F_DRYRUN to …
(edit) @107050   2 months vboxsync iprt/test.h: Added RTTEST_CHECK_RC_OK_BREAK.
(edit) @107042   2 months vboxsync /include/Makefile.kmk: Tweaks for arm64 header syntax checking. …
(edit) @107039   2 months vboxsync w64-dep* build fix. jiraref:VBP-1442
(edit) @107038   2 months vboxsync EFI/Firmware: Made it build with VCC143 (ak a VS2022). Updated the …
(edit) @107036   2 months vboxsync Runtime/RTAcpi*: Add new methods for adding if else statements, binary …
(edit) @107031   2 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106998   2 months vboxsync SUPHardNt: Fixed two more bugs from r165898, first more mixing of TAFs …
(edit) @106996   2 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106978   2 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106971   2 months vboxsync VBox/ostypes.h+Main/{Global,Appliance}+VMMDev: Add a new OStype for …
(edit) @106968   2 months vboxsync SUPHardNt: Slightly relaxed the extension pack signing requirements in …
(edit) @106957   2 months vboxsync Main/ResourceAssignmentManager: Rewrite to accomodate for the fact …
(edit) @106944   2 months vboxsync iprt/asm.h: Missing '#pragma intrinsic(_byteswap_uint64)' caused …
(edit) @106923   2 months vboxsync Windows driver installation: Renamed + added some more defines. …
(edit) @106920   2 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106866   2 months vboxsync Windows driver installation: Added some more defines for the INF …
(edit) @106840   2 months vboxsync SUP: Added SUPGIPGETCPU_TPIDRRO_EL0 for win.arm64, makes driver work …
(edit) @106839   2 months vboxsync Windows driver installation: Made it a bit smarter wrt model / PnP ID …
(edit) @106812   3 months vboxsync microatl.h: too long lines to read
(edit) @106809   3 months vboxsync VBox/com/defs.h,Main/VirtualBoxErrorInfoImpl.h: Use uuidof(iface) …
(edit) @106806   3 months vboxsync Disassembler: Decode RCW compare and swap and RCW compare and swap …
(edit) @106791   3 months vboxsync Disassembler: Decode Advanced SIMD load/store multiple structures …
(edit) @106777   3 months vboxsync Disassembler: Decode Load/Store exclusive register instructions, …
(edit) @106767   3 months vboxsync Disassembler: Decode atomic memory operation instructions (FEAT_LSE, …
(edit) @106766   3 months vboxsync GuestHost: Mime-type converter: Fix docs, bugref:10194.
(edit) @106746   3 months vboxsync Disassembler: Decode SIMD ldr/str instructions, bugref:10394
(edit) @106744   3 months vboxsync Disassembler: Calculate final displacement in the core already, some …
(edit) @106732   3 months vboxsync IPRT/ldrPE.cpp,pecoff.h: Added IMAGE_LOAD_CONFIG_DIRECTORY64_V14 / …
(edit) @106730   3 months vboxsync iprt/formats/pecoff.h: Removed duplicate typedef. jiraref:VBP-1253
(edit) @106723   3 months vboxsync VMM/IEM: Unwind info for win.arm64 (attempt at it, anyway). jiraref:1253
(edit) @106720   3 months vboxsync iprt/stdint.h: Make the resupplying of [U]INT?_C/MAX/MIN and …
(edit) @106672   3 months vboxsync iprt/asm-arm.h: Added ASMGetThreadIdRoEL0. [scm fix] jiraref:VBP-1253
(edit) @106636   3 months vboxsync SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
(edit) @106635   3 months vboxsync SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
(edit) @106633   3 months vboxsync iprt/asm-arm.h: Added ASMGetThreadIdRoEL0. [build fix] jiraref:VBP-1253
(edit) @106632   3 months vboxsync Disassembler: Decode more hint instructions instructions, bugref:10394
(edit) @106631   3 months vboxsync Disassembler: Decode data processing 1-source instructions, bugref:10394
(edit) @106627   3 months vboxsync Disassembler: Decode irg, gmi and subp instructions, bugref:10394
(edit) @106626   3 months vboxsync Disassembler: Re-arrange the ARMv8 tables to allow for multiple …
(edit) @106625   3 months vboxsync SUPDrv: Making it build on win.arm64... jiraref:VBP-1253
(edit) @106623   3 months vboxsync iprt/asm-arm.h: Added ASMGetThreadIdRoEL0. jiraref:VBP-1253
(edit) @106616   3 months vboxsync Disassembler: Fix decoding instructions which take sp as a register …
(edit) @106610   3 months vboxsync iprt/x86.h: bugref:10794 Add SRBDS_CTRL CPUID bit and …
(edit) @106607   3 months vboxsync iprt/asm.h: Adjustments of the win/arm64 changes - …
(edit) @106604   3 months vboxsync iprt/asmdefs-arm.h: Don't understand why the PAGE and PAGEOFF macros …
(edit) @106595   3 months vboxsync Add/Nt/Graphics: Windows 10 WDK 26100 build fixes (we're getting into …
(edit) @106591   3 months vboxsync VMM/IEM: Missing IEMTARGETCPU_DYNAMIC for arm. jiraref:VBP-1171
(edit) @106583   3 months vboxsync iprt/win/winsock.h: typo
(edit) @106582   3 months vboxsync Add/Nt/Graphics: Windows 10 WDK 26100 build fixes (we're getting into …
(edit) @106567   3 months vboxsync VMM/cpum: Alignment fixes for CPUMFEATURES and CPUMCTX. jiraref:VBP-1171
(edit) @106565   3 months vboxsync IPRT: Sort out export/import trouble with 'inline-assembly' functions …
(edit) @106559   3 months vboxsync IPRT: Sort out export/import trouble with 'inline-assembly' functions …
(edit) @106557   3 months vboxsync iprt/nocrt: fenv.h for arm64 (untested). jiraref:VBP-1191
(edit) @106553   3 months vboxsync iprt/asm-mem.h: Adjustments of the win/arm64 changes - …
(edit) @106551   3 months vboxsync iprt/asm.h: Adjustments of the win/arm64 changes - …
(edit) @106550   3 months vboxsync iprt/asm.h: Adjustments of the win/arm64 changes. [scm] bugref:10392
(edit) @106549   3 months vboxsync iprt/asm.h: Adjustments of the win/arm64 changes. bugref:10392
(edit) @106547   3 months vboxsync iprt/asm-mem.h: iso_volatile_load8 related typo. bugref:10392
(edit) @106546   3 months vboxsync include/iprt/asm.h: Make it build on win.arm64, bugref:10392 …
(edit) @106545   3 months vboxsync include/iprt/asm.h: Make it build on win.arm64, bugref:10392
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