VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85259   5 years vboxsync Main/HostPowerDarwin.cpp: float/double constant mix. bugref:9790
(edit) @85258   5 years vboxsync Main/USBIdDatabase.h: Signed/unsigned conversion issues. bugref:9790
(edit) @85257   5 years vboxsync Main/MachineImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85256   5 years vboxsync Main/MachineImpl.cpp: Use printf and appendPrintf rather than …
(edit) @85255   5 years vboxsync Main/VRDEServerImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85254   5 years vboxsync iprt/bldprog-strtab.h: Signed/unsigned conversion issues. bugref:9790
(edit) @85253   5 years vboxsync Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85252   5 years vboxsync Main/HostVideoInputDeviceImpl.cpp: Workaround for Clang 11 …
(edit) @85251   5 years vboxsync Main/ProgressImpl: Better solution to the LONG aResultCode issue of …
(edit) @85250   5 years vboxsync Main/ProgressProxyImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85249   5 years vboxsync Main/NATNetworkImpl.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85248   5 years vboxsync Main/HostNetworkInterfaceImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85247   5 years vboxsync Main/CloudProviderManagerImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85246   5 years vboxsync OpenGLTest/darwin: Use the right template and disable warning/error …
(edit) @85245   5 years vboxsync Main/PCIDeviceAttachmentImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85244   5 years vboxsync Main/DisplayPNGUtil.cpp: Signed/unsigned conversion issues. bugref:9790
(edit) @85243   5 years vboxsync Main/BandwidthControlImpl.cpp: Signed/unsigned conversion issues. …
(edit) @85242   5 years vboxsync Main/BandwidthGroupImpl: Sign conversion issues. bugref:9790
(edit) @85241   5 years vboxsync Main/netif.h: Signedness issue in getDefaultIPv4Address(). bugref:9790
(edit) @85240   5 years vboxsync Main/EventImpl.h: Fixed status code mixup in VBoxEventDesc::fire found …
(edit) @85239   5 years vboxsync Main/EventImpl.cpp: Made VBoxEvent::waitProcessed and …
(edit) @85238   5 years vboxsync Main/HashedPw.cpp: Signedness warning. bugref:9790
(edit) @85237   5 years vboxsync Main/VirtualBoxErrorInfoImpl: More signedness warnings. bugref:9790
(edit) @85236   5 years vboxsync Main/Matching: Removed unused member mDefIgnoreCase from …
(edit) @85235   5 years vboxsync Main/DHCPServerImpl: Fixed error code mixup in findLeaseByMAC() and …
(edit) @85234   5 years vboxsync Main/DHCPConfigImpl.cpp: Signedness warnings. bugref:9790
(edit) @85233   5 years vboxsync Main/ExtPackUtil.cpp: Fixed a error string construction bug in …
(edit) @85232   5 years vboxsync Main/ExtPackManagerImpl.cpp: Fixed error accumulation bug in …
(edit) @85231   5 years vboxsync NetworkServices/DhcpOptions: Signed warning fixes. bugref:9790
(edit) @85230   5 years vboxsync NetworkServices/DhcpOptions: Signed warning fix. bugref:9790
(edit) @85229   5 years vboxsync iprt/cdefs.h: Fixed Clang 11 warnings about RT_MAKE_U32_FROM_U8. …
(edit) @85228   5 years vboxsync iprt/string.h: Shut up sign conversion warnings. bugref:9790
(edit) @85227   5 years vboxsync VBox/VMMDev.h: Shut up sign conversion warnings. bugref:9790
(edit) @85226   5 years vboxsync iprt/critsect.h: Shut up sign conversion warnings. bugref:9790
(edit) @85225   5 years vboxsync iprt/cpuset.h: Shut up sign conversion warnings. bugref:9790
(edit) @85224   5 years vboxsync iprt/asn1.h: Shut up sign conversion warnings. bugref:9790
(edit) @85223   5 years vboxsync iprt/asm.h: Shut up sign conversion warnings. bugref:9790
(edit) @85222   5 years vboxsync Main/ovfreader: Clang 11 complains about a bunch of unused members, so …
(edit) @85221   5 years vboxsync vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter …
(edit) @85220   5 years vboxsync VBoxManageGuestCtrl.cpp: Must not use RT_ZERO on pCtx in …
(edit) @85219   5 years vboxsync Main/ApplianceImplImport.cpp: Fixed a bunch of VERR/HRESULT mixups, …
(edit) @85218   5 years vboxsync Main/VFSExplorerImpl.cpp: Corrected totally messed up …
(edit) @85217   5 years vboxsync Main/MachineImplMoveVM.cpp: Two FAILED/RT_FAILURE mixups. One sign …
(edit) @85216   5 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85215   5 years vboxsync Main/GuestOSTypeImpl: Drop unused mMonitorCount. Signed conversion fix …
(edit) @85214   5 years vboxsync Main/ProcessImpl.cpp: Tweaked the waitForOperationCompletion and …
(edit) @85213   5 years vboxsync SUP: SUPGetTscDeltaSlow should return int64_t not uint64_t (kudos to …
(edit) @85212   5 years vboxsync Main/QMTranslatorImpl.cpp: Sign conversion issues with Clang 11. Fixed …
(edit) @85211   5 years vboxsync iprt/string.h: Signed fix in RTStrPutCp for Clang11. bugref:9790
(edit) @85210   5 years vboxsync Main/DisplayResampleImage.cpp: sign error/warning fix for Clang 11. …
(edit) @85209   5 years vboxsync xpcom18a4/python: Adjustment for .tbd introduction in 10.11. bugref:9790
(edit) @85208   5 years vboxsync iprt/time-r0drv-linux.c: Cleaned up RTTimeNow a little, we try use the …
(edit) @85207   5 years vboxsync iprt/time.h: I was mistaken we actually need timespec for older …
(edit) @85206   5 years vboxsync iprt/time.h: Blind attempt at cleaning up the linux timespec & timeval …
(edit) @85205   5 years vboxsync iprt/time.h: RTTimeSpecGetNtTime should return a signed value, rather …
(edit) @85204   5 years vboxsync shaderlib/wine: Clang 11 adjustments - 3rd try. bugref:9790
(edit) @85203   5 years vboxsync shaderlib/wine: Clang 11 adjustments - 2nd try. bugref:9790
(edit) @85202   5 years vboxsync IPRT:Linux: fix time.h regression of bugref: 9757: 6.0/6.1 GA kernel …
(edit) @85201   5 years vboxsync libxml2: Fix enum compare for Clang 11. bugref:9790
(edit) @85200   5 years vboxsync Storage/VMDK.cpp: Missing DECLCALLBACK on definition. bugref:9794
(edit) @85199   5 years vboxsync DrvHostCoreAudio: Missing DECLCALLBACKs on prototypes. …
(edit) @85198   5 years vboxsync DevPciIch9: Missing DECLCALLBACK on two SetIrq callbacks. bugref:9794
(edit) @85197   5 years vboxsync DevSmc.cpp: Missing DECLCALLBACK on definitions. bugref:9794
(edit) @85196   5 years vboxsync shaderlib/wine: Clang 11 adjustments. bugref:9790
(edit) @85195   5 years vboxsync slirp: Clang 11 / OSX SDK 10.13 adjustments. bugref:9790
(edit) @85194   5 years vboxsync VirtioCore.h: Removed extra virtioCoreGCPhysChainCalcBufSize prototype …
(edit) @85193   5 years vboxsync VBoxDDUDeps.cpp,DevINIP.cpp: Workaround for Clang 11 nothrow …
(edit) @85192   5 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: Implement Copy console …
(edit) @85191   5 years vboxsync FE/Qt: bugref:9722: VirtualBox Manager: Separate Console menu rules …
(edit) @85190   5 years vboxsync FE/Qt: bugref:9722: UICloudNetworkingStuff: Extend wrappers with …
(edit) @85189   5 years vboxsync scm: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85188   5 years vboxsync VMM/HMVMXR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85187   5 years vboxsync VMM/VMMR0.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85186   5 years vboxsync VMM/TMAllVirtual.cpp: Missing DECLCALLBACK on …
(edit) @85185   5 years vboxsync VMM/PGMAllGst.cpp: Corrected to prototype for inline function. bugref:9794
(edit) @85184   5 years vboxsync VMM/IEMAll.cpp: Corrected to prototypes for inline functions. bugref:9794
(edit) @85183   5 years vboxsync VMM/CPUMAllMsrs.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85182   5 years vboxsync pdmpcidev*.h: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85181   5 years vboxsync VMM/PDMR3Task.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85180   5 years vboxsync VMM/PGMDbg.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794
(edit) @85179   5 years vboxsync VMM/PGMPool.cpp: fall thru fix for Clang 11. bugref:9790
(edit) @85178   5 years vboxsync OCI: (bugref:9469) help, showvminfo and 'experimental' label in UI.
(edit) @85177   5 years vboxsync DBGCGdbRemoteStub.cpp: Missing DECLCALLBACK a bunch of places. bugref:9794
(edit) @85176   5 years vboxsync /Config.kmk,VBoxUSB/darwin/Makefile.kmk: Must use MacOSX10.10 or older …
(edit) @85175   5 years vboxsync darwin/VBoxUSB.cpp: printf non-sense with Clang 11. bugref:9790
(edit) @85174   5 years vboxsync SUPDrv: flower box upgrade
(edit) @85173   5 years vboxsync FE/Qt: bugref:9515. Removing some image file.
(edit) @85172   5 years vboxsync SUPDrv: Build fixes for Xcode 11 / SDK 10.13. bugref:9790
(edit) @85171   5 years vboxsync SUPDrv.cpp: Clang 11 nothrow workaround. bugref:9794
(edit) @85170   5 years vboxsync /Config.kmk: R0 driver code needs …
(edit) @85169   5 years vboxsync VMM/tstCFGM: Allocate zeroed memory for the user mode VM structure, …
(edit) @85168   5 years vboxsync FE/Qt: bugref:9515. More improvements
(edit) @85167   5 years vboxsync IPRT/r0drv/darwin: Workarounds for stupid printf %p validation. bugref:9790
(edit) @85166   5 years vboxsync tstIprtList: Clang 11 nothrow bug/weirdness wrt arrays. bugref:9790 …
(edit) @85165   5 years vboxsync /Config.kmk: R0 driver code needs -Wno-nullability-extension and …
(edit) @85164   5 years vboxsync VBoxRTDeps.cpp: Workaround for Clang 11 nothrow bug/weirdness. bugref:9794
(edit) @85163   5 years vboxsync IPRT/RTPathUserDocuments-darwin.cpp: Addressed API deprecation. bugref:9790
(edit) @85162   5 years vboxsync IPRT/http-curl.cpp: Deprecated function, missing RT_NOTHROW_DEF. …
(edit) @85161   5 years vboxsync /Config.kmk: VBOX_GCC_Wno-c++17-compat-mangling bugref:9790
(edit) @85160   5 years vboxsync *: Some missing DECLCALLBACK/RTDECL and related nothrow issues raised …
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