Timeline
Feb 22, 2022:
- 9:27 PM Changeset in vbox [93893] by
- VMM/IEM: Added tests for bswap C workers, discovering weird behaviour …
- 7:08 PM Ticket #20838 (Discovered 2 vulnerabilities in VirtualBox) created by
- Hi, In the last couple of months I discovered 2 vulnerabilities in …
- 6:12 PM Changeset in vbox [93892] by
- FE/Qt: bugref:9072. Do nothing upon next/prev button press when number …
- 6:08 PM Changeset in vbox [93891] by
- Main: Guest Properties: improved property name and value validation, …
- 5:49 PM Changeset in vbox [93890] by
- FE/Qt: bugref:3355. Correcting some typo.
- 5:34 PM Changeset in vbox [93889] by
- Guest Control/Validation Kit: Added another assertion to check if the …
- 3:46 PM Changeset in vbox [93888] by
- VMM/IEM: Corrected MUL, IMUL, DIV and IDIV instruction helpers (C …
- 12:50 PM Changeset in vbox [93887] by
- VMM/IEM: Corrected flag calculations for shift operations; added tests …
- 12:15 PM Changeset in vbox [93886] by
- VMM/IEM: Corrected flag calculations for unary operations …
- 11:45 AM Changeset in vbox [93885] by
- VMM/IEM: Corrected flag calculations for double shifts according to …
- 11:32 AM Ticket #15561 (Screenshot is not created if path contains cyrillic symbols) closed by
- fixed: Fix should be a part of 6.1.30. Thanks!
- 11:17 AM Changeset in vbox [93884] by
- FE/Qt: bugref:6899: VirtualBox Manager / Network Manager / Reworking …
- 9:53 AM Changeset in vbox [93883] by
- Config.kmk: Enabled VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING by …
- 9:48 AM Changeset in vbox [93882] by
- Validation Kit: Include unit tests (testcases) on the Validation Kit …
- 9:09 AM Changeset in vbox [93881] by
- VMM/IEM: doxygen fix. bugref:9898
- 9:09 AM Changeset in vbox [93880] by
- VMM/IEM: Tests for CMPXCHG8B and 16B C implementations. bugref:9898
- 4:50 AM Ticket #20837 (Unable to get Virtualbox to run) created by
- I am receiving an error when I try to activate virtualbox. I am …
Feb 21, 2022:
- 11:02 PM Ticket #20836 (Time Machine won't back up VirtualBox VMs folder on Mac Monterey) created by
- I have a MacBook Pro running VirtualBox 6.1.32 with a Windows 10 VM. …
- 10:28 PM Changeset in vbox [93879] by
- VMM/IEM: Added CMPXCHG testcase and corrected flag handling in C …
- 8:52 PM Changeset in vbox [93878] by
- VMM/IEM: Simplified XADD impl. bugref:9898
- 8:49 PM Changeset in vbox [93877] by
- VMM/IEM: Fixed EFlags for LOCK XADD, adding tests for it. bugref:9898
- 8:46 PM Changeset in vbox [93876] by
- Validation Kit/unit tests: Treat tstPDMQueue as a test needing …
- 7:36 PM Changeset in vbox [93875] by
- VBoxManage/cloud: create instance --shape-cpus and --shape-memory …
- 7:18 PM Changeset in vbox [93874] by
- vsheriff: better detection of "misc: unit tests"
- 5:05 PM Changeset in vbox [93873] by
- VGABIOS: Implemented INT 10h/112xH functions (graphical font set).
- 4:55 PM Changeset in vbox [93872] by
- VBoxManage/cloud: use 'h' as the short option for help instead of …
- 3:01 PM Changeset in vbox [93871] by
- FE/Qt: bugref:6899: VirtualBox Manager / Network Manager: Make sure …
- 1:30 PM Changeset in vbox [93870] by
- VMM/IEM: More tests. bugref:9898
- 1:07 PM Changeset in vbox [93869] by
- VMM/IEM: Corrected IMUL result and changed the C version to produce …
- 12:56 PM Changeset in vbox [93868] by
- FE/Qt: bugref:6899: VirtualBox Manager / Tools stack: Make sure …
- 12:14 PM Changeset in vbox [93867] by
- FE/Qt: bugref:6899: VirtualBox Manager / Chooser pane: Minor issues …
- 12:02 PM Changeset in vbox [93866] by
- VMM/IEM: Corrected undefined flag values for BT, BTC, BTR and BTS. …
- 11:48 AM Changeset in vbox [93865] by
- VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
- 11:16 AM Changeset in vbox [93864] by
- VMM/IEM: Corrected overflow flag (OF) calculations for ADD, ADC, SUB …
- 6:45 AM Ticket #20835 (I cannot do normal start it only start as uncoupled start) created by
- The virtual machine 'android32bvb_7_1_int11' has terminated …
Feb 20, 2022:
- 1:54 PM Changeset in vbox [93863] by
- VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
- 1:47 PM Changeset in vbox [93862] by
- VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
- 11:23 AM Changeset in vbox [93861] by
- VMM/IEM: Stubbed the C versions the missing MMX/SSE/AVX functions in …
- 9:53 AM Changeset in vbox [93860] by
- VMM/IEM: Stubbed the C versions x87 FPU functions in IEMAllAImpl.asm. …
- 8:17 AM Changeset in vbox [93859] by
- Main: Replaced DRVMAINSTATUS::pmapMediumAttachments with a …
- 7:47 AM Changeset in vbox [93858] by
- Main: Restored bwGroups[i]->COMGETTER(Name)(strName.asOutParam()); …
Feb 19, 2022:
- 4:24 PM Changeset in vbox [93857] by
- Restore Knut's (bird's) r149773 changes I accidentally clobbered with …
- 4:03 PM Changeset in vbox [93856] by
- Fix burn related to @param doc for new method added
- 3:49 PM Changeset in vbox [93855] by
- Main/Console: remove statements that write pointers for led set, …
- 3:15 PM Changeset in vbox [93854] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 2:02 PM Changeset in vbox [93853] by
- VMM/IEM: Reduced the code duplication for the MUL and IMUL C workers, …
- 1:25 PM Changeset in vbox [93852] by
- VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
- 1:15 PM Changeset in vbox [93851] by
- VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
- 1:11 PM Changeset in vbox [93850] by
- VMM/IEM: Reduced the code duplication for the DIV and IDIV C workers. …
Feb 18, 2022:
- 9:46 PM Ticket #20834 (Linux Guest VM Crashes If Bridged Network Is Selected) closed by
- invalid
- 4:55 PM Changeset in vbox [93849] by
- Validation Kit/unit tests: Make sure to mount the Validation Kit .ISO …
- 3:35 PM Changeset in vbox [93848] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 3:13 PM Changeset in vbox [93847] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 2:59 PM Changeset in vbox [93846] by
- Validation Kit: Extended unittest test driver so that it also can …
- 2:59 PM Changeset in vbox [93845] by
- Backed out r150051 (committed wrong file). bugref:10195
- 2:43 PM Changeset in vbox [93844] by
- Validation Kit: Extended unittest test driver so that it also can …
- 2:31 PM Changeset in vbox [93843] by
- Validation Kit: Extended unittest test driver so that it also can …
- 2:25 PM Changeset in vbox [93842] by
- Validation Kit: Extended unittest test driver so that it also can …
- 2:14 PM Changeset in vbox [93841] by
- VGABIOS: Reworked save area management, added support for font …
- 2:10 PM Changeset in vbox [93840] by
- DevVGA: Changing blink enable or underline location needs to trigger a …
- 12:53 PM Changeset in vbox [93839] by
- Added the sign= in VBOX_COND_GUEST_VERSION
- 11:33 AM Changeset in vbox [93838] by
- iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
- 11:14 AM Changeset in vbox [93837] by
- iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
- 11:13 AM Changeset in vbox [93836] by
- iprt/cdefs.h: Set RT_COMPILER_WITH_128BIT_INT_TYPES for clang based on …
- 4:16 AM Ticket #20834 (Linux Guest VM Crashes If Bridged Network Is Selected) created by
- I just installed VB onto my Windows 10 PC and tried to install Oracle …
- 4:15 AM Ticket #20833 (Linux Guest VM Crashes If Bridged Network Is Selected) created by
- I just installed VB onto my Windows 10 PC and tried to install Oracle …
- 2:02 AM Changeset in kBuild [3556] by
- header.kmk,env.sh: Added 32-bit and 64-bit risc-v to the architecture …
- 2:00 AM Changeset in kStuff [120] by
- kDefs.h: Added risc-v to the K_ARCH_XXX defines.
- 1:46 AM Changeset in vbox [93835] by
- OCI: Add VSD enum values for flexible shape options. Write the values …
Feb 17, 2022:
- 9:11 PM Changeset in vbox [93834] by
- 3D/VMSVGA: Create equal Object Tables of the PAGE_SIZE bytes, bugref:9845
- 6:58 PM Changeset in vbox [93833] by
- 3D/VMSVGA: Additional header file to fix compilation errors in WDDM …
- 5:45 PM Changeset in vbox [93832] by
- DevPIC: Must handle at least some 16-bit accesses. Existing software …
- 4:58 PM Changeset in vbox [93831] by
- VMM/{VMXAllTemplate.cpp.h,NEMR3Native-darwin}: Add code to allow for …
- 4:56 PM Changeset in vbox [93830] by
- VMM/CPUM: Add some helpers for NEM to activate the hyper or guest …
- 3:54 PM Ticket #20832 (Fedora-35 HOST + Windows 10/11 GUEST: Keyboard entries and Touchpad ...) created by
- Dear Friends: I have a bug that I've been facing for approaching …
- 1:30 PM Changeset in vbox [93829] by
- FE/Qt: bugref:6899: VM settings: Replacing what's this tags with tool-tips.
- 1:26 PM Changeset in vbox [93828] by
- VGABIOS: Set DS correctly before calling into C POST code.
- 1:25 PM Changeset in vbox [93827] by
- DevVGA: Show the MSR value in info vga since it's not dumped anywhere else.
- 12:28 PM Changeset in vbox [93826] by
- VMM/NEMR3Native-darwin: Remove the temporary workaround now that the …
- 12:27 PM Changeset in vbox [93825] by
- VMM/NEMR3Native-darwin: Reduce code duplication, bugref:9044
- 11:22 AM Changeset in vbox [93824] by
- VMM: Nested VMX: bugref:10092 Fix trunk regression introduced in …
- 11:00 AM Changeset in vbox [93823] by
- FE/Qt: bugref:9515. Modifying hostname validator's regex.
- 10:33 AM Ticket #20831 (Windows 2008 R2 issues.) created by
- Good day. We have windows 2008 R2 enterprise as a host running on dual …
- 10:20 AM Changeset in vbox [93822] by
- FE/Qt: Checking pointer before creating the connection.
- 9:44 AM Changeset in vbox [93821] by
- FE/Qt: bugref:6899: Forgot one file in r150020.
- 9:40 AM Changeset in vbox [93820] by
- FE/Qt: bugref:6899: VM settings: Replacing QApplication::translate with tr.
- 9:27 AM Changeset in vbox [93819] by
- FE/Qt: bugref:6899: Global properties / Display page: Couple of NLS fixes.
- 9:23 AM Changeset in vbox [93818] by
- FE/Qt: bugref:6899: Global properties: Replacing what's this tags with …
- 9:10 AM Changeset in vbox [93817] by
- Guest Control/Validation Kit: Use a different command on POSIX-y OSes …
Feb 16, 2022:
- 10:37 PM Changeset in vbox [93816] by
- Main/UnattendedScript: Add forgotten release of expression evaluator. …
- 10:28 PM Changeset in vbox [93815] by
- iprt/RTExprEval: Fix small memory leak. bugref:9781
- 9:53 PM Changeset in vbox [93814] by
- VBoxManage: Fix "clean" for the documentation related files.
- 9:42 PM Changeset in vbox [93813] by
- doc/manual: Make the long append command dump a little prettier (line …
- 9:39 PM Changeset in vbox [93812] by
- doc/manual: Fix for "clean".
- 9:33 PM Changeset in vbox [93811] by
- doc/manual, VBoxManage: Fix issue with no longer fully optional …
- 8:37 PM Changeset in vbox [93810] by
- doc/manual: Fix experimental generation of actual man pages (broken by …
- 8:03 PM Changeset in vbox [93809] by
- doc/manual: Untangle the special catalog use related to …
- 7:53 PM Changeset in vbox [93808] by
- doc/manual: Not worth the effort keeping the "VBoxManage hostonlynet" …
- 7:49 PM Changeset in vbox [93807] by
- doc/manual: Fix for previous change, misplaced paste.
- 7:42 PM Changeset in vbox [93806] by
- doc/manual: Turn VBOX_XML_XREF_TO_TEXT into file name only, making it …
- 7:34 PM Changeset in vbox [93805] by
- doc/manual: Use less obscure catalog names (add .cat extension).
- 7:29 PM Changeset in vbox [93804] by
- doc/manual: Include refentry docs for "VBoxManage hostonlynet" into manual.
- 7:28 PM Changeset in vbox [93803] by
- doc/manual: Clean up the entity inclusion into all manpages, …
- 7:25 PM Changeset in vbox [93802] by
- doc/manual: Flag leftover xrefs as a missing linkend or an issue with …
- 7:21 PM Changeset in vbox [93801] by
- doc/manual: Unify translation file handling for the manpage link …
- 7:11 PM Changeset in vbox [93800] by
- doc/manual: Fix the place where the language specific generated …
- 7:01 PM Changeset in vbox [93799] by
- doc/manual: Fix long standing copy/paste bug using the minor version …
- 5:04 PM Changeset in vbox [93798] by
- FE/Qt: bugref:9515. Populate GA ISO selector with recent dvd list.
- 4:52 PM Changeset in vbox [93797] by
- Guest Control/Validation Kit: Use a different command on POSIX-y OSes …
- 4:00 PM Changeset in vbox [93796] by
- DevVGA: Implemented text mode underline.
- 3:39 PM Changeset in vbox [93795] by
- Guest Control/Validation Kit: Explicitly wait for blocking processes …
- 2:58 PM Ticket #20830 (Black Screen on VirtualBox) created by
- I am using Virtual box and Kali linux version in it. Once i rebooted …
- 2:34 PM Changeset in vbox [93794] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 2:33 PM Changeset in vbox [93793] by
- Guest Control/Validation Kit: We indicate an error here, as we …
- 1:30 PM Changeset in vbox [93792] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 1:20 PM Changeset in kBuild [3555] by
- kkeys.e: shift-space in block selection mode workaround.
- 12:49 PM Changeset in vbox [93791] by
- FE/Qt: bugref:9515. Excluding strings with a dot at the end as …
- 12:05 PM Ticket #20829 (cannot assign static IP in host only adapter - other than 192.168.56.0/21) created by
- I'm trying to use my old vboxnetX adapters with my custom IPs, but for …
- 11:47 AM Changeset in vbox [93790] by
- VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
- 11:40 AM Changeset in vbox [93789] by
- VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
- 11:37 AM Changeset in vbox [93788] by
- VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
- 11:07 AM Changeset in vbox [93787] by
- VMM/{NEM*,DBGF}: Make NEM respond to debug event changes and implement …
- 10:51 AM Changeset in vbox [93786] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 10:18 AM Changeset in vbox [93785] by
- VMM/NEMR3Native-darwin: Check whether probes are enabled to decide …
- 10:06 AM Changeset in vbox [93784] by
- Config.kmk: Don't use the UTF-8 manifest on old x86 stuff like Windows …
- 9:47 AM Changeset in vbox [93783] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 9:09 AM Changeset in vbox [93782] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 12:10 AM Changeset in vbox [93781] by
- vsheriff: More GA failure reasons.
- 12:02 AM Changeset in vbox [93780] by
- vsheriff: More GA failure reasons.
Feb 15, 2022:
- 11:46 PM Changeset in vbox [93779] by
- vsheriff: More GA failure reasons.
- 11:38 PM Changeset in vbox [93778] by
- vsheriff: GA failure reasoning fix.
- 11:35 PM Changeset in vbox [93777] by
- vsheriff: GA failure reasoning fix.
- 11:28 PM Changeset in vbox [93776] by
- vsheriff: GA failure reasoning fix.
- 11:24 PM Changeset in vbox [93775] by
- vsheriff: GA failure reasoning fix.
- 11:20 PM Changeset in vbox [93774] by
- vsheriff: GA failure reasoning fix.
- 11:19 PM Changeset in vbox [93773] by
- vsheriff: GA failure reasoning fix.
- 11:03 PM Changeset in vbox [93772] by
- vsheriff: Try fix image hashing error with python 3 and newer Pillow …
- 10:58 PM Changeset in vbox [93771] by
- vsheriff: Try fix image hashing error with python 3.
- 10:15 PM Changeset in vbox [93770] by
- vsheriff: Failure reason for windows Python/COM issue (2nd try).
- 10:07 PM Changeset in vbox [93769] by
- vsheriff: Failure reason for windows Python/COM issue.
- 10:00 PM Changeset in vbox [93768] by
- vsheriff: Another windows install failure reason.
- 9:57 PM Changeset in vbox [93767] by
- vsheriff: Another windows install failure reason.
- 9:52 PM Changeset in vbox [93766] by
- vsheriff: Windows install failure reason. [fix]
- 9:51 PM Changeset in vbox [93765] by
- vsheriff: Windows install failure reason.
- 9:37 PM Changeset in vbox [93764] by
- vsheriff: fixes.
- 9:32 PM Changeset in vbox [93763] by
- vsheriff: Shorten GA failure reasons and adjust detection.
- 9:06 PM Changeset in vbox [93762] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 4:49 PM Changeset in vbox [93761] by
- Config.kmk: Don't use the UTF-8 manifest on old x86 stuff like Windows …
- 4:48 PM Changeset in vbox [93760] by
- Config.kmk: Don't use the UTF-8 manifest on old x86 stuff like Windows …
- 3:42 PM Changeset in vbox [93759] by
- IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
- 3:13 PM Changeset in vbox [93758] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 3:12 PM Changeset in vbox [93757] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 3:08 PM Changeset in vbox [93756] by
- VMM/IEM: Working on adding missing C version of IEMAllAImpl.asm …
- 2:32 PM Changeset in vbox [93755] by
- tstRTInlineAsm: Use picoseconds instead of nanoseconds when …
- 2:29 PM Changeset in vbox [93754] by
- IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
- 2:04 PM Changeset in vbox [93753] by
- IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
- 2:01 PM Changeset in vbox [93752] by
- IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
- 1:13 PM Changeset in vbox [93751] by
- Validation Kit/VKAT: Comment + naming nit.
- 12:42 PM Changeset in vbox [93750] by
- VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
- 12:35 PM Changeset in vbox [93749] by
- 3D/VMSVGA: Accept the CreateContext request for …
- 12:20 PM Changeset in vbox [93748] by
- VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move …
- 8:33 AM Changeset in vbox [93747] by
- Validation Kit/TxS: Added log rotation plus a bit more OS info for …
Feb 14, 2022:
- 9:04 PM Changeset in vbox [93746] by
- Disasm,iprt/cdefs.h: clang and arm64 adjustments. [scm] bugref:9898
- 9:02 PM Changeset in vbox [93745] by
- VMM: More arm64 adjustments. bugref:9898
- 9:00 PM Changeset in vbox [93744] by
- VMM: More arm64 adjustments. bugref:9898
- 9:00 PM Changeset in vbox [93743] by
- VMM/PGMDbg: Non-x86 host scan functions. bugref:9898
- 8:59 PM Changeset in vbox [93742] by
- Disasm,iprt/cdefs.h: clang and arm64 adjustments. bugref:9898
- 8:45 PM Changeset in vbox [93741] by
- Installer/linux: Include VBoxDxVk.so when VBOX_WITH_DXVK is enabled, …
- 8:06 PM Changeset in vbox [93740] by
- rpm/rules: need devtoolset-9 for 3D
- 7:18 PM Ticket #20828 (Virtualbox test build 7 Gest addition didn't install for W11 Linux host) created by
- It follows this tread : …
- 7:14 PM Changeset in vbox [93739] by
- Devices/DevVGA-SVGA3d-win-dx: Fix possible call of RTMemFree(*ppvData) …
- 6:58 PM Changeset in vbox [93738] by
- Config.kmk: Try enabling building of DXVK on Linux hosts to check …
- 5:37 PM Changeset in vbox [93737] by
- doc/manual: In the refentry docs avoid the use of "null" meaning an …
- 5:29 PM Changeset in vbox [93736] by
- doc/docbook2latex.xsl: Fix smart quote logic. It should not touch …
- 5:06 PM Changeset in vbox [93735] by
- VMM/PGM: Allow pfnPfHandler to be NULL in …
- 4:32 PM Changeset in vbox [93734] by
- Validation Kit/Guest Additions: Try gather the TxS log (if any, optional).
- 4:21 PM Changeset in vbox [93733] by
- FE/Qt: Stop but don't reset activity monitor when a vm is paused.
- 3:44 PM Changeset in vbox [93732] by
- Validation Kit/TxS: Added release logging (via VBOX_TXS_RELEASE_LOG) …
- 3:11 PM Changeset in vbox [93731] by
- FE/Qt: bugref:10165. Disabling the guest control tab of the 'session …
- 2:41 PM Changeset in vbox [93730] by
- VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
- 2:33 PM Changeset in vbox [93729] by
- VMM/HM: Need to postpone registering the debug info handlers further, …
- 2:32 PM Changeset in vbox [93728] by
- VMM/NEMR3Native-darwin: Apple requires to bind to all MSRs related to …
- 2:30 PM Changeset in vbox [93727] by
- inlcude/iprt/x86.h: Add some more MSR definitions related to the LBR …
- 2:24 PM Changeset in vbox [93726] by
- FE/Qt: bugref:10165, bugref:9371. Disable file manager when vm is paused.
- 1:46 PM Changeset in vbox [93725] by
- VMM: More arm64 adjustments. bugref:9898
- 1:45 PM Changeset in vbox [93724] by
- SUP: SUPReadTsc for arm. bugref:9898
- 1:13 PM Changeset in vbox [93723] by
- VMM/NEMR3Native-darwin: Fix clearing context changed flag for TSC AUX …
- 12:52 PM Changeset in vbox [93722] by
- VMM/NEMR3Native-darwin: Implement support for the pause loop exiting …
- 12:52 PM Changeset in vbox [93721] by
- VMM/HM: Register DBGF info handlers only when HM is enabled, bugref:9044
- 12:10 PM Changeset in vbox [93720] by
- Guest Control/Main: Return an error in IGuestProcess::terminate() if …
- 11:14 AM Changeset in vbox [93719] by
- Guest Control/Validation Kit: Logging nits.
- 11:09 AM Changeset in vbox [93718] by
- VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
- 10:55 AM Changeset in vbox [93717] by
- VMM/TM: Internal timers never have a critical section set, so …
- 10:36 AM Changeset in vbox [93716] by
- VMM/PGM: Moved the physical handler allocation off the hyper heap and …
- 10:34 AM Changeset in vbox [93715] by
- IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow …
- 10:04 AM Changeset in vbox [93714] by
- Validation Kit/vsheriff: Added a couple more detections for …
- 9:54 AM Changeset in vbox [93713] by
- VBoxManage/manual: Do not use “” in syntax diagrams or …
- 9:25 AM Ticket #20827 (VBox Guest Additions to prompt Linux users to install development modules) created by
- Note : Below is not a bug, but a user experience enhancement. …
Feb 13, 2022:
- 12:05 PM Ticket #20826 (tinycore 1.4 crashes VirtualBox) created by
- Steps to reproduce: DL …
- 4:08 AM Ticket #20825 (copy/paste failure from Win 10 host to Linux guest with VirtualBox 6.1.32) created by
- I am running the latest (fully patched) version of Windows 10 For …
Feb 12, 2022:
- 2:05 PM Changeset in vbox [93712] by
- IPRT/hardavl: Basic statistics. bugref:10093
- 1:58 PM Changeset in vbox [93711] by
- IPRT/hardavl: Added lookupMatchingOrLarger and …
Note:
See TracTimeline
for information about the timeline view.