VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103308   12 months vboxsync Main/testcase: Only call RTRandU64Ex() once, as RT_MIN would evaluate …
(edit) @103307   12 months vboxsync libs/xpcom: Fix VBoxXPCOMIPCD install path on macOS, bugref:10594
(edit) @103306   12 months vboxsync HostDrivers/Support: Add VBoxXPCOMIPCD to the list of hardened …
(edit) @103305   12 months vboxsync HostDrivers/Support: Add VBoxXPCOMIPCD to the list of hardened …
(edit) @103304   12 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103303   12 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103302   12 months vboxsync Config.kmk: Enable VBOX_WITH_XPCOMIPCD_IN_VBOX_SVC by default, bugref:10594
(edit) @103301   12 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103300   12 months vboxsync libs/xpcom,Main: Disabled code to move VBoxXPCOMIPCD into VBoxSVC, …
(edit) @103299   12 months vboxsync VMM/PGMPhys.cpp: Typo, bugref:3409
(edit) @103298   12 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix missing break, bugref:3409
(edit) @103297   12 months vboxsync Makefile.kmk: Enable warnings in parfait which were missed before, …
(edit) @103296   12 months vboxsync Makefile.kmk: Enable warnings in parfait which were missed before, …
(edit) @103295   12 months vboxsync include/VBox/pgm.h: Fix declaration of PGMPhysGCPtr2CCPtr(), bugref:3409
(edit) @103294   13 months vboxsync FE/Qt: bugref:10513: VM settings / Storage page: Give storage …
(edit) @103293   13 months vboxsync Main/ConsoleImpl.cpp: Some HRESULT vs. VBox status code mixup fixes, …
(edit) @103292   13 months vboxsync Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
(edit) @103291   13 months vboxsync Devices/Storage/DevFdc.cpp: Simplify the logic in get_cur_drv() a bit, …
(edit) @103290   13 months vboxsync VMM/IEMAll-armv8.cpp: Always init pStats because the caller might …
(edit) @103289   13 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103288   13 months vboxsync Main/ovfreader: Introduce ResourceType_Invalid for 0 and check against …
(edit) @103287   13 months vboxsync FE/Qt: bugref:10384: VM settings / System page: Chipset option should …
(edit) @103286   13 months vboxsync ValidationKit/tests/tdUnitTest1: Need to append the revision in order …
(edit) @103285   13 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103284   13 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function (build fix).
(edit) @103283   13 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103282   13 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103281   13 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103280   13 months vboxsync FE/Qt: macOS: Palette color regression fix for unknown macOS versions.
(edit) @103279   13 months vboxsync ansible, scm fix
(edit) @103278   13 months vboxsync ValidationKit/tests/tdUnitTest1: Don't use the output of VBoxManage …
(edit) @103277   13 months vboxsync Makefile.kmk,webtools,tools: Copy the vbox-parfait.conf over to the …
(edit) @103276   13 months vboxsync Changing the python version detection section
(edit) @103275   13 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103274   13 months vboxsync ValidationKit/tests/tdUnitTest1: Fix r161560 (typos)
(edit) @103273   13 months vboxsync ValKit/tdCpuIemInstr1: 'k' is for constants, kaTestVMs isn't a …
(edit) @103272   13 months vboxsync TestManager/config.py: Tripled g_kcMaxTestResultsPerTS so we can …
(edit) @103271   13 months vboxsync Validation Kit/tdUnitTest1.py: Pylint fixes.
(edit) @103270   13 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103269   13 months vboxsync ValidationKit/tests/tdUnitTest1: Try fixing some testbox failures by …
(edit) @103268   13 months vboxsync ValidationKit/bootsectors: Re-enable vpsrl[wdq] testcases now that …
(edit) @103267   13 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103266   13 months vboxsync ValidationKit/bootsectors: Add missing high-register …
(edit) @103265   13 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103264   13 months vboxsync VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
(edit) @103263   13 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103262   13 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103261   13 months vboxsync VMM/PGMAllPool.cpp: Fix side effect in macro double expansion, bugref:3409
(edit) @103260   13 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103259   13 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103258   13 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103257   13 months vboxsync VMM/IEM: Liveness analysis, part 9: Effective address calculation …
(edit) @103256   13 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103255   13 months vboxsync VMM: Fix pinsrw, movd and movq instruction implementations. The switch …
(edit) @103254   13 months vboxsync VMM: Fix implementation of movmskpd which would trash an innocent …
(edit) @103253   13 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-3: Disable …
(edit) @103252   13 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103251   13 months vboxsync Shared Clipboard: More implicit fallthrough fixes (found by Parfait). …
(edit) @103250   13 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103249   13 months vboxsync Validation Kit: More implicit fallthrough fixes (found by Parfait). …
(edit) @103248   13 months vboxsync Main: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103247   13 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103246   13 months vboxsync FE/VirtualBox: More implicit fallthrough fixes (found by Parfait). …
(edit) @103245   13 months vboxsync VMMDev/VMMDevTesting: Fixed implicit fallthrough (found by Parfait). …
(edit) @103244   13 months vboxsync Guest Control/GuestSessionImplTasks: Fixed implicit fallthrough for …
(edit) @103243   13 months vboxsync FE/VirtualBox/VBoxLicenseViewer: Fixed implicit fallthrough (found by …
(edit) @103242   13 months vboxsync FE/VirtualBox/UIStorageSettingsEditor: Fixed implicit fallthrough …
(edit) @103241   13 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103240   13 months vboxsync Shared Clipboard/X11: Only allocate SHCLX11RESPONSE as event payload …
(edit) @103239   13 months vboxsync Shared Clipboard/tstClipboardGH-X11: Fixed a leak in …
(edit) @103238   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: More tweaks for older versions and …
(edit) @103237   13 months vboxsync ValidationKit/testdriver/vboxtestvms.py: Don't filter out hwvirt-np …
(edit) @103236   13 months vboxsync VMM/IEM: Liveness analysis, part 8: scm fix. bugref:10372 bugref:10375
(edit) @103235   13 months vboxsync VMM/IEM: Liveness analysis, part 7b: Release build fix for visual C++. …
(edit) @103234   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103233   13 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103232   13 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103231   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Use .extend here. bugref:10586
(edit) @103230   13 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @103229   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: oSession is not needed here. bugref:10586
(edit) @103228   13 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Enable bs3-cpu-basic-3 now …
(edit) @103227   13 months vboxsync Storage/RAW.cpp: 63.5MB floppy support (validation kit boot sector …
(edit) @103226   13 months vboxsync ValidationKit/tests/serial/tdSerial1: Fix typo
(edit) @103225   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Fixes for handling tuples. bugref:10586
(edit) @103224   13 months vboxsync /Doxygen.Core: @opflclass. bugref:10372
(edit) @103223   13 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-2: Extend cmpxchg16b and …
(edit) @103222   13 months vboxsync ValidationKit/testboxscript/testboxscript_real.py: Set the …
(edit) @103221   13 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Enable the bs3-cpu-generated-1 …
(edit) @103220   13 months vboxsync VMM/IEMAllInst*: Liveness analysis: build fix. bugref:10372
(edit) @103219   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Fixed session 0 checks. bugref:10586
(edit) @103218   13 months vboxsync VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h: Switch the Vq destination …
(edit) @103217   13 months vboxsync ValidationKit/bootsectors/bs3-cpu-generated-1-data.py: Fix instruction …
(edit) @103216   13 months vboxsync ValidationKit/bootsectors/bs3-cpu-generated-1: Don't halt on the first …
(edit) @103215   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Exclude session 0 tests from too old …
(edit) @103214   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 7: Flag input & modification …
(edit) @103213   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 6: Flag input & modification …
(edit) @103212   13 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 5: Flag input & modification …
(edit) @103211   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
(edit) @103210   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
(edit) @103209   13 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
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