Timeline
Sep 26, 2016:
- 9:22 PM Changeset in vbox [64030] by
- AHCI,DrvSCSI: Undo the hack now that the bug is fixed
- 9:22 PM Changeset in vbox [64029] by
- Storage/DrvVD: Don't recurse into trying to allocate I/O buffers again …
- 8:04 PM Changeset in vbox [64028] by
- SCSI: Same workaround as for AHCI
- 7:42 PM Changeset in vbox [64027] by
- build fix
- 7:07 PM Ticket #15990 (VirtualBox 5.x CLI cannot display snapshot list while VM is running) created by
- The following command produces an error when executed while the …
- 6:54 PM Changeset in vbox [64026] by
- AHCI: Temporary workaround to make the testboxes happy until the bug …
- 6:53 PM Changeset in vbox [64025] by
- Storage/DrvVD: Assertions + and honor the sync flag for I/O requests
- 6:41 PM Changeset in vbox [64024] by
- build fix
- 6:23 PM Changeset in vbox [64023] by
- kBuild: 2966 -> 2970: kmk (& kWorker) cache fix for names getting longer.
- 6:22 PM Changeset in kBuild [2970] by
- Rebuilt kmk and kWorker for win.x86 & win.amd64 against r2969.
- 6:17 PM Ticket #15805 (VirtualBox crash - Memory could not be read) closed by
- fixed: Thanks you for the feedback!
- 6:16 PM Changeset in kBuild [2969] by
- flush stderr before debugbreak
- 6:14 PM Changeset in kBuild [2968] by
- kWorker: KWORKER_STATS env var triggers statistics to be dumped on exit.
- 6:14 PM Changeset in kBuild [2967] by
- kFsCache: Implemented object names changing to a longer ones.
- 5:44 PM Changeset in vbox [64022] by
- AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
- 5:41 PM Changeset in vbox [64021] by
- AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
- 4:47 PM Changeset in vbox [64020] by
- AHCI: Must duplicate the request structure when saving the request for …
- 4:32 PM Changeset in vbox [64019] by
- Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
- 4:29 PM Changeset in vbox [64018] by
- AHCI: Remove allocating I/O buffers on our own and let the provider of …
- 4:17 PM Changeset in vbox [64017] by
- Runtime/Main/webservice: don't warn about deprecated function …
- 3:14 PM Changeset in vbox [64016] by
- AHCI: Remove tsStart from the request structure as the functionaliyt …
- 3:11 PM Changeset in vbox [64015] by
- AHCI: Remove trim related structures from the request structure and …
- 2:46 PM Changeset in vbox [64014] by
- Main/webservice: -Wno-format only for gcc
- 2:30 PM Changeset in vbox [64013] by
- Main/webservice: no -Wformat when compiling the SOAP stuff
- 2:30 PM Changeset in vbox [64012] by
- Main/webservice: OpenSSL 1.1 adaptions
- 2:29 PM Changeset in vbox [64011] by
- Runtime: OpenSSL 1.1 adaptions
- 2:12 PM Changeset in vbox [64010] by
- LPT: Unbroke enumeration on Windows.
- 2:05 PM Changeset in vbox [64009] by
- AHCI: Get rid of enmTxState in the request structure is the request …
- 2:01 PM Ticket #15939 (most mouse clicks not passed through to guest -> no response from reporter) closed by
- wontfix: No further response, closing. Anyone who is experiencing this and is …
- 2:00 PM Changeset in vbox [64008] by
- AHCI: Store the error and status bits in the FIS directly and remove …
- 1:16 PM Changeset in vbox [64007] by
- Installer/win/Makefile.kmk: No need to keep the intermediate installer …
- 12:55 PM Changeset in vbox [64006] by
- Installer/win/Makefile.kmk: Attempt at making the multilingual …
- 12:25 PM Ticket #12746 (OpenGL doesn't work on 64-bit Linux guests when 3d Acceleration is ...) closed by
- fixed: edwardotis: I have added you to the CC list for #15417. I think that …
- 12:02 PM Changeset in vbox [64005] by
- DrvVD: Logging for discard requests in the error case too
- 11:47 AM Changeset in vbox [64004] by
- oops
- 11:42 AM Changeset in vbox [64003] by
- AHCI: Unused variable
- 11:40 AM Changeset in vbox [64002] by
- Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
- 11:39 AM Changeset in vbox [64001] by
- AHCI: alignment fix for x86
- 11:34 AM Changeset in vbox [64000] by
- Update tstDeviceStructSizeRC too
- 11:33 AM Changeset in vbox [63999] by
- AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
- 11:30 AM Changeset in vbox [63998] by
- Main: Never try to use the builtin I/O cache for the NVMe controller …
- 9:34 AM Ticket #15989 (Guru Meditation error) created by
- Hi. I have built 2 test VMs using virtualbox. But, when I have one VM …
- 8:58 AM Changeset in vbox [63997] by
- Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
- 7:23 AM Changeset in kStuff [95] by
- printf defines
- 6:04 AM Changeset in vbox [63996] by
- removed two obsolete files
- 5:12 AM Ticket #15988 (Sound starts crackling after a few minutes playing audio, Windows 8.1 ...) created by
- Seems to be related to the microphone. I disabled in the host as a …
Sep 25, 2016:
- 10:01 PM Changeset in vbox [63995] by
- kBuild: 2964 -> 2966: win.x86/kWorker.exe pch tweak.
- 7:58 PM Ticket #15987 (macOS 10.12 guest stops responding to mouse after a while) created by
- When running VBox 5.1.6 with a macOS 10.12 server guest the guest …
- 6:10 PM Changeset in vbox [63994] by
- another fix
- 6:09 PM Changeset in vbox [63993] by
- build fix
- 5:58 PM Changeset in vbox [63992] by
- VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
- 5:30 PM Changeset in vbox [63991] by
- PDMIMEDIAEX: Another addendum, make it possible to query a residual …
- 1:51 PM Ticket #15986 (Shared clipboard is not working in headless mode) created by
- I've found plenty similar tickets about this issue but they all are …
- 10:42 AM Ticket #15985 (windows 10 version 1607 VirtualBox 5.1.6-110634 failed to start) created by
- OS :windows 10 version 1607 VirtualBox : 5.1.6-110634 failed to …
- 2:47 AM Changeset in vbox [63990] by
- Installer/win/Makefile.kmk: Why on earth are we actually building MSI …
- 2:47 AM Changeset in vbox [63989] by
- VirtualBox.wxs,Makefile.kmk: Use high compression on product.cab, not …
- 2:31 AM Changeset in vbox [63988] by
- MsiHack: Experiment that didn't pay off much on an SSD.
Sep 24, 2016:
- 11:53 PM Ticket #15984 (Virtualbox 5.1.6 crashes Windows w/ Hyper-V enabled) created by
- This is new behavior...in the previous version, the VM would just not …
- 3:46 PM Ticket #15983 (VDI image resize yields unbootable VDI) created by
- Using […] in VirtualBox 5.1.6 r110634 turns the VDI image (no …
- 11:04 AM Ticket #15982 (guest additions fails to start with special usernames) created by
- Host System: Windows 10 64bit Guest System: Windows 7 64bit Virtual …
- 2:35 AM Ticket #15981 (extension pack does not install on vnc desktop) created by
- hello. extension pack does not install when running virtualbox on a …
Sep 23, 2016:
- 8:16 PM Changeset in vbox [63987] by
- dang
- 8:01 PM Changeset in vbox [63986] by
- Installer/win/Makefile.kmk: Do point def_vbox_link_msi to a temporary …
- 7:52 PM Ticket #15980 (Guests won't go in Save States on Host shutdown with Ubuntu 16.04) created by
- I've noticed that since Ubuntu 16.04 (probably since systemd was …
- 7:08 PM Changeset in vbox [63985] by
- Installer/win/Makefile.kmk: Try do the def_vbox_link_msi in parallel …
- 6:56 PM Changeset in kBuild [2966] by
- Rebuilt kWorker for x86 Window against r2965.
- 6:54 PM Changeset in kBuild [2965] by
- kWorker: Need to reserve more space for large precompiled header …
- 6:47 PM Changeset in vbox [63984] by
- VBoxRT-openssl-pre-1.1.def: Need a few more APIs for the older gsoap.
- 6:34 PM Changeset in vbox [63983] by
- IPRT: Created a minimal openssl linker definition file for 1.0.1 too.
- 6:21 PM Ticket #15979 (vertio-net causes Cisco AnyConnect instablity) created by
- I have been running a Windows (8.1 and 10) guest for several years, …
- 6:02 PM Changeset in vbox [63982] by
- pkix-verify.cpp: OpenSSL 1.1.0 adjustments.
- 4:09 PM Changeset in vbox [63981] by
- Runtime: OpenSSL 1.1.0 preps
- 4:05 PM Changeset in vbox [63980] by
- webservice: gSOAP 2.8.36 + openssl 1.1.0 preps
- 4:05 PM Changeset in vbox [63979] by
- file header standards
- 3:59 PM Ticket #15978 (Floppy Controller adds 10-15 seconds of boot (POST) time for EFI VMs) created by
- To reproduce: 1. Create a new VM (I usually use Linux x64 as template) …
- 3:27 PM Changeset in vbox [63978] by
- FE/Qt: bugref:6899: Accessibility support (step 56): Settings: Rename …
- 2:50 PM Ticket #15932 (BrokenSharedFolder) closed by
- duplicate: Most likely a duplicate of #15662. Please check the latest 5.1.x Guest …
- 2:44 PM Changeset in vbox [63977] by
- FE/Qt: bugref:6899: Accessibility support (step 55): Selector UI: More …
- 2:37 PM Changeset in vbox [63976] by
- Replaced the VBoxOpenSslExtPack SDK with a …
- 1:28 PM Changeset in vbox [63975] by
- Main: fixes initialization of SAS controller (ticketref:15972)
- 1:23 PM Changeset in vbox [63974] by
- libs/Makefile.kmk: Use VBOX_WITH_OPENSSL_1_1_0 for selecting which …
- 1:09 PM Changeset in vbox [63973] by
- Audio/DrvAudioVRDE.cpp: Handle PDMAUDIOSTREAMCMD_PAUSE and …
- 12:40 PM Changeset in vbox [63972] by
- Docs.
- 12:23 PM Changeset in vbox [63971] by
- Audio/AudioMixer.cpp: Respect pending disable status of the sink when …
- 12:11 PM Changeset in vbox [63970] by
- spinlock-r0drv-nt.cpp: fixed disabled code
- 11:54 AM Changeset in vbox [63969] by
- VBoxSVC: No need for openssl
- 11:09 AM Changeset in vbox [63968] by
- kBuild: 2963 -> 2964: Workaround for VCC100* inheriance issue.
- 11:08 AM Changeset in kBuild [2964] by
- VCC100*: Workaround for tool inheritance problem.
- 10:59 AM Changeset in vbox [63967] by
- webservice: removed long obsolete VCC70 hack that caused precompiled …
- 10:21 AM Changeset in vbox [63966] by
- Main: Use always precompiled headers for VBoxAPIWrap and vboxsoap.
- 9:19 AM Ticket #15976 (Suggestion: Disable File/Help menu on the new VM creation) closed by
- wontfix: I understand your intention but please keep in mind that sometimes a …
- 9:05 AM Ticket #15977 (Ubuntu 14.04 crash when open windows 7 guest machine) created by
- Hi everybody, my ubuntu 14.04.1 with kernel 4.4.0-38-generic #57 crash …
- 7:42 AM Changeset in vbox [63965] by
- Logging.
- 5:20 AM Ticket #15976 (Suggestion: Disable File/Help menu on the new VM creation) created by
- In VM User Interface settings, there are …
Sep 22, 2016:
- 11:50 PM Changeset in vbox [63964] by
- kBuild: 2960 -> 2963: kWorker fix/workaround for precompiled header …
- 11:32 PM Changeset in kBuild [2963] by
- Rebuilt kWorker.exe for win.x86 and win.amd64 against r2962.
- 11:30 PM Changeset in kBuild [2962] by
- kWorker: Fixed combined console buffer overflow problem when there's a …
- 10:41 PM Ticket #15975 (VBoxManage always shows host only interfaces as disabled) created by
- VBoxManage list --long hostonlyifs always shows DHCP disabled, even …
- 10:21 PM Ticket #15974 (python host.create_host_only_network_interface returns bad object) created by
- vbmanager = virtualbox.Manager() vbox = …
- 9:05 PM Ticket #14985 (Enable 3D acceleration cause black screen or flickering -> obsolete) reopened by
- Reopening because the same issue is happening to me: […] Started …
- 8:37 PM Changeset in vbox [63963] by
- 3D: Keep BlankedByPowerOff flag in sync while a Target is assigned to …
- 7:41 PM Changeset in kBuild [2961] by
- kWorker: Better handling of fixed allocations in cl.exe, avoiding that …
- 7:06 PM Ticket #15973 (Windows 10 is not working since 14926 build) created by
- If 3D acceleration is disabled then the installation is aborted …
- 6:02 PM Changeset in vbox [63962] by
- FE/Qt: bugref:6899: Accessibility support (step 54): Selector UI: …
- 4:39 PM Ticket #15972 ("VBoxManage storagectl --add sas" gets USB controller) created by
- Issue the command: […] without specifying the controller type. The …
- 4:34 PM Ticket #15971 ("VBoxManage storagectl" missing options in the documentation) created by
- The User Manual and the help for the VBoxManage command do not show …
- 4:09 PM Changeset in vbox [63961] by
- FE/Qt: bugref:6899: Accessibility support (step 53): Selector UI: More …
- 3:53 PM Changeset in vbox [63960] by
- rpm: fix
- 3:30 PM Changeset in vbox [63959] by
- deb: fix
- 3:20 PM Changeset in vbox [63958] by
- Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
- 3:06 PM Changeset in vbox [63957] by
- deb: fix
- 2:58 PM Changeset in vbox [63956] by
- rpm: python fix
- 2:50 PM Changeset in vbox [63955] by
- pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
- 2:49 PM Changeset in vbox [63954] by
- cdefs.h: Fix RT_NOREF9
- 2:44 PM Changeset in vbox [63953] by
- rpm: python fix
- 2:33 PM Changeset in vbox [63952] by
- FE/Qt: bugref:6899: Accessibility support (step 52): Selector UI: …
- 2:29 PM Changeset in vbox [63951] by
- DrvVD: More work on the extended media interface to bring it up to par …
- 2:07 PM Changeset in vbox [63950] by
- FE/Qt: bugref:6899: Accessibility support (step 51): Selector UI: Doxy …
- 1:32 PM Changeset in vbox [63949] by
- FE/Qt: bugref:6899: Accessibility support (step 50): Selector UI: Move …
- 1:22 PM Changeset in vbox [63948] by
- VBoxGuest: VGDrvCommonWaitDoWakeUps must be thread-safe.
- 1:15 PM Ticket #15970 (Failed to create the host-only adapter (Windows 7)) created by
- I cannot create host-only adapter neither with the command […] nor …
- 1:12 PM Ticket #15969 (VirtualBox 5.1.x Error for Windows 7 Guest: VERR_IEM_INSTR_NOT_IMPLEMENTED) closed by
- duplicate: Duplicate of #15801.
- 1:03 PM Ticket #15969 (VirtualBox 5.1.x Error for Windows 7 Guest: VERR_IEM_INSTR_NOT_IMPLEMENTED) created by
- Windows 7 Guest was crashing on Mac OS X El Capitan 10.11.6 Host for …
- 12:35 PM Changeset in vbox [63947] by
- FE/Qt: bugref:6899: Accessibility support (step 49): Selector UI: …
- 12:06 PM Ticket #15968 (Crashing VirtualBox) created by
- When I'm trying to open any Virtual machine I'm having error: "The …
- 12:05 PM Changeset in vbox [63946] by
- deb/rpm: removed support for ancient distributions; disable …
- 12:01 PM Changeset in vbox [63945] by
- VMM/APIC, VMM/GIM/HyperV: Fix MSR range insertion/removale ordering …
- 11:54 AM Changeset in vbox [63944] by
- VMM/APIC: Actively remove the x2APIC MSR range if we are not using it …
- 11:41 AM Changeset in vbox [63943] by
- 3D: Logging in DxgkDdiCommitVidPn improved to view …
- 11:01 AM Changeset in vbox [63942] by
- OpenGL: fixed the most annoying coding style flaws, mainly removing …
- 10:44 AM Ticket #15967 (VM guest freezes) created by
- I think it is the same as this one #15529 I'm Running Linux Mint 18, …
- 8:56 AM Changeset in vbox [63941] by
- Main/webservice: need to keep the hack to try both with and without --file
- 8:06 AM Ticket #15966 (The "HOST + DEL" keys are not responding for logon on Guest) created by
- The "Host + del" keys used to send a CTRL-ALT-DEL on the host virtual …
- 8:06 AM Changeset in vbox [63940] by
- Main/webservice: document the sometimes totally weird Python ZSI …
- 7:58 AM Changeset in vbox [63939] by
- Build/scripts (bugref:6627): Python build scripts updated to generate …
- 7:08 AM Changeset in vbox [63938] by
- mac-ose build fix
Sep 21, 2016:
- 11:53 PM Ticket #15965 (AC97 audio delays under stress) created by
- When the VM is stressed in some way, commonly via running a game, the …
- 9:35 PM Changeset in vbox [63937] by
- kBuild: 2947 -> 2960: Early precompiled headers support for Visual C++.
- 9:33 PM Changeset in vbox [63936] by
- vboxsoap: Configured precompiling the soapH.h (server) header, …
- 9:27 PM Changeset in vbox [63935] by
- Main: Configured Visual C++ precompiled headers for VBoxSVC, …
- 9:23 PM Changeset in vbox [63934] by
- NATNetworkImpl.h: Need to #undef ADDR_ANY, clashes with some windows …
- 8:58 PM Changeset in vbox [63933] by
- Main/Makefile.kmk: nit
- 8:57 PM Changeset in kBuild [2960] by
- Rebuilt kmk and kWorker for windows against r2959 and changed …
- 8:53 PM Changeset in kBuild [2959] by
- kSubmit/kWorker: Added --no-pch-caching parameter to work around …
- 7:58 PM Changeset in kBuild [2958] by
- Rebuilt kmk, kDepObj and kWorker for windows against r2957.
- 7:53 PM Changeset in kBuild [2957] by
- kWorker: precompiled header files didn't work out, unfortunately.
- 7:38 PM Changeset in vbox [63932] by
- VirtualBox/Makefile.kmk: precompiled headers for windows (disabled …
- 7:37 PM Changeset in kBuild [2956] by
- vccprecomp fixes
- 7:16 PM Changeset in vbox [63931] by
- bugref:8087:Additions/x11: support non-root X server: additional …
- 7:05 PM Changeset in kBuild [2955] by
- kDepObj: Added -e<ignored .ext> option for avoid circular dependencies …
- 7:04 PM Changeset in kBuild [2954] by
- Target level precompiled header support for VCC100*.
- 6:54 PM Changeset in kBuild [2953] by
- VCC100*.kmk: Must always use -Zi for kObjDep to work.
- 6:52 PM Changeset in kBuild [2952] by
- footer-pass2-compiling-targets.kmk: Fixed inverted …
- 4:30 PM Changeset in vbox [63930] by
- FE/Qt: bugref:6899: Accessibility support (step 48): Selector UI: …
- 4:12 PM Changeset in vbox [63929] by
- FE/Qt: bugref:6899: Accessibility support (step 47): Selector UI: …
- 4:07 PM Changeset in vbox [63928] by
- FE/Qt: bugref:6899: Accessibility support (step 46): Selector UI: …
- 3:26 PM Changeset in vbox [63927] by
- Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
- 3:03 PM Changeset in vbox [63926] by
- FE/Qt: bugref:6899: Accessibility support (step 45): Selector UI: Some …
- 2:54 PM Changeset in vbox [63925] by
- FE/Qt: bugref:6899: Accessibility support (step 44): Selector UI: …
- 2:44 PM Changeset in vbox [63924] by
- FE/Qt: bugref:6899: Accessibility support (step 43): Selector UI: …
- 2:40 PM Changeset in vbox [63923] by
- FE/Qt: bugref:6899: Accessibility support (step 42): Selector UI: …
- 2:30 PM Ticket #15551 (vbox5.0.22 boot guest fedora rawhide(kernel-4.7) error on mac os x.) closed by
- fixed: Right, I assume the same. So RayWang, plesae reopen if this is still …
- 2:20 PM Ticket #15949 (Change default time stamp of Vbox.log to absolute (not relative)) closed by
- wontfix: Thanks for understanding.
- 2:18 PM Ticket #15964 (Create snapshot) created by
- At the end of crating process I got this: Failed to create a snapshot …
- 1:55 PM Changeset in vbox [63922] by
- Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
- 1:06 PM Changeset in vbox [63921] by
- NAT: strip comment before processing resolv.conf line to simplify …
- 11:26 AM Changeset in vbox [63920] by
- FE/Qt: bugref:6899: Accessibility support (step 41): Selector UI: …
- 11:14 AM Ticket #15963 (VBoxSVC continues to run after closing Virtualbox manager / wakes host PC) created by
- This is how to replicate (on W10 pro v1607): Start Virtualbox manager …
- 11:14 AM Changeset in kBuild [2951] by
- VCC100*.kmk: Use kDepObj, drop /FD and related idb-file, drop …
- 10:35 AM Changeset in vbox [63919] by
- DrvVD: Fix handling encrypted disks when PDMIMEDIAEX is used (only …
- 8:35 AM Ticket #15961 (Vboxmanage --audio param are bad (maybe older in PDF)) closed by
- fixed: Updated the manual, the fix will be in the next 5.1.x maintenance release.
- 8:33 AM Changeset in vbox [63918] by
- doc/manual: clarify 'VBoxManage modifyvm --audio'
- 7:58 AM Changeset in vbox [63917] by
- DrvVD: Don't fail completely when loading a plugin failed, log the …
Sep 20, 2016:
- 8:26 PM Changeset in vbox [63916] by
- bugref:8087: Additions/x11: support non-root X server: remove …
- 7:02 PM Changeset in kStuff [94] by
- kTypes.h: KU32_C fix.
- 6:03 PM Ticket #15962 (Wayland Login Manager Borks Login process in Fedora 24) created by
- Host: MacOSX 10.11.6 Guest: Fedora 24 VB 5.1.6 I am not sure when this …
- 5:41 PM Ticket #15961 (Vboxmanage --audio param are bad (maybe older in PDF)) created by
- In the actual PDF documentation for VirtualBox v5.1.6 on page 136 we …
- 4:57 PM Ticket #15960 (Copying of HTML from windows host to Firefox on a Linux guest doesn't work) created by
- I don't know if it is a problem of Firefox or of VirtualBox itself. …
- 4:44 PM Changeset in kBuild [2950] by
- wrong way
- 4:39 PM Changeset in kBuild [2949] by
- kWorker: Reuse crypt context between cl runs.
- 4:23 PM Changeset in vbox [63915] by
- FE/Qt: bugref:6899: Accessibility support (step 40): Selector UI: More …
- 3:36 PM Changeset in kBuild [2948] by
- kWorker/kDep: save a few header stat calls while optimizing dependencies.
- 2:30 PM Changeset in vbox [63914] by
- Audio/DrvHostCoreAudio.cpp: Implemented support for Audio Queues (work …
- 1:27 PM Ticket #14386 (Microphone not working with VB5.0 on Windows guests) reopened by
- This does not work for me using 5.1.6 on Fedora 24 with a Windows 10 Guest
- 12:31 PM Changeset in vbox [63913] by
- NAT: don't stop parsing if we are out of buffer space for search …
- 11:56 AM Ticket #15954 (Error occurred when the file from the virtual drag and drop to the ...) closed by
- duplicate
- 10:32 AM Changeset in vbox [63912] by
- vd*.h: Correct guard macros
- 10:16 AM Changeset in vbox [63911] by
- VBoxSampleDevice.cpp: ditto
- 10:14 AM Changeset in vbox [63910] by
- DevPlayground.cpp: Use the macros.
- 10:08 AM Changeset in vbox [63909] by
- AHCI: Get rid of goto
- 9:35 AM Ticket #15713 (guest additions do not build with 4.8 kernel -> duplicate of #15695.) closed by
- duplicate: el_schalo, if you will ever open tickets which are opened as …
- 9:30 AM Changeset in vbox [63908] by
- VMM/APIC: Assert nit.
- 9:28 AM Changeset in vbox [63907] by
- VMM/APIC: Comments.
- 9:22 AM Ticket #15713 (guest additions do not build with 4.8 kernel -> duplicate of #15695.) reopened by
- I have still the same issue using the latest VirtualBox Version (5.1.6 …
- 9:16 AM Ticket #15695 (mod_timer_pinned will be dropped from linux kernel v4.8) reopened by
- I have still the same issue reported in the 'duplicate' Ticket #15713 …
- 8:31 AM Changeset in vbox [63906] by
- svn properties
- 8:31 AM Changeset in vbox [63905] by
- Storage/VD: Add proper versioning of the backend structures instead of …
- 8:06 AM Changeset in vbox [63904] by
- switch to cURL 7.50.3
- 8:01 AM Changeset in vbox [63903] by
- switch to cURL 7.50.3
- 7:16 AM Ticket #15959 (Save state crashes when 3D acceleration is enabled) created by
- […]
- 6:49 AM Ticket #15958 (Win10 + guest additions) created by
- After, then I installed guest additions, I have problem with the mouse …
- 1:51 AM Changeset in vbox [63902] by
- kBuild 2943 -> 2947: kmk and kWorker heap corruption fix (Windows only).
- 1:49 AM Changeset in kBuild [2947] by
- Rebuilt kmk.exe and kWorker.exe for win.* against r2946.
- 1:46 AM Changeset in kBuild [2946] by
- kWorker: Made the memory limit dynamic and overridable using …
- 1:46 AM Changeset in kBuild [2945] by
- kFsCache: Finally tracked down the heap corruption bug in the …
- 1:46 AM Changeset in kBuild [2944] by
- kFsCache: Finally tracked down the heap corruption bug in the …
Sep 19, 2016:
- 8:22 PM Ticket #15957 (GUI of guest Fedora 24 4.7.3-200.fc24.x86_64 freeze "blank" on login screen) created by
- I'm using VirtualBox version 5.1.6 r110634 on Windows with Fedora 24 …
- 8:06 PM Changeset in vbox [63901] by
- kBuild 2939 -> 2943: kWorker performance regression fix, and try save …
- 8:04 PM Changeset in kBuild [2943] by
- Rebuilt kWorker.exe for win.* against r2942.
- 8:02 PM Changeset in kBuild [2942] by
- units/qt5.kmk: kSubmit experiments for moc; corrected host exe suffix …
- 8:01 PM Changeset in kBuild [2941] by
- kWorker: More moc work - mainly related to mapping read cached files.
- 6:43 PM Changeset in vbox [63900] by
- bugref:3809: Linux installer maintenance: install our Additions init …
- 6:34 PM Changeset in kBuild [2940] by
- kWorker: Fixed busted read-only caching, checking out using memory …
- 4:58 PM Changeset in vbox [63899] by
- FE/Qt: bugref:7846: Runtime UI: Fixing regression of r110260 where the …
- 4:55 PM Changeset in vbox [63898] by
- kBuild 2937 -> 2939: Hopefully the last Tls/Fls tracking fix for kWorker.
- 4:53 PM Changeset in kBuild [2939] by
- Rebuilt kWorker.exe for win.* against r2938.
- 4:50 PM Changeset in kBuild [2938] by
- kWorker: TlsAlloc and FlsAlloc must only be intercepted for EXE …
- 4:29 PM Changeset in vbox [63897] by
- FE/Qt: bugref:6899: Accessibility support (step 39): Selector UI: …
- 4:26 PM Changeset in vbox [63896] by
- FE/Qt: bugref:6899: Accessibility support (step 38): Selector UI: …
- 4:07 PM Ticket #15956 (USB Regression - Can't connect ST-Link/V2 JTag pod to Windows 7 Guest ...) created by
- I recently updated my VBox installation from 5.0.8 to 5.1.6 and can no …
- 4:07 PM Changeset in vbox [63895] by
- FE/Qt: bugref:6899: Accessibility support (step 37): Selector UI: …
- 4:04 PM Changeset in vbox [63894] by
- FE/Qt: bugref:6899: Accessibility support (step 36): Selector UI: …
- 4:01 PM Changeset in vbox [63893] by
- FE/Qt: bugref:6899: Accessibility support (step 35): Selector UI: …
- 3:48 PM Changeset in vbox [63892] by
- bugref:3809: Linux installer maintenance: adjust user manual to match …
- 3:45 PM Changeset in vbox [63891] by
- bugref:3809: Linux installer maintenance: Additions installer more …
- 3:16 PM Changeset in vbox [63890] by
- bugref:3809: Linux installer maintenance: Additions installer more …
- 2:19 PM Changeset in vbox [63889] by
- bugref:3809: Linux installer maintenance: Additions installer more …
- 2:11 PM Changeset in vbox [63888] by
- VMM/APIC: Insert x2APIC MSRs when Hyper-V compatibility mode is …
- 1:32 PM Changeset in vbox [63887] by
- Storage/VDI: Fix creating fixed size images after cleanup
- 1:02 PM Changeset in vbox [63886] by
- Devices/Samples: more version paranoia (solves unused parameters and …
- 12:50 PM Changeset in vbox [63885] by
- Devices/Samples: build by default (if testcases are built) and install …
- 12:21 PM Changeset in vbox [63884] by
- Devices/Samples: add "playground" device for making experiments (it …
- 12:19 PM Changeset in vbox [63883] by
- Config.kmk: Forgot to create the directory.
- 12:13 PM Changeset in vbox [63882] by
- Config.kmk: Made VBOX_GCC_CHECK_* a little bit more thorough.
- 11:31 AM Changeset in vbox [63881] by
- VBOX_GCC_Wa_cma_nocompress_debug_sections for working around …
- 11:31 AM Changeset in vbox [63880] by
- Storage/iSCSI: Cleanup, get rid goto ... last part
- 11:28 AM Changeset in vbox [63879] by
- DevPciIch9: play safe with BAR64 handling, it applies only to MEM …
- 11:27 AM Changeset in vbox [63878] by
- Devices/Sample: some cleanups of the sample device and driver
- 11:19 AM Changeset in vbox [63877] by
- bugref:3809: Linux installer maintenance: Additions installer small …
- 10:41 AM Changeset in vbox [63876] by
- NAT: Don't exceed RCPS_MAX_SEARCHLIST. Patch from ticketref:15948.
- 9:09 AM Changeset in vbox [63875] by
- bugref:3809: Linux installer maintenance: Additions installer small …
- 7:34 AM Ticket #15770 (Anniversary update incompatibility / the instuction at ... referenced ...) closed by
- fixed: Thank you. I will close this ticket then. Please reopen if necessary.
- 6:13 AM Ticket #15955 (Error occurred when the file from the virtual drag and drop to the ...) created by
- Error occurred when the file from the virtual drag and drop to the …
- 6:13 AM Ticket #15954 (Error occurred when the file from the virtual drag and drop to the ...) created by
- Error occurred when the file from the virtual drag and drop to the …
- 2:26 AM Ticket #15953 (doc/manual/fr_FR/ missing man_VBoxManage-debugvm.xml and ...) created by
- I'm trying build Vbox with VBOX_WITH_DOCS_TRANSLATIONS=1 […] in …
Sep 18, 2016:
- 8:58 PM Changeset in vbox [63874] by
- kBuild 2929 -> 2937: 32-bit kWorker needs to monitor TLS. Some …
- 8:54 PM Changeset in kBuild [2937] by
- Rebuilt win.* kmk.exe and kWorker.exe against r2936.
- 8:47 PM Changeset in kBuild [2936] by
- kWorker: Intercept TlsAlloc and TlsFree too, same reason as for the …
- 8:00 PM Changeset in kBuild [2935] by
- kWorker: Optimized executable writable section restoring.
- 7:38 PM Ticket #15952 (virtio slow and have unstable performance when VM have >1 vCPU) created by
- Hi. I have DL380 G7, with latest CentOS 6. Also, kernel is upgraded …
- 4:47 PM Changeset in kBuild [2934] by
- kWorker: Some cleanups
- 4:23 PM Changeset in kBuild [2933] by
- kWorker.c: Drop the unecessary memset in kwSandbox_Kernel32_ReadFile.
- 4:20 PM Changeset in kBuild [2932] by
- kWorker.c: Don't call kwSandboxGrowEnv unless it's necessary. Duh.
- 3:57 PM Changeset in kBuild [2931] by
- kmk: Added print_dir_stats and implemented it for the NT directory cache.
- 3:57 PM Changeset in kBuild [2930] by
- kFsCache: Implemented lazy child hashing and increased the …
- 9:36 AM Ticket #15951 (Sound doesn't work ( Pulseaudio )) created by
- My system has a USB sound card. It works fine in host ( Debian x64 ). …
- 8:46 AM Ticket #15950 (OS X host UI slowdown during Linux guest usage) created by
- I am using VirtualBox on my OS X laptop since VirtualBox version 4.3. …
Sep 17, 2016:
- 6:57 PM Ticket #15949 (Change default time stamp of Vbox.log to absolute (not relative)) created by
- Each entry of the release log (VBox.log) appears to have a time stamp. …
- 6:56 PM LinuxAdditionsDebug edited by
- (diff)
- 6:54 PM LinuxAdditionsDebug edited by
- HGCM (diff)
- 3:08 PM Ticket #15948 (vbox segfaults with large numbers of search domains in ...) created by
- While vbox makes sure it doesn't read in more than …
- 10:47 AM Ticket #15947 (Mouse integration broken in Mint Debian guest with 4.7 kernel -> ...) created by
- Test system Linux Mint Debian Edition (LMDE 2) 32-bit guest was …
Sep 16, 2016:
- 9:20 PM Changeset in vbox [63873] by
- kBuild 2925 -> 2929: Fixed NASM regression (OS/2, additions).
- 9:19 PM Changeset in kBuild [2929] by
- NASM.kmk: oops, a little regression snuck in.
- 7:33 PM Changeset in vbox [63872] by
- bugref:6417:40: Addressing guestcontrol execute and other issues
- 7:13 PM Ticket #15946 (When upgrading virtualbox, icon is removed from the taskbar and ...) created by
- OS: Windows 10 64-bit, version 1607, build 14393.105. VirtualBox …
- 6:01 PM Ticket #15945 (symlink in shared folder) created by
- I have a Linux guest VM on a Mac OS X host on VirtualBox 5.1.4. A …
- 5:52 PM Changeset in vbox [63871] by
- bugref:3809: Linux installer maintenance: start VBoxService as soon as …
- 5:42 PM Changeset in vbox [63870] by
- bugref:3809: Linux installer maintenance: clean up logging in the …
- 3:09 PM Ticket #15944 (Stop making assumptions about the size of the ...) created by
- In latest builds of RS2 (windows builds greater than 14393), …
- 2:06 PM LinuxAdditionsDebug edited by
- Guest input driver, and what the Additions do not do (diff)
- 1:39 PM LinuxAdditionsDebug edited by
- Mentioned distribution Additions (diff)
- 1:33 PM Changeset in vbox [63869] by
- typo
- 1:23 PM Changeset in vbox [63868] by
- RDP/client: TLSv1_client_method() deprecated but don't complain
- 1:22 PM Changeset in vbox [63867] by
- Runtime: OpenSSL 1.1 fix
- 12:59 PM Changeset in vbox [63866] by
- Audio/DrvHostCoreAudio.cpp: Check for locked down and dead devices …
- 12:58 PM Changeset in vbox [63865] by
- Audio: Added device flags PDMAUDIODEV_FLAGS_LOCKED and …
- 12:55 PM LinuxAdditionsDebug edited by
- (diff)
- 12:42 PM Changeset in vbox [63864] by
- FE/Qt: bugref:7846: Runtime UI: Fixing regression of r110260 where the …
- 11:14 AM Ticket #15943 (Wrong hostonlyif mask) created by
- I'm using VirtualBox as a Vagrant provider and when I specify an …
- 10:22 AM LinuxAdditionsDebug edited by
- Technical note (diff)
- 10:21 AM Ticket #15942 (vm crash on macos upon cmd+c) created by
- virtualbox 5.0.26 on macos. sometimes, the vm crashes (maybe once …
- 10:12 AM LinuxAdditionsDebug created by
- First version
- 9:51 AM Changeset in vbox [63863] by
- Build fix.
- 9:47 AM Changeset in vbox [63862] by
- Audio/DevIchAc97.cpp: Better separated initialization/destruction and …
- 9:35 AM Ticket #15941 (Error occurs trying to add a machine to be fixed.) created by
- An old machine with an old reference to a DVD image cannot be added as …
- 8:51 AM Changeset in vbox [63861] by
- Main/webservice: back out previous change, it causes trouble on …
- 8:29 AM Changeset in vbox [63860] by
- Main/webservice: For all SOAP errors trigger the error code path, not …
- 7:39 AM Ticket #15673 (Intel 82801AA, playback - No sound at all) closed by
- fixed
- 7:27 AM Technical_documentation edited by
- Added LinuxAdditionsDebug (diff)
- 4:48 AM Ticket #15940 (Failed to open a session while starting a virtual machine) created by
- Virtual Box version 5.1.4 Mac OS X El Capitan version 10.11.6 with …
- 4:24 AM Ticket #15939 (most mouse clicks not passed through to guest -> no response from reporter) created by
- Host: OpenSUSE 13.2 64b Guests: Windows 7, 8.1 & 10 …
Note:
See TracTimeline
for information about the timeline view.