VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22314   16 years vboxsync Linux additions: typo
(edit) @22313   16 years vboxsync VBoxUtils-darwin.cpp: shut up gcc warnings.
(edit) @22312   16 years vboxsync VBoxUtils-darwin.cpp: shut up gcc warnings.
(edit) @22311   16 years vboxsync RTPathTraverseList.cpp: gcc warning.
(edit) @22310   16 years vboxsync PDMAsyncCompletion: Documentation for the cache
(edit) @22309   16 years vboxsync PDMAsyncCompletion: Add first part of the cache for file I/O
(edit) @22308   16 years vboxsync Runtime: Add RTFOFF Avl tree variant for the I/O cache
(edit) @22307   16 years vboxsync video hw accel & hgsmi saved state working
(edit) @22306   16 years vboxsync attempt to fix burn
(edit) @22305   16 years vboxsync Main: generic callback wrappers mechanism
(edit) @22304   16 years vboxsync Main: fix broken deletion of extradata
(edit) @22303   16 years vboxsync Main/XML: fix USB filter data not being saved
(edit) @22302   16 years vboxsync Main/XML: add XML line numbers to error messages
(edit) @22301   16 years vboxsync Main/XML: better error message
(edit) @22300   16 years vboxsync Main: fix bad unicode in discarding snapshot title
(edit) @22299   16 years vboxsync Reset last seen TSC when the tsc is changed (msr).
(edit) @22298   16 years vboxsync Main: fix locking assertion when discarding snapshots with state when …
(edit) @22297   16 years vboxsync Main: fix boot order XML again
(edit) @22296   16 years vboxsync Main: fix boot order XML (position indices were wrong), set correct …
(edit) @22295   16 years vboxsync Main: more readable XML errors
(edit) @22294   16 years vboxsync Main: gcc warnings
(edit) @22293   16 years vboxsync Corrected guest OS name check for tpr patching
(edit) @22292   16 years vboxsync Duplicate line removed
(edit) @22291   16 years vboxsync Enable for TPR guest patching (AMD-V, IO-APIC enabled, nt, win2k, xp, …
(edit) @22290   16 years vboxsync Wrong tree
(edit) @22289   16 years vboxsync Write TPR patching enabled state to release log
(edit) @22288   16 years vboxsync Wrong assertion
(edit) @22287   16 years vboxsync Main: fix missing shared folders XML save
(edit) @22286   16 years vboxsync Logging change
(edit) @22285   16 years vboxsync Solaris/VBoxNetAdp: fixed default MAC address.
(edit) @22284   16 years vboxsync crOpenGL: add compiled vertex array support
(edit) @22283   16 years vboxsync crOpenGL: enable FBO as default method of wine's offscreen rendering
(edit) @22282   16 years vboxsync configure-OSX: Handle special case for amd64 and the missing kBuild bins.
(edit) @22281   16 years vboxsync IPRT: parentheses
(edit) @22280   16 years vboxsync ASMIntDisableFlags() / gcc: don't use '=rm' as output constraint …
(edit) @22279   16 years vboxsync ASMGetFlags() / gcc: don't use '=g' (includes '=m') as output …
(edit) @22278   16 years vboxsync build fix.
(edit) @22277   16 years vboxsync PDMDRVREG change (big changeset).
(edit) @22276   16 years vboxsync video hw accel & HGSMI saved state fixes
(edit) @22275   16 years vboxsync VBoxNetDHCP.cpp: uEnd (excludsive) -> uLast (inclusive).
(edit) @22274   16 years vboxsync HGSMI saved state impl (not debugged yet)
(edit) @22273   16 years vboxsync IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
(edit) @22272   16 years vboxsync Devices/VMMDev: reset all guest mouse capabilities on device reset
(edit) @22271   16 years vboxsync Devices/VMMDev: do not hide the mouse pointer after a restore from …
(edit) @22270   16 years vboxsync Devices/VMMDev: reverted r51107 in order to split it into two changesets
(edit) @22269   16 years vboxsync Additions/x11/seamless unit test: r51034 was not quite right
(edit) @22268   16 years vboxsync Devices/VMMDev: do not hide the mouse pointer after a restore from …
(edit) @22267   16 years vboxsync Comment update
(edit) @22266   16 years vboxsync Webserice: fixed error code check
(edit) @22265   16 years vboxsync Accidental change
(edit) @22264   16 years vboxsync Move the TPR patching decision logic to Main.
(edit) @22263   16 years vboxsync Selectively enable TPR patching for certain Windows guests.
(edit) @22262   16 years vboxsync video hw accel: more saved state support
(edit) @22261   16 years vboxsync OSX: Make sure OBJC code is compiled with the right bitness regardless …
(edit) @22260   16 years vboxsync Config.kmk: make VBox compile on Linux 2.6.30 Debian systems (sigh)
(edit) @22259   16 years vboxsync Configure-OSE: make it work for Darwin again
(edit) @22258   16 years vboxsync Storage/iSCSI: pick up data length parameters no matter where they show up
(edit) @22257   16 years vboxsync Guestimate too high; was still seeing decreasing rdtsc values
(edit) @22256   16 years vboxsync Storage/iSCSI: bunch of fixes which improve RFC compliance and error …
(edit) @22255   16 years vboxsync Fixed bug that broke snapshot loading
(edit) @22254   16 years vboxsync VBoxNetDHCP: lease out even the upper IP address
(edit) @22253   16 years vboxsync Fixed saving of missing serial port attributes.
(edit) @22252   16 years vboxsync NAT: polling + counter wakeup counter in NATRx
(edit) @22251   16 years vboxsync NAT: name counter fix
(edit) @22250   16 years vboxsync NAT: counter consumer false
(edit) @22249   16 years vboxsync NAT: retransmit counters
(edit) @22248   16 years vboxsync video hw accel: remove unnecessary host cmd check
(edit) @22247   16 years vboxsync video hw accel: more saved state support impl, bugfixes
(edit) @22246   16 years vboxsync Main: fix saving of serial + parallel ports broken by XML update
(edit) @22245   16 years vboxsync Only update the last seen tsc when the new one is larger.
(edit) @22244   16 years vboxsync Missing update
(edit) @22243   16 years vboxsync Apply the same tsc underflow check to AMD-V.
(edit) @22242   16 years vboxsync Made TSC underflow checking more generic.
(edit) @22241   16 years vboxsync Attempt to get rid of decreasing rdtsc return values.
(edit) @22240   16 years vboxsync NAT: typo
(edit) @22239   16 years vboxsync VBoxGINA: Fix for domain combo box selection.
(edit) @22238   16 years vboxsync Fixed broken configNetwork() when calling EnableStaticIpConfig().
(edit) @22237   16 years vboxsync GuestHost/SharedClipboard/x11: always send nul-terminated text to …
(edit) @22236   16 years vboxsync Grab TSC as quickly as possible; minor accuracy improvement
(edit) @22235   16 years vboxsync Reapplied 51023/25
(edit) @22234   16 years vboxsync GuestHost/SharedClipboard/x11: revert r50977, as Windows doesn't like …
(edit) @22233   16 years vboxsync GuestHost/SharedClipboard/x11: remove more bits which XFIXES made …
(edit) @22232   16 years vboxsync gcc warnings (not important)
(edit) @22231   16 years vboxsync FE/Qt4: VirtualBox icons update.
(edit) @22230   16 years vboxsync FE/Qt4: Cosmetic fix Global Settings => General Page: hiding second …
(edit) @22229   16 years vboxsync Main: fix comment
(edit) @22228   16 years vboxsync Main: fix both SetExtraData() implementations to call …
(edit) @22227   16 years vboxsync Solaris/Installer: vboxconfig.sh minor tweak.
(edit) @22226   16 years vboxsync Main: improve XML error messages
(edit) @22225   16 years vboxsync NAT: typo
(edit) @22224   16 years vboxsync Backed out 51023/24/25.
(edit) @22223   16 years vboxsync missing assembly struct update
(edit) @22222   16 years vboxsync Calculate delta between two timer callbacks.
(edit) @22221   16 years vboxsync Added u32UpdateIntervalNS to SUPGIPCPU (experiment)
(edit) @22220   16 years vboxsync crOpenGL: fix comment
(edit) @22219   16 years vboxsync NAT: cosmetics
(edit) @22218   16 years vboxsync #3547: multicast is broken, fixed multicast array matching.
(edit) @22217   16 years vboxsync NAT: remove RX-check via PDM Queue experiment
(edit) @22216   16 years vboxsync NAT: enable experiment
(edit) @22215   16 years vboxsync video hw accel: basics for saved state support
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