VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @91731   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91728   3 years vboxsync PCnet: Ripped out unused/broken PCNET_NO_POLLING code path.
(edit) @91727   3 years vboxsync Main/ApprovedLanguages.kmk: No need to escape trailing newline. bugref:1909
(edit) @91726   3 years vboxsync Audio/Validation Kit: Use the next iteration of the initial audio test …
(edit) @91725   3 years vboxsync Main/ExtPackManagerImpl.h: The partentheses around ~(size_t)0 should …
(edit) @91724   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91723   3 years vboxsync Audio/Validation Kit: Initialize some variables in the test driver so …
(edit) @91722   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91721   3 years vboxsync Audio/Validation Kit: Added dedicated audio test VM …
(edit) @91720   3 years vboxsync Main: bugref:1909: Fixed compilation issues
(edit) @91719   3 years vboxsync FE/Qt: bugref:9974. Small fix.
(edit) @91718   3 years vboxsync Main: bugref:1909: Added initial translation to Russian of API …
(edit) @91717   3 years vboxsync FE/Qt: bugref:9974. Adding suppress check box to the dialog.
(edit) @91716   3 years vboxsync Additions: X11: fix setscreenlayout handling, bugref:10120. Take into …
(edit) @91715   3 years vboxsync FE/Qt: bugref:9974. Renaming UIBootTimeError dialog.
(edit) @91714   3 years vboxsync FE/Qt: bugref:9996: Get rid of UIWizard interfaces.
(edit) @91713   3 years vboxsync FE/Qt: bugref:9974. Removing first run wizard.
(edit) @91712   3 years vboxsync VMM/PGM: Nested VMX: bugref:10092 Removed PGMMODEDATAGST::pfnGetPDE, …
(edit) @91710   3 years vboxsync VMM/CPUM: Nested VMX: bugref:10092 Added some VMX CPUMFEATURES' bit. …
(edit) @91709   3 years vboxsync FE/Qt: bugref:9996: Rename pages for UIWizardImportApp.
(edit) @91707   3 years vboxsync FE/Qt: bugref:9996: Rename pages for UIWizardExportApp.
(edit) @91706   3 years vboxsync fix other misc Windows build box gripes
(edit) @91705   3 years vboxsync fix misc Windows build box gripes
(edit) @91704   3 years vboxsync add guards to STAM counters
(edit) @91703   3 years vboxsync DevVirtioNet_1_0.cpp: Convert VirtIO to be 'transitional' device, that …
(edit) @91702   3 years vboxsync VMM/NEM: More stats. Played with using WHvMapGpaRange again, but much …
(edit) @91701   3 years vboxsync debian/rules: Eliminate useless parallel build options (this is set up …
(edit) @91700   3 years vboxsync Installer/linux/routines.sh: Remove executable bit since it is always …
(edit) @91699   3 years vboxsync debian/rules: More un-breaking the debian package building, by …
(edit) @91698   3 years vboxsync FE/Qt: bugref:9996: A bit of cleanup for redundant stuff in …
(edit) @91697   3 years vboxsync FE/Qt: bugref:9996: A bit of cleanup for redundant stuff in …
(edit) @91696   3 years vboxsync FE/Qt: Runtime UI: Machine-view: Get rid of redundant size hints …
(edit) @91695   3 years vboxsync VMM/DBGF: Check for environment variable VBOX_DBGF_NO_WAIT_FOR_ATTACH …
(edit) @91694   3 years vboxsync VMM/NEM: Made it build without NEM_WIN_USE_HYPERCALLS_FOR_PAGES again. …
(edit) @91693   3 years vboxsync VMM/hmR3InfoLbr: Don't assert in NEM mode.
(edit) @91692   3 years vboxsync VMM/NEM: Made it build without NEM_WIN_USE_HYPERCALLS_FOR_PAGES again. …
(edit) @91691   3 years vboxsync src/libs: Fix openssl version number check for API which was added in …
(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 …
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