VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @95142   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95141   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95140   3 years vboxsync Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. …
(edit) @95139   3 years vboxsync FE/VBoxAutostart: Lots of bigger and smaller cleanups, especially …
(edit) @95138   3 years vboxsync FE/Qt: Converted a frequent LogRel into LogRel2.
(edit) @95137   3 years vboxsync Devices/Graphics: typeless formats; logging; enable compute shaders: …
(edit) @95136   3 years vboxsync Devices/Graphics: remove incorrect asserts: bugref:9830
(edit) @95135   3 years vboxsync Devices/Graphics: shader parser: bugref:9830
(edit) @95134   3 years vboxsync VMM,SUPDrv: Pass proper fCtxHook value to SUPR0FpuBegin/End so it can …
(edit) @95133   3 years vboxsync IPRT/win: Comment adjustments to VBoxRT-win??.def (noexcpt/c++17).
(edit) @95132   3 years vboxsync the-linux-kernel.h: bugref:10209 Fix typo in version number for …
(edit) @95131   3 years vboxsync the-linux-kernel.h: bugref:10209 Include fpu/api.h for …
(edit) @95130   3 years vboxsync IPRT/Makefile.kmk: Better dependencies for the .def file …
(edit) @95129   3 years vboxsync FE/Qt/Ds: bugref:6899: Machine settings: Shared Folders page …
(edit) @95128   3 years vboxsync EFI/Firmware: Ignore VC++ warning about the 'register' storage class …
(edit) @95127   3 years vboxsync IPRT/Makefile.kmk: Better dependencies for the .def file …
(edit) @95126   3 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: cleanup. bugref:9845
(edit) @95125   3 years vboxsync SUPDrv-linux: bugref:10209 Apply the FPU fix to Linux 4.19.0+ kernels.
(edit) @95123   3 years vboxsync VMM: bugref:10209 Call SUPR0FpuEnd after restoring the FPU state.
(edit) @95120   3 years vboxsync Main/svcmain: Missing throw() on Unlock (noexcept/c++17).
(edit) @95119   3 years vboxsync Main/VBoxSDS: Missing throw() on preMessageLoop (noexcept/c++17).
(edit) @95118   3 years vboxsync Main/VirtualBoxImpl: Don't use DECLCALLBACKPTR for a C++ callback …
(edit) @95117   3 years vboxsync Main/MediumImpl: std::unary_function was removed in c++17 and VC++ …
(edit) @95116   3 years vboxsync Main/USBDeviceFiltersImpl: Don't make an extra copy of the filter …
(edit) @95115   3 years vboxsync Main/ExtPackManagerImpl: Don't make an extra copy of the …
(edit) @95114   3 years vboxsync IPRT/win: Export and import library adjustments for C++17 and noexcept …
(edit) @95113   3 years vboxsync IPRT/win: Export and import library adjustments for C++17 and noexcept …
(edit) @95112   3 years vboxsync VMM/PGMPool: Corrected pgmPoolAccessHandler declaration to use …
(edit) @95110   3 years vboxsync IPRT/RTPathQueryInfo-nt.cpp: The g_pfnNtQueryFullAttributesFile type …
(edit) @95109   3 years vboxsync IPRT/xml: Having another go at the PFNEXTERNALENTITYLOADER declaration …
(edit) @95108   3 years vboxsync Devices/Dev*: Replaced some leftover 'PDMBOTHCBDECL' usage with …
(edit) @95107   3 years vboxsync FE/VBoxIntnetPcap: noexcept fixes and some quick cleanups.
(edit) @95106   3 years vboxsync Devices/Graphics: do not hardcode bindflags: bugref:9830
(edit) @95105   3 years vboxsync FE/VBoxAutostart: Lots of small cleanups here and there, mostly in the …
(edit) @95104   3 years vboxsync FE/Qt/Ds: Windows/X11 part for r151579.
(edit) @95103   3 years vboxsync FE/VBoxAutostart: Lots of small cleanups here and there, mostly in the …
(edit) @95102   3 years vboxsync Devices/Graphics: removed obsolete hack: bugref:9830
(edit) @95101   3 years vboxsync Devices/Graphics: dump float format: bugref:9830
(edit) @95100   3 years vboxsync FE/Qt/Ds: macOS: HiDPI support for BETA label stuff.
(edit) @95099   3 years vboxsync FE/VBoxAutostart-win: Use proper copyright/version header, eliminated …
(edit) @95097   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95096   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95095   3 years vboxsync IPRT/RTTestIErrContext: typo.
(edit) @95094   3 years vboxsync Validation Kit/tdAutostart1: Fixed function typo.
(edit) @95093   3 years vboxsync Validation Kit/vboxtestvms: Renamed tst-2ksp4 -> tst-w2ksp4. Needs …
(edit) @95092   3 years vboxsync VBoxGuest-netbsd.c: Adapt to cdevsw changes. bugref:8547 …
(edit) @95091   3 years vboxsync Devices/Graphics: stream output: bugref:9830
(edit) @95090   3 years vboxsync VBoxGuest-netbsd.c: Fix mouse range. bugref:8547 wsmux(4) doesn't …
(edit) @95089   3 years vboxsync SUPDrv-linux: bugref:10209 Use kernel_fpu_begin/end for Linux kernels …
(edit) @95088   3 years vboxsync VMM: bugref:10209 Call support driver FPU begin/end operations from VMM R0.
(edit) @95087   3 years vboxsync SUPDrv: bugref:10209: Added stubs for host FPU begin/end operations.
(edit) @95086   3 years vboxsync WDDM: [C]OTables. bugref:9845
(edit) @95085   3 years vboxsync Devices/Graphics: stream output; DrawAuto; Grow[C]OTables: bugref:9830
(edit) @95084   3 years vboxsync IPRT/pipe/win: Added workaround to RTPipeQueryReadable for XP and …
(edit) @95083   3 years vboxsync IPRT/pipe/win: Added workaround to RTPipeQueryReadable for XP and …
(edit) @95082   3 years vboxsync FE/Qt/Ds: macOS: A bit of utility stuff for measuring cocoa titlebar …
(edit) @95081   3 years vboxsync WDDM: D3D testcase update
(edit) @95078   3 years vboxsync FE/Qt/Ds: macOS: No more centered BETA label possible since main …
(edit) @95077   3 years vboxsync FE/Qt/Ds: bugref:6899: Machine settings: Shared Folders page …
(edit) @95076   3 years vboxsync FE/Qt: Windows build fix. bugref:9831
(edit) @95074   3 years vboxsync IPRT/tstRTInlineAsm: Fixed bug in the ASMAtomicCmpXchgPtrVoid tests in …
(edit) @95072   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95071   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95070   3 years vboxsync DevATA: Set DSC when completing START/STOP UNIT. Needed to make NT 4.0 …
(edit) @95069   3 years vboxsync FE/Qt: bugref:9831. Make changes so that we attempt to open external …
(edit) @95068   3 years vboxsync FE/Qt: bugref:9831. Some improvements on the help viewer's context menu.
(edit) @95067   3 years vboxsync SUPHardDarwin: Corrected macOS 11+ detection. bugref:9836
(edit) @95066   3 years vboxsync Main/ConsoleImpl2.cpp: No need to check for the host's VT-x/AMD-V and …
(edit) @95065   3 years vboxsync Main/Host::i_updateProcessorFeatures: SUPR0QueryVTCaps may return …
(edit) @95064   3 years vboxsync Validation Kit/Unattended tests: bugref:9781. Disabling unattended …
(edit) @95062   3 years vboxsync Devices/Graphics: build fix
(edit) @95061   3 years vboxsync FE/Qt: exporting some new icons to fix OSE build burn.
(edit) @95060   3 years vboxsync Installer/darwin: Introduce way to control notarization separately, to …
(edit) @95059   3 years vboxsync DevATA: Fixed/improved logging.
(edit) @95058   3 years vboxsync Reverted accidental commit.
(edit) @95057   3 years vboxsync DevATA: More consistently set ATA_STAT_SEEK on command completion so …
(edit) @95056   3 years vboxsync WDDM: stream output; ClearView. bugref:9845
(edit) @95055   3 years vboxsync Devices/Graphics: stream output; ClearView; typeless formats: bugref:9830
(edit) @95054   3 years vboxsync Devices/Graphics/vmsvga_include: command for ClearView: bugref:9830
(edit) @95053   3 years vboxsync BIOS: Set submodel ID to 1. Also added a disabled IBM VPD table as an …
(edit) @95052   3 years vboxsync BIOS: Corrected FDPT entry struct.
(edit) @95051   3 years vboxsync Devices/Graphics: shader parser: bugref:9830
(edit) @95050   3 years vboxsync BIOS: Filled in the Fixed Disk Parameter table to correspond to the …
(edit) @95049   3 years vboxsync Additions/VBoxTray: Fixed regression introduced in r117497, which …
(edit) @95048   3 years vboxsync GCM: Corrected return codes.
(edit) @95045   3 years vboxsync FE/Qt/Ds: Treat alpha version as beta.
(edit) @95044   3 years vboxsync IPRT/testcase: tstUtf8: Skip the string comparison on older Windows …
(edit) @95043   3 years vboxsync IPRT/testcase: A few more comments and diagnosis for Windows runs in …
(edit) @95042   3 years vboxsync Validation Kit/unit tests: Check if oTestvm is not None when running …
(edit) @95041   3 years vboxsync IPRT/testcase: Fixed function naming typo.
(edit) @95040   3 years vboxsync 7.0.0 ALPHA1 fix debian packaging.
(edit) @95039   3 years vboxsync 7.0.0 ALPHA1
(edit) @95038   3 years vboxsync VGABIOS: Compressed size a bit to get under 32K.
(edit) @95037   3 years vboxsync Windows host installer: More fun for Windows 10 detection, as the …
(edit) @95036   3 years vboxsync Packaging: Prepare VBox 7.0 ALPHA.
(edit) @95035   3 years vboxsync Devices/Graphics: unordered access views: bugref:9830
(edit) @95034   3 years vboxsync Devices/Graphics: minor fixes: bugref:9830
(edit) @95033   3 years vboxsync Windows host installer: Fixed the xmlns naming schemes ("wi" and not …
(edit) @95032   3 years vboxsync Devices/Graphics: shader signatures: bugref:9830
(edit) @95031   3 years vboxsync Config.kmk,src/apps,Installer,FE/Qt: Drop VBOX_WITH_KCHMVIEWER as it …
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