VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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)
(edit) @64036   8 years vboxsync AHCI: Free the request before notifying the guest about the completion …
(edit) @64035   8 years vboxsync Additions/linux: packing fix if VBOX_WITH_CROGL is not set
(edit) @64034   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @64033   8 years vboxsync VMM/IEM: Log typo nit.
(edit) @64032   8 years vboxsync Disabled OpenSSL 1.1.0 as it's enabled in the *wrong* place. …
(edit) @64031   8 years vboxsync switch to OpenSSL 1.1
(edit) @64030   8 years vboxsync AHCI,DrvSCSI: Undo the hack now that the bug is fixed
(edit) @64029   8 years vboxsync Storage/DrvVD: Don't recurse into trying to allocate I/O buffers again …
(edit) @64028   8 years vboxsync SCSI: Same workaround as for AHCI
(edit) @64027   8 years vboxsync build fix
(edit) @64026   8 years vboxsync AHCI: Temporary workaround to make the testboxes happy until the bug …
(edit) @64025   8 years vboxsync Storage/DrvVD: Assertions + and honor the sync flag for I/O requests
(edit) @64024   8 years vboxsync build fix
(edit) @64022   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64021   8 years vboxsync AHCI: uint32_t vs. size_t issues, hopefully fixes windows buildboxes
(edit) @64020   8 years vboxsync AHCI: Must duplicate the request structure when saving the request for …
(edit) @64019   8 years vboxsync Storage: Get rid of PDMIMEDIA::pfnIoBufAllocate and …
(edit) @64018   8 years vboxsync AHCI: Remove allocating I/O buffers on our own and let the provider of …
(edit) @64017   8 years vboxsync Runtime/Main/webservice: don't warn about deprecated function …
(edit) @64016   8 years vboxsync AHCI: Remove tsStart from the request structure as the functionaliyt …
(edit) @64015   8 years vboxsync AHCI: Remove trim related structures from the request structure and …
(edit) @64014   8 years vboxsync Main/webservice: -Wno-format only for gcc
(edit) @64013   8 years vboxsync Main/webservice: no -Wformat when compiling the SOAP stuff
(edit) @64012   8 years vboxsync Main/webservice: OpenSSL 1.1 adaptions
(edit) @64011   8 years vboxsync Runtime: OpenSSL 1.1 adaptions
(edit) @64010   8 years vboxsync LPT: Unbroke enumeration on Windows.
(edit) @64009   8 years vboxsync AHCI: Get rid of enmTxState in the request structure is the request …
(edit) @64008   8 years vboxsync AHCI: Store the error and status bits in the FIS directly and remove …
(edit) @64007   8 years vboxsync Installer/win/Makefile.kmk: No need to keep the intermediate installer …
(edit) @64006   8 years vboxsync Installer/win/Makefile.kmk: Attempt at making the multilingual …
(edit) @64005   8 years vboxsync DrvVD: Logging for discard requests in the error case too
(edit) @64004   8 years vboxsync oops
(edit) @64003   8 years vboxsync AHCI: Unused variable
(edit) @64002   8 years vboxsync Devices/Storage: Throw out PDMIMEDIAASYNC which is superseded by …
(edit) @64001   8 years vboxsync AHCI: alignment fix for x86
(edit) @64000   8 years vboxsync Update tstDeviceStructSizeRC too
(edit) @63999   8 years vboxsync AHCI: Convert to PDMIMEDIAEX and kick out PDMIMEDIAASYNC. This …
(edit) @63998   8 years vboxsync Main: Never try to use the builtin I/O cache for the NVMe controller …
(edit) @63997   8 years vboxsync Storage: Change PDMIMEDIAEX::pfnIoReqDiscard to not get the discard …
(edit) @63996   8 years vboxsync removed two obsolete files
(edit) @63994   8 years vboxsync another fix
(edit) @63993   8 years vboxsync build fix
(edit) @63992   8 years vboxsync VSCSI,DrvSCSI: Switch to PDMIMEDIAEX instead of using PDMIMEDIAASYNC
(edit) @63991   8 years vboxsync PDMIMEDIAEX: Another addendum, make it possible to query a residual …
(edit) @63990   8 years vboxsync Installer/win/Makefile.kmk: Why on earth are we actually building MSI …
(edit) @63989   8 years vboxsync VirtualBox.wxs,Makefile.kmk: Use high compression on product.cab, not …
(edit) @63988   8 years vboxsync MsiHack: Experiment that didn't pay off much on an SSD.
(edit) @63987   8 years vboxsync dang
(edit) @63986   8 years vboxsync Installer/win/Makefile.kmk: Do point def_vbox_link_msi to a temporary …
(edit) @63985   8 years vboxsync Installer/win/Makefile.kmk: Try do the def_vbox_link_msi in parallel …
(edit) @63984   8 years vboxsync VBoxRT-openssl-pre-1.1.def: Need a few more APIs for the older gsoap.
(edit) @63983   8 years vboxsync IPRT: Created a minimal openssl linker definition file for 1.0.1 too.
(edit) @63982   8 years vboxsync pkix-verify.cpp: OpenSSL 1.1.0 adjustments.
(edit) @63981   8 years vboxsync Runtime: OpenSSL 1.1.0 preps
(edit) @63980   8 years vboxsync webservice: gSOAP 2.8.36 + openssl 1.1.0 preps
(edit) @63979   8 years vboxsync file header standards
(edit) @63978   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 56): Settings: Rename …
(edit) @63977   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 55): Selector UI: More …
(edit) @63976   8 years vboxsync Replaced the VBoxOpenSslExtPack SDK with a …
(edit) @63975   8 years vboxsync Main: fixes initialization of SAS controller (ticketref:15972)
(edit) @63974   8 years vboxsync libs/Makefile.kmk: Use VBOX_WITH_OPENSSL_1_1_0 for selecting which …
(edit) @63973   8 years vboxsync Audio/DrvAudioVRDE.cpp: Handle PDMAUDIOSTREAMCMD_PAUSE and …
(edit) @63972   8 years vboxsync Docs.
(edit) @63971   8 years vboxsync Audio/AudioMixer.cpp: Respect pending disable status of the sink when …
(edit) @63970   8 years vboxsync spinlock-r0drv-nt.cpp: fixed disabled code
(edit) @63969   8 years vboxsync VBoxSVC: No need for openssl
(edit) @63967   8 years vboxsync webservice: removed long obsolete VCC70 hack that caused precompiled …
(edit) @63966   8 years vboxsync Main: Use always precompiled headers for VBoxAPIWrap and vboxsoap.
(edit) @63965   8 years vboxsync Logging.
(edit) @63963   8 years vboxsync 3D: Keep BlankedByPowerOff flag in sync while a Target is assigned to …
(edit) @63962   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 54): Selector UI: …
(edit) @63961   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 53): Selector UI: More …
(edit) @63960   8 years vboxsync rpm: fix
(edit) @63959   8 years vboxsync deb: fix
(edit) @63958   8 years vboxsync Audio/DrvHostCoreAudio.cpp: Update on Audio Queues (work in progress, …
(edit) @63957   8 years vboxsync deb: fix
(edit) @63956   8 years vboxsync rpm: python fix
(edit) @63955   8 years vboxsync pdmstorageifs.h: Small addendum to PDMIMEDIAEX which enables us to …
(edit) @63953   8 years vboxsync rpm: python fix
(edit) @63952   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 52): Selector UI: …
(edit) @63951   8 years vboxsync DrvVD: More work on the extended media interface to bring it up to par …
(edit) @63950   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 51): Selector UI: Doxy …
(edit) @63949   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 50): Selector UI: Move …
(edit) @63948   8 years vboxsync VBoxGuest: VGDrvCommonWaitDoWakeUps must be thread-safe.
(edit) @63947   8 years vboxsync FE/Qt: bugref:6899: Accessibility support (step 49): Selector UI: …
(edit) @63946   8 years vboxsync deb/rpm: removed support for ancient distributions; disable …
(edit) @63945   8 years vboxsync VMM/APIC, VMM/GIM/HyperV: Fix MSR range insertion/removale ordering …
(edit) @63944   8 years vboxsync VMM/APIC: Actively remove the x2APIC MSR range if we are not using it …
(edit) @63943   8 years vboxsync 3D: Logging in DxgkDdiCommitVidPn improved to view …
(edit) @63942   8 years vboxsync OpenGL: fixed the most annoying coding style flaws, mainly removing …
(edit) @63941   8 years vboxsync Main/webservice: need to keep the hack to try both with and without --file
(edit) @63940   8 years vboxsync Main/webservice: document the sometimes totally weird Python ZSI …
(edit) @63939   8 years vboxsync Build/scripts (bugref:6627): Python build scripts updated to generate …
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