VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @97736   2 years vboxsync VMM/PGM,IEM: Must flush the physical address aspect of the IEM TLBs in …
(edit) @97735   2 years vboxsync DnD/VBoxClient: Use RT_BIT macros for the Xdnd flags, renamed DnDEvent …
(edit) @97734   2 years vboxsync DnD/VBoxClient: Now uses similar debug / verbose messages via system …
(edit) @97733   2 years vboxsync DnD/VbglR3: Added some (optional release) logging to the generic code.
(edit) @97732   2 years vboxsync Additions/VBoxClient: Cleaned up / unified the "notify to desktop" …
(edit) @97731   2 years vboxsync DnD/Host service: Added DumpQueue() for debug builds, and also make …
(edit) @97730   2 years vboxsync DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
(edit) @97729   2 years vboxsync Devices/Config.kmk: Documented the BIOS compiler switches. bugref:6549
(edit) @97728   2 years vboxsync DBGC: Support multiple commands for a breakpoint. (This code sucks and …
(edit) @97727   2 years vboxsync DBGC: Added 'sleep' command for delaying execution a given number of …
(edit) @97726   2 years vboxsync BIOS: The compiler refuses to re-load / restore DS after calling the …
(edit) @97725   2 years vboxsync DnD/Main: Increased the default timeout of …
(edit) @97724   2 years vboxsync DnD/Main: Also be a bit more informative wrt error reporting to the …
(edit) @97723   2 years vboxsync VMM/NEM: No else after return.
(edit) @97722   2 years vboxsync Devices/Graphics: corrected an assert; logging. bugref:9830
(edit) @97721   2 years vboxsync WDDM: always call pfnSetErrorCb. bugref:9845
(edit) @97720   2 years vboxsync DnD/Main: Added some more (verbose) release logging for the drop …
(edit) @97719   2 years vboxsync DnD/Main: Added a dedicated COM error for drag and drop operations …
(edit) @97718   2 years vboxsync DnD/FE/Qt: Propagate H->G dropping errors to the message center, so …
(edit) @97717   2 years vboxsync DnD/Main: Added some more (verbose) release logging for the drop …
(edit) @97716   2 years vboxsync Main/Console: If the snapshot directory (identified by …
(edit) @97715   2 years vboxsync FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; …
(edit) @97714   2 years vboxsync VMM/IEM: Comments and preprocessor indent adjustments. bugref:9898
(edit) @97713   2 years vboxsync VMM/IEM: Some more work on the other iemOpcodeFetchMoreBytes code. …
(edit) @97712   2 years vboxsync VMM/IEM: Some more iemOpcodeFetchBytesJmp work. bugref:9898
(edit) @97711   2 years vboxsync Main/glue-java.xsl: Move the closing "p" tag around. Javadoc needs it …
(edit) @97710   2 years vboxsync Main/glue-java.xsl: Remove leftover table related tags.
(edit) @97709   2 years vboxsync Main/glue-java.xsl, Main/VirtualBox.xidl: Eliminate the use of the …
(edit) @97708   2 years vboxsync doc/manual/docbook2latex.xsl: Fix page numbering style for SDK …
(edit) @97707   2 years vboxsync FE/Qt: bugref:9898: Build fix for r154763.
(edit) @97706   2 years vboxsync FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; …
(edit) @97705   2 years vboxsync VMM/IEM,DBGF,CPUM: Do debugger I/O breakpoints via the internal EFLAGS …
(edit) @97704   2 years vboxsync FE/Qt: bugref:9898: Migrating UIDesktopWidgetWatchdog class to Qt6; A …
(edit) @97703   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
(edit) @97702   2 years vboxsync FE/Qt: bugref:9898: Build-fix for r154758.
(edit) @97701   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
(edit) @97700   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6 for UIDesktopWidgetWatchdog …
(edit) @97699   2 years vboxsync VMM/DBGF: Corrected copy&paste error in DBGFBpCheckInstruction …
(edit) @97698   2 years vboxsync Devices/Graphics: renamed win-dx to dx-dx11. bugref:9830
(edit) @97697   2 years vboxsync Devices/Graphics: removed unused code. bugref:9830
(edit) @97696   2 years vboxsync ValKit/bs3kit.h: Bs3MemAlloc[Z] doc fix.
(edit) @97695   2 years vboxsync ValKit/bs3-cpu-basic-2: Simple instruction length test. bugref:9898
(edit) @97694   2 years vboxsync VMM/IEM: Added support for hardware instruction breakpoints (DRx). …
(edit) @97693   2 years vboxsync VMM/DBGF: Added a DBGFBpCheckInstruction function for checking for …
(edit) @97692   2 years vboxsync ValKit/bs3-cpu-basic-2: Tweaked one of the hardware breakpoint tests a …
(edit) @97691   2 years vboxsync FE/Qt: bugref:9950 Clear virtual hard disk related variables as …
(edit) @97690   2 years vboxsync Validation Kit/Guest Control: Made setting up the Guest Control …
(edit) @97689   2 years vboxsync ValKit/bs3-cpu-basic-2: Added some hardware breakpoint and DR6 tests …
(edit) @97688   2 years vboxsync Validation Kit/Guest Control: Skip doing further testing if we're dead …
(edit) @97687   2 years vboxsync Main/webservice: Fix Java 8 version check.
(edit) @97686   2 years vboxsync Main/glue-java.xsl: Avoid "summary" attribute for "table" tags since …
(edit) @97685   2 years vboxsync IPRT/fs-posix.cpp: Update RTFsQueryType() to use statvfs(2) instead of …
(edit) @97684   2 years vboxsync Validation Kit/btresolver.py: Catch exceptions when running into …
(edit) @97683   2 years vboxsync Validation Kit/btresolver.py: Catch exceptions when running into …
(edit) @97682   2 years vboxsync FE/Qt: bugref:9898: Reverting half of r154736 cause it was too fast; …
(edit) @97681   2 years vboxsync FE/Qt: bugref:9898: Cleanup/rework for UIDesktopWidgetWatchdog class; …
(edit) @97680   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6; Small rework for …
(edit) @97679   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6; A bit of rework for QIComboBox …
(edit) @97678   2 years vboxsync FE/VBoxIntNetPcap: Fix building after the changes done to internal …
(edit) @97677   2 years vboxsync Main/glue-java.xsl: Turn "tt" tags into "code" ones since recent …
(edit) @97676   2 years vboxsync IEM: PCMPISTRI does not enforce 128-bit alignment of memory operands.
(edit) @97675   2 years vboxsync Validation Kit: Fixed lots of warnings, based on pylint 2.12.2 …
(edit) @97674   2 years vboxsync FE/Qt: bugref:10326: Bugfix for UIMachineWindowNormal; When scrollbars …
(edit) @97673   2 years vboxsync Validation Kit: Fixed lots of warnings, based on pylint 2.12.2.
(edit) @97672   2 years vboxsync Validation Kit: Solaris core dump name tweaking.
(edit) @97671   2 years vboxsync Validation Kit: Use environ.get() instead of getDirEnv() in …
(edit) @97670   2 years vboxsync Validation Kit: Use environ.get() instead of getDirEnv() in …
(edit) @97669   2 years vboxsync Validation Kit: Also enable + collecting crash reporting (core dumps) …
(edit) @97668   2 years vboxsync Validation Kit/vsheriff: Taught it some more VM crashed / terminated …
(edit) @97667   2 years vboxsync Validation Kit: Also enable + collecting crash reporting (core dumps) …
(edit) @97666   2 years vboxsync Validation Kit: Also enable + collecting crash reporting (core dumps) …
(edit) @97665   2 years vboxsync Linux: Host Drivers: VBoxNetFlt: Fix build for RHEL 9.1 kernel, …
(edit) @97664   2 years vboxsync Validation Kit: Added enabling + collecting crash reporting (core …
(edit) @97663   2 years vboxsync FE/Qt: bugref:10326: Bugfix for UIGraphicsScrollArea on macOS; When …
(edit) @97662   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97661   2 years vboxsync Validation Kit: Added enabling + collecting crash reporting (core …
(edit) @97660   2 years vboxsync Validation Kit/vsheriff: Taught it some more VM crashed / terminated …
(edit) @97659   2 years vboxsync Validation Kit: Added enabling + collecting crash reporting (core …
(edit) @97658   2 years vboxsync Validation Kit: Added enabling + collecting crash reporting (core …
(edit) @97657   2 years vboxsync FE/Qt: Show the icon label of UIMarkableLineEdit only if line edit is …
(edit) @97656   2 years vboxsync Guest Control/Main: Bail out early from the file copy from/to inner …
(edit) @97655   2 years vboxsync Guest Control/Main: Made (release) logging of paths a bit more uniform …
(edit) @97654   2 years vboxsync FE/Qt: bugref:9898: Migrating to Qt6; What can actually go wrong #1.
(edit) @97653   2 years vboxsync VGABIOS: Corrected mode table for 350-line mono mode 7.
(edit) @97652   2 years vboxsync Deleted woefully obsolete files.
(edit) @97651   2 years vboxsync VGABIOS: Use a real 8x16 font and apply 9x16 patches when setting mode …
(edit) @97650   2 years vboxsync Linux: Adjust startup scripts for building kernel modules for UEK7 on …
(edit) @97649   2 years vboxsync FE/Qt: bugref:9898: Transparency is glitching in Qt6 on ARM host; …
(edit) @97648   2 years vboxsync Main/ClientWatcher: Use newly added RTProcSignalName to get uniform …
(edit) @97647   2 years vboxsync IPRT: Windows and 32-bit linux build fixes for RTProcSignalName.
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @97645   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97644   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97643   2 years vboxsync ValKit/bs3-cpu-basic-2: Enabled all tests that IEM passes. bugref:9898
(edit) @97642   2 years vboxsync VMM/IEM: Hack to raise more correct #PFs for FXSAVE and friends so …
(edit) @97641   2 years vboxsync VMM/IEM: Pick 4 as the threshold alignment that …
(edit) @97640   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97639   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97638   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
(edit) @97637   2 years vboxsync Main/ClientWatcher: Use sigabbrev_np() instead of strsignal(), so that …
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