VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24055   16 years vboxsync FE/Qt4: VM Settings: Shared Folders Page: columns size-hint issue …
(edit) @24054   16 years vboxsync FE/Qt4: Cleaning QTreeWidget from garbage, reworking QTreeWidget …
(edit) @24053   16 years vboxsync 2d accel: perform data reset VGA device reset
(edit) @24052   16 years vboxsync DevATA: Save and load+verify config. New saved state version.
(edit) @24051   16 years vboxsync DevAHCI: even more config verification bugfix.
(edit) @24050   16 years vboxsync DevAHCI: more config bugfix.
(edit) @24049   16 years vboxsync DevAHCI: bugfix.
(edit) @24048   16 years vboxsync ApplianceImpl: Also spell out SCSI Controller.
(edit) @24047   16 years vboxsync AsyncCompletion: Do not use a failsafe manager for more than one endpoint
(edit) @24046   16 years vboxsync ApplianceImpl: Create IDE controller during import instead of assuming …
(edit) @24045   16 years vboxsync DevAHCI: save and verify config (saved state).
(edit) @24044   16 years vboxsync 2d accel: fix unnecessary unlock g->h commands
(edit) @24042   16 years vboxsync DevSerial.cpp: Verify config on load.
(edit) @24041   16 years vboxsync Also flush dirty pages when unmapping cr3
(edit) @24040   16 years vboxsync Rephrased
(edit) @24039   16 years vboxsync DevE1000.cpp: Enable the new saved state version (2) that includes …
(edit) @24038   16 years vboxsync DevEEPROM.cpp: it's sufficient to return the status of the last SSM …
(edit) @24037   16 years vboxsync Missing break
(edit) @24036   16 years vboxsync FE/Qt4: Session Information Dialog: Fixed typo in signal connection.
(edit) @24035   16 years vboxsync Backed out dead, but incorrect code
(edit) @24034   16 years vboxsync Backed out r53864; will cause too many problems unfortunately.
(edit) @24033   16 years vboxsync Error code handling
(edit) @24032   16 years vboxsync Return error code if VT-x/AMD-V init fails.
(edit) @24031   16 years vboxsync Removed disabled and incorrect assertion.
(edit) @24030   16 years vboxsync Warn about AMD-V in use.
(edit) @24029   16 years vboxsync Compile fix
(edit) @24028   16 years vboxsync 2d accel: guest driver fix for overlay surfaces not marked as visible
(edit) @24027   16 years vboxsync Fail if VT-x or AMD-V are already enabled (Windows 7)
(edit) @24026   16 years vboxsync VBoxManageStorageController.cpp: Don't use doxygen comments (/ */) …
(edit) @24024   16 years vboxsync Main and VBoxManage/GuestProperties: fix deleting GuestProperties in …
(edit) @24023   16 years vboxsync VbglR3: Some cleanup.
(edit) @24022   16 years vboxsync Wrap RTThreadPreemptDisable
(edit) @24021   16 years vboxsync Use KeSetSystemAffinityThread in RTThreadPreemptDisable/Enable. …
(edit) @24020   16 years vboxsync E1000: EEPROM save/load functions
(edit) @24019   16 years vboxsync DevSB16: save and verify config (untested).
(edit) @24018   16 years vboxsync toupper -> RT_C_TO_UPPER.
(edit) @24017   16 years vboxsync UUID: for r53765
(edit) @24015   16 years vboxsync Don't include <ctype.h>.
(edit) @24014   16 years vboxsync Removed rtMpClearPoke function as it's no longer required. (fixes …
(edit) @24013   16 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24012   16 years vboxsync DevPIC: Always enable 'info pic', not only in debug builds.
(edit) @24011   16 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24010   16 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24009   16 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24008   16 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @24006   16 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24005   16 years vboxsync TestVBoxOGL: fixed -test 3D, more verbose help
(edit) @24004   16 years vboxsync VBoxTestOGL: small help
(edit) @24003   16 years vboxsync disable incorrect assert
(edit) @24002   16 years vboxsync FE/Qt4: Cleaning QILabel from garbage, reworking QILabel size-hint …
(edit) @24001   16 years vboxsync Runtime: Darwin requires an extra parameter for F_NOCACHE which …
(edit) @24000   16 years vboxsync small svn property cleanup
(edit) @23998   16 years vboxsync VRDP port range API: user manual, frontends.
(edit) @23997   16 years vboxsync 4370: FE/Qt4: Unable to auto-mount Guest Additions image while …
(edit) @23994   16 years vboxsync #3987: Virtio: Network adapter available in all frontends.
(edit) @23993   16 years vboxsync DevAPIC: gcc warnings
(edit) @23990   16 years vboxsync VBoxTestOGL: Fix for strcmp().
(edit) @23989   16 years vboxsync DevParallel: verify config on load.
(edit) @23987   16 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   16 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @23985   16 years vboxsync DevVGA: Save and verify the basic config.
(edit) @23984   16 years vboxsync FE/Qt: take keyboard layouts which use shift to cancel CapsLock into …
(edit) @23983   16 years vboxsync Must flush all contexts when restarting with asid 1
(edit) @23982   16 years vboxsync Frontends/VirtualBox: NULL strings are not valid as medium UUIDs for …
(edit) @23981   16 years vboxsync DevIchAc97: validate config.
(edit) @23980   16 years vboxsync 2d accel: explicit link libGL.so to VirtualBox on Linux as well
(edit) @23979   16 years vboxsync #3987: Virtio: Fixed RX thread blocking on early RX packets. Guest …
(edit) @23978   16 years vboxsync Remove semicolon
(edit) @23977   16 years vboxsync Cleaned up
(edit) @23976   16 years vboxsync Flush page instead of context (code path not used)
(edit) @23975   16 years vboxsync AsyncCompletion: Fix possible data corruption
(edit) @23973   16 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23972   16 years vboxsync Must set tlb flush flag when exiting ring 0 (local init)
(edit) @23971   16 years vboxsync X11/VBoxClient: Command line help.
(edit) @23970   16 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23969   16 years vboxsync DevE1000: typo.
(edit) @23968   16 years vboxsync DevPCNet: save & verify config.
(edit) @23967   16 years vboxsync VBoxManage: ULONG => StorageControllerType_T
(edit) @23966   16 years vboxsync DevEEPROM.h: todo
(edit) @23965   16 years vboxsync DevE1000Phy: nit picking.
(edit) @23964   16 years vboxsync DevE1000: save config (disabled).
(edit) @23963   16 years vboxsync VBoxManage: fixed a bug where replacing hdd's was not allowed and …
(edit) @23962   16 years vboxsync FE/Qt4: uninitialized variable found by valgrind
(edit) @23961   16 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23960   16 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23959   16 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
(edit) @23958   16 years vboxsync temporary debugging code
(edit) @23956   16 years vboxsync PDMAsyncCompletion: Migrate endpoints to a failsafe manager if a …
(edit) @23955   16 years vboxsync FE/Qt4: 4357: RT_OS_LINUX only
(edit) @23954   16 years vboxsync FE/Qt4: 4357: check /proc/mounts not /etc/fstab
(edit) @23953   16 years vboxsync FE/Qt4: GUI Coding-Style for Virtual Media Manager.
(edit) @23952   16 years vboxsync AsyncCompletion: Disable RTFILE_O_NO_CACHE for Linux on filesystems …
(edit) @23951   16 years vboxsync 2d accel: double-defined variable
(edit) @23950   16 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23949   16 years vboxsync VBoxClient: Burn fix.
(edit) @23948   16 years vboxsync FE/Qt4: 4357: Warn if usbfs is mounted at /sys/bus/usb/drivers - …
(edit) @23947   16 years vboxsync API/Medium: stub for resizing method
(edit) @23946   16 years vboxsync API: medium terminology cleanup, no actual interface change
(edit) @23945   16 years vboxsync API/Machine: more parameter checks
(edit) @23944   16 years vboxsync Format specifier fix
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette