VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107806   4 months vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers.
(edit) @107805   4 months vboxsync Runtime/testcase/tstRTStrFormat.cpp: Improve testcase, check that the …
(edit) @107804   4 months vboxsync Main/src-client/ConsoleImplConfigX86.cpp: Disable unused variable, …
(edit) @107803   4 months vboxsync Runtime/r3/fileio.cpp: Make the parameters of RTFileSetForceFlags() …
(edit) @107802   4 months vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107801   4 months vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107800   4 months vboxsync SUPLib: Implemented fallback for SUPR3QueryMicrocodeRev in driverless …
(edit) @107799   4 months vboxsync doc/manual,Frontends/VBoxManage: Update VBoxManage to include support …
(edit) @107798   4 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107797   4 months vboxsync Main/HostImpl.cpp: Fixed lock order problem in Host::i_updateNetIfList …
(edit) @107796   4 months vboxsync FE/Qt: bugref:10814: VBox Manager: Missing Machine tool-type change …
(edit) @107795   4 months vboxsync FE/Qt: VBox Manager: Init main shown window pointer at showEvent / …
(edit) @107793   4 months vboxsync Devices/Audio/DevHdaCodec.cpp: Remove unused assignment, bugref:3409
(edit) @107792   4 months vboxsync Devices/Network/DevE1000.cpp: Convert redundant condition in if into a …
(edit) @107791   4 months vboxsync Devices/Network/UsbNet.cpp: Missing status code return check, bugref:3409
(edit) @107790   4 months vboxsync HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp: Refactor …
(edit) @107789   4 months vboxsync Runtime/r3/fileio.cpp: Missing fallthrough annotation in switch case, …
(edit) @107788   4 months vboxsync Runtime/r3/dir.cpp: Remove unused variable, bugref:3409
(edit) @107787   4 months vboxsync Runtime/r3/allocex.cpp: Remove unused assignment, bugref:3409
(edit) @107786   4 months vboxsync Runtime/common/zip/tarcmd.cpp: Add assertion for status code, bugref:3409
(edit) @107785   4 months vboxsync Runtime/common/vfs/vfsstddir.cpp: Disable unused code, bugref:3409
(edit) @107784   4 months vboxsync Runtime/common/log/log.cpp: Disable unused code, bugref:3409
(edit) @107783   4 months vboxsync Runtime/common/fs/ntfsvfs.cpp: Fix typo, bugref:3409
(edit) @107782   4 months vboxsync Runtime/r3/posix/localipc-posix.cpp: Missing break in out of memory …
(edit) @107781   4 months vboxsync FE/Qt: bugref:10513: Advanced Settings Dialog: Fixing look&feel …
(edit) @107780   4 months vboxsync VMM/VMMR3/GICR3.cpp: Fix currently impossible overflow (cCpus is very …
(edit) @107779   4 months vboxsync VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace …
(edit) @107778   4 months vboxsync VMM/VMMR3/CPUMR3Db.cpp: Replace redundant if condition with an …
(edit) @107777   4 months vboxsync VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an …
(edit) @107776   4 months vboxsync VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409
(edit) @107775   4 months vboxsync Devices/Samples/DevPlayground.cpp: Fix possible integer overflow, …
(edit) @107774   4 months vboxsync Main/src-client/GuestDnDSourceImpl.cpp: Fix harmless parfait warning …
(edit) @107773   4 months vboxsync Main/src-client/ConsoleImpl.cpp: This function should probably not …
(edit) @107772   4 months vboxsync Main/src-client/GuestDnDTargetImpl.cpp: Fix harmless parfait warning …
(edit) @107771   4 months vboxsync Main/src-server/generic/NetIf-generic.cpp: Don't overwrite vrc with …
(edit) @107770   4 months vboxsync Main/src-client/SystemTableBuilder.cpp: Missing error checks, bugref:3409
(edit) @107769   4 months vboxsync Main/src-all/EventImpl.cpp: Add debug assertion for things which …
(edit) @107768   4 months vboxsync Main/testcase/tstVBoxAPIXPCOM.cpp: Prevent theoretical buffer overflow …
(edit) @107767   4 months vboxsync Windows driver installation/VBoxDrvInst: Added crude hack from r153608
(edit) @107766   4 months vboxsync Windows driver installation/VBoxDrvInst: Uninstallation syntax help fixes.
(edit) @107765   4 months vboxsync Windows driver installation/VBoxDrvInst: Renaming (nits).
(edit) @107764   4 months vboxsync Windows driver installation/VBoxDrvInst: Added the possibility to …
(edit) @107763   4 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107762   4 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107761   4 months vboxsync FE/Qt: bugref:9831. Some rewording.
(edit) @107760   4 months vboxsync FE/Qt: bugref:9831. Refactoring.
(edit) @107759   4 months vboxsync FE/Qt: bugref:9831. - Implemented a better way of finding target html …
(edit) @107758   4 months vboxsync src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp: Fixed warnings …
(edit) @107757   4 months vboxsync src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp: Fixed warnings found …
(edit) @107756   4 months vboxsync src/VBox/Main/src-server/AudioAdapterImpl.cpp; Left a @todo.
(edit) @107755   4 months vboxsync src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed warnings …
(edit) @107754   4 months vboxsync src/VBox/Main/src-server/VirtualBoxImpl.cpp: Does as the comment of …
(edit) @107753   4 months vboxsync Runtime/testcase/tstRTDvm.cpp: Missing error check, bugref:3409
(edit) @107752   4 months vboxsync src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp: Fixed warnings …
(edit) @107751   4 months vboxsync VMM/testcase/tstCompressionBenchmark.cpp: Remove unused variable, …
(edit) @107750   4 months vboxsync VMM/testcase/tstAnimate.cpp: Missing error checks, bugref:3409
(edit) @107749   4 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107748   4 months vboxsync Main/testcase/tstVBoxAPIPerf.cpp: Missing error check, bugref:3409
(edit) @107747   4 months vboxsync Devices/Network/DevVirtioNet.cpp: Missing error check, bugref:3409
(edit) @107746   4 months vboxsync src/VBox/Runtime/testcase/tstRTLocalIpc.cpp: Fixed warnings found by …
(edit) @107745   4 months vboxsync src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp: Fixed warnings found …
(edit) @107744   4 months vboxsync src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp: Fixed warnings found by …
(edit) @107743   4 months vboxsync src/VBox/Runtime/testcase/tstUtf8.cpp: Fixed warnings found by Parfait …
(edit) @107742   4 months vboxsync VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409
(edit) @107741   4 months vboxsync src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp: Fixed warnings found …
(edit) @107740   4 months vboxsync VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the …
(edit) @107739   4 months vboxsync Storage/VD.cpp: Change logic slightly when creating a diff, errors …
(edit) @107738   4 months vboxsync Storage/VMDK.cpp: Fix parfait warning about unused assignment, we …
(edit) @107737   4 months vboxsync src/VBox/Runtime/common/fs/isomakercmd.cpp: Fixed warnings found by …
(edit) @107736   4 months vboxsync Storage/VMDK.cpp: Fix parfait warning about unused assignment, we …
(edit) @107735   4 months vboxsync src/VBox/Devices/Audio/DrvAudio.cpp: Fixed warnings found by Parfait …
(edit) @107734   4 months vboxsync src/VBox/Devices/Audio/DevIchAc97.cpp: Fixed warnings found by Parfait …
(edit) @107733   4 months vboxsync VBoxService/VBoxServicePropCache.cpp: Docs, renaming (to match the rest).
(edit) @107732   4 months vboxsync Devices/Network: Fix header from parfait fix.. bugref:3409
(edit) @107731   4 months vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107730   4 months vboxsync Devices/Network: Parfait fixes. bugref:3409
(edit) @107729   4 months vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107728   4 months vboxsync VMM/testcase/tstPDMAsyncCompletionStress.cpp: Small cleanup, bugref:3409
(edit) @107727   4 months vboxsync Storage/ISCSI.cpp: Fix harmless possible integer overflow parfait …
(edit) @107726   4 months vboxsync Main/src-all/ExtPackManagerImpl.cpp: Add IPRT status code assertion, …
(edit) @107725   4 months vboxsync Storage/RAW.cpp: Fix harmless parfait warning about a possible integer …
(edit) @107724   4 months vboxsync Storage/VHD.cpp: Fix some harmless parfait warnings about possible …
(edit) @107723   4 months vboxsync Storage/VMDK.cpp: Fix unused variable assignment parfait report by …
(edit) @107721   4 months vboxsync src/VBox/Runtime/r3/ftp-server.cpp: Fixed warnings found by Parfait …
(edit) @107720   4 months vboxsync Audio/DrvAudio.cpp: Added some more sanity checks. bugref:10801
(edit) @107719   4 months vboxsync src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp: Fixed …
(edit) @107718   4 months vboxsync src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp: Fixed …
(edit) @107717   4 months vboxsync Additions: Linux: vboxvideo: Restored .gamma_set callback which was …
(edit) @107716   4 months vboxsync Main/testcase/tstOVF.cpp: Missing error check, bugref:3409
(edit) @107715   4 months vboxsync Additions: Linux: vboxvideo: Restored .gamma_set callback which was …
(edit) @107714   4 months vboxsync Main/xml/Settings.cpp: Remove redundant condition, bugref:3409
(edit) @107713   4 months vboxsync Runtime/common/math/bignum.cpp: Remove redundant if condition, bugref:3409
(edit) @107712   4 months vboxsync VMM/VMMR3/CPUMR3CpuId.cpp: Remove redundant condition, bugref:3409
(edit) @107710   4 months vboxsync Frontends/VBoxBalloonCtrl/VBoxModAPIMonitor.cpp: Remove unused …
(edit) @107709   4 months vboxsync Main/testcase/tstUnattendedScript.cpp: Fix missing initializer parfait …
(edit) @107708   4 months vboxsync FE/Qt: Fixing help browsers go home target. It got broken when we …
(edit) @107707   4 months vboxsync Additions: Linux: vboxvideo: Restored .gamma_set callback which was …
(edit) @107706   4 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107705   4 months vboxsync Additions: Linux: vboxvideo: Fix rollback path for kernel 6.4, …
(edit) @107704   4 months vboxsync VMM/HMVMXR0: bugref:3409 Redundant assignment.
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