VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102358   17 months vboxsync VBox/Runtime: Need RuntimeBldProg for xpidl now if VBOX_ONLY_SDK is …
(edit) @102356   17 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102355   17 months vboxsync Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from …
(edit) @102354   17 months vboxsync Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from …
(edit) @102353   17 months vboxsync Main/tstUnattendedScript: Override RTCrShaCryptGenerateSalt() from …
(edit) @102351   17 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102350   17 months vboxsync VMM/IEM: Enabled IEM_MC_FETCH_MEM_U8, IEM_MC_FETCH_MEM_U32 and …
(edit) @102349   17 months vboxsync VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, …
(edit) @102347   17 months vboxsync Main/Unattended: Added support for Ubuntu Server >= 20.04. bugref:10551
(edit) @102344   17 months vboxsync IPRT/tools: Use errcore.h instead of error.h for RTMkPasswd. bugref:10551
(edit) @102342   17 months vboxsync Main/Unattended: Implemented support for subiquity-/cloud-init-based …
(edit) @102337   17 months vboxsync Main/Unattended: Implemented support for subiquity-/cloud-init-based …
(edit) @102336   17 months vboxsync IPRT/crypto/shacrypt: Make sure to terminate strings in the …
(edit) @102335   17 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102333   17 months vboxsync FE/Qt: bugref:10067: Fixing asan regression introduced in r156552; …
(edit) @102332   17 months vboxsync VMM/IEM: Restored the heuristics for when to recompiler to native. …
(edit) @102331   17 months vboxsync VMM/IEM: IEM_MC_REF_XXX must NOT have any IEM_MC_FETCH_XXX following …
(edit) @102330   17 months vboxsync VMM/IEM: Fix label creation in release builds. bugref:10371
(edit) @102322   17 months vboxsync FE/Qt: bugref:10450: Handle final commit data call for …
(edit) @102319   17 months vboxsync libs/xpcom: Remove some unused code from the python bindings, …
(edit) @102313   17 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @102311   17 months vboxsync VMM/IEM: Better memory access logging. bugref:10371
(edit) @102310   17 months vboxsync VMM/IEM: Hook up the DBGFEVENT_XCPT_XXX events; more exception …
(edit) @102308   17 months vboxsync FE/Qt: bugref:10513: Fixing regression intruduced in r160231; Though …
(edit) @102304   17 months vboxsync Linux: Introduce initial support for RHEL 9.4 kernel for host and …
(edit) @102299   17 months vboxsync Additions/WINNT/Mouse: do not try to remove device from list if it is …
(edit) @102297   17 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   17 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102295   17 months vboxsync WDDM: user mode driver update: bugref:10529
(edit) @102294   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102293   17 months vboxsync Devices/Graphics: header update. bugref:10529
(edit) @102292   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102291   17 months vboxsync IPRT/tools: Added new tool RTMkPasswd, which can create …
(edit) @102290   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102289   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   17 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @102286   17 months vboxsync bs3kit: Implemented 16-bit prot segment setup for high-dlls, …
(edit) @102285   17 months vboxsync bs3kit: Implemented 16-bit prot segment setup for high-dlls, …
(edit) @102284   17 months vboxsync IPRT/ldr: Corrected segment flag conversion for LX images. bugref:10371
(edit) @102283   17 months vboxsync FE/Qt: bugref:10501. Build fix.
(edit) @102282   17 months vboxsync FE/Qt: bugref:10543: A bit of rework for UIGuestOSType; Make sure only …
(edit) @102281   17 months vboxsync FE/Qt: bugref:10543: A bit of cleanup for UIGuestOSType.
(edit) @102280   17 months vboxsync Main: For ARM there's also x86 emulation in …
(edit) @102279   17 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Forgot to properly init …
(edit) @102278   17 months vboxsync ValKit/bs3-cpu-basic-3: A couple of fixes. bugref:10371
(edit) @102277   17 months vboxsync bs3kit: Speed up high DLL loading by using a larger buffer. Extended …
(edit) @102276   17 months vboxsync IPRT/ldr: Added RTLdrLxSetSegmentSelectors. bugref:10371
(edit) @102275   17 months vboxsync FE/Qt: OCI related stuff: Missing part of Integer64 support …
(edit) @102274   17 months vboxsync FE/Qt: bugref:10543: UICommon: A bit of rework for …
(edit) @102273   17 months vboxsync FE/Qt: bugref:10501. Draw graph correctly when data max. is 0.
(edit) @102272   17 months vboxsync ValKit/bs3-cpu-basic-3: Full 64-bit lea testcase. Use python (3+) to …
(edit) @102271   17 months vboxsync ValKit/bs3-cpu-basic-3: Full 64-bit lea testcase. Use python (3+) to …
(edit) @102270   17 months vboxsync bs3kit: Fixed some issues with loading of a fake 63.5 MB floppy. Added …
(edit) @102269   17 months vboxsync FE/Qt: bugref:10450: macOS: No need to QIToolBar layout/paint hacks …
(edit) @102268   17 months vboxsync FE/Qt: bugref:10513: VBox Manager: Hide Clone/Move actions for Basic …
(edit) @102267   17 months vboxsync FE/Qt: bugref:10450: VBox Manager: Cleanup connections not just on …
(edit) @102266   17 months vboxsync FE/Qt: bugref:10501. Parametrize maximum data series size.
(edit) @102265   17 months vboxsync FE/Qt: bugref:10513: Make sure UIActionPoolManager updates available …
(edit) @102264   17 months vboxsync FE/Qt: bugref:10501. Getting cpu utilization data series and drawing …
(edit) @102263   17 months vboxsync FE/Qt: bugref:10513: Tiny cleanup for UIActionPoolManager.
(edit) @102262   17 months vboxsync FE/Qt: bugref:10513: Make sure selector of UIAdvancedSettingsDialog is …
(edit) @102261   17 months vboxsync FE/Qt: bugref:10513: Adjusting UISettingsSelector to be able to select …
(edit) @102260   17 months vboxsync FE/Qt: bugref:10513: A bit of cleanup for UIVerticalScrollArea; Making …
(edit) @102259   17 months vboxsync VMM/IEM: Release build fix, bugref:10371
(edit) @102258   17 months vboxsync DevFdc.cpp: Comment update.
(edit) @102256   17 months vboxsync VMM/IEM: Arm build fixes. bugref:10371
(edit) @102253   17 months vboxsync WDDM: Track shader resource views; re-create views in …
(edit) @102230   17 months vboxsync Shared Clipboard/tstClipboardHttpServer: Try to fixing timeouts on the …
(edit) @102228   17 months vboxsync Main/Unattended: Added support for returning hashed values (MD5, SHA1, …
(edit) @102227   17 months vboxsync Main/Unattended: Added support for returning hashed values (MD5, SHA1, …
(edit) @102224   17 months vboxsync Main/Unattended: Added support for returning hashed values (MD5, SHA1, …
(edit) @102222   17 months vboxsync FE/Qt: Minimum for font scaling is now 40% instead of 20%.
(edit) @102221   17 months vboxsync FE/Qt: bugref:10513: Reverting r160146; As we consider this option to …
(edit) @102220   17 months vboxsync FE/Qt: bugref:10513: Changed requirements for Global Preferences …
(edit) @102219   17 months vboxsync FE/Qt: bugref:10513: Changed requirements for Basic set of …
(edit) @102206   17 months vboxsync VBox: Get rid of unused (and now removed) include, bugref:10545 [build fix]
(edit) @102201   17 months vboxsync ValKit/bs3-cpu-basic-3: More 64-bit lea testing. bugref:10371
(edit) @102193   17 months vboxsync scm fix, bs3-mode-MemCopyFlat.asm file
(edit) @102190   17 months vboxsync Validation Kit/vboxtestvms.py: Fix config of win7-64 smoketest VM.
(edit) @102189   17 months vboxsync Validation Kit/vboxtestvms.py: Fix guest OS type for Windows Server …
(edit) @102188   17 months vboxsync Shared Clipboard/Transfers: Compile fix for Solaris (not enabled by …
(edit) @102185   17 months vboxsync Storage/DrvVD: Floppy type upgrade fixes. bugref:10371
(edit) @102183   17 months vboxsync ValKit/bs3-cpu-basic-3: Move the 64-bit lea tests to the high DLL …
(edit) @102182   17 months vboxsync ValKit/bs3-cpu-basic-3: Move the 64-bit lea tests to the high DLL …
(edit) @102181   17 months vboxsync ValKit/bs3kit: High DLL loading fixes (keep forgetting the BIOS …
(edit) @102180   17 months vboxsync Shared Clipboard/tstClipboardHttpServer: Further decreased test file …
(edit) @102172   17 months vboxsync VMM/HMVMXR0: Nested VMX: bugref:10318 Trying to nail down the cause of …
(edit) @102171   17 months vboxsync Main/Unattended: Removed WIMImage::mEnmOsType as it is a duplicate of …
(edit) @102170   17 months vboxsync Main/Unattended: Changed a three uses of VBOXOSTYPE_OsTypeMask to …
(edit) @102167   17 months vboxsync VBoxManage: 'list ostype': Use platformArchitectureToStr (no …
(edit) @102166   17 months vboxsync Shared Clipboard/Transfers: Another build fix for Solaris (not enabled …
(edit) @102165   17 months vboxsync Shared Clipboard/Transfers: Compile fix for Solaris (not enabled by …
(edit) @102164   17 months vboxsync FE/Qt: bugref:10513: Temporary layout workaround for UIDescriptionEditor.
(edit) @102163   17 months vboxsync Shared Clipboard/tstClipboardHttpServer: Added some more tests (Korean …
(edit) @102162   17 months vboxsync FE/Qt: bugref:10513: UINameAndSystemEditor: Make sure editor allows to …
(edit) @102161   17 months vboxsync Shared Clipboard/tstClipboardHttpServer: Compare source and …
(edit) @102160   17 months vboxsync FE/Qt: bugref:10513: UIAdvancedSettingsDialog: Make sure both x86 and …
(edit) @102159   17 months vboxsync Shared Clipboard/tstClipboardHttpServer: Increased default running …
(edit) @102158   17 months vboxsync ValKit/bs3kit,bs3-cpu-basic-3: Experimental support for loading a 2nd …
(edit) @102157   17 months vboxsync ValKit/bs3kit,bs3-cpu-basic-3: Experimental support for loading a 2nd …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette