VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103417   8 months vboxsync Devices/Graphics,VMM: Fix some unused function warnings, bugref:3409
(edit) @103416   8 months vboxsync Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409
(edit) @103415   8 months vboxsync Additions,Main,VMM,Runtime: Fix some unused expression warnings, …
(edit) @103414   8 months vboxsync tools: Some preliminary parfait config (work in progress), bugref:3409
(edit) @103413   8 months vboxsync Additions/VBoxService/VBoxServiceControlSession.cpp: Use uint32_t …
(edit) @103412   8 months vboxsync Runtime/efivarstorevfs.cpp: Fix using the wrong time object, bugref:3409
(edit) @103411   8 months vboxsync FE/VBoxManage: Redo weird logic in handleRegisterVM to fix some …
(edit) @103410   8 months vboxsync Devices/Network/testcase: Fix some harmless dangling pointer warnings, …
(edit) @103409   8 months vboxsync VMM/PDMBlkCache.cpp: Remove redundant condition (pBlkCacheGlobal is …
(edit) @103408   8 months vboxsync VMM/DBGFR3Bp.cpp: Remove some redundant conditions (checked at the top …
(edit) @103407   8 months vboxsync VMM/IOMR3IoPort.cpp: Typo, bugref:3409
(edit) @103406   8 months vboxsync VMM/IEM: Threaded function statistics. [build fix] bugref:10376
(edit) @103405   8 months vboxsync Devices/Makefile.kmk: Use the default windows target version when …
(edit) @103404   8 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103403   8 months vboxsync VBoxDbg: Added sorting to the statistics as well as filtering out …
(edit) @103402   8 months vboxsync FE/VBoxSDL: Fix typo introduced when cleaning up copyright text.
(edit) @103401   8 months vboxsync tools/linux.amd64: svn:ignore update. bugref:10442
(edit) @103400   8 months vboxsync ChangeLog: The extension pack was changed, not the license.
(edit) @103399   8 months vboxsync FE/Qt: bugref:10599. Replacing obsolete VeriSign CA's certificate with …
(edit) @103398   8 months vboxsync IPRT/getopt: Documented parfait false positives. bugref:3409
(edit) @103397   8 months vboxsync Devices/VUSBUrb: Documented parfait false positive. bugref:3409
(edit) @103396   8 months vboxsync Main/Audio: Added mutable state dependency checks for audio adapter …
(edit) @103395   8 months vboxsync Main/Audio: Added mutable state dependency checks for audio adapter …
(edit) @103394   8 months vboxsync ValidationKit/tests/storage/storagecfg.py: Yes, we use semicolons in …
(edit) @103393   8 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103392   8 months vboxsync Additions/3D/mesa: workaround for overwriting of guest memory buffer …
(edit) @103391   8 months vboxsync Validation Kit/tdAudioTest: More bugfixes for running on testboxes.
(edit) @103390   8 months vboxsync tests/storage, storagecfg.py: added logging for cleanupPoolsAndVolumes …
(edit) @103389   8 months vboxsync Validation Kit/tdUnitTest1: Resolved some @todos. The execution syntax …
(edit) @103388   8 months vboxsync VMM/IEM: Nested SVM: bugref:3409 Fixed loss of upper bits while …
(edit) @103387   8 months vboxsync Validation Kit/tdAudioTest: More bugfixes for running on testboxes.
(edit) @103386   8 months vboxsync Validation Kit/tdAudioTest: More bugfixes for running on testboxes.
(edit) @103385   8 months vboxsync filesplitter: pcszSearch is never NULL. bugref:3409
(edit) @103384   8 months vboxsync VBoxCPP: Fixes two bugs found by parfait. bugref:3409
(edit) @103383   8 months vboxsync scm: A couple of parfait things. bugref:3409
(edit) @103382   8 months vboxsync xpcom/nsJavaXPTCStub.cpp: parfait annotation. bugref:3409
(edit) @103381   8 months vboxsync Validation Kit/testdriver: Added and internal _printEnv() which can …
(edit) @103380   8 months vboxsync Validation Kit/testdriver: Added and internal _printEnv() which can …
(edit) @103379   8 months vboxsync Validation Kit/tdAudioTest: Compacted code within executeHstLoop() a …
(edit) @103378   8 months vboxsync libs/xpcom: Rewrite the IPCD daemon and cut down on the number of …
(edit) @103377   8 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   8 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103375   8 months vboxsync VMM/IEM: Corrected bug in iemNativeInstrBufEnsureSlow where it would …
(edit) @103374   8 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103373   8 months vboxsync iprt/assert.h: Added AssertContinueStmt. [build fix]
(edit) @103372   8 months vboxsync iprt/assert.h: Added AssertContinueStmt.
(edit) @103371   8 months vboxsync VMM/DBGFR3Flow: Moved duplicate code for determining the pointer size …
(edit) @103370   8 months vboxsync VMM/DBGFReg: Mark a parfait false positive so we don't waste time …
(edit) @103369   8 months vboxsync Config.kmk, Installer, FE/Qt: bugref:10450: A try to get rid of …
(edit) @103368   8 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103367   8 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103366   8 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103365   8 months vboxsync Shared Clipboard/Additions: Removed lots of code duplication for …
(edit) @103364   8 months vboxsync Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to …
(edit) @103363   8 months vboxsync Shared Clipboard: Added a dedicated VERR_SHCLPB_NO_DATA error code, to …
(edit) @103362   8 months vboxsync FE/Qt: bugref:10450: Get rid of QRegExp which is a part of Qt5 legacy …
(edit) @103361   8 months vboxsync VMM/IEM: Shut up parfait warning in …
(edit) @103360   8 months vboxsync IPRT/isomaker.cpp: Zero terminate wszTmp in …
(edit) @103359   8 months vboxsync VMM/DBGF,PDMLdr,PGM: Addressed parfait's complaints about …
(edit) @103358   8 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103357   8 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103356   8 months vboxsync Main/tstVBoxAPIXPCOM: Parfait warning about potentially uninitialized …
(edit) @103355   8 months vboxsync Main/VBoxCAPI.cpp: Try initialize pManager to NULL to see if that …
(edit) @103354   8 months vboxsync IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409
(edit) @103353   8 months vboxsync IPRT/ldrLX: Try trick parfait so it doesn't complain about …
(edit) @103352   8 months vboxsync Audio/VKAT: Skip probing the same backend again when an alias for it …
(edit) @103351   8 months vboxsync VMM/IEM: Only need an uint8_t type for the extended 8-bit grp …
(edit) @103350   8 months vboxsync VMM/IEM: Added some explicit/insane casting to shut up parfait. bugref:3409
(edit) @103349   8 months vboxsync VMM/IEM: Nested VMX: bugref:3409 Fix incorrect implicit casting …
(edit) @103348   8 months vboxsync Validation Kit/tdAudioTest: More bugfixes for Python 2.x on the testboxes.
(edit) @103347   8 months vboxsync FE/Qt: bugref:10501. Cleaning.
(edit) @103346   8 months vboxsync DrvCloudTunnel: Switch the RTStrPrintfV calls with RTStrPrintf2V which …
(edit) @103345   8 months vboxsync DrvCloudTunnel.cpp: Two missing va_end calls. Parfait bugref:3409
(edit) @103344   8 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103343   8 months vboxsync IPRT/fdt.cpp: If you do strlen already, use memcpy instead of strcpy. …
(edit) @103342   8 months vboxsync IPRT/fdt.cpp: Missing va_end. Parfait bugref:3409
(edit) @103341   8 months vboxsync IPRT/strformat.cpp: Missing va_end. Parfait bugref:3409
(edit) @103340   8 months vboxsync Validation Kit/tdAudioTest: Added running the VKAT selftest before …
(edit) @103339   8 months vboxsync FE/Qt: Medium related stuff: Moving StorageSlot from UIDefs to …
(edit) @103338   8 months vboxsync FE/Qt: Medium related stuff: Moving getFormatsForDeviceType from …
(edit) @103337   8 months vboxsync Validation Kit/storage: Added optional output of failed (guest/host) …
(edit) @103336   8 months vboxsync Validation Kit/tdStorageBenchmark: Fail more gracefully if storage …
(edit) @103335   8 months vboxsync Validation Kit/storage: Added optional output of failed (guest/host) …
(edit) @103334   8 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103333   8 months vboxsync VMM/IEMAllCImpl: Fix sizeof(), bugref:3409
(edit) @103332   8 months vboxsync burn fix, scm
(edit) @103331   8 months vboxsync Config.kmk,Main,libs/xpcom,HostDrivers/Support,Installer: Make …
(edit) @103330   8 months vboxsync Reverted r161609, as we don't build (and thus ship) VBoxSDL by default …
(edit) @103329   8 months vboxsync Main/vboxapi.py: Fixed regression in PerfCollector.query(). …
(edit) @103328   8 months vboxsync Installer/VBoxInstallHelper.cpp: Degraded todo severity and explained …
(edit) @103327   8 months vboxsync Installer/common/Makefile.kmk: Nits. bugref:10579
(edit) @103326   8 months vboxsync Installer/vboxapisetup.py: Use os.path.exist() rather than searching …
(edit) @103325   8 months vboxsync Installer/vboxapisetup*.py: Some pylint nits. Removed some unnecessary …
(edit) @103324   8 months vboxsync debian/control: added conflict to virtualbox-dkms to avoid …
(edit) @103323   8 months vboxsync Shared Clipboard: Condensed the X11 clipboard reading code even more …
(edit) @103322   8 months vboxsync libpng-1.6.42: Enabled in trunk.
(edit) @103321   8 months vboxsync FE/Qt: UIDesktopWidgetWatchdog: Get rid of UIDefs.h dependency; Moving …
(edit) @103320   8 months vboxsync FE/Qt: UITranslator: Get rid of UIDefs.h dependency; Moving SizeSuffix …
(edit) @103319   8 months vboxsync libpng-1.6.42: Enabled in trunk.
(edit) @103318   8 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
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