VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85245   4 years vboxsync Main/PCIDeviceAttachmentImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85244   4 years vboxsync Main/DisplayPNGUtil.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85243   4 years vboxsync Main/BandwidthControlImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85242   4 years vboxsync Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
(edit) @85241   4 years vboxsync Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
(edit) @85240   4 years vboxsync Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
(edit) @85239   4 years vboxsync Main/EventImpl.cpp: Made VBoxEvent::waitProcessed and …
(edit) @85238   4 years vboxsync Main/HashedPw.cpp: Signedness warning. bugref:9790
(edit) @85237   4 years vboxsync Main/VirtualBoxErrorInfoImpl: More signedness warnings. bugref:9790
(edit) @85236   4 years vboxsync Main/Matching: Removed unused member mDefIgnoreCase from …
(edit) @85235   4 years vboxsync Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
(edit) @85234   4 years vboxsync Main/DHCPConfigImpl.cpp: Signedness warnings. bugref:9790
(edit) @85233   4 years vboxsync Main/ExtPackUtil.cpp: Fixed a error string construction bug in …
(edit) @85232   4 years vboxsync Main/ExtPackManagerImpl.cpp: Fixed error accumulation bug in …
(edit) @85231   4 years vboxsync NetworkServices/DhcpOptions: Signed warning fixes. bugref:9790
(edit) @85230   4 years vboxsync NetworkServices/DhcpOptions: Signed warning fix. bugref:9790
(edit) @85222   4 years vboxsync Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
(edit) @85221   4 years vboxsync vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter …
(edit) @85220   4 years vboxsync VBoxManageGuestCtrl.cpp: Must not use RT_ZERO on pCtx in …
(edit) @85219   4 years vboxsync Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
(edit) @85218   4 years vboxsync Main/VFSExplorerImpl.cpp: Corrected totally messed up …
(edit) @85217   4 years vboxsync Main/MachineImplMoveVM.cpp: Two FAILED/RT_FAILURE mixups. One sign …
(edit) @85216   4 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85215   4 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85214   4 years vboxsync Main/ProcessImpl.cpp: Tweaked the waitForOperationCompletion and …
(edit) @85213   4 years vboxsync SUP: SUPGetTscDeltaSlow should return int64_t not uint64_t (kudos to …
(edit) @85212   4 years vboxsync Main/QMTranslatorImpl.cpp: Sign conversion issues with Clang 11. Fixed …
(edit) @85210   4 years vboxsync Main/DisplayResampleImage.cpp: sign error/warning fix for Clang 11. …
(edit) @85209   4 years vboxsync xpcom18a4/python: Adjustment for .tbd introduction in 10.11. bugref:9790
(edit) @85208   4 years vboxsync iprt/time-r0drv-linux.c: Cleaned up RTTimeNow a little, we try use the …
(edit) @85204   4 years vboxsync shaderlib/wine: Clang 11 adjustments - 3rd try. bugref:9790
(edit) @85203   4 years vboxsync shaderlib/wine: Clang 11 adjustments - 2nd try. bugref:9790
(edit) @85201   4 years vboxsync libxml2: Fix enum compare for Clang 11. bugref:9790
(edit) @85200   4 years vboxsync Storage/VMDK.cpp: Missing DECLCALLBACK on definition. bugref:9794
(edit) @85199   4 years vboxsync DrvHostCoreAudio: Missing DECLCALLBACKs on prototypes. …
(edit) @85198   4 years vboxsync DevPciIch9: Missing DECLCALLBACK on two SetIrq callbacks. bugref:9794
(edit) @85197   4 years vboxsync DevSmc.cpp: Missing DECLCALLBACK on definitions. bugref:9794
(edit) @85196   4 years vboxsync shaderlib/wine: Clang 11 adjustments. bugref:9790
(edit) @85195   4 years vboxsync slirp: Clang 11 / OSX SDK 10.13 adjustments. bugref:9790
(edit) @85194   4 years vboxsync VirtioCore.h: Removed extra virtioCoreGCPhysChainCalcBufSize prototype …
(edit) @85193   4 years vboxsync VBoxDDUDeps.cpp,DevINIP.cpp: Workaround for Clang 11 nothrow …
(edit) @85192   4 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: Implement Copy console …
(edit) @85191   4 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: Separate Console menu rules …
(edit) @85190   4 years vboxsync FE/Qt: bugref:9722: UICloudNetworkingStuff: Extend wrappers with …
(edit) @85189   4 years vboxsync scm: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85188   4 years vboxsync VMM/HMVMXR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85187   4 years vboxsync VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85186   4 years vboxsync VMM/TMAllVirtual.cpp: Missing DECLCALLBACK on …
(edit) @85185   4 years vboxsync VMM/PGMAllGst.cpp: Corrected to prototype for inline function. bugref:9794
(edit) @85184   4 years vboxsync VMM/IEMAll.cpp: Corrected to prototypes for inline functions. bugref:9794
(edit) @85183   4 years vboxsync VMM/CPUMAllMsrs.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85181   4 years vboxsync VMM/PDMR3Task.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85180   4 years vboxsync VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85179   4 years vboxsync VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790
(edit) @85178   4 years vboxsync OCI: (bugref:9469) help, showvminfo and 'experimental' label in UI.
(edit) @85177   4 years vboxsync DBGCGdbRemoteStub.cpp: Missing DECLCALLBACK a bunch of places. bugref:9794
(edit) @85176   4 years vboxsync /Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older …
(edit) @85175   4 years vboxsync darwin/VBoxUSB.cpp: printf non-sense with Clang 11. bugref:9790
(edit) @85174   4 years vboxsync SUPDrv: flower box upgrade
(edit) @85173   4 years vboxsync FE/Qt: bugref:9515. Removing some image file.
(edit) @85172   4 years vboxsync SUPDrv: Build fixes for Xcode 11 / SDK 10.13. bugref:9790
(edit) @85171   4 years vboxsync SUPDrv.cpp: Clang 11 nothrow workaround. bugref:9794
(edit) @85169   4 years vboxsync VMM/tstCFGM: Allocate zeroed memory for the user mode VM structure, …
(edit) @85168   4 years vboxsync FE/Qt: bugref:9515. More improvements
(edit) @85167   4 years vboxsync IPRT/r0drv/darwin: Workarounds for stupid printf %p validation. bugref:9790
(edit) @85166   4 years vboxsync tstIprtList: Clang 11 nothrow bug/weirdness wrt arrays. bugref:9790 …
(edit) @85164   4 years vboxsync VBoxRTDeps.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
(edit) @85163   4 years vboxsync IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790
(edit) @85162   4 years vboxsync IPRT/http-curl.cpp: Deprecated function, missing RT_NOTHROW_DEF. …
(edit) @85160   4 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
(edit) @85159   4 years vboxsync ValidationKit/tdStorageBenchmark1: Don't use the .disk suffix but …
(edit) @85158   4 years vboxsync PCnet: Dump BCR18 (DWIO) in info handler, too.
(edit) @85157   4 years vboxsync FE/Qt: bugref:9515: - Marking pages and widgets correctly when they …
(edit) @85156   4 years vboxsync Devices/Graphics: Release texture object on failure (reverted a part …
(edit) @85155   4 years vboxsync IPRT: Added RTStrSplit + testcases [build fix].
(edit) @85154   4 years vboxsync IPRT: Added RTStrSplit + testcases.
(edit) @85153   4 years vboxsync Devices/Graphics: Release texture object on failure, bugref:9747
(edit) @85152   4 years vboxsync Linux modules: fix makefile typo in previous change
(edit) @85151   4 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: Implement action to copy …
(edit) @85150   4 years vboxsync FE/Qt: bugref:9515. Marking more widgets.
(edit) @85146   4 years vboxsync Dev/E1000,PDM: (bugref:9764) disable UFO, UDP header checks, zero MSS …
(edit) @85145   4 years vboxsync DnD/HostService: Improved verification of …
(edit) @85144   4 years vboxsync Another attempt to fix oem2 build.
(edit) @85143   4 years vboxsync Attempt to fix oem2 build.
(edit) @85142   4 years vboxsync Partial build fix for r139085.
(edit) @85141   4 years vboxsync Reverted r139086.
(edit) @85140   4 years vboxsync Build fix for r139085.
(edit) @85139   4 years vboxsync OCI: (bugref:9469) Proxy support (without authentication) for local …
(edit) @85138   4 years vboxsync VBoxManageSnapshot.cpp: Unnecessary conversion.
(edit) @85137   4 years vboxsync FE/Qt: bugref:9515: A bit of cleanup for r139081.
(edit) @85136   4 years vboxsync FE/Qt: Removing some empty lines.
(edit) @85135   4 years vboxsync FE/Qt: bugref:9515. Marking the iso file selector if it breaks isComplete.
(edit) @85134   4 years vboxsync Devices/Storage/LsiLogic: Fix regression introduced in r139017, bugref:9767
(edit) @85133   4 years vboxsync OCI: Get instance console connection information as part of …
(edit) @85132   4 years vboxsync Network/DevVirtioNet_1_0 fixed accidental renaming of some constants
(edit) @85131   4 years vboxsync Doxyfile*: Adjustments. bugref:9794
(edit) @85130   4 years vboxsync Doxyfile*: Adjustments. bugref:9794
(edit) @85129   4 years vboxsync SUPLib: Make the suplibOs* hidden. bugref:9794
(edit) @85128   4 years vboxsync SUPLib: valign. bugref:9794
(edit) @85127   4 years vboxsync iprt/cdefs.h: Made DECLHIDDEN imply nothrow and restrict its use to …
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