VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21496   15 years vboxsync VMM/PDMAsyncCompletion: Add basic working manager using RTFileAio API …
(edit) @21495   15 years vboxsync Runtime/FileAio: Enable by default (PDMAsyncCompletion API will need …
(edit) @21494   15 years vboxsync Runtime/fileaio-win: Fix a possible race
(edit) @21493   15 years vboxsync Runtime/File: Add flag to disable the file cache
(edit) @21492   15 years vboxsync Main/HostImpl: this code was moved into NetIf-solaris, remove from here.
(edit) @21491   15 years vboxsync VBoxGuest: Implemented missing VBOXGUEST_IOCTL_CANCEL_ALL_WAITEVENTS. …
(edit) @21490   15 years vboxsync video hw accel: overlay support (not debugged yet), better colorkey & …
(edit) @21489   15 years vboxsync VbglR0HGCMInternal.cpp: Enable the physical page list code everywhere.
(edit) @21487   15 years vboxsync VbglR0HGCMInternal.cpp: Less wasteful bounce buffering, some bugfixes, …
(edit) @21486   15 years vboxsync RTDirOpenFiltered: If trailing slash, then it has no pattern whatever …
(edit) @21485   15 years vboxsync sf: parameter validation.
(edit) @21484   15 years vboxsync FE/Qt4: do it right
(edit) @21483   15 years vboxsync FE/Qt4: unset if done
(edit) @21482   15 years vboxsync FE/Qt4: use the new methods
(edit) @21481   15 years vboxsync FE/Qt4: better approach
(edit) @21480   15 years vboxsync FE/Qt4: proper fix for ARGB visual bug
(edit) @21479   15 years vboxsync FE/Qt4: remove all ARGB hacks again
(edit) @21478   15 years vboxsync FE/Qt4: skip ARGB visuals
(edit) @21477   15 years vboxsync FE/Qt4: skip ARGB visuals
(edit) @21476   15 years vboxsync crOpenGL: typo
(edit) @21475   15 years vboxsync Solaris/Additions: fixed OpenGL to work again.
(edit) @21474   15 years vboxsync FE/Qt4: next try
(edit) @21473   15 years vboxsync Additions/x11: undefined update (32-bit Solaris).
(edit) @21472   15 years vboxsync FE/Qt4: one more time
(edit) @21471   15 years vboxsync Additions/Solaris: no need to ship .depend file.
(edit) @21470   15 years vboxsync FE/Qt4: fix
(edit) @21469   15 years vboxsync FE/Qt4: next try
(edit) @21468   15 years vboxsync FE/Qt4: build fix
(edit) @21467   15 years vboxsync FE/Qt4: next try
(edit) @21466   15 years vboxsync FE/Qt4: use the viewport of the view
(edit) @21465   15 years vboxsync fixed FramebufferImpl.h props
(edit) @21464   15 years vboxsync VbglR0HGCMInternal.cpp: Wrote and tested the physical page list code. …
(edit) @21462   15 years vboxsync Additions/x11/seamless: fix issues in KDE guests with windows being skipped
(edit) @21461   15 years vboxsync VBoxGuestLib: Implemented detection of physical page list support.
(edit) @21460   15 years vboxsync bugfix
(edit) @21459   15 years vboxsync bufix.
(edit) @21458   15 years vboxsync VMMDevHGCMParmType_PhysAddr is not a valid parameter any longer.
(edit) @21457   15 years vboxsync VMMDev: Adjusted and implemented GetHostVersion.
(edit) @21456   15 years vboxsync HGCM&Co: physical page list.
(edit) @21455   15 years vboxsync Additions/Solaris: if mouse section isn't there, use vboxguest for …
(edit) @21454   15 years vboxsync Solaris/Additions: 1.6 Xorg fix.
(edit) @21453   15 years vboxsync Linux host kernel modules: typo in the VBoxNetAdp dkms.conf script
(edit) @21452   15 years vboxsync Solaris/vbi: Fixed preemption issue for Solaris 10 by hardcoded offsets.
(edit) @21451   15 years vboxsync iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
(edit) @21450   15 years vboxsync VBoxGuest.cpp: Fixed bug in the wake-for-event wakeup code: missing …
(edit) @21448   15 years vboxsync Main: FramebufferImpl
(edit) @21447   15 years vboxsync back out r49814 + 49855: obsoleted by r49854
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21445   15 years vboxsync FE/Qt4: disable it ofc
(edit) @21444   15 years vboxsync FE/Qt4: Don't force email format for existing SUN online account names.
(edit) @21443   15 years vboxsync Fix boundary cases when crossing into a page that hasn't been scanned …
(edit) @21442   15 years vboxsync FE/Qt4: try to fix ARGB visual problems with newer Qt versions & compiz
(edit) @21441   15 years vboxsync Additions/x11/seamless: small performance improvement
(edit) @21439   15 years vboxsync OVF: fix #4100: accept ovf:/disk/ specifiers with a single slash in …
(edit) @21438   15 years vboxsync OVF: enable OVF remote export again
(edit) @21437   15 years vboxsync FE/Qt4: fix warning
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21434   15 years vboxsync GuestHost/SharedClipboard: test for correct update notifications about …
(edit) @21433   15 years vboxsync FE/Qt4: prevent Qt warning
(edit) @21432   15 years vboxsync Main: fix some exception handling
(edit) @21431   15 years vboxsync crOpenGL: turn 3d test back on
(edit) @21430   15 years vboxsync HostServices/SharedClipboard: refactor target handling, clean up test …
(edit) @21429   15 years vboxsync GuestHost/SharedClipboard: make sure that we also notify when a format …
(edit) @21428   15 years vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21426   15 years vboxsync Main: settings converter fix for hardware acceleration (fixes #4095)
(edit) @21425   15 years vboxsync GuestHost/SharedClipboard: properly test and fix our selection of the …
(edit) @21424   15 years vboxsync FE/Qt4-NLS: updated Czech translation
(edit) @21423   15 years vboxsync crOpenGL: fix VBOs on NVidia cards
(edit) @21422   15 years vboxsync crOpenGL: fix VBOs support on 32/64 or 64/32 guest/host combinations
(edit) @21421   15 years vboxsync Main/ConsoleImpl2: fixed crash when accessing pConsole's mpVM as it …
(edit) @21420   15 years vboxsync FE/Qt4: temporary disabled on Mac OS X
(edit) @21419   15 years vboxsync typo
(edit) @21418   15 years vboxsync Python shell: minor improvments
(edit) @21417   15 years vboxsync more changes to the Linux guest additions convenience Makefile
(edit) @21416   15 years vboxsync Linux additions: small cosmetical fix in the convenience Makefile
(edit) @21415   15 years vboxsync NAT: correct assertion expression
(edit) @21414   15 years vboxsync video hw accel: basis for overlay impl in QGLFramebuffer, bugfixes
(edit) @21413   15 years vboxsync copy&paste bug in editor?
(edit) @21412   15 years vboxsync Add,++: Switch to common addition kernel module.
(edit) @21411   15 years vboxsync Linux additions kernel modules: fixes for Linux 2.4
(edit) @21410   15 years vboxsync vga: Fixed debug text screen dumps in vgaR3Reset (take into account …
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21408   15 years vboxsync OSE header
(edit) @21407   15 years vboxsync OSE headers
(edit) @21406   15 years vboxsync fixed OSE header
(edit) @21405   15 years vboxsync fixed OSE headers
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21403   15 years vboxsync EM.cpp: Don't call TMR3NotifySuspend in the destruction path. Should …
(edit) @21402   15 years vboxsync white space
(edit) @21401   15 years vboxsync export to OSE
(edit) @21400   15 years vboxsync export to OSE
(edit) @21399   15 years vboxsync timerlr-generic.cpp,iprt/timer.h: Skip ticks if we're more than 60 …
(edit) @21396   15 years vboxsync IPRT: fix missing '\0'
(edit) @21395   15 years vboxsync Stop performance counter sampling when the host goes into suspend …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21389   15 years vboxsync Forgot to apply count_shift to the timer delta (regression from 48850)
(edit) @21387   15 years vboxsync DHCP server: fix bad ifdef block, optimize
(edit) @21386   15 years vboxsync NAT: unused variable
(edit) @21385   15 years vboxsync NAT: incorrect m_adj usage
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