VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91690   3 years vboxsync VBoxHeadless: bugref:9790 - Don't use logging on the Windows message …
(edit) @91689   3 years vboxsync Devices/EFI: Don't dump the whole image path to the release log when …
(edit) @91688   3 years vboxsync VMM/NEM: Added some more #ifdef'ing to reduce the amount of ioctl …
(edit) @91687   3 years vboxsync Audio: Fixed a small memory leak (driver description) in the driver …
(edit) @91686   3 years vboxsync VMM/PDM: Fix a small memory leak when destroying USB devices in PDMTerm()
(edit) @91685   3 years vboxsync Main/UefiVariableStore,FE/VBoxManage: Implement API to delete and …
(edit) @91684   3 years vboxsync Audio/Validation Kit: Also let know if a audio data beacon has been …
(edit) @91683   3 years vboxsync EFI/Firmware: Don't zero out the debug information for firmware …
(edit) @91682   3 years vboxsync Audio/Validation Kit: Use a bit bigger array for internal object names …
(edit) @91681   3 years vboxsync FE/Qt: Update the combobox after enabling/disabling the reset item
(edit) @91680   3 years vboxsync Fe/Qt: We were removing too many items while updating …
(edit) @91679   3 years vboxsync VMM/NEM: Added not about GuidToString - couldn't help myself, sorry. :-)
(edit) @91677   3 years vboxsync SUP/SpcRoot-MicrosoftTestingRootCertificateAuthority2010-8a334aa8052dd2 …
(edit) @91676   3 years vboxsync VMM/NEM-win: Quick and very dirty hack to make the code work on …
(edit) @91675   3 years vboxsync IPRT/nt/RTR0MemKernelCopyTo/From: Code doesn't work, made some …
(edit) @91674   3 years vboxsync SUPDrv: Export RTR0MemObjLockKernelTag too. Minor version bump, …
(edit) @91673   3 years vboxsync DIS: Make disReadBytesDefault work the same way in ring-0 as in …
(edit) @91672   3 years vboxsync IPRT/dbgkrnlinfo-r0drv-nt.cpp: Now that we've got pseudo symbols, a …
(edit) @91670   3 years vboxsync Additions: X11: VMSVGA: gracefully exit VBoxClient process if has been …
(edit) @91669   3 years vboxsync FE/Qt: UIFilePathSelector: Bugfixes for r147128 and few commits …
(edit) @91668   3 years vboxsync Audio/Validation Kit: Added syntax help for the 'verify' sub command. …
(edit) @91667   3 years vboxsync Audio/Validation Kit: Added "--normalize" argument to optionally …
(edit) @91666   3 years vboxsync Audio/Validation Kit: Skip normalization by default now, as we now use …
(edit) @91665   3 years vboxsync Audio/Validation Kit: Implemented (simple) pre/post test tone beacon …
(edit) @91664   3 years vboxsync FE/Qt: bugref:9996: UIWizardImportApp: Provide wizard with hint to …
(edit) @91663   3 years vboxsync FE/Qt: bugref:9996: A bit of cleanup for redundant stuff in …
(edit) @91662   3 years vboxsync Audio/Validation Kit: Made some of the verification output debug-mode …
(edit) @91661   3 years vboxsync Audio/Validation Kit: Made some of the verification output debug-mode …
(edit) @91660   3 years vboxsync Audio/Validation Kit: Take offset into account when calculating the …
(edit) @91659   3 years vboxsync FE/Qt: bugref:9974. build fix.
(edit) @91658   3 years vboxsync Audio/Stubs: Close module handles after calling RTLdrLoadSystemEx().
(edit) @91657   3 years vboxsync FE/Qt: 9974. scm fix.
(edit) @91656   3 years vboxsync FE/Qt: bugref:9974. Creating the boot failure dialog.
(edit) @91655   3 years vboxsync Audio/Validation Kit: A bit more code for the audio data beacons. …
(edit) @91654   3 years vboxsync Audio/Validation Kit: Comment typo. ​bugref:10008
(edit) @91653   3 years vboxsync Audio/Validation Kit: Sped up the selftest a little by limiting the …
(edit) @91652   3 years vboxsync Audio/Validation Kit: Minor logging tweak. ​bugref:10008
(edit) @91650   3 years vboxsync src/libs: Export fixing for libtpms-0.9.0, bugref:10078
(edit) @91649   3 years vboxsync src/libs: Export fixing for libtpms-0.9.0, bugref:10078
(edit) @91648   3 years vboxsync Audio/Validation Kit: Renaming; to match the other stream names. …
(edit) @91647   3 years vboxsync Audio/Validation Kit: Added a VBOX_WITH_AUDIO_VALKIT_DUMP_STREAMS …
(edit) @91646   3 years vboxsync FE/Qt: bugref:9996: Full refactoring for Import Appliance wizard; …
(edit) @91645   3 years vboxsync FE/Qt: bugref:9996: Overall cleanup for UIWizardImportApp.
(edit) @91644   3 years vboxsync Audio/Validation Kit: Use cbPlayed instead of cbToPlay in …
(edit) @91643   3 years vboxsync Audio/Validation Kit: Fixes for audioTestFilesFindDiffsBinary(). …
(edit) @91642   3 years vboxsync FE/Qt: 9996. Making 6 bit windows 10 default OS for Windowses.
(edit) @91641   3 years vboxsync Audio/Validation Kit: Fixed temporary file handling for normalized …
(edit) @91640   3 years vboxsync FE/Qt: bugref:9996: Tiny cleanup in UIWizardNewCloudVM.
(edit) @91639   3 years vboxsync FE/Qt: bugref:9996: UIWizardExportApp: A bit of cleanup and doxygen fixes.
(edit) @91638   3 years vboxsync FE/Qt: bugref:9996: UIApplianceEditorWidget: Implementing clear …
(edit) @91637   3 years vboxsync FE/Qt: bugref:9996: UIFormEditorWidget: Implementing clearForm …
(edit) @91636   3 years vboxsync FE/Qt: bugref:9996: UIToolBox: Make section stretch greedy.
(edit) @91634   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Fixed regression caused by r147289.
(edit) @91633   3 years vboxsync IPRT/dbg.h,dbgkrnlinfo-r0drv-nt.cpp: Added a few pseudo symbols to the …
(edit) @91632   3 years vboxsync Audio/Validation Kit: Factored out general I/O options into …
(edit) @91631   3 years vboxsync NAT/tftp: bugref:9350 - Redo r128102. Just reject pathnames that try …
(edit) @91630   3 years vboxsync SharedClipboard/common: ShClEventSignal must clear pEvent->pPayload if …
(edit) @91629   3 years vboxsync SharedClipboard/common: ShClEventSignal must clear pEvent->pPayload if …
(edit) @91628   3 years vboxsync SharedClipboard/common: ShClEventSignal must clear pEvent->pPayload if …
(edit) @91627   3 years vboxsync NAT/tftp: ​bugref:9350 - Define symbolic constants for TFTP error …
(edit) @91626   3 years vboxsync NAT/tftp: bugref:9350 - LogRel tftp requests at session allocation …
(edit) @91625   3 years vboxsync SharedClipboard/common: ShClEventSignal must clear pEvent->pPayload if …
(edit) @91624   3 years vboxsync SharedClipboard/X11: ShClX11RequestFromX11CompleteCallback must free …
(edit) @91623   3 years vboxsync NAT/tftp: bugref:9350 - Fix the type and the hungarian prefix of the …
(edit) @91622   3 years vboxsync SharedClipboardSvc-internal.h: fix tab setting.
(edit) @91621   3 years vboxsync X11/VBoxClient: Reverted most of r139955 because it's wrong and we do …
(edit) @91620   3 years vboxsync IPRT/RTDirRemove/posix: Do not rely on EEXIST taking priority over …
(edit) @91619   3 years vboxsync Audio/Validation Kit: Also write the beacon data to the test object. …
(edit) @91618   3 years vboxsync FE/Qt: 9974. Disabling first time run wizard.
(edit) @91617   3 years vboxsync doc/manual,FE/VBoxManage: Document the modifynvram sub-command of …
(edit) @91616   3 years vboxsync FE/Qt: 9996. Fixing several initialization issues on hardware parameters.
(edit) @91615   3 years vboxsync Devices/Secureity/DrvTpmEmuTpms: Implement a VM reset callback, …
(edit) @91614   3 years vboxsync Main: Initialize the TPM type properly based on the guest OS type and …
(edit) @91613   3 years vboxsync Audio/Validation Kit: Try to fix testbox errors when setting an …
(edit) @91612   3 years vboxsync src/libs: Export libtpms-0.9.0, bugref:10078
(edit) @91608   3 years vboxsync src/libs: Fix guards when to compile libtpms, bugref:10078
(edit) @91607   3 years vboxsync Devices/Graphics: parser should be able to apply modifications; …
(edit) @91606   3 years vboxsync VBoxGuest/nt: Corrected Windows 11 detection (it's still NT version …
(edit) @91605   3 years vboxsync IPRT/win: Try detect windows 11 and server 2019 & 2022 by the stupid …
(edit) @91604   3 years vboxsync VMM/CPUM: Fix nested paging related error message typo (unrestricted).
(edit) @91603   3 years vboxsync Audio/Validation Kit: Implemented setting the system's master volume …
(edit) @91602   3 years vboxsync Audio/Validation Kit: Implemented setting the system's master volume …
(edit) @91601   3 years vboxsync Audio/Validation Kit: Implemented setting the system's master volume …
(edit) @91598   3 years vboxsync Audio/Validation Kit: Implemented setting the system's master volume …
(edit) @91597   3 years vboxsync Audio/Validation Kit: Implemented setting the system's master volume …
(edit) @91595   3 years vboxsync Devices/DrvTpmEmuTpms: Some Windows build fixes, bugref:10075
(edit) @91594   3 years vboxsync Runtime/VBoxRT-openssl-1.1plus.def: Export more openssl stuff for …
(edit) @91593   3 years vboxsync FE/Qt: 9996. Misc. fixes related machine name, machine file name, and …
(edit) @91592   3 years vboxsync Main/NLS: Fixed uninitialized variables in VirtualBoxClient. bugref:1909
(edit) @91591   3 years vboxsync VBoxStub: Extend manifest to enable DPI awareness, avoiding the blurry …
(edit) @91590   3 years vboxsync FE/Qt: bugref:9996: UIWizardImportApp: Remove excessive source ID stuff.
(edit) @91589   3 years vboxsync FE/Qt: bugref:9996: UIWizardImportApp: Get rid of …
(edit) @91588   3 years vboxsync Runtime/VBoxRTDeps.cpp: Add symbol required by libtpms, bugref:10078
(edit) @91587   3 years vboxsync VMM: Purge VINF_TRPM_XCPT_DISPATCHED, no longer used anywhere.
(edit) @91586   3 years vboxsync VMM/CPUM: When using NEM and a VM is configured with nested …
(edit) @91585   3 years vboxsync Audio/Validation Kit: Don't skip testing if host audio is not …
(edit) @91584   3 years vboxsync libs/openssl: Enabled DES and Camellia as required for libtpms, …
(edit) @91582   3 years vboxsync libs/openssl: Enabled DES and Camellia as required for libtpms, …
(edit) @91581   3 years vboxsync VMM/PGMR3PhysRegisterRam: Must release lock when returning …
(edit) @91580   3 years vboxsync VMM: Nested VMX: bugref:10092 Made changes to PGM++ to handle invalid …
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