VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107821   3 weeks vboxsync DrvNAT-libslirp: some basic style fixes for r166619. bugref:10268
(edit) @107820   3 weeks vboxsync libslirp/udp.c,Main: Spaces. bugref:10268
(edit) @107819   3 weeks vboxsync VBoxManage: Don't create word-soup options for new stuff (just use …
(edit) @107818   3 weeks vboxsync libslirp/socket.c: Don't apply disable_host_loopback to broadcast …
(edit) @107817   3 weeks vboxsync DrvNAT-libslirp: Fixed inversion of the LocalhostReachable setting. …
(edit) @107816   3 weeks vboxsync FE/Qt: VBox Manager / Chooser pane: Calm down annoying assertion.
(edit) @107815   3 weeks vboxsync libpng-1.6.45: Switched on 1.6.45 in the build
(edit) @107814   3 weeks vboxsync libpng-1.6.45: Switched on 1.6.45 in the build
(edit) @107813   3 weeks vboxsync libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. …
(edit) @107812   3 weeks vboxsync Devices/Security/DevTpm.cpp: Fix loading older saved states with an …
(edit) @107811   3 weeks vboxsync libs: Copied libpng 1.6.43 in preparation for 1.6.45 upgrade. bugref:8515
(edit) @107810   3 weeks vboxsync Devices/USB/DevEHCI.cpp: Fix loop limit, bugref:3409
(edit) @107809   3 weeks vboxsync VMM: bugref:10759 Don't route setting/clearing of external interrupts …
(edit) @107808   3 weeks vboxsync VMM/testcase/tstSSM-2.cpp: Print error message when writing the SSM …
(edit) @107807   3 weeks vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers (fixed typo)
(edit) @107806   3 weeks vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers.
(edit) @107805   3 weeks vboxsync Runtime/testcase/tstRTStrFormat.cpp: Improve testcase, check that the …
(edit) @107804   3 weeks vboxsync Main/src-client/ConsoleImplConfigX86.cpp: Disable unused variable, …
(edit) @107803   3 weeks vboxsync Runtime/r3/fileio.cpp: Make the parameters of RTFileSetForceFlags() …
(edit) @107802   3 weeks vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107801   3 weeks vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107800   3 weeks vboxsync SUPLib: Implemented fallback for SUPR3QueryMicrocodeRev in driverless …
(edit) @107799   3 weeks vboxsync doc/manual,Frontends/VBoxManage: Update VBoxManage to include support …
(edit) @107798   3 weeks vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107797   3 weeks vboxsync Main/HostImpl.cpp: Fixed lock order problem in Host::i_updateNetIfList …
(edit) @107796   3 weeks vboxsync FE/Qt: bugref:10814: VBox Manager: Missing Machine tool-type change …
(edit) @107795   3 weeks vboxsync FE/Qt: VBox Manager: Init main shown window pointer at showEvent / …
(edit) @107794   3 weeks vboxsync libs/xpcom/python: Python 3.12 flags a size discrepancy when calling …
(edit) @107793   3 weeks vboxsync Devices/Audio/DevHdaCodec.cpp: Remove unused assignment, bugref:3409
(edit) @107792   3 weeks vboxsync Devices/Network/DevE1000.cpp: Convert redundant condition in if into a …
(edit) @107791   3 weeks vboxsync Devices/Network/UsbNet.cpp: Missing status code return check, bugref:3409
(edit) @107790   3 weeks vboxsync HostServices/SharedFolders/VBoxSharedFoldersSvc.cpp: Refactor …
(edit) @107789   3 weeks vboxsync Runtime/r3/fileio.cpp: Missing fallthrough annotation in switch case, …
(edit) @107788   3 weeks vboxsync Runtime/r3/dir.cpp: Remove unused variable, bugref:3409
(edit) @107787   3 weeks vboxsync Runtime/r3/allocex.cpp: Remove unused assignment, bugref:3409
(edit) @107786   3 weeks vboxsync Runtime/common/zip/tarcmd.cpp: Add assertion for status code, bugref:3409
(edit) @107785   3 weeks vboxsync Runtime/common/vfs/vfsstddir.cpp: Disable unused code, bugref:3409
(edit) @107784   3 weeks vboxsync Runtime/common/log/log.cpp: Disable unused code, bugref:3409
(edit) @107783   3 weeks vboxsync Runtime/common/fs/ntfsvfs.cpp: Fix typo, bugref:3409
(edit) @107782   3 weeks vboxsync Runtime/r3/posix/localipc-posix.cpp: Missing break in out of memory …
(edit) @107781   3 weeks vboxsync FE/Qt: bugref:10513: Advanced Settings Dialog: Fixing look&feel …
(edit) @107780   3 weeks vboxsync VMM/VMMR3/GICR3.cpp: Fix currently impossible overflow (cCpus is very …
(edit) @107779   3 weeks vboxsync VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace …
(edit) @107778   3 weeks vboxsync VMM/VMMR3/CPUMR3Db.cpp: Replace redundant if condition with an …
(edit) @107777   3 weeks vboxsync VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an …
(edit) @107776   3 weeks vboxsync VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409
(edit) @107775   3 weeks vboxsync Devices/Samples/DevPlayground.cpp: Fix possible integer overflow, …
(edit) @107774   3 weeks vboxsync Main/src-client/GuestDnDSourceImpl.cpp: Fix harmless parfait warning …
(edit) @107773   3 weeks vboxsync Main/src-client/ConsoleImpl.cpp: This function should probably not …
(edit) @107772   3 weeks vboxsync Main/src-client/GuestDnDTargetImpl.cpp: Fix harmless parfait warning …
(edit) @107771   3 weeks vboxsync Main/src-server/generic/NetIf-generic.cpp: Don't overwrite vrc with …
(edit) @107770   3 weeks vboxsync Main/src-client/SystemTableBuilder.cpp: Missing error checks, bugref:3409
(edit) @107769   3 weeks vboxsync Main/src-all/EventImpl.cpp: Add debug assertion for things which …
(edit) @107768   3 weeks vboxsync Main/testcase/tstVBoxAPIXPCOM.cpp: Prevent theoretical buffer overflow …
(edit) @107767   3 weeks vboxsync Windows driver installation/VBoxDrvInst: Added crude hack from r153608
(edit) @107766   3 weeks vboxsync Windows driver installation/VBoxDrvInst: Uninstallation syntax help fixes.
(edit) @107765   3 weeks vboxsync Windows driver installation/VBoxDrvInst: Renaming (nits).
(edit) @107764   3 weeks vboxsync Windows driver installation/VBoxDrvInst: Added the possibility to …
(edit) @107763   4 weeks vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107762   4 weeks vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107761   4 weeks vboxsync FE/Qt: bugref:9831. Some rewording.
(edit) @107760   4 weeks vboxsync FE/Qt: bugref:9831. Refactoring.
(edit) @107759   4 weeks vboxsync FE/Qt: bugref:9831. - Implemented a better way of finding target html …
(edit) @107758   4 weeks vboxsync src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp: Fixed warnings …
(edit) @107757   4 weeks vboxsync src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp: Fixed warnings found …
(edit) @107756   4 weeks vboxsync src/VBox/Main/src-server/AudioAdapterImpl.cpp; Left a @todo.
(edit) @107755   4 weeks vboxsync src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed warnings …
(edit) @107754   4 weeks vboxsync src/VBox/Main/src-server/VirtualBoxImpl.cpp: Does as the comment of …
(edit) @107753   4 weeks vboxsync Runtime/testcase/tstRTDvm.cpp: Missing error check, bugref:3409
(edit) @107752   4 weeks vboxsync src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp: Fixed warnings …
(edit) @107751   4 weeks vboxsync VMM/testcase/tstCompressionBenchmark.cpp: Remove unused variable, …
(edit) @107750   4 weeks vboxsync VMM/testcase/tstAnimate.cpp: Missing error checks, bugref:3409
(edit) @107749   4 weeks vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107748   4 weeks vboxsync Main/testcase/tstVBoxAPIPerf.cpp: Missing error check, bugref:3409
(edit) @107747   4 weeks vboxsync Devices/Network/DevVirtioNet.cpp: Missing error check, bugref:3409
(edit) @107746   4 weeks vboxsync src/VBox/Runtime/testcase/tstRTLocalIpc.cpp: Fixed warnings found by …
(edit) @107745   4 weeks vboxsync src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp: Fixed warnings found …
(edit) @107744   4 weeks vboxsync src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp: Fixed warnings found by …
(edit) @107743   4 weeks vboxsync src/VBox/Runtime/testcase/tstUtf8.cpp: Fixed warnings found by Parfait …
(edit) @107742   4 weeks vboxsync VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409
(edit) @107741   4 weeks vboxsync src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp: Fixed warnings found …
(edit) @107740   4 weeks vboxsync VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the …
(edit) @107739   4 weeks vboxsync Storage/VD.cpp: Change logic slightly when creating a diff, errors …
(edit) @107738   4 weeks vboxsync Storage/VMDK.cpp: Fix parfait warning about unused assignment, we …
(edit) @107737   4 weeks vboxsync src/VBox/Runtime/common/fs/isomakercmd.cpp: Fixed warnings found by …
(edit) @107736   4 weeks vboxsync Storage/VMDK.cpp: Fix parfait warning about unused assignment, we …
(edit) @107735   4 weeks vboxsync src/VBox/Devices/Audio/DrvAudio.cpp: Fixed warnings found by Parfait …
(edit) @107734   4 weeks vboxsync src/VBox/Devices/Audio/DevIchAc97.cpp: Fixed warnings found by Parfait …
(edit) @107733   4 weeks vboxsync VBoxService/VBoxServicePropCache.cpp: Docs, renaming (to match the rest).
(edit) @107732   4 weeks vboxsync Devices/Network: Fix header from parfait fix.. bugref:3409
(edit) @107731   4 weeks vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107730   4 weeks vboxsync Devices/Network: Parfait fixes. bugref:3409
(edit) @107729   4 weeks vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107728   4 weeks vboxsync VMM/testcase/tstPDMAsyncCompletionStress.cpp: Small cleanup, bugref:3409
(edit) @107727   4 weeks vboxsync Storage/ISCSI.cpp: Fix harmless possible integer overflow parfait …
(edit) @107726   4 weeks vboxsync Main/src-all/ExtPackManagerImpl.cpp: Add IPRT status code assertion, …
(edit) @107725   4 weeks vboxsync Storage/RAW.cpp: Fix harmless parfait warning about a possible integer …
(edit) @107724   4 weeks vboxsync Storage/VHD.cpp: Fix some harmless parfait warnings about possible …
(edit) @107723   4 weeks vboxsync Storage/VMDK.cpp: Fix unused variable assignment parfait report by …
(edit) @107722   4 weeks vboxsync xpcom18a4/java/src/nsJavaInterfaces.cpp: Small restructuring, bugref:3409
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