VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22359   16 years vboxsync Python: enable threads while waitning for events
(edit) @22358   16 years vboxsync fixed Win burns
(edit) @22357   16 years vboxsync COM, Python: wrappers cleanup, some generic improvments
(edit) @22356   16 years vboxsync video hw accel: bugfix, make it buildable on solaris
(edit) @22355   16 years vboxsync Runtime/Linux: don't allow to pass pages above 4GB to …
(edit) @22354   16 years vboxsync NAT: disabling r51281
(edit) @22353   16 years vboxsync NAT: temporal enabling Req queue
(edit) @22352   16 years vboxsync FE/Qt4: That 2.6.29 warning is obsolete
(edit) @22351   16 years vboxsync OSE: revert to the old Windows icon as the new OSE Windows icon from …
(edit) @22350   16 years vboxsync Solaris/Installer: unplumb vboxnet0 ipv6 if present.
(edit) @22349   16 years vboxsync Make sure we don't kick out a page too quickly.
(edit) @22348   16 years vboxsync Tweak the defaults a bit to prevent kicking out pages too quickly
(edit) @22347   16 years vboxsync Solaris/mpnotification: Cache CPU set to avoid recursive calls to …
(edit) @22346   16 years vboxsync CFGM: dump the conf only for the node given.
(edit) @22345   16 years vboxsync ConsoleImpl2.cpp: removed todo as already done in r50358
(edit) @22344   16 years vboxsync PDMDevice: the pointer to pointer to Dev fix.
(edit) @22343   16 years vboxsync Attempt to detect full page table initialization early on.
(edit) @22342   16 years vboxsync crOpenGL: revert r51128 as it's causing some issues yet
(edit) @22341   16 years vboxsync NAT: replacing PDM queue with req queue which processed with NATRx …
(edit) @22340   16 years vboxsync crOpenGL: comment out spamming debug message
(edit) @22339   16 years vboxsync JAX-WS: fix memory leak if logoff() throws an exception
(edit) @22338   16 years vboxsync ConsoleImpl: removed unused variable
(edit) @22337   16 years vboxsync Reset modification counter for cache pgm pool page hits.
(edit) @22336   16 years vboxsync Moved check for changed pgm pool page up.
(edit) @22335   16 years vboxsync SharedOpenGl/Makefile.kmk: Shut up a screenful of VirtualBox_XPCOM.h …
(edit) @22334   16 years vboxsync PDMR3DriverAttach: implemented, but untested.
(edit) @22333   16 years vboxsync video hw accel: make it compile on linux host
(edit) @22332   16 years vboxsync Rex and rep prefixes set in windows 7 x64.
(edit) @22331   16 years vboxsync Deal with small memsets in 64 bits mode too (pgm pool access handler)
(edit) @22330   16 years vboxsync Missing header
(edit) @22329   16 years vboxsync Show confirmation dialog when discarding a snapshot.
(edit) @22327   16 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22326   16 years vboxsync Disabled rarely useful statistics as they pollute the log
(edit) @22325   16 years vboxsync PDMDevice.cpp: spaces
(edit) @22324   16 years vboxsync AHCI: Windows 7 doesn't detect additional hard disks. The command …
(edit) @22323   16 years vboxsync understandable description
(edit) @22321   16 years vboxsync crOpenGL: wine proper change for snprintf/_snprintf etc.
(edit) @22320   16 years vboxsync crOpenGL: missed change for r51204
(edit) @22319   16 years vboxsync crOpenGL: partial fix for crashing java apps with d3d support in guest
(edit) @22318   16 years vboxsync handle required settings upgrade transparently in the settings backend only
(edit) @22317   16 years vboxsync some Windows warnings in Main
(edit) @22316   16 years vboxsync WP checking is not relevant for nested paging & EPT.
(edit) @22315   16 years vboxsync NAT: allocate intermediate buffer in case Slirp will really send packet.
(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) @22281   16 years vboxsync IPRT: parentheses
(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) @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
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