VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @77715   6 years vboxsync HMInternal.h: Nested VMX: bugref:9180 Add VMXVMCSINFO for upcoming changes.
(edit) @77714   6 years vboxsync VMM/HMSVM: VMM_INT_DECL for hmEmulateSvmMovTpr.
(edit) @77712   6 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 CPUM helper for figuring out …
(edit) @77710   6 years vboxsync linux/vboxsf: More linux 3.16 fixes, this time for skipping empty iov …
(edit) @77709   6 years vboxsync linux/vboxsf: Use 'VBox' as f_type value. NFS_SUPER_MAGIC confuses …
(edit) @77708   6 years vboxsync linux/vboxsf: Linux 3.16 fixes. bugref:9172
(edit) @77707   6 years vboxsync linux/vboxsf: Doxyfixes. bugref:9172
(edit) @77706   6 years vboxsync linux/vboxsf: Various build fixes for older kernels (atomic_open, …
(edit) @77705   6 years vboxsync EFI: Register just one low system memory range between 1MB and 4GB.
(edit) @77704   6 years vboxsync linux/vboxsf: Implemented inode_operations::atomic_open (introduced in …
(edit) @77703   6 years vboxsync BVGA,Display,FE/Qt: Don't flood the release log with screen updates …
(edit) @77702   6 years vboxsync FE/Qt: Factoring out UISearchLineEdit as it will be used in vm search …
(edit) @77701   6 years vboxsync FE/Qt: bugref:9378. Marking matched chooser pane machine items visually.
(edit) @77700   6 years vboxsync Runtime/json: Plug small memory leak when parsing a JSON file fails
(edit) @77699   6 years vboxsync Storage/VHD,Parallels: Plug two small memory leaks when opening an …
(edit) @77698   6 years vboxsync EFI: Adjusted pdb files list for copying.
(edit) @77697   6 years vboxsync EFI: Removed yasm specific custom tweaks, no longer needed.
(edit) @77696   6 years vboxsync EFI: Removed custom debugging not used elsewhere in VBoxPkg to reduce …
(edit) @77695   6 years vboxsync Comment.
(edit) @77693   6 years vboxsync Runtime/fuzz: Some more statistics, add possibility to configure the …
(edit) @77692   6 years vboxsync FsPerf: Borrow open action tests from tstRTFileOpenEx-1. …
(edit) @77691   6 years vboxsync tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276 [build fix]
(edit) @77690   6 years vboxsync FsPerf: Borrow open action tests from tstRTFileOpenEx-1. ticketref:9276
(edit) @77689   6 years vboxsync tstRTFileOpenEx-1: Cleanup and one more case. ticketref:9276
(edit) @77688   6 years vboxsync OCI: ICloudClient::getExportLaunchDescriptionForm - declare and define …
(edit) @77687   6 years vboxsync FE/Qt: Adapting chooser pane machine item font color a bit to make …
(edit) @77686   6 years vboxsync FE/Qt: bugref:9378. Some style corrections.
(edit) @77685   6 years vboxsync SharedFolders: Use RTFileOpenEx to get a more accurate …
(edit) @77684   6 years vboxsync IPRT: Implemented RTFileOpenEx for posix too. ticketref:9276
(edit) @77683   6 years vboxsync FE/Qt: bugref:9378. Implementing a recursive search function.
(edit) @77682   6 years vboxsync FE/Qt: Removing a rogue printf.
(edit) @77681   6 years vboxsync IPRT: Adding an extended file open API that returns the action taken …
(edit) @77680   6 years vboxsync FE/Qt: disallow the use of Pause as a host key on Windows. …
(edit) @77679   6 years vboxsync Main: Drop trailing whitespace in previous.
(edit) @77678   6 years vboxsync EFI: Use resource compiler to avoid errors. 32-bit EFI now boots to …
(edit) @77677   6 years vboxsync FE/Qt: bugref:9378. Adding a vm search widget to chooser pane vm list. …
(edit) @77676   6 years vboxsync websrv-cpp.xsl: the interface name is in $thatifname, not $ifname. …
(edit) @77675   6 years vboxsync Main: Oops, add wsmap to previous.
(edit) @77674   6 years vboxsync Main: Define IForm and related interfaces.
(edit) @77673   6 years vboxsync EFI: MEMFD_BASE_ADDRESS needs to be properly defined or decompression …
(edit) @77672   6 years vboxsync EFI: Zapped unimplemented/unnecessary debugging code.
(edit) @77671   6 years vboxsync EFI: Removing no longer necessary customizations, build fixes.
(edit) @77670   6 years vboxsync edk2: a bit of sanitizing missing for UDK2018. bugref:4643
(edit) @77669   6 years vboxsync EFI: Switched yasm to nasm, misc build fixes; work in progress.
(edit) @77668   6 years vboxsync FE/Qt: Send pointer out of range events to Main. bugref:9376: Complete …
(edit) @77667   6 years vboxsync FE/Qt: try to avoid saving size hints for guest-initiated resizes. …
(edit) @77666   6 years vboxsync Main/HostDnsServiceDarwin: Fixed shutting down procedure by making …
(edit) @77665   6 years vboxsync DBGPlugInWinNt.cpp: Unbroke 32-bit.
(edit) @77664   6 years vboxsync Audio/DevIchAc97.cpp: Timer description strings must be static when …
(edit) @77663   6 years vboxsync FakeBios: Enable fast timing in PIIX/ICH IDETIM register. This …
(edit) @77662   6 years vboxsync EFI: First step in UDK2018 merge. Does not build yet.
(edit) @77661   6 years vboxsync os2/vboxsf: Supply RTFS_DOS_NT_NORMAL if fMode is zero, or the host …
(edit) @77660   6 years vboxsync FsPerf: Must use NtReadFile to check for STATUS_END_OF_FILE status in …
(edit) @77659   6 years vboxsync build fix
(edit) @77658   6 years vboxsync Runtime/fuzz: Statistics updates, don't fail if a working directory …
(edit) @77657   6 years vboxsync vsheriff: make the code checking the full result tree for failures …
(edit) @77656   6 years vboxsync vsheriff: check the entire failure tree for reasons indicating bad …
(edit) @77655   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Missed a bit …
(edit) @77654   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Properly …
(edit) @77653   6 years vboxsync vsheriff: Limit check for hanging testboxes to cHoursBack and …
(edit) @77652   6 years vboxsync Runtime/fuzzmastercmd.cpp: Fix hang when the connection is closed …
(edit) @77651   6 years vboxsync Runtime/fuzz: scm
(edit) @77650   6 years vboxsync Runtime/fuzz: Add mutators to change possible integers to some …
(edit) @77649   6 years vboxsync FE/Qt: bugref:6699. Removing a rogue printf.
(edit) @77648   6 years vboxsync FE/Qt: bugref:6699. Fix for r129277.
(edit) @77647   6 years vboxsync FE/Qt: bugref:6699. Adding an action to show detailed session/process …
(edit) @77646   6 years vboxsync WDDM: opengl test application.
(edit) @77645   6 years vboxsync vsheriff: enable automatic rebooting/disabling of testboxes which are …
(edit) @77644   6 years vboxsync vsheriff: detect solaris host install failures and driver unload failures
(edit) @77643   6 years vboxsync Guest Control/Validation Kit: Try to fix tests (don't force NAT …
(edit) @77642   6 years vboxsync os2/vboxsf: Corrected OS/2 -> IPRT time conversion …
(edit) @77641   6 years vboxsync IPRT/fileio-win.cpp: Corrected RTFileReadAt so it does not return …
(edit) @77640   6 years vboxsync os2/vboxsf: KernStrToUcs and (probably also) KernStrFromUcs trashes ES …
(edit) @77639   6 years vboxsync FE/Qt: bugref:9241: Build fix for r129266.
(edit) @77638   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Rework …
(edit) @77637   6 years vboxsync Main/Global.cpp: Ecomstation needs a floppy too, for the key file.
(edit) @77636   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Move …
(edit) @77635   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77634   6 years vboxsync FsPerf: Added writev testcase. bugref:9172 ticketref:17360
(edit) @77633   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). [build …
(edit) @77632   6 years vboxsync IPRT: Adding RTFileSgRead and RTFileSgWrite (for FsPerf). bugref:9172
(edit) @77631   6 years vboxsync linux/vboxsf: Implemented write_iter as well. Can write to loop …
(edit) @77630   6 years vboxsync FsPerf: Added readv testcase. bugref:9172 ticketref:17360
(edit) @77629   6 years vboxsync linux/vboxsf: Fixed TTL calc bug in vbsf_dentry_revalidate(). bugref:9172
(edit) @77628   6 years vboxsync linux/vboxsf: Slash the right page0 offset in vbsf_iter_lock_pages(). …
(edit) @77627   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Chooser pane: Group item: …
(edit) @77626   6 years vboxsync linux/vboxsf: Early implementation of file_operations::read_iter to …
(edit) @77625   6 years vboxsync VBoxManage/handleCreateMedium: Build fixes.
(edit) @77624   6 years vboxsync Main/ExtPackManager: fix leak of CloudProviderManager instance from an …
(edit) @77623   6 years vboxsync Guest Control/Validation Kit: Disabled test case for ​bugref:9398 for …
(edit) @77622   6 years vboxsync Bug fix/ syntax cleanup of AllocationBlockSize / createmedium property …
(edit) @77621   6 years vboxsync FE/Qt: bugref:9241: Build fix for r129248.
(edit) @77620   6 years vboxsync FE/Qt: bugref:9241: VirtualBox Manager UI: Another large bunch of …
(edit) @77619   6 years vboxsync ValidationKit: disable Ubuntu 18.04 smoketest, it fails all over the place
(edit) @77618   6 years vboxsync Guest Control/Validation Kit: Added a test case for bugref:9398 (build …
(edit) @77617   6 years vboxsync Moved the .scm settings for EFI/Firmware down into the firmware …
(edit) @77616   6 years vboxsync Moved the .scm settings for EFI/Firmware down into the firmware …
(edit) @77615   6 years vboxsync Guest Control/Validation Kit: Added a test case for bugref:9398 [pylint].
(edit) @77614   6 years vboxsync Validation Kit/testdriver: Minor comment typo.
(edit) @77613   6 years vboxsync Guest Control/Validation Kit: Added a test case for bugref:9398.
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