Timeline
Apr 6, 2018:
- 10:07 PM Changeset in vbox [71729] by
- bugref:8345. Several small improvements.
- 10:05 PM Changeset in vbox [71728] by
- bugref:8345. Added a check for read-only destination.
- 9:44 PM Changeset in vbox [71727] by
- DevHDA.cpp: build fix and more logging.
- 9:14 PM Changeset in vbox [71726] by
- DevHDA.cpp: build fix and more logging.
- 9:11 PM Changeset in vbox [71725] by
- DevHDA: Enabled ring-0 and raw-mode MMIO handling.
- 9:11 PM Changeset in vbox [71724] by
- DevHDA: I'm not going to fix this.
- 9:08 PM Changeset in vbox [71723] by
- DevHDA: Don't crash in the constructor on misconfiguration or other …
- 8:53 PM Changeset in vbox [71722] by
- DevHDA: Made it work in raw-mode. [build fix]
- 8:51 PM Changeset in vbox [71721] by
- DevHDA: Made it work in raw-mode.
- 6:51 PM Changeset in vbox [71720] by
- PATM: Don't try pass stuff to patmRCVirtPagePfHandle that's not …
- 6:48 PM Changeset in vbox [71719] by
- RpcChannelHook.cpp: @todo wrt reliablity.
- 6:21 PM Changeset in vbox [71718] by
- Main/Makefile.kmk: intent fixes
- 6:17 PM Changeset in vbox [71717] by
- s/VBOX_SDS_CLIENT_WATCHER/VBOX_WITH_SDS_CLIENT_WATCHER/g
- 6:16 PM Changeset in vbox [71716] by
- VBoxSDS,VBoxSVC: Replaced the enviornment variable hack …
- 5:49 PM Changeset in vbox [71715] by
- Main/VBoxSVC: add kmk flag to switch off client process watching …
- 5:30 PM Changeset in vbox [71714] by
- VirtualBoxClientListImpl.cpp: More todos.
- 5:24 PM Changeset in vbox [71713] by
- Fixed hanging indent since responsible developer doesn't seem to care.
- 4:22 PM Changeset in vbox [71712] by
- DevHDA: Allocate the CORB / RIRB buffers on device construction and …
- 3:47 PM Changeset in vbox [71711] by
- DevHDA: More stuff we can do in R0/RC.
- 3:18 PM Changeset in vbox [71710] by
- DevHDA: CORBRP reset fix.
- 3:13 PM Changeset in vbox [71709] by
- DevHDA: Locking related adjustments and fix. * hdaRegWriteBase …
- 3:11 PM Changeset in vbox [71708] by
- Revert r121784 and 121788: bugref:9112: Linux Additions: fix building …
- 2:35 PM Ticket #17666 (404 for latest developer build) closed by
- fixed: Thanks for the heads up. There were no updates for a while and the …
- 1:42 PM Changeset in vbox [71707] by
- DevHDA: Another nit. bugref:9094
- 1:40 PM Changeset in vbox [71706] by
- DevHDA: nits. bugref:9094
- 1:26 PM Changeset in vbox [71705] by
- VBox-CodingGuidelines.cpp: wrote down unwritten #ifdef rule wrt to …
- 12:52 PM Changeset in vbox [71704] by
- DevHDA: hdaTimer + hdaStreamTransferIsScheduled: Please don't make …
- 12:24 PM Changeset in vbox [71703] by
- NetworkServices/Dhcpd: untabify.
- 11:53 AM Changeset in vbox [71702] by
- VBox-CodingGuidelines: Added an excellent presentation about C/C++ …
- 11:33 AM Changeset in vbox [71701] by
- iprt/cdefs.h: Use lfence for RT_UNTRUSTED_VALIDATED_FENCE on both …
- 11:32 AM Changeset in vbox [71700] by
- iprt/asm.h: Use SSE2 fence instructions.
- 11:13 AM Ticket #17671 (VERR_NOT_SUPPORTED on CUE file created by ImgBurn) created by
- Have a CD drive of some form > run ImgBurn > tell it to create an …
- 10:55 AM Ticket #17670 (clonevm --groups does not create new group) created by
-
VBoxManage clonevm VM1 --groups /NewGroup --register
successfully … - 10:45 AM Changeset in vbox [71699] by
- SUPDrv,VBoxVMM: Require SSE2 to be present.
- 10:18 AM Changeset in vbox [71698] by
- DevVGA: Code cleanup in progress. ?bugref:9094
- 10:01 AM Changeset in vbox [71697] by
- VMM/HMSVMR0: nit.
- 10:00 AM Changeset in vbox [71696] by
- Committed too much previously, revert additional lines. bugref:9112: …
- 8:56 AM Changeset in vbox [71695] by
- VBoxGuest: VBGL_HGCM_HDR_INIT_TIMED, consistent use of VbglHGCMParm …
- 8:27 AM Changeset in vbox [71694] by
- Make building Linux Additions compatible with old GLIBC versions …
- 7:43 AM Changeset in vbox [71693] by
- FE/Qt: bugref:6699 Print out COM errors in the log window of the file …
- 7:26 AM Changeset in vbox [71692] by
- VMM/HMSVMR0: Increment RIP on handling PAUSE #VMEXIT and intercept …
- 3:55 AM Ticket #17669 (Virtual Box not saving Default Machine Folder after closing app) created by
- The version of VBox I have is 5.2.8. I have Windows 10 as my host. I …
- 1:26 AM Ticket #17668 (Keyboard does not work in Linux Build 5.2.8 r121009) created by
- I am running build 5.2.8 r121009 on Centos 7. The keyboard stops …
Apr 5, 2018:
- 7:37 PM Ticket #17667 (Screen freezes above 1439p) created by
- Ubuntu guest, Windows 8 host, 2560x1440 screen, I have had screen …
- 4:58 PM Changeset in vbox [71691] by
- VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file
- 3:24 PM Changeset in vbox [71690] by
- vsheriff: Detect another variant of RHEL5 udev hang.
- 3:20 PM Changeset in vbox [71689] by
- NetworkServices/Dhcpd: implement reading config from a file.
- 3:11 PM Changeset in vbox [71688] by
- HDA: Removed redundant and wrong STATESTS interrupt check to fix …
- 3:09 PM Changeset in vbox [71687] by
- indent
- 3:03 PM Changeset in vbox [71686] by
- DevVGA: Code cleanup in progress. bugref:9094
- 1:48 PM Changeset in vbox [71685] by
- VBox-CodingGuidelines: fix typo in previous.
- 1:13 PM Changeset in vbox [71684] by
- FE/Qt: bugref:9072 Build Fix
- 1:07 PM Changeset in vbox [71683] by
- FE/Qt: bugref:9072 Handle logviewer bookmarks a bit better in case of …
- 1:02 PM Changeset in vbox [71682] by
- tdMoveVM1.py: less confusing output when skipping.
- 12:41 PM Changeset in vbox [71681] by
- Guest Control/Validation Kit: Adjusted more tests for versions <= 5.2.
- 12:40 PM Changeset in vbox [71680] by
- SharedOpenGL: fixed compiler warning. bugref:9094
- 12:13 PM Changeset in vbox [71679] by
- FE/Qt: bugref:9049: It actually appeared linking library mocs two …
- 12:11 PM Changeset in vbox [71678] by
- Added other currently documented CPUID leaves which depend on ECX.
- 12:05 PM Changeset in vbox [71677] by
- ValidationKit/tdUsb1: Turn gadget host connect failures into a reason …
- 12:00 PM Changeset in vbox [71676] by
- Comments.
- 11:54 AM Changeset in vbox [71675] by
- tstRTInlineAsm.cpp: Test ASMCpuId too.
- 11:39 AM Changeset in vbox [71674] by
- tstRTInlineAsm.cpp: leavs 0x0f and 0x10 also depend on ECX input..
- 11:24 AM Changeset in vbox [71673] by
- DevVGA: Code cleanup in progress. bugref:9094
- 11:15 AM Changeset in vbox [71672] by
- Guest Control/Validation Kit: Copying files into directories via Main …
- 8:45 AM Changeset in vbox [71671] by
- Guest Control/Validation Kit: Copying files into directories via Main …
- 8:27 AM Changeset in vbox [71670] by
- FE/Qt: bugref:6699 Create directories with a correct mode
Apr 4, 2018:
- 7:47 PM Ticket #17666 (404 for latest developer build) created by
- wget …
- 6:54 PM Changeset in vbox [71669] by
- FE/Qt: bugref:9072: Make sure logviewer shows the correct text when no …
- 5:07 PM Changeset in vbox [71668] by
- Guest Control/Validation Kit: Enabled copyTo / copyFrom testcases and …
- 5:06 PM Changeset in vbox [71667] by
- Guest Control/Main: Implemented file flag handling for …
- 3:56 PM Changeset in vbox [71666] by
- DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 [build fix]
- 3:54 PM WikiStart edited by
- Remove IQEmu link that seems to be dead. IQEmu seems to have been … (diff)
- 3:46 PM Changeset in vbox [71665] by
- FE/Qt: bugref:9049: VBoxGlobal library fixed for macOS.
- 3:38 PM Ticket #17656 (phpvirtualbox was migrated to GitHub in 2017.) closed by
- fixed: Thanks for the update. I have updated the link on the front page. I …
- 3:37 PM WikiStart edited by
- Update the link to the phpVirtualBox web-site (ticket #17656). (diff)
- 3:36 PM Changeset in vbox [71664] by
- FE/Qt: bugref:9049: Yet another tiny cleanup for GUI Makefile (s.a. …
- 3:32 PM Ticket #17657 (VirtualBox terminated unexpectedly during startup with exit code 1) closed by
- invalid: Thanks for the update.
- 3:30 PM Changeset in vbox [71663] by
- FE/Qt: bugref:9049: Tiny cleanup for GUI Makefile.
- 3:24 PM Changeset in vbox [71662] by
- FE/Qt: bugref:9049: Small cleanup for VBoxUtils-darwin stuff.
- 3:16 PM Changeset in vbox [71661] by
- FE/Qt: bugref:9049: Full and heavy cleanup for UICocoaApplication.
- 3:14 PM Changeset in vbox [71660] by
- Added a section about handling guest input to the general coding guidlines.
- 2:40 PM Changeset in vbox [71659] by
- FE/Qt: bugref:9049: Heavy cleanup for DarwinKeyboard stuff.
- 2:14 PM Changeset in vbox [71658] by
- WDDM: miniport adjustments for DevExt changes.
- 2:07 PM Ticket #17665 (An error, log attached) created by
- I debugged guest Windows 10 with WinDbg, and then I got an error which …
- 1:59 PM Changeset in vbox [71657] by
- SVN props.
- 1:42 PM Changeset in vbox [71656] by
- DevVGA: Code cleanup in progress. bugref:9094
- 1:27 PM Changeset in vbox [71655] by
- FE/Qt: bugref:9049: Large cleanup for CocoaEventHelper stuff.
- 1:26 PM Changeset in vbox [71654] by
- FE/Qt: bugref:6699 Some corrections to file copying stuff
- 12:43 PM Changeset in vbox [71653] by
- Guest Control/Main: Make sure to terminate guest process tools in …
- 12:23 PM Changeset in vbox [71652] by
- DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 [build fix]
- 12:20 PM Changeset in vbox [71651] by
- DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094
- 12:05 PM Ticket #17664 (Crash in hdaR3Timer, Fedora 27 host, Oracle Linux 7.2 guest -> fixed ...) created by
- VirtualBox crashes when any gnome based application is started, …
- 11:59 AM Changeset in vbox [71650] by
- SVN props.
- 11:10 AM Changeset in vbox [71649] by
- Guest Control/Main: Renamed SessionTaskUpdateAdditions::InstallerFile …
- 10:54 AM Changeset in vbox [71648] by
- Guest Control/Main: Added a dedicated header file for guest session tasks.
- 10:38 AM Changeset in vbox [71647] by
- Guest Control/Main: Don't check if the session is ready in …
- 9:52 AM Changeset in vbox [71646] by
- Guest Control/Validation Kit: Log stale guest sessions.
- 9:41 AM Changeset in vbox [71645] by
- FE/Qt: bugref:6699 Some modifications to UIGuestFileTable class
- 6:55 AM Changeset in vbox [71644] by
- FE/Qt: Some more line adding
- 6:45 AM Changeset in vbox [71643] by
- VMM: whitespace consistency nit.
- 6:39 AM Changeset in vbox [71642] by
- Build fix.
- 6:31 AM Changeset in vbox [71641] by
- VMM/IEM: Nested hw.virt: Use CPUMIsGuestSvmVirtIntrMasking instead of …
- 6:30 AM Changeset in vbox [71640] by
- VMM: Nested hw.virt: Abstract SVM V_INTR_MASKING so we can refer to …
- 6:01 AM Changeset in vbox [71639] by
- FE/Qt: More emtpy line adding. This time under 'guestctrl' folder
- 5:11 AM Changeset in vbox [71638] by
- FE/Qt: Adding 'that' empty line to the end of files under 'logviewer'. …
Apr 3, 2018:
- 7:45 PM Ticket #17663 (Graphics lockup leading to VM lockup with Fedora 27 guest -> reported ...) created by
- On a Mac host, I have a Fedora 27 guest using the Cinnamon window …
- 6:45 PM Changeset in vbox [71637] by
- Build fix.
- 5:57 PM Ticket #17662 (NtCreateFile(\Device\VBoxDrvStub) failed: 0xc0000034 ...) created by
- Unable to start the VM after system reboot […]
- 5:54 PM Changeset in vbox [71636] by
- Guest Control/Main: Ignore rc when notifying wait events in …
- 5:52 PM Changeset in vbox [71635] by
- Build fix.
- 5:45 PM Changeset in vbox [71634] by
- Guest Control/Main: Use the session ID for Guest::i_sessionRemove() …
- 5:37 PM Ticket #11143 (vboxmanage startvm fails with E_ACCESSDENIED) reopened by
- I am having the same issue with VirtualBox release 5.2.8. Invested 2hr …
- 5:06 PM Changeset in vbox [71633] by
- FE/Qt: bugref:9150 Build Fix
- 4:58 PM Changeset in vbox [71632] by
- FE/Qt: bugref:9150 Implementing GUI elements for the 'move vm' API
- 4:43 PM Changeset in vbox [71631] by
- Guest Control/Validation Kit: Use a unicode prefix for this command, …
- 4:37 PM Changeset in vbox [71630] by
- FE/Qt: bugref:9049: Initial commit for VBoxGlobal library (for now it …
- 2:23 PM Changeset in vbox [71629] by
- DevVGA: Code cleanup in progress. bugref:9094
- 9:50 AM Ticket #17661 (iMac High Sierra - host kernel panic when adding load to guest) created by
- Steps to reproduce: Create a simple Virtualbox with vagrant: […] …
- 9:32 AM Changeset in vbox [71628] by
- DevVGA: Code cleanup in progress. bugref:9094 [bugfix]
Apr 2, 2018:
- 10:37 PM Changeset in vbox [71627] by
- IPRT/net: RTNetStrToMacAddr - fix a couple of places where it still …
- 9:28 PM Ticket #17660 (Critical Error on Boot) created by
- can not star my virtual machine, I recceive a critical error and …
- 9:12 PM Changeset in vbox [71626] by
- DevVGA,VBoxC: Code cleanup in progress. bugref:9094
- 7:30 PM Ticket #17659 (hitting ctrl-alt-delete causes VirtualBox to close) created by
- In CentOS 7 (host OS), when I hit ctrl-alt-delete, out of habit from …
- 6:13 PM Changeset in vbox [71625] by
- FE/Qt: bugref:9049: Some refactoring for UIActionPoolSelector missed …
- 5:55 PM Changeset in vbox [71624] by
- FE/Qt: bugref:9049: A lot of refactoring for UIActionPoolRuntime …
- 5:34 PM Changeset in vbox [71623] by
- Guest Control/tests: Disabled …
- 5:33 PM Changeset in vbox [71622] by
- DevVGA: Code cleanup in progress. bugref:9094
- 5:32 PM Changeset in vbox [71621] by
- FE/Qt: bugref:9049: Full and heavy cleanup for UIActionPoolSelector.
- 5:20 PM Changeset in vbox [71620] by
- DevVGA,VBoxC: Code cleanup in progress. bugref:9094
- 5:11 PM Changeset in vbox [71619] by
- DevVGA,VBoxC: Code cleanup in progress. bugref:9094
- 5:02 PM Changeset in vbox [71618] by
- Guest Control/tests: Disabled …
- 3:45 PM Changeset in vbox [71617] by
- FE/Qt: bugref:9049: A lot of refactoring for UIActionPool missed in …
- 3:03 PM Changeset in vbox [71616] by
- FE/Qt: bugref:9049: Full and heavy cleanup for UIActionPoolRuntime.
- 1:18 PM Changeset in vbox [71615] by
- FE/Qt: bugref:9049: Detach UIActionPoolRuntime dependencies from …
- 11:39 AM Changeset in vbox [71614] by
- bugref:8345. Changed api support starting from 5.3.
- 9:35 AM Changeset in vbox [71613] by
- bugref:8345. Changed api support starting from 5.2.
- 2:00 AM Changeset in vbox [71612] by
- DevVGA: Code cleanup in progress. bugref:9094
- 12:08 AM Changeset in vbox [71611] by
- DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
- 12:07 AM Changeset in vbox [71610] by
- Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
Apr 1, 2018:
- 11:55 PM Ticket #17658 (Mouse pointer as dots -> duplicate of #17074) created by
- Hi. I have HP14ba105ur, Virtual Box v. 5.2.8, quest Windows 7, host …
- 11:49 PM Changeset in vbox [71609] by
- Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
- 11:40 PM Changeset in vbox [71608] by
- Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
- 11:38 PM Changeset in vbox [71607] by
- DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094
- 11:29 PM Changeset in vbox [71606] by
- Introducing VBox/AssertGuest.h and a family of ASSERT_GUEST_XXXX …
- 8:28 PM Changeset in vbox [71605] by
- iprt/string.h: Added RT_COPY_VOLATILE & RT_BCOPY_VOLATILE for helping …
- 6:11 PM Changeset in vbox [71604] by
- DevVGA,VBoxVideo: Code cleanup in progress: Backed …
- 5:51 PM Ticket #17657 (VirtualBox terminated unexpectedly during startup with exit code 1) created by
- It was working fine before, but it suddenly stopped working, I have …
- 4:48 PM Changeset in vbox [71603] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 4:44 PM Changeset in vbox [71602] by
- iprt/cdefs.h: Introduced a couple of more macros for paranoid handling …
- 2:55 PM Changeset in vbox [71601] by
- drm/indent.sh: Let's not translate RT_UNTRUSTED_VOLATILE_xxxx to …
- 1:05 PM Changeset in vbox [71600] by
- Fixing 'indenting' of the AssertPtrReturn and …
- 12:52 PM Changeset in vbox [71599] by
- Fixing 'indenting' of the AssertPtrReturn and …
- 10:49 AM Changeset in vbox [71598] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
Mar 31, 2018:
- 9:32 PM Changeset in vbox [71597] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 9:23 PM Changeset in vbox [71596] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 8:24 PM Changeset in vbox [71595] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 8:08 PM Changeset in vbox [71594] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 7:52 PM Changeset in vbox [71593] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 7:51 PM Changeset in vbox [71592] by
- DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094
- 6:40 PM Changeset in vbox [71591] by
- DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
- 6:34 PM Changeset in vbox [71590] by
- DevVGA,HGSMI,++: Code cleanup in progress. bugref:9094
- 6:32 PM Changeset in vbox [71589] by
- iprt/cdefs.h: Added macros for marking various types of untrusted data.
- 1:47 PM Changeset in vbox [71588] by
- DevVGA_VDMA.cpp: Added missing+buggy bits from ?bugref:9054.
- 12:51 PM Changeset in vbox [71587] by
- bootsectors/Makefile.kmk: some more python+/dev/null.
- 12:50 PM Changeset in vbox [71586] by
- PGMAllPool: doc fix
- 12:48 PM Changeset in vbox [71585] by
- HGSMI.h: docs
- 12:35 PM Changeset in vbox [71584] by
- gen-slickedit-workspace.sh: some missing stuff in additions/common. …
- 12:31 PM Changeset in vbox [71583] by
- gen-slickedit-workspace.sh: some missing stuff in additions/common.
- 8:53 AM Ticket #17656 (phpvirtualbox was migrated to GitHub in 2017.) created by
- Hi, The phpvirtualbox project moved to GitHub and so the link to …
- 2:29 AM Changeset in kBuild [3223] by
- nt/ntstat.c: Use NtQueryFullAttributesFile for implementing …
- 2:03 AM Ticket #17655 (Vitualbox very limited memory consumption) created by
- This has been reported by other users on forum (thread has closed …
- 1:54 AM Changeset in kBuild [3222] by
- kmk/kmkbuiltin: Run the following kmk_builtin_xxxx commands on worker …
Mar 30, 2018:
- 11:27 PM Changeset in kBuild [3221] by
- kmk_cp: use getopt_r and stop using global and static variables.
- 10:34 PM Changeset in kBuild [3220] by
- kmk_chmod: converted to getopt_r.
- 10:30 PM Changeset in kBuild [3219] by
- kmkbuiltin: Added KMK_OPEN_NO_INHERIT to all open calls.
- 10:23 PM Changeset in kBuild [3218] by
- kmk_cat: converted to getopt_r and got rid of all static variables.
- 10:11 PM Changeset in kBuild [3217] by
- kmk_cmp: changed to use getopt_r.
- 10:09 PM Changeset in kBuild [3216] by
- kmk_rm, kmk_rmdir: changed to use getopt_r.
- 10:01 PM Changeset in kBuild [3215] by
- kmk_ln, kmk_mkdir, kmk_mv, kmk_printf: changed to use getopt_r and got …
- 10:01 PM Ticket #17654 (Windows 98 VM won't boot) created by
- Every time that I try to install Windows 98 on a VM, the VM would not …
- 9:03 PM Changeset in kBuild [3214] by
- kmk_install: use getopt_r.
- 9:03 PM Changeset in kBuild [3213] by
- kmk: Forked getopt and created a reentrant variant getopt_r.
- 6:50 PM Ticket #17653 (VERR_NO_LOW_MEMORY) created by
- # VBoxManage startvm win10a --type headless Waiting for VM "win10a" to …
- 4:37 PM Ticket #17652 (Error message) created by
- Trying to run a program called WISEPC 2015 which is supposed to run on …
- 3:46 PM Changeset in vbox [71582] by
- FE/Qt: bugref:9049: Heavy cleanup for UIActionPool.
- 11:53 AM Ticket #17651 (A critical error has occurred while running the virtual machine and ...) created by
- While starting new virtual box and choosing to install Ubuntu 32bit OS …
- 10:38 AM Changeset in vbox [71581] by
- bugref:8345. Attempt to fix the subtle bug with MEDIUMTASK structure …
- 10:33 AM Changeset in vbox [71580] by
- FE/Qt: bugref:9049: Forgot something in r121405.
- 10:27 AM Changeset in vbox [71579] by
- FE/Qt: bugref:9049: Detach UIPopupCenter dependency from …
- 9:31 AM Ticket #17650 (Random crash VM and Nat Network together) created by
- Hello! Host Ubuntu Server 17.10 Have here Nat network and 3 VMs: 1) …
Mar 29, 2018:
- 5:32 PM Changeset in vbox [71578] by
- FE/Qt: bugref:9049: Tiny cleanup for UIProgressDialog.
- 5:13 PM Changeset in vbox [71577] by
- FE/Qt: bugref:9049: Full and heavy cleanup for UISpecialControls and …
- 4:15 PM Changeset in vbox [71576] by
- /Makefile.kmk: Trying to replace VBOX_KMK_TIME with TIME and …
- 3:25 PM Changeset in vbox [71575] by
- /Makefile.kmk: Try send in the cleanup crew before rsyncing in & out …
- 3:10 PM Changeset in vbox [71574] by
- VBoxLicenseViewer.cpp: Fixed sloppy @todo comment to make scm happy.
- 3:07 PM Changeset in vbox [71573] by
- kBuild 3209 -> 3212: Added --stdin-pipe option to kmk_redirect for …
- 3:03 PM Changeset in kBuild [3212] by
- Rebuilt kmk.exe and kmk_redirect.exe on win.* against r3211.
- 3:00 PM Changeset in kBuild [3211] by
- kmk/output.c: membuf_dump must set stdout+stderr to _O_BINARY while …
- 3:00 PM Changeset in vbox [71572] by
- ValidationKit/testdriver: Removed audio logging from VBOX_RELEASE_LOG.
- 2:51 PM Changeset in kBuild [3210] by
- kmk_redirect: Added a --stdin-pipe option for tricking a windows rsh …
- 1:41 PM Changeset in vbox [71571] by
- FE/Qt: bugref:9049: Small cleanup for UIVirtualBoxEventHandler.
- 1:00 PM Changeset in vbox [71570] by
- /Makefile.kmk: ditto for the validationkit.
- 12:53 PM Ticket #17649 (Drag/Drop files stop working when restarting VM from saved state -> ...) created by
- I am running virtual Box 5.2.8 r121009 with a windows 10 VM running on …
- 12:43 PM Changeset in vbox [71569] by
- /Makefile.kmk: try use kmk_time with correct argument quoting for OS/2 …
- 12:42 PM Changeset in vbox [71568] by
- kBuild 3206 -> 3209: Made windows kmk_time.exe requote argument …
- 12:37 PM Changeset in kBuild [3209] by
- Rebuilt kmk_time.exe on win.* against r3208.
- 12:11 PM Changeset in vbox [71567] by
- Guest Control/Main: GuestFsObjInfo logging.
- 11:59 AM Changeset in vbox [71566] by
- Guest Control/Main: Resolved a @todo: Return VERR_OBJECT_DESTROYED on …
- 11:48 AM Changeset in vbox [71565] by
- VMM/HMSVMR0: Safer to use the TSC offset from TMCpuTickCanUseRealTSC …
- 11:47 AM Changeset in vbox [71564] by
- Guest Control/Main: Added GuestProcessTool::uninit() and also …
- 11:14 AM Changeset in vbox [71563] by
- FE/Qt: bugref:6699 Handle property display in case of multiple …
- 11:10 AM Changeset in vbox [71562] by
- Guest Control/Main: Logging.
- 11:08 AM Changeset in vbox [71561] by
- Guest Control/Main: Check rc in GuestBase::baseUninit().
- 11:00 AM Changeset in vbox [71560] by
- Guest Control/Main: Added more AutoCaller checks for public APIs.
- 8:33 AM Ticket #17647 (Host-Only adapter failled to install) closed by
- duplicate: #17648
- 7:20 AM Ticket #17648 (Host-Only adapter failed to install on Windows 10 OS) created by
- [How to reproduce] From fresh installation, I had …
- 6:24 AM Ticket #17647 (Host-Only adapter failled to install) created by
- Hello, [How to reproduce it] From fresh installation, …
- 4:36 AM Changeset in vbox [71559] by
- VMM/HMSVMR0: Duplicate case label.
- 3:54 AM Changeset in kBuild [3208] by
- kmk_time: Quote the arguments properly on windows.
- 3:51 AM Changeset in kBuild [3207] by
- kmk_redirect: stupid idea to try emulate the -i option of GNU env, its …
- 3:48 AM Changeset in vbox [71558] by
- Config.kmk/VBOX_CROGL_PYTHON_ENV: Set stdin to /dev/null as tne python …
- 1:44 AM Ticket #17646 (Failure to launch windows 10) created by
- I'm not entirely sure what's going on. Every time I go to launch …
- 12:47 AM Changeset in vbox [71557] by
- kBuild 3204 -> 3206: Fixed problem converting ssh command in targets …
- 12:45 AM Changeset in kBuild [3206] by
- Rebuilt kmk.exe on win against r3205.
- 12:42 AM Changeset in kBuild [3205] by
- kmk/winchildren.c: Fixed argv -> cmdline conversion bug.
Mar 28, 2018:
- 10:30 PM Changeset in vbox [71556] by
- kBuild 3201 -> 3204: workaround for tstVMStructRC.exe not found …
- 10:24 PM Changeset in kBuild [3204] by
- Rebuilt kmk.exe on win against r3203.
- 10:23 PM Changeset in kBuild [3203] by
- winchildren: Workaround for out of sync dir cache (temporary, right).
- 9:39 PM Changeset in kBuild [3202] by
- winchildren: fixed typo
- 8:56 PM Changeset in vbox [71555] by
- kBuild 3130 -> 3200: Updated windows binaries (still a bit …
- 8:44 PM Changeset in kBuild [3201] by
- Rebuilt win.* against r3200.
- 8:32 PM Changeset in kBuild [3200] by
- kmk,kWorker: Some fixes wrt output capture and ctrl-c.
- 6:56 PM Changeset in kBuild [3199] by
- kmk,kWorker: Catch output from kWorker processes when --output-sync …
- 6:38 PM Changeset in vbox [71554] by
- bugref:8345. scenarios 5 and 6: the double slashes in the path were …
- 5:28 PM Changeset in vbox [71553] by
- FE/Qt: bugref:9049: Small cleanup for VBoxAboutDlg.
- 5:01 PM Changeset in vbox [71552] by
- FE/Qt: bugref:9049: Full and heavy cleanup for VBoxLicenseViewer.
- 4:24 PM Changeset in vbox [71551] by
- FE/Qt: bugref:9049: Full and heavy cleanup for VBoxUtils stuff.
- 4:19 PM Changeset in vbox [71550] by
- bugref:8345. Removed the unused variables.
- 4:15 PM Changeset in kBuild [3198] by
- kmk/kSubmit,kWorker: Pass the pipe handle via …
- 4:12 PM Changeset in vbox [71549] by
- bugref:8345. The functions testScenario_2 and testScenario_3 were …
- 4:11 PM Changeset in kBuild [3197] by
- kmk/winchildren: Dont use fprintf for error handling, but fatal, …
- 3:54 PM Changeset in vbox [71548] by
- bugref:8345. Coding style fixes.
- 3:47 PM Changeset in vbox [71547] by
- bugref:8345. Coding style fixes.
- 3:43 PM Changeset in vbox [71546] by
- bugref:8345. Coding style fixes.
- 3:38 PM Changeset in vbox [71545] by
- bugref:8345. Removed the unused class SubTstDrvMoveVM1Error.
- 3:35 PM Changeset in vbox [71544] by
- FE/Qt: bugref:9049: Small cleanup for VBoxX11Helper stuff.
- 3:34 PM Changeset in vbox [71543] by
- bugref:8345. Next iteration. Use types dict and defaultdict(set). New …
- 3:20 PM Changeset in vbox [71542] by
- Guest Control/IGuestSession: Added more session readiness checks.
- 3:14 PM Changeset in vbox [71541] by
- FE/Qt: Missing space in _ru NLS.
- 3:12 PM Changeset in vbox [71540] by
- FE/Qt: bugref:9049: Heavy cleanup for XKeyboard stuff.
- 2:10 PM Ticket #17645 (Host modules build without dkms patch) created by
- Using VirtualBox 5.2.8 I cannot get the host modules to build. The …
- 1:09 PM Changeset in vbox [71539] by
- ValidationKit/testdriver: Added a @todo (Pylint).
- 1:07 PM Changeset in vbox [71538] by
- ValidationKit/testdriver: Added a @todo.
- 1:02 PM Ticket #17644 (VBoxHeadless crash) created by
- Hi everyone. Since our VirtualBox upgrade (5.0.40 -> 5.2.8), we …
- 12:44 PM Changeset in vbox [71537] by
- FE/Qt: bugref:6699 Build fix
- 12:03 PM Changeset in vbox [71536] by
- FE/Qt: bugref:6699 Some refactoring in file table view
- 10:52 AM Changeset in vbox [71535] by
- Guest Control/ValidationKit: Pylint nits.
- 10:50 AM Changeset in vbox [71534] by
- Guest Control/ValidationKit: Only do tests on their corresponding host …
- 9:35 AM Changeset in vbox [71533] by
- Guest Control/Main: Bugfixes for IGuestSession::fileCopyToGuest() -- …
- 9:34 AM Changeset in vbox [71532] by
- Guest Control/ValidationKit: Enabled more test cases for …
- 7:25 AM Changeset in vbox [71531] by
- FE/Qt: bugref:6699 Show the host file objects properties better when …
- 6:33 AM Changeset in vbox [71530] by
- VMM/IEM: Nested hw.virt: MSRPM bit access assertion, fix.
- 6:32 AM Changeset in vbox [71529] by
- VMM/HM: Fixes to MSRPM bit accesses. Implemented merging of guest and …
Mar 27, 2018:
- 7:47 PM Changeset in kBuild [3196] by
- kmk/win: Suppress annoying the source filename output from CL.EXE. …
- 7:36 PM Ticket #17643 (Windows dosn't start 7 or 10) created by
- Failed to open a session for the virtual machine Win8 007. VT-x is …
- 6:09 PM Changeset in kBuild [3195] by
- kmk/win: Catch output from processes spawned by kmk_redirect. Made …
- 4:30 PM Changeset in vbox [71528] by
- FE/Qt: bugref:9049: Heavy cleanup for UIUpdateDefs.
- 4:08 PM Changeset in vbox [71527] by
- FE/Qt: bugref:9049: Small cleanup for UIToolBar.
- 4:01 PM Changeset in vbox [71526] by
- FE/Qt: bugref:9049: Small cleanup for UIThreadPool.
- 3:26 PM Changeset in vbox [71525] by
- FE/Qt: bugref:9049: Full and heavy cleanup for UIShortcutPool.
- 2:57 PM Changeset in vbox [71524] by
- FE/Qt: bugref:9049: Tiny cleanup for UISettingsDefs.
- 2:05 PM Changeset in kBuild [3194] by
- kmk/win: Windows kmk now defaults to --output-sync=target. Fixed …
- 1:01 PM Ticket #17642 (Guest OS very limited memory) created by
- This has been reported by other users on forum (thread has closed …
- 10:22 AM Ticket #17641 (VM console not displayed properly) created by
- Version: VirtualBox-5.2.9-121224-Linux_amd64.run Problem: The vm …
- 9:52 AM Changeset in vbox [71523] by
- FE/Qt: bugref:6699: Save/load splitter sizes in guest control dialogs
- 12:12 AM Changeset in kBuild [3193] by
- kmk/output.c: fixed output_write_text return value.
Note:
See TracTimeline
for information about the timeline view.