VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90644   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90643   3 years vboxsync Audio/ValKit: Don't use killall but grep'ing ps instead, as older …
(edit) @90642   3 years vboxsync FE/Qt: QILineEdit and UIUserNamePasswordEditor: There should NO be …
(edit) @90641   3 years vboxsync FE/Qt: Excessive printf in r146245.
(edit) @90640   3 years vboxsync iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
(edit) @90639   3 years vboxsync VMM,VMMDev: Changed my mind, made the alignment requirement for …
(edit) @90638   3 years vboxsync VMM,VMMDev: Force 32-byte alignment of PDMCRITSECTRW so all members …
(edit) @90637   3 years vboxsync IPRT/RTCritSectRw,VMM/PDMCritSectRw: Rearranged the core members a …
(edit) @90636   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90635   3 years vboxsync bs3-locking-1: More tests. bugref:6695
(edit) @90634   3 years vboxsync VMM/PDMCritSectRwEnterExcl: Implemented waiting in most ring-0 …
(edit) @90633   3 years vboxsync FE/Qt: Fixing a paint bug causing an infinite paint loop.
(edit) @90632   3 years vboxsync xpcom/python: Use PyObject_Init instead of _Py_NewReferences for all …
(edit) @90631   3 years vboxsync libs/XPCOM: Just use PyObject_Init() everywhere (also for Python < …
(edit) @90630   3 years vboxsync xpcom/python: It's either PyObject_Init or _Py_NewReference, we should …
(edit) @90629   3 years vboxsync add/x11/VBoxClient: hanging intdentation fixes. bugref:10028
(edit) @90628   3 years vboxsync FE/Qt: bugref:9996. Adding clone path and clone name connections
(edit) @90627   3 years vboxsync FE/Qt: bugref:10067: Notification-center invoke fix; Implement TODOs …
(edit) @90626   3 years vboxsync FE/Qt: bugref:10067: Since all downloaders now being created by …
(edit) @90625   3 years vboxsync FE/Qt: bugref:10067: Restore status for …
(edit) @90624   3 years vboxsync Additions: X11: VBoxSVGA: prevent fatal error notification flooding, …
(edit) @90623   3 years vboxsync libs/XPCOM: More object initialization needed for Python >= 3.9 …
(edit) @90622   3 years vboxsync VMM/HMSVMR0: Nested SVM: bugref:10080 Attempt to fix debug registers …
(edit) @90621   3 years vboxsync FE/Qt: bugref:9996. Some cleaning.
(edit) @90620   3 years vboxsync FE/Qt: bugref:9996. Fixing 2nd page's validation function.
(edit) @90619   3 years vboxsync FE/Qt: bugref:9996. Adding check for 3rd page's visibility
(edit) @90618   3 years vboxsync libs/XPCOM: Implemented _query_interface_ for our ShutdownObserver …
(edit) @90617   3 years vboxsync FE/Qt: bugref:9996. Hiding/showing 3rd page of the clonevm wizard.
(edit) @90616   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90615   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90614   3 years vboxsync FE/Qt: bugref:9996: Build fix for r146218.
(edit) @90613   3 years vboxsync VMM/HMVMXR0: Comment. bugref:10080
(edit) @90612   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90611   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90610   3 years vboxsync VMM/PDMCritSecRw: More code refactoring. bugref:6695
(edit) @90609   3 years vboxsync VMMDev/Testing: Updated lock thread code with r/w and new config …
(edit) @90608   3 years vboxsync VMM/PDMCritSecRw: Some code refactoring. bugref:6695
(edit) @90607   3 years vboxsync FE/Qt: bugref:9996. More surgery on the clone vm wizard.
(edit) @90606   3 years vboxsync FE/Qt: bugref:10067: Notification signature for new version check …
(edit) @90605   3 years vboxsync FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjects.
(edit) @90604   3 years vboxsync FE/Qt: bugref:10067: Extend UINewVersionChecker with signals to …
(edit) @90603   3 years vboxsync FE/Qt: bugref:10067: Provide UINewVersionChecker with API to cancel …
(edit) @90602   3 years vboxsync FE/Qt: bugref:10067: Small cleanup for UIUpdateManager and …
(edit) @90601   3 years vboxsync FE/Qt: bugref:10067: Tiny cleanup for UINotificationObjectItem classes.
(edit) @90600   3 years vboxsync FE/Qt: bugref:10067: Open notification-center on object append only if …
(edit) @90599   3 years vboxsync FE/Qt: bugref:9996. More work on the first page of the clone vm wizard.
(edit) @90598   3 years vboxsync VMM: Speed up VMMGetCpuId in ring-0 by using hash table (via new …
(edit) @90597   3 years vboxsync VMM: Speed up VMMGetCpu in ring-0 by using hash table (via new …
(edit) @90596   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90595   3 years vboxsync ValKit: More Python 3.9 API changes needed (array.array.tostring() -> …
(edit) @90594   3 years vboxsync ValKit: More Python 3.9 API changes needed (Thread.isAlive() -> …
(edit) @90593   3 years vboxsync VMM/HMVMXR0: Fix guru meditation while reading debug registers by the …
(edit) @90592   3 years vboxsync FE/Qt: bugref:10067: Few missed bits in r146201.
(edit) @90591   3 years vboxsync FE/Qt: bugref:10067: Fixing scm burn in r146201.
(edit) @90590   3 years vboxsync FE/Qt: bugref:10067: Fixing burns related to downlaoder stuff; No …
(edit) @90589   3 years vboxsync FE/Qt: bugref:9996. Initial refactoring of the clone vm wizard.
(edit) @90588   3 years vboxsync Devices/Security: EFI can communicate with the external TPM emulator …
(edit) @90587   3 years vboxsync Devices/Security: EFI can communicate with the external TPM emulator …
(edit) @90586   3 years vboxsync FE/Qt: bugref:10067: Moving UINewVersionChecker to separate files, it …
(edit) @90585   3 years vboxsync FE/Qt: bugref:10067: Fixing scm burn in r146185.
(edit) @90584   3 years vboxsync linux/vboxsf: Copy&paste fix. bugref:10066
(edit) @90583   3 years vboxsync linux/drm: intent fix. bugref:10066
(edit) @90582   3 years vboxsync linux/vboxsf: Avoid making the code even more spaghetti-like, …
(edit) @90581   3 years vboxsync Additions: X11: VBoxSVGA: prevent VBoxClient crash when X11 is not …
(edit) @90580   3 years vboxsync Devices/Security: Continue work on the TPM device emulation and driver …
(edit) @90579   3 years vboxsync FE/Qt: bugref:10067: Large rework in UIUpdateManager; Separating …
(edit) @90578   3 years vboxsync 3D/VMSVGA: Syncing access to command buffers from EMT and FIFO …
(edit) @90577   3 years vboxsync Linux Host and Guest drivers: another attempt to introduce initial …
(edit) @90576   3 years vboxsync FE/Qt: bugref:9996. Checking for the correct file extension before …
(edit) @90575   3 years vboxsync FE/Qt: bugref:9996. Small fix
(edit) @90574   3 years vboxsync VMMDev/Testing: Fixed broken value unit handling for 16-bit …
(edit) @90573   3 years vboxsync VMM/PDMCritSectRw: Added message and LogRel to pdmCritSectRwCorrupted. …
(edit) @90572   3 years vboxsync VMM/PDMCritSect: Validate the queued pointer. bugref:6695
(edit) @90571   3 years vboxsync VMM/PDMCritSectRw: Use VMM_ASSERT_RELEASE_MSG_RETURN. Validate the …
(edit) @90570   3 years vboxsync VMM/PDMCritSectRw: Added a self pointer for use with queued-leave to …
(edit) @90569   3 years vboxsync FE/Qt: bugref:10067: Rename UIDownloaderAdditions to …
(edit) @90568   3 years vboxsync FE/Qt: bugref:10067: Notification signature for guest additions …
(edit) @90567   3 years vboxsync FE/Qt: bugref:10067: Create UINotificationCenter for Runtime UI; …
(edit) @90566   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Adjust r146169 according to …
(edit) @90565   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Hide if there is nothing to …
(edit) @90564   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: Rework a way of public …
(edit) @90563   3 years vboxsync FE/Qt: bugref:10067: Allow UINotificationCenter to have no parent and …
(edit) @90562   3 years vboxsync FE/Qt: bugref:10067: UINotificationCenter: A bit of sanity checks.
(edit) @90561   3 years vboxsync FE/Qt: bugref:10067: Notification signature for user manual …
(edit) @90560   3 years vboxsync FE/Qt: bugref:10067: Moving singleton functionality from …
(edit) @90559   3 years vboxsync FE/Qt: bugref:10067: Notification signature for ext pack downloading …
(edit) @90558   3 years vboxsync VMM/PGMCritSect: Avoid queuing on PDMCritSectLeave contention and …
(edit) @90557   3 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. [build fix] bugref:6695
(edit) @90556   3 years vboxsync FE/Qt: bugref:10067: New notification interfaces for downloader object …
(edit) @90555   3 years vboxsync Audio/ValKit: Try harder finding a free service port in …
(edit) @90554   3 years vboxsync Audio/ValKit: Init crit sect in atsTcpCreate() to match its …
(edit) @90553   3 years vboxsync VMM/PGMCritSectRw: Added 'critsectrw' info item. bugref:6695
(edit) @90552   3 years vboxsync FE/Qt: bugref:10067: Possibility to invoke UINotificationCenter from …
(edit) @90551   3 years vboxsync FE/Qt: bugref:10067: Pass progress-canceled and progress-finished …
(edit) @90550   3 years vboxsync VMM/PGMCritSect: Added 'critsect' info item. bugref:6695
(edit) @90549   3 years vboxsync VMM,*: s/DBGFR3InfoGenricGetOptError/DBGFR3InfoGenericGetOptError/g
(edit) @90548   3 years vboxsync FE/Qt: bugref:10067: Forgot something in r146153.
(edit) @90547   3 years vboxsync FE/Qt: bugref:10067: UINetworkRequestManager: A possibility to cancel …
(edit) @90546   3 years vboxsync FE/Qt: bugref:10067: UINetworkRequestManager: Reworking …
(edit) @90545   3 years vboxsync FE/Qt: UIActionPoolManager: Rename Exit action to Quit to keep default …
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