VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103292   11 months vboxsync Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
(edit) @103291   11 months vboxsync Devices/Storage/DevFdc.cpp: Simplify the logic in get_cur_drv() a bit, …
(edit) @103290   11 months vboxsync VMM/IEMAll-armv8.cpp: Always init pStats because the caller might …
(edit) @103289   11 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 VMCS state 'launched' shouldn't …
(edit) @103288   11 months vboxsync Main/ovfreader: Introduce ResourceType_Invalid for 0 and check against …
(edit) @103287   11 months vboxsync FE/Qt: bugref:10384: VM settings / System page: Chipset option should …
(edit) @103286   11 months vboxsync ValidationKit/tests/tdUnitTest1: Need to append the revision in order …
(edit) @103285   11 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103284   11 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function (build fix).
(edit) @103283   11 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103282   11 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103281   11 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103280   11 months vboxsync FE/Qt: macOS: Palette color regression fix for unknown macOS versions.
(edit) @103279   11 months vboxsync ansible, scm fix
(edit) @103278   11 months vboxsync ValidationKit/tests/tdUnitTest1: Don't use the output of VBoxManage …
(edit) @103276   11 months vboxsync Changing the python version detection section
(edit) @103275   11 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103274   11 months vboxsync ValidationKit/tests/tdUnitTest1: Fix r161560 (typos)
(edit) @103273   11 months vboxsync ValKit/tdCpuIemInstr1: 'k' is for constants, kaTestVMs isn't a …
(edit) @103272   11 months vboxsync TestManager/config.py: Tripled g_kcMaxTestResultsPerTS so we can …
(edit) @103271   11 months vboxsync Validation Kit/tdUnitTest1.py: Pylint fixes.
(edit) @103270   11 months vboxsync VMM/HM: Partly revert r161536, RT_FALLTHROUGH is not necessary here, …
(edit) @103269   11 months vboxsync ValidationKit/tests/tdUnitTest1: Try fixing some testbox failures by …
(edit) @103268   11 months vboxsync ValidationKit/bootsectors: Re-enable vpsrl[wdq] testcases now that …
(edit) @103267   11 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103266   11 months vboxsync ValidationKit/bootsectors: Add missing high-register …
(edit) @103265   11 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103264   11 months vboxsync VMM/IEM: Fix psra[wd] instruction emulation (high bit must shift in …
(edit) @103263   11 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103262   11 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103261   11 months vboxsync VMM/PGMAllPool.cpp: Fix side effect in macro double expansion, bugref:3409
(edit) @103260   11 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103259   11 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103258   11 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103257   11 months vboxsync VMM/IEM: Liveness analysis, part 9: Effective address calculation …
(edit) @103256   11 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103255   11 months vboxsync VMM: Fix pinsrw, movd and movq instruction implementations. The switch …
(edit) @103254   11 months vboxsync VMM: Fix implementation of movmskpd which would trash an innocent …
(edit) @103253   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-3: Disable …
(edit) @103252   11 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103251   11 months vboxsync Shared Clipboard: More implicit fallthrough fixes (found by Parfait). …
(edit) @103250   11 months vboxsync IPRT: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103249   11 months vboxsync Validation Kit: More implicit fallthrough fixes (found by Parfait). …
(edit) @103248   11 months vboxsync Main: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103247   11 months vboxsync VMM: More implicit fallthrough fixes (found by Parfait). bugref:3409
(edit) @103246   11 months vboxsync FE/VirtualBox: More implicit fallthrough fixes (found by Parfait). …
(edit) @103245   11 months vboxsync VMMDev/VMMDevTesting: Fixed implicit fallthrough (found by Parfait). …
(edit) @103244   11 months vboxsync Guest Control/GuestSessionImplTasks: Fixed implicit fallthrough for …
(edit) @103243   11 months vboxsync FE/VirtualBox/VBoxLicenseViewer: Fixed implicit fallthrough (found by …
(edit) @103242   11 months vboxsync FE/VirtualBox/UIStorageSettingsEditor: Fixed implicit fallthrough …
(edit) @103241   11 months vboxsync Dev/PC/DevPit-i8254: Don't leak fd if speaker emulation isn't possible …
(edit) @103240   11 months vboxsync Shared Clipboard/X11: Only allocate SHCLX11RESPONSE as event payload …
(edit) @103239   11 months vboxsync Shared Clipboard/tstClipboardGH-X11: Fixed a leak in …
(edit) @103238   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: More tweaks for older versions and …
(edit) @103237   11 months vboxsync ValidationKit/testdriver/vboxtestvms.py: Don't filter out hwvirt-np …
(edit) @103236   11 months vboxsync VMM/IEM: Liveness analysis, part 8: scm fix. bugref:10372 bugref:10375
(edit) @103235   11 months vboxsync VMM/IEM: Liveness analysis, part 7b: Release build fix for visual C++. …
(edit) @103234   11 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103233   11 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103232   11 months vboxsync IPRT/process-win.cpp: A better fix for the r152441 regression. bugref:10261
(edit) @103231   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Use .extend here. bugref:10586
(edit) @103230   11 months vboxsync IPRT/process-win: Fixed regression from r152441, leading to start …
(edit) @103229   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: oSession is not needed here. bugref:10586
(edit) @103228   11 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Enable bs3-cpu-basic-3 now …
(edit) @103227   11 months vboxsync Storage/RAW.cpp: 63.5MB floppy support (validation kit boot sector …
(edit) @103226   11 months vboxsync ValidationKit/tests/serial/tdSerial1: Fix typo
(edit) @103225   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Fixes for handling tuples. bugref:10586
(edit) @103223   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-2: Extend cmpxchg16b and …
(edit) @103222   11 months vboxsync ValidationKit/testboxscript/testboxscript_real.py: Set the …
(edit) @103221   11 months vboxsync ValidationKit/tests/cpu/tdCpuIemInstr1: Enable the bs3-cpu-generated-1 …
(edit) @103220   11 months vboxsync VMM/IEMAllInst*: Liveness analysis: build fix. bugref:10372
(edit) @103219   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Fixed session 0 checks. bugref:10586
(edit) @103218   11 months vboxsync VMM/VMMAll/IEMAllInstTwoByte0f.cpp.h: Switch the Vq destination …
(edit) @103217   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-generated-1-data.py: Fix instruction …
(edit) @103216   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-generated-1: Don't halt on the first …
(edit) @103215   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Exclude session 0 tests from too old …
(edit) @103214   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 7: Flag input & modification …
(edit) @103213   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 6: Flag input & modification …
(edit) @103212   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 5: Flag input & modification …
(edit) @103211   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
(edit) @103210   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
(edit) @103209   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Expand the resolved path within …
(edit) @103208   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-2: A basic compxchg8b …
(edit) @103207   11 months vboxsync FE/Qt: bugref:10501. Some more ironing.
(edit) @103206   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 4: Flag input & modification …
(edit) @103205   11 months vboxsync adding python versions
(edit) @103204   11 months vboxsync ValKit/testmanager: Add fNativeApi and fChipsetIoMmu to …
(edit) @103203   11 months vboxsync ValKit/testmanager: Add fNativeApi and fChipsetIoMmu to …
(edit) @103202   11 months vboxsync ValidationKit/bootsectors/bs3-cpu-instr-3.c32: Fixes to make it …
(edit) @103201   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Use the new VBoxGuestControlHelper …
(edit) @103200   11 months vboxsync Validation Kit/tdAddGuestCtrl.py: Use the new VBoxGuestControlHelper …
(edit) @103199   11 months vboxsync ValKit/tmdb-r26-testboxes-4.pgsql: More table dumping. bugref:10592
(edit) @103198   11 months vboxsync ValKit/TestBoxHelper.cpp: longmode -> 64bitguest. [build fix] bugref:10592
(edit) @103197   11 months vboxsync ValidationKit/testmanager: Distinguish between testboxes which can do …
(edit) @103196   11 months vboxsync ValKit/TestBoxHelper.cpp: longmode -> 64bitguest. bugref:10592
(edit) @103195   11 months vboxsync VMM/DBGFR3FlowTrace.cpp: Fix possible write to NULL pointer, bugref:3409
(edit) @103194   11 months vboxsync VMM: Nested VMX: bugref:10318 Distinguish NMI vs. hardware exception 2 …
(edit) @103192   11 months vboxsync fix for r161455, missing break? bugref:10372
(edit) @103191   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 4: Flag input & modification …
(edit) @103190   11 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
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