VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107834   4 months vboxsync Runtime/common/misc/handletablectx.cpp: Remove redundant assignment, …
(edit) @107833   4 months vboxsync Runtime/common/misc/handletablesimple.cpp: Remove redundant …
(edit) @107832   4 months vboxsync FE/VBoxManage: Typos
(edit) @107831   4 months vboxsync Frontends/VBoxManage/VBoxManageModifyVM.cpp: vrc vs hrc mixup, bugref:3409
(edit) @107830   4 months vboxsync DrvNAT-libslirp: Some more cleanups & fixes (drvNAT_TimerFreeCb, ++). …
(edit) @107829   4 months vboxsync 3D: The command SVGA_CMD_UPDATE implemented to support multiple …
(edit) @107828   4 months vboxsync SUPLib: Backed out prev change, added a dupicate include in driverless …
(edit) @107826   4 months vboxsync DrvNAT-libslirp: Some cleanups. bugref:10268
(edit) @107825   4 months vboxsync Windows driver installation/VBoxDrvInst: Finished up the remaining …
(edit) @107824   4 months vboxsync SUPLib: Added missing include for SUPR3QueryMicrocodeRev in driverless …
(edit) @107823   4 months vboxsync Windows driver installation/VBoxWinDrvInst.cpp: Fixed path handling …
(edit) @107822   4 months vboxsync Windows driver installation/VBoxWinDrvInst.cpp: Removed a case in …
(edit) @107821   4 months vboxsync DrvNAT-libslirp: some basic style fixes for r166619. bugref:10268
(edit) @107820   4 months vboxsync libslirp/udp.c,Main: Spaces. bugref:10268
(edit) @107819   4 months vboxsync VBoxManage: Don't create word-soup options for new stuff (just use …
(edit) @107818   4 months vboxsync libslirp/socket.c: Don't apply disable_host_loopback to broadcast …
(edit) @107817   4 months vboxsync DrvNAT-libslirp: Fixed inversion of the LocalhostReachable setting. …
(edit) @107816   4 months vboxsync FE/Qt: VBox Manager / Chooser pane: Calm down annoying assertion.
(edit) @107815   4 months vboxsync libpng-1.6.45: Switched on 1.6.45 in the build
(edit) @107813   4 months vboxsync libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. …
(edit) @107812   4 months vboxsync Devices/Security/DevTpm.cpp: Fix loading older saved states with an …
(edit) @107811   4 months vboxsync libs: Copied libpng 1.6.43 in preparation for 1.6.45 upgrade. bugref:8515
(edit) @107810   4 months vboxsync Devices/USB/DevEHCI.cpp: Fix loop limit, bugref:3409
(edit) @107809   4 months vboxsync VMM: bugref:10759 Don't route setting/clearing of external interrupts …
(edit) @107808   4 months vboxsync VMM/testcase/tstSSM-2.cpp: Print error message when writing the SSM …
(edit) @107807   4 months vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers (fixed typo)
(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) @107794   4 months vboxsync libs/xpcom/python: Python 3.12 flags a size discrepancy when calling …
(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).
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