VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90192   4 years vboxsync bugref:8345. Fixed the progress issue.
(edit) @90191   4 years vboxsync Audio/ValKit: Added tdAudioTest test driver to the Validation Kit …
(edit) @90190   4 years vboxsync VMM/VMMR0: Disabled the unnecessary …
(edit) @90189   4 years vboxsync VMM: Make the setjmp code a bit stricter with when to resume a call. …
(edit) @90188   4 years vboxsync 3D/VMSVGA: Parameters validation during command buffer context …
(edit) @90187   4 years vboxsync Main/CHECK_CONSOLE_DRV: Add function name to give more of a context.
(edit) @90186   4 years vboxsync AMD IOMMU: bugref:9654 Logging, missed parameter fix.
(edit) @90185   4 years vboxsync AMD IOMMU: bugref:9654 Log PTE not present failures.
(edit) @90184   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90183   4 years vboxsync Audio/ValKit: More code for guest recording tests in the Validation …
(edit) @90182   4 years vboxsync Audio/ValKit: Use frame size instead of sample size in …
(edit) @90181   4 years vboxsync Debugger/DBGPlugInLinux: Fix getting at symbols for Linux kernels …
(edit) @90180   4 years vboxsync 3D/VMSVGA: The command buffer context init/cleanup on device …
(edit) @90179   4 years vboxsync Audio/ValKit: A few more checks for AudioTestSetPack(). bugref:10008
(edit) @90178   4 years vboxsync DevIchAc97: Don't assert on valid config in ichac97R3StreamSetUp as we …
(edit) @90177   4 years vboxsync VMM/VMMR0JmpA-amd64.asm: Another stack fuzz adjustment for linux 5.13. …
(edit) @90176   4 years vboxsync Audio/ValKit: ATS termination fixes. bugref:10008
(edit) @90174   4 years vboxsync FE/Qt: bugref:9996. Using UIAdditionalUnattendedOptions
(edit) @90173   4 years vboxsync VMM/VMMR0JmpA-amd64.asm: Double the stack fuzz for linux 5.13. …
(edit) @90170   4 years vboxsync FE/Qt: bugref:9996. scm fix.
(edit) @90169   4 years vboxsync FE/Qt: bugref:9996. Using UIGAInstallationGroupBox
(edit) @90167   4 years vboxsync FE/Qt: bugref:3582. Don't show warning if VM hasn't got USB enabled or …
(edit) @90166   4 years vboxsync DevATA: Extended assertion.
(edit) @90165   4 years vboxsync FE/Qt: bugref:9996. Using UIUserNamePasswordGroupBox
(edit) @90164   4 years vboxsync FE/Qt: bugref:9996. Moving group box creation to a separate class
(edit) @90163   4 years vboxsync FE/Qt: bugref:9996: Setting titles of some groupboxes
(edit) @90162   4 years vboxsync VMM/PGM: Fixed incorrect lock yield in PGMPhysBulkReleasePageMappingLocks.
(edit) @90161   4 years vboxsync VMM: New status VERR_VMM_CONTEXT_HOOK_STILL_ENABLED for guru condition …
(edit) @90160   4 years vboxsync VMM/Guru: Print the assertion message strings if they aren't empty. …
(edit) @90159   4 years vboxsync FE/Qt: bugref:9996: Initial work on the expert mode. No functionality …
(edit) @90158   4 years vboxsync DevHda: Added the minimum of registers linux accesses for the …
(edit) @90157   4 years vboxsync FE/Qt: bugref:9996: Some more renaming.
(edit) @90156   4 years vboxsync Dev/VirtioNet: (bugref:8651) Fixed connectivity loss due to stuck TX …
(edit) @90155   4 years vboxsync FE/Qt: bugref:9996: Refactoring
(edit) @90154   4 years vboxsync FE/Qt: bugref:9996: Some cleaning
(edit) @90153   4 years vboxsync FE/Qt: bugref:9996: Some renaming
(edit) @90152   4 years vboxsync FE/Qt: bugref:9996: Moving user name and password editor under …
(edit) @90151   4 years vboxsync FE/Qt: bugref:9996: Validating hostname and domain name.
(edit) @90150   4 years vboxsync SUPHardNt: Ignore Nvidia certificate with bogus Key Usage if there is …
(edit) @90149   4 years vboxsync DevHda: Added config value 'DeviceName' to allow specifying other …
(edit) @90148   4 years vboxsync DevHdaCodec: Renamed a couple of variables. bugref:9890
(edit) @90147   4 years vboxsync DevHdaCodec: Moved the codec configuration into a separate structure …
(edit) @90146   4 years vboxsync DevHdaCodec: Removed unused member HDACODECR3::cNodes. bugref:9890
(edit) @90145   4 years vboxsync DevHdaCodec: Mark afNodeClassifications as const to encourage more …
(edit) @90144   4 years vboxsync DevHdaCodec: Combine all the node classification lists into an array …
(edit) @90143   4 years vboxsync DevHdaCodec: The node classification lists can be const. bugref:9890
(edit) @90142   4 years vboxsync DevHdaCodec: Renamed some more member names. bugref:9890
(edit) @90141   4 years vboxsync DevHdaCodec: Corrected some member names. bugref:9890
(edit) @90140   4 years vboxsync DevHda: Aligned the codec state more along cache lines. bugref:9890
(edit) @90139   4 years vboxsync DevHdaCodec: Updated docs/todo. bugref:9890
(edit) @90138   4 years vboxsync DevHda: Only HDACODECR3, no HDACODEC structure any more. bugref:9890
(edit) @90137   4 years vboxsync DevHda: Don't pass pDevIns but PHDACODECR3 to the four DevHDA …
(edit) @90136   4 years vboxsync DevHda: Ditto in the other direction. bugref:9890
(edit) @90135   4 years vboxsync DevHda: We don't need to abstract the HDA codecs with function …
(edit) @90134   4 years vboxsync DevHda: Consolidating codec state into one structure and removing the …
(edit) @90133   4 years vboxsync Runtime/efivarstorevfs.cpp: Some basic variable creation and deletion …
(edit) @90132   4 years vboxsync FE/Qt: bugref:9996: Checking IUnattended for errors after setting …
(edit) @90131   4 years vboxsync DevHdaCodec: Removed most of the leftovers from the attempt to run the …
(edit) @90130   4 years vboxsync Audio/ValKit: A bit of renaming. bugref:10008
(edit) @90129   4 years vboxsync Audio/ValKit: More fixes and additions for the Validation Kit test …
(edit) @90128   4 years vboxsync DevHdaCodec: Moved CODECVERB to the .cpp file as it does not to be …
(edit) @90127   4 years vboxsync DevHdaCodec: More doc work. bugref:9890
(edit) @90126   4 years vboxsync Runtime/evivarstorevfs.cpp: Allow overwriting variable data (no …
(edit) @90125   4 years vboxsync Runtime/evivarstorevfs.cpp: Allow overwriting variable data (no …
(edit) @90124   4 years vboxsync FE/Qt: bugref:9996: Don't swallow usr/password change signals even if …
(edit) @90123   4 years vboxsync DevHdaCodec: Try make doxygen happy... bugref:9890
(edit) @90122   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90121   4 years vboxsync DevHdaCodec: Reverted previous commit, committed too much. bugref:9890
(edit) @90120   4 years vboxsync DevHdaCodec: More doxygen stuff. Renamed callback parameters to match …
(edit) @90119   4 years vboxsync DevHdaCodec: Looping over node index arrays must do proper bound …
(edit) @90118   4 years vboxsync /configure, debian/rules, rpm/rules: More accurately control where the …
(edit) @90117   4 years vboxsync Audio/ValKit: Made daemonizing of VKAT / VBoxAudioTest more generic to …
(edit) @90116   4 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90115   4 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90114   4 years vboxsync Runtime/RTEfi*: Updates to the EFI variable storage access module, …
(edit) @90113   4 years vboxsync Intel IOMMU: bugref:9967 Fix return code when translating DMA …
(edit) @90111   4 years vboxsync Intel IOMMU: bugref:9967 Similar fix as r145610 but for Intel. I …
(edit) @90110   4 years vboxsync AMD IOMMU: bugref:9654 Fixed more issues in address translation …
(edit) @90109   4 years vboxsync FE/Qt: bugref:9996: Removing redundant data members
(edit) @90108   4 years vboxsync FE/Qt: bugref:9996: A small fix on unattended install setup.
(edit) @90107   4 years vboxsync FE/Qt: bugref:9996: Making error line edit icons a bit smaller
(edit) @90106   4 years vboxsync FE/Qt: bugref:9996: Size hint fix.
(edit) @90105   4 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - oops, fix inverted test in …
(edit) @90104   4 years vboxsync iprt/socket.cpp: rtSocketAddrFromNetAddr - return VERR_BUFFER_OVERFLOW …
(edit) @90103   4 years vboxsync DrvIntNet: style fix.
(edit) @90102   4 years vboxsync FE/Qt: bugref:9996: Some more initialization fixes
(edit) @90101   4 years vboxsync FE/Qt: bugref:9996: Disabling expert mode for now
(edit) @90100   4 years vboxsync Reverted r145598 (Audio/ValKit: Use RTProcDaemonizeUsingFork() and …
(edit) @90099   4 years vboxsync Audio/ValKit: First working version of the VKAT Validation Kit test …
(edit) @90098   4 years vboxsync Audio/ValKit: Use RTProcDaemonizeUsingFork() and also added PID file …
(edit) @90097   4 years vboxsync DevHda: Fixed bug in hdaR3StreamAddScheduleItem when splitting up too …
(edit) @90096   4 years vboxsync FE/Qt: bugref:9996: Build fix.
(edit) @90095   4 years vboxsync FE/Qt: bugref:9996: Using initialization function instead show …
(edit) @90094   4 years vboxsync FE/Qt: bugref:9996: Set focus proxy of the mane and system editor
(edit) @90093   4 years vboxsync FE/Qt: bugref:9996: Make sure name field has th initial focus
(edit) @90092   4 years vboxsync FE/Qt: bugref:9996: Medium size connection was missing.
(edit) @90091   4 years vboxsync FE/Qt: bugref:9996: Initializing medium variant correctly
(edit) @90090   4 years vboxsync FE/Qt: bugref:9996: Enabling vm creation.
(edit) @90089   4 years vboxsync FE/Qt: bugref:5117: VirtualBox Manager: Make sure state discarding …
(edit) @90088   4 years vboxsync FE/Qt: VirtualBox Manager: Ignore machine-state updates for rare …
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