VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24008   15 years vboxsync DrvHostBase.cpp: toupper -> RT_C_TO_UPPER.
(edit) @24006   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @24005   15 years vboxsync TestVBoxOGL: fixed -test 3D, more verbose help
(edit) @24004   15 years vboxsync VBoxTestOGL: small help
(edit) @24003   15 years vboxsync disable incorrect assert
(edit) @24002   15 years vboxsync FE/Qt4: Cleaning QILabel from garbage, reworking QILabel size-hint …
(edit) @24001   15 years vboxsync Runtime: Darwin requires an extra parameter for F_NOCACHE which …
(edit) @24000   15 years vboxsync small svn property cleanup
(edit) @23998   15 years vboxsync VRDP port range API: user manual, frontends.
(edit) @23997   15 years vboxsync 4370: FE/Qt4: Unable to auto-mount Guest Additions image while …
(edit) @23994   15 years vboxsync #3987: Virtio: Network adapter available in all frontends.
(edit) @23993   15 years vboxsync DevAPIC: gcc warnings
(edit) @23990   15 years vboxsync VBoxTestOGL: Fix for strcmp().
(edit) @23989   15 years vboxsync DevParallel: verify config on load.
(edit) @23987   15 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   15 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @23985   15 years vboxsync DevVGA: Save and verify the basic config.
(edit) @23984   15 years vboxsync FE/Qt: take keyboard layouts which use shift to cancel CapsLock into …
(edit) @23983   15 years vboxsync Must flush all contexts when restarting with asid 1
(edit) @23982   15 years vboxsync Frontends/VirtualBox: NULL strings are not valid as medium UUIDs for …
(edit) @23981   15 years vboxsync DevIchAc97: validate config.
(edit) @23980   15 years vboxsync 2d accel: explicit link libGL.so to VirtualBox on Linux as well
(edit) @23979   15 years vboxsync #3987: Virtio: Fixed RX thread blocking on early RX packets. Guest …
(edit) @23978   15 years vboxsync Remove semicolon
(edit) @23977   15 years vboxsync Cleaned up
(edit) @23976   15 years vboxsync Flush page instead of context (code path not used)
(edit) @23975   15 years vboxsync AsyncCompletion: Fix possible data corruption
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23972   15 years vboxsync Must set tlb flush flag when exiting ring 0 (local init)
(edit) @23971   15 years vboxsync X11/VBoxClient: Command line help.
(edit) @23970   15 years vboxsync DevSB16,DevVirtioNet,DevPcBios,DrvSCSIHost: typo in error message.
(edit) @23969   15 years vboxsync DevE1000: typo.
(edit) @23968   15 years vboxsync DevPCNet: save & verify config.
(edit) @23967   15 years vboxsync VBoxManage: ULONG => StorageControllerType_T
(edit) @23966   15 years vboxsync DevEEPROM.h: todo
(edit) @23965   15 years vboxsync DevE1000Phy: nit picking.
(edit) @23964   15 years vboxsync DevE1000: save config (disabled).
(edit) @23963   15 years vboxsync VBoxManage: fixed a bug where replacing hdd's was not allowed and …
(edit) @23962   15 years vboxsync FE/Qt4: uninitialized variable found by valgrind
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23959   15 years vboxsync PDMAsyncCompletion: Disable async I/O on linux if opening fails …
(edit) @23958   15 years vboxsync temporary debugging code
(edit) @23956   15 years vboxsync PDMAsyncCompletion: Migrate endpoints to a failsafe manager if a …
(edit) @23955   15 years vboxsync FE/Qt4: 4357: RT_OS_LINUX only
(edit) @23954   15 years vboxsync FE/Qt4: 4357: check /proc/mounts not /etc/fstab
(edit) @23953   15 years vboxsync FE/Qt4: GUI Coding-Style for Virtual Media Manager.
(edit) @23952   15 years vboxsync AsyncCompletion: Disable RTFILE_O_NO_CACHE for Linux on filesystems …
(edit) @23951   15 years vboxsync 2d accel: double-defined variable
(edit) @23950   15 years vboxsync DrvVD: Fix stupid bug which masks errors while opening a file
(edit) @23949   15 years vboxsync VBoxClient: Burn fix.
(edit) @23948   15 years vboxsync FE/Qt4: 4357: Warn if usbfs is mounted at /sys/bus/usb/drivers - …
(edit) @23947   15 years vboxsync API/Medium: stub for resizing method
(edit) @23946   15 years vboxsync API: medium terminology cleanup, no actual interface change
(edit) @23945   15 years vboxsync API/Machine: more parameter checks
(edit) @23944   15 years vboxsync Format specifier fix
(edit) @23943   15 years vboxsync More verbose assertion
(edit) @23942   15 years vboxsync DevPcBios.cpp: todo addressed already, spaces. more stuff tomorrow
(edit) @23941   15 years vboxsync VBoxClient: Installer, command line, define cleanup.
(edit) @23940   15 years vboxsync DevDMA.cpp: No need for uuid.h
(edit) @23939   15 years vboxsync FE/Qt4: Build warning fixed (unused variable).
(edit) @23938   15 years vboxsync 2d accel: make mouse move events for overlay widget be tracked …
(edit) @23937   15 years vboxsync FE/Qt4: Snapshots processing algorithm (VM Selector page): Restore …
(edit) @23936   15 years vboxsync API/Machine: clarify API docs, fix remaining code
(edit) @23935   15 years vboxsync VBoxManage: don't use machine uuid variable for other purposes.
(edit) @23934   15 years vboxsync VBoxManage: removed spaces after function names
(edit) @23933   15 years vboxsync DevE1000,DevPCNet: Don't take the link temporarily down when …
(edit) @23932   15 years vboxsync VBoxManage: fixed bug which caused changing media during runtime to fail
(edit) @23931   15 years vboxsync Main/MachineImpl: add a parameter validity check
(edit) @23930   15 years vboxsync FE/Qt4: Fixing build warning in snapshot processing widget …
(edit) @23929   15 years vboxsync FE/Qt4: Fixing warning during explicit storage slot conversion …
(edit) @23928   15 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23927   15 years vboxsync netflt/win: alternative loopback handling mechanism (disabled for now)
(edit) @23926   15 years vboxsync Windows guest video driver: 800x600 is always a valid video mode.
(edit) @23925   15 years vboxsync dbgfR3VMMWait: polling hack.
(edit) @23924   15 years vboxsync FE/Qt4: Snapshots processing (VM Selector Page) algorithms update (1st …
(edit) @23923   15 years vboxsync NAT: warning
(edit) @23922   15 years vboxsync missing case
(edit) @23921   15 years vboxsync Main: better error message if semget() returns ENOSPC
(edit) @23920   15 years vboxsync Main/MachineImpl: warning cosmetics
(edit) @23919   15 years vboxsync re-apply r53640, r53642
(edit) @23918   15 years vboxsync DrvIntNet: Send dummy ethernet frame on resume after teleporting.
(edit) @23917   15 years vboxsync VM: Set it VMINT::fTeleportedAndNotFullyResumedYet in VMR3Load.…
(edit) @23916   15 years vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23915   15 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @23914   15 years vboxsync Main/MediumAttachment: very ugly fix for the fact that …
(edit) @23913   15 years vboxsync Storage/Raw: fix memory leak for every open/create
(edit) @23912   15 years vboxsync VBoxManageHelp: removed the option dvdattach and floppyattach from …
(edit) @23911   15 years vboxsync Main: fix for fix for tiny memory leak in GetExtraData
(edit) @23910   15 years vboxsync Properly protect VMM device from concurrent access (guest SMP).
(edit) @23909   15 years vboxsync Main: fix tiny memory leak in GetExtraData
(edit) @23905   15 years vboxsync SSM: Moved the LivePrep phase to the worker thread.
(edit) @23904   15 years vboxsync VMM,Main: Fixed bugs related to teleporting a paused VM.
(edit) @23903   15 years vboxsync Runtime: fix memory leak
(edit) @23902   15 years vboxsync VBoxManage: changed storageattach behaviour to match the syntax diagram
(edit) @23901   15 years vboxsync doc typo.
(edit) @23900   15 years vboxsync DevAPIC: spaces
(edit) @23899   15 years vboxsync FE/Qt4-OSX: fix redraw problem on Snow Leopard/Carbon in a dual screen …
(edit) @23897   15 years vboxsync API docs
(edit) @23896   15 years vboxsync SDK: fix makefile dependency
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