VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @54381   10 years vboxsync Typo fix.
(edit) @54368   10 years vboxsync PDM/Audio: Some renaming.
(edit) @54341   10 years vboxsync PDM/Audio: Work on Core Audio playback support (untested).
(edit) @54340   10 years vboxsync Storage/VD: Allow different filter chains for reads and writes …
(edit) @54336   10 years vboxsync Audio: dsoundaudio use correct capture buffer position
(edit) @54291   10 years vboxsync DrvNAT: Don't bug me with a debug assertion right now.
(edit) @54289   10 years vboxsync PS2M: Try harder not to leave buttons hanging.
(edit) @54273   10 years vboxsync PDM/Audio: Work on CoreAudio backend.
(edit) @54271   10 years vboxsync PS2M: Restrict X/Y range, report buttons in E9 command.
(edit) @54261   10 years vboxsync Devices/Input/PS2: Assert->AssertMsg.
(edit) @54247   10 years vboxsync Alignment!?
(edit) @54246   10 years vboxsync Alignment…
(edit) @54245   10 years vboxsync Alignment?
(edit) @54244   10 years vboxsync Updated struct testcase.
(edit) @54243   10 years vboxsync Alignment.
(edit) @54240   10 years vboxsync PS2M: Final round of fixes before enabling.
(edit) @54235   10 years vboxsync PDM/Audio: Remove unused code.
(edit) @54234   10 years vboxsync PDM/Audio: Make HDA emulation work w/ disabled backends.
(edit) @54230   10 years vboxsync PDM/Audio: Update.
(edit) @54211   10 years vboxsync DevVGA=SVGA3d-ogl.cpp: AssertReturn -> AssertReturnStmt and free …
(edit) @54210   10 years vboxsync DevVGA=SVGA3d-ogl.cpp: Don't crash should glMapBuffer return NULL, …
(edit) @54179   10 years vboxsync RTC: Added a bit of stats.
(edit) @54168   10 years vboxsync DevVGA_VBVA: fix
(edit) @54167   10 years vboxsync DevVGA-SVGA3d-cocoa.m/h: Build fix and dual profile support. (doesn't …
(edit) @54166   10 years vboxsync GL_MAX_CLIP_DISTANCES is larger in the 3.2-core profile on my ati, so …
(edit) @54162   10 years vboxsync Devices/Graphics and Main: avoid unnecessary graphics notifications to …
(edit) @54159   10 years vboxsync the right way to format floating point.
(edit) @54158   10 years vboxsync svga3d: log 3d capabilities.
(edit) @54143   10 years vboxsync warnings
(edit) @54142   10 years vboxsync build fix
(edit) @54140   10 years vboxsync Audio/AudioMixBuffer.cpp: Logging.
(edit) @54132   10 years vboxsync IntNet: Don't leak traffic from host to guest to the wi-fi network …
(edit) @54117   10 years vboxsync don't check for VALID_PTR after RTMem*Alloc(), that's overkill
(edit) @54116   10 years vboxsync NAT: icmpwin_ping - don't decrement TTL once again, this is done in …
(edit) @54111   10 years vboxsync NAT: Enable HAVE_NOTIFICATION_FOR_DNS_UPDATE on Windows. This turns …
(edit) @54110   10 years vboxsync NAT: As a stop-gap measure don't try to use (nonexistent) resolv.conf …
(edit) @54109   10 years vboxsync NAT: Use PDMINETWORKNATCONFIG::pfnNotifyDnsChanged callback if …
(edit) @54107   10 years vboxsync NAT: Try to fix alignment of counters on 32-bit broken in r98104.
(edit) @54106   10 years vboxsync NAT: Introduce PDMINETWORKNATCONFIG::pfnNotifyDnsChanged and call it …
(edit) @54094   10 years vboxsync PS2K: Do not react to commands when resetting.
(edit) @54088   10 years vboxsync AHCI: Fix possible crash when suspending a VM (very rare)
(edit) @54072   10 years vboxsync USB: Make the number of reported OHCI ports adjustable.
(edit) @54064   10 years vboxsync AHCI: Fix race condition which results in rare hangs during suspend
(edit) @54061   10 years vboxsync xHCI: Make the number of ports configurable.
(edit) @54059   10 years vboxsync EHCI: Make number of ports configurable.
(edit) @54052   10 years vboxsync Storage/VSCSI: small leak in error path
(edit) @54049   10 years vboxsync Devices/Makefile.kmk: Removed duplicated solaris audio source listing.
(edit) @54011   10 years vboxsync NAT: Don't switch to host resolver in the unix version of …
(edit) @54007   10 years vboxsync VMMDev: do not set VMMDEV_GUEST_SUPPORTS_GRAPHICS on reset
(edit) @53977   10 years vboxsync VUSB: Added separate SS EP companion descriptor to VUSBDESCENDPOINTEX …
(edit) @53965   10 years vboxsync Devices/Graphics, Main: optionally send cursor integration toggle and …
(edit) @53949   10 years vboxsync VUSBUrb: Leave the critical section when the assertion fails before …
(edit) @53946   10 years vboxsync header fixes
(edit) @53945   10 years vboxsync header fixes
(edit) @53916   10 years vboxsync SB16: Clear interupt flags properly.
(edit) @53911   10 years vboxsync OHCI: Immediately wake up the frame thread when an URB completed and …
(edit) @53907   10 years vboxsync NAT: dnsproxy_query: Missing DNS servers is not a failure, don't log it.
(edit) @53866   10 years vboxsync NAT: don't check WSANETWORKEVENTS::iErrorCode in Windows …
(edit) @53853   10 years vboxsync PDM/Audio: Initialize rc.
(edit) @53845   10 years vboxsync Devices/PC: Add dummy _DOS ACPI video method to prevent a Linux boot …
(edit) @53831   10 years vboxsync PDM/Audio: Build fix; forgot some files.
(edit) @53830   10 years vboxsync PDM/Audio: Unified timer work, minor cleanup.
(edit) @53813   10 years vboxsync Devices/Graphics: do not re-set the guest VBVA capabilities when VBVA …
(edit) @53809   10 years vboxsync Devices/Graphics: mirror guest VBVA capabilities to Display after …
(edit) @53806   10 years vboxsync added more missing Windows resource files
(edit) @53805   10 years vboxsync added more missing Windows resource files
(edit) @53801   10 years vboxsync Devices: use LogRelMax were appropriate
(edit) @53798   10 years vboxsync Use PDMDevHlpGetCurrentCpuId.
(edit) @53796   10 years vboxsync VMSVGA: Use new EMT wait API.
(edit) @53792   10 years vboxsync DevVGA-SVGA3d-ogl.cpp: Fixed gcc warnings and made it build on my …
(edit) @53791   10 years vboxsync Fixed RTSemEventMultiWaitEx call and a warning.
(edit) @53789   10 years vboxsync Improved the ugly SVGA_REG_BUSY read hack a bit.
(edit) @53788   10 years vboxsync restore accidental padding change.
(edit) @53787   10 years vboxsync Replaced ugly RTThreadSleep(50) on EMT with a yeild + a wait on a …
(edit) @53786   10 years vboxsync IntNet: intnetR0NetworkPreSwitchUnicast: don't broadcast all outgoing …
(edit) @53784   10 years vboxsync fixed @file information of a couple of .rc files
(edit) @53783   10 years vboxsync VMSVGA: FIFO stats; wait on the work-to-do-semaphore instead of …
(edit) @53782   10 years vboxsync nits
(edit) @53781   10 years vboxsync added a bunch of missing Windows resource files and fixed a few minor bugs
(edit) @53780   10 years vboxsync logging adjustments
(edit) @53779   10 years vboxsync vmsvga fifo handling optimizations.
(edit) @53776   10 years vboxsync NAT: Make it possible to use privileged helper to obtain raw ICMP …
(edit) @53775   10 years vboxsync DevVGA-SVGA.cpp: Fixed bugs in SVGA_REG_BITS_PER_PIXEL, …
(edit) @53769   10 years vboxsync DevVGA-SVGA3d-win.cpp: Log shader versions.
(edit) @53767   10 years vboxsync s/VERR_CPU_HOTPLUG_NOT_MONITORED_BY_GUEST/VERR_VMMDEV_CPU_HOTPLUG_NOT_M …
(edit) @53763   10 years vboxsync Careful…
(edit) @53756   10 years vboxsync vmsvgaGMRTransfer: Display detail in buffer overflow assertions.
(edit) @53755   10 years vboxsync VMSVGA3d: Cleaning up some of the dual-profile mess, switched back to …
(edit) @53752   10 years vboxsync DevVGA-SVGA.cpp: 32-bit build fix
(edit) @53751   10 years vboxsync DevVGA-SVGA.cpp: Register the I/O ports for ring-0 and raw-mode …
(edit) @53750   10 years vboxsync build fix
(edit) @53749   10 years vboxsync Use a context configured with the legacy OpenGL profile for getting …
(edit) @53747   10 years vboxsync directx.c / VBOX_CHECK_GL_CALL needs VBox assertions and logging.
(edit) @53746   10 years vboxsync Removed VBoxSVGA3D_CFLAGS, looks like nonsense to me.
(edit) @53745   10 years vboxsync VBoxSVGAObjc.dylib: Can't work with OpenGL functions directly in the …
(edit) @53741   10 years vboxsync VMSVGA3d: Reworked the 3.2 core GL profile specific code, putting it …
(edit) @53740   10 years vboxsync VMSVGA3d/constant_heap_init: Don't trash the heap if the input …
(edit) @53737   10 years vboxsync Missing files are in place.
(edit) @53736   10 years vboxsync Forgot the .def files.
(edit) @53735   10 years vboxsync build fix
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