VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64155   8 years vboxsync Console: Fix taking snapshots with a SATA controller configured. The …
(edit) @64154   8 years vboxsync SCSI: Fix retrieving the media interface
(edit) @64153   8 years vboxsync Runtime/r0drv: fix for Linux kernels with CONFIG_CPUMASK_OFFSTACK and …
(edit) @64152   8 years vboxsync DrvSCSI,VSCSI: Fix detection of new media, need to recalculate the …
(edit) @64151   8 years vboxsync bugref:8614: Additions/common/VBoxVideo: make the code more …
(edit) @64150   8 years vboxsync DrvSCSI: Forward a few selected methods from the exposed media …
(edit) @64148   8 years vboxsync drop openssl 1.0.1, replaced VBOX_WITH_OPENSSL_1_1_0 with …
(edit) @64147   8 years vboxsync CFGM: CFGMR3AreValuesValid - fix argument name in the doc comment.
(edit) @64146   8 years vboxsync VMM/HM: nits.
(edit) @64145   8 years vboxsync Fixed runtime floppy eject (r111091 regression).
(edit) @64144   8 years vboxsync VMM/GIM/HyperV: Comment nit.
(edit) @64143   8 years vboxsync VMM/HM: Report support for 'true' VMX capability MSRs.
(edit) @64142   8 years vboxsync Main/NATEngine: Reject rules with names that contain whitespace, slash …
(edit) @64141   8 years vboxsync AHCI: Don't report that data was transfered if the SCSI status …
(edit) @64140   8 years vboxsync build fix
(edit) @64138   8 years vboxsync doc update
(edit) @64137   8 years vboxsync 32bit build fix
(edit) @64136   8 years vboxsync build fix
(edit) @64135   8 years vboxsync build fix
(edit) @64134   8 years vboxsync AHCI,Console: Get rid of the ATAPI implementation and use the DrvSCSI …
(edit) @64133   8 years vboxsync VMM: Add PDMR3UsbQueryDriverOnLun and export PDMR3DriverDetach
(edit) @64132   8 years vboxsync VSCSI: Add method to eject media from the guest and make use of it in …
(edit) @64130   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 71): Extend …
(edit) @64129   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 70): Basic …
(edit) @64128   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 69): Basic …
(edit) @64127   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 68): Move Settings …
(edit) @64126   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 67): Extend …
(edit) @64125   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 66): Extend …
(edit) @64124   8 years vboxsync tstIprtMiniString.cpp: Fake success till we figure this one out.
(edit) @64123   8 years vboxsync PGMR3PhysMMIO2Register: Regression fix.
(edit) @64122   8 years vboxsync ValidationKit/bootsectors/Config.kmk: Obsolete darwin hack, rebuild …
(edit) @64121   8 years vboxsync style
(edit) @64120   8 years vboxsync common/utils.py: hasNonAsciiCharacters testcase.
(edit) @64119   8 years vboxsync PGM,IOM: doc fixes
(edit) @64118   8 years vboxsync PGM,IOM: build fixes
(edit) @64117   8 years vboxsync PGM: build fix
(edit) @64116   8 years vboxsync PGM: build fix
(edit) @64115   8 years vboxsync PDM,IOM,PGM: Morphed the MMIO2 API into a mixed MMIO2 and …
(edit) @64114   8 years vboxsync bugref:8611:3D: X11 Guests ignore …
(edit) @64112   8 years vboxsync VMM/APIC: comment nit.
(edit) @64111   8 years vboxsync Main: when logging the total/available host RAM size, print both MB …
(edit) @64110   8 years vboxsync CFGM: when dumping some size, print both MB and GB values for huge values
(edit) @64109   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 65): Cleanup for …
(edit) @64108   8 years vboxsync Main/ThreadTask: bugref:8609: properly implement isAsync(). Regression …
(edit) @64107   8 years vboxsync Windows host installer: Added option to disable creation of start menu …
(edit) @64106   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 64): Continuing with …
(edit) @64105   8 years vboxsync 3D: Support for GuestMonitorStatus_Blank flag in …
(edit) @64104   8 years vboxsync VBoxManage: GuestMonitorStatus_Blank for VM info
(edit) @64103   8 years vboxsync CFGM: when dumping some size, rounding to full GB is too coarse-grained
(edit) @64102   8 years vboxsync FE/Qt: Runtime UI: Take into account new GuestMonitorStatus_Blank …
(edit) @64101   8 years vboxsync Main: removed dead code
(edit) @64100   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 63): Settings: Basic …
(edit) @64099   8 years vboxsync argh, revert unintended changes of previous commit
(edit) @64098   8 years vboxsync build fix
(edit) @64097   8 years vboxsync build fix
(edit) @64096   8 years vboxsync Main/ConsoleImpl: Move the check for the underlying filesystem of a …
(edit) @64094   8 years vboxsync Missing file
(edit) @64093   8 years vboxsync Storage: Move the NonRotationalMedium property from the devices and …
(edit) @64091   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 62): Continuing with …
(edit) @64088   8 years vboxsync SUPR3PageAllocEx: don't assert if suplib isn't initialized (for …
(edit) @64087   8 years vboxsync AHCI: Fix support for encrypted disks
(edit) @64086   8 years vboxsync VMM/APIC: Pass rcBusy to acpiSetEoi() so we return the appropriate …
(edit) @64085   8 years vboxsync 3D: Skip VBVA_SCREEN_F_DISABLED flag for targets disabled by PM, …
(edit) @64084   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 61): A bit of …
(edit) @64083   8 years vboxsync upgraded Doxyfiles
(edit) @64082   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 60): A bit of …
(edit) @64081   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 59): Settings selector …
(edit) @64080   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 58): Continuing with …
(edit) @64079   8 years vboxsync DrvSCSI: Very basic implementation of PDMIMEDIAEX (work in progress)
(edit) @64078   8 years vboxsync PDMIMEDIAEX: Add parameter to pfnIoReqSendScsiCmd to indicate where to …
(edit) @64074   8 years vboxsync openssl 1.1.0b: VBox adaptions (taken from 1.1.0), adapted Config.kmk, …
(edit) @64073   8 years vboxsync rpm: cosmetic fix
(edit) @64072   8 years vboxsync deb: allow python 3 for building but prefer python 2
(edit) @64070   8 years vboxsync gen_python_deps: fixed detection of 3.x'm' packages
(edit) @64069   8 years vboxsync Main/webservice: don't warn about misleading indentation as gcc 6.2 …
(edit) @64068   8 years vboxsync VMM/HMVMXR0: todo.
(edit) @64067   8 years vboxsync removed VBOX_BLEEDING_EDGE (never used)
(edit) @64066   8 years vboxsync VMM: Log nit.
(edit) @64065   8 years vboxsync build fix
(edit) @64064   8 years vboxsync VSCSI: Port missing commands over from the AHCI controller
(edit) @64063   8 years vboxsync Build fix.
(edit) @64062   8 years vboxsync Audio: Enable Audio Queues implementation for macOS hosts by default …
(edit) @64061   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @64058   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 57): Settings selector …
(edit) @64057   8 years vboxsync does not work, at least for VBoxRT which links against libz
(edit) @64055   8 years vboxsync more -Wl,--no-undefined
(edit) @64054   8 years vboxsync VBoxDTrace: fix
(edit) @64050   8 years vboxsync Audio/DrvAudio.cpp: A bit of cleanup in …
(edit) @64049   8 years vboxsync Logging.
(edit) @64048   8 years vboxsync Logging.
(edit) @64047   8 years vboxsync Logging.
(edit) @64046   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @64045   8 years vboxsync VMM/GIM/HyperV: Don't initialize timers when the feature isn't exposed.
(edit) @64044   8 years vboxsync Audio/DrvAudio.cpp: Statistics (STAM) fixes.
(edit) @64042   8 years vboxsync Committed too much.
(edit) @64041   8 years vboxsync DrvHostCoreAudio: build fix
(edit) @64040   8 years vboxsync Additions/linux: another packing fix if VBOX_WITH_CROGL is not set
(edit) @64039   8 years vboxsync VMM/CPUM: Add VCPU Id while dumping cpumguestinstr info.
(edit) @64038   8 years vboxsync Runtime: export RTOnceSlow() for OpenSSL 1.1
(edit) @64037   8 years vboxsync DrvVD: Revert unintended change (probably harmless)
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