VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @23943   16 years vboxsync More verbose assertion
(edit) @23942   16 years vboxsync DevPcBios.cpp: todo addressed already, spaces. more stuff tomorrow
(edit) @23941   16 years vboxsync VBoxClient: Installer, command line, define cleanup.
(edit) @23940   16 years vboxsync DevDMA.cpp: No need for uuid.h
(edit) @23939   16 years vboxsync FE/Qt4: Build warning fixed (unused variable).
(edit) @23938   16 years vboxsync 2d accel: make mouse move events for overlay widget be tracked …
(edit) @23937   16 years vboxsync FE/Qt4: Snapshots processing algorithm (VM Selector page): Restore …
(edit) @23936   16 years vboxsync API/Machine: clarify API docs, fix remaining code
(edit) @23935   16 years vboxsync VBoxManage: don't use machine uuid variable for other purposes.
(edit) @23934   16 years vboxsync VBoxManage: removed spaces after function names
(edit) @23933   16 years vboxsync DevE1000,DevPCNet: Don't take the link temporarily down when …
(edit) @23932   16 years vboxsync VBoxManage: fixed bug which caused changing media during runtime to fail
(edit) @23931   16 years vboxsync Main/MachineImpl: add a parameter validity check
(edit) @23930   16 years vboxsync FE/Qt4: Fixing build warning in snapshot processing widget …
(edit) @23929   16 years vboxsync FE/Qt4: Fixing warning during explicit storage slot conversion …
(edit) @23928   16 years vboxsync API: make necessary adjustments to support DVD passthrough again, …
(edit) @23927   16 years vboxsync netflt/win: alternative loopback handling mechanism (disabled for now)
(edit) @23926   16 years vboxsync Windows guest video driver: 800x600 is always a valid video mode.
(edit) @23925   16 years vboxsync dbgfR3VMMWait: polling hack.
(edit) @23924   16 years vboxsync FE/Qt4: Snapshots processing (VM Selector Page) algorithms update (1st …
(edit) @23923   16 years vboxsync NAT: warning
(edit) @23922   16 years vboxsync missing case
(edit) @23921   16 years vboxsync Main: better error message if semget() returns ENOSPC
(edit) @23920   16 years vboxsync Main/MachineImpl: warning cosmetics
(edit) @23919   16 years vboxsync re-apply r53640, r53642
(edit) @23918   16 years vboxsync DrvIntNet: Send dummy ethernet frame on resume after teleporting.
(edit) @23917   16 years vboxsync VM: Set it VMINT::fTeleportedAndNotFullyResumedYet in VMR3Load.…
(edit) @23916   16 years vboxsync Verify VMMREQUEST (xTracker #4336).
(edit) @23915   16 years vboxsync VM,PDMDevHlp,PDMDrvHlp: VM[R3]TeleportedAndNotFullyResumedYet …
(edit) @23914   16 years vboxsync Main/MediumAttachment: very ugly fix for the fact that …
(edit) @23913   16 years vboxsync Storage/Raw: fix memory leak for every open/create
(edit) @23912   16 years vboxsync VBoxManageHelp: removed the option dvdattach and floppyattach from …
(edit) @23911   16 years vboxsync Main: fix for fix for tiny memory leak in GetExtraData
(edit) @23910   16 years vboxsync Properly protect VMM device from concurrent access (guest SMP).
(edit) @23909   16 years vboxsync Main: fix tiny memory leak in GetExtraData
(edit) @23905   16 years vboxsync SSM: Moved the LivePrep phase to the worker thread.
(edit) @23904   16 years vboxsync VMM,Main: Fixed bugs related to teleporting a paused VM.
(edit) @23903   16 years vboxsync Runtime: fix memory leak
(edit) @23902   16 years vboxsync VBoxManage: changed storageattach behaviour to match the syntax diagram
(edit) @23901   16 years vboxsync doc typo.
(edit) @23900   16 years vboxsync DevAPIC: spaces
(edit) @23899   16 years vboxsync FE/Qt4-OSX: fix redraw problem on Snow Leopard/Carbon in a dual screen …
(edit) @23897   16 years vboxsync API docs
(edit) @23896   16 years vboxsync SDK: fix makefile dependency
(edit) @23895   16 years vboxsync SSM.cpp: Corrected assertion.
(edit) @23894   16 years vboxsync ConsoleImpl2.cpp: controllerName - BSTR -> Bstr.
(edit) @23893   16 years vboxsync VBoxGuestR3LibMisc.cpp: uninitialized return value
(edit) @23892   16 years vboxsync temporarily back out r53642, r53640
(edit) @23891   16 years vboxsync 3rd try to fix r53634
(edit) @23890   16 years vboxsync API bindings: integrate PHP bindings generation into build system; …
(edit) @23889   16 years vboxsync 2nd try to fix r53634
(edit) @23888   16 years vboxsync Linux installer: fixed r53634
(edit) @23887   16 years vboxsync API bindings: updated PHP wrappers from James Lucas
(edit) @23885   16 years vboxsync SharedClipboard: Replaced the SSMR3PutMem with a struct descriptor.
(edit) @23884   16 years vboxsync windows build fix
(edit) @23883   16 years vboxsync SharedClipboard: SSMR3[Put|Get]Mem band-aid.
(edit) @23882   16 years vboxsync Main: make restoreSnapshot() work better, adjust VBoxManage
(edit) @23881   16 years vboxsync Main: make restoreSnapshot() work on snapshots other than the current …
(edit) @23880   16 years vboxsync Main/MediumAttachment: change return value of Controller getter to …
(edit) @23879   16 years vboxsync Main: rename snapshot APIs, remove DiscardCurrentSnapshotAndState; …
(edit) @23876   16 years vboxsync VbglR3/VBoxTray/VBoxClient: Common code to check for host updates (not …
(edit) @23875   16 years vboxsync VBoxManage: fix deleting a guest property
(edit) @23874   16 years vboxsync 2daccel: fix redraw issue on overlay hide for linux
(edit) @23873   16 years vboxsync VBoxManage: use RTGetOptFetchValue instead of the iNext hack and few …
(edit) @23872   16 years vboxsync SSM: Extended and fixed the SSMFIELD_ENTRY_OLD bits.
(edit) @23871   16 years vboxsync followup for waitpid fix: old sigaction flags check fix
(edit) @23870   16 years vboxsync crOpenGL: disable d3d for javaws as well
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