VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55325   10 years vboxsync SB16: Added another undocumented DSP command. Still need E3h.
(edit) @55324   10 years vboxsync SB16: Warning fixes.
(edit) @55303   10 years vboxsync DevVGA: fix building with CROGL disabled
(edit) @55297   10 years vboxsync two gcc warnings
(edit) @55275   10 years vboxsync heartbeat service: document it, sanity check and fixed logging
(edit) @55272   10 years vboxsync Audio/AC97: Allow changing the codec type (Linux whitelist).
(edit) @55270   10 years vboxsync Devices/Audio: two warnings
(edit) @55260   10 years vboxsync 5.0.0 Beta 2
(edit) @55259   10 years vboxsync Main/Serial+Devices/Serial: new TCP backend for serial port. …
(edit) @55243   10 years vboxsync Devices/VGA/BIOS: slightly move things up to ensure we fit into 32K
(edit) @55206   10 years vboxsync BIOS: Added error checks in AHCI driver.
(edit) @55197   10 years vboxsync Warning.
(edit) @55192   10 years vboxsync gcc 5 is very picky regarding FUNCTION and PRETTY_FUNCTION in …
(edit) @55188   10 years vboxsync BIOS: Better error checking in SCSI driver.
(edit) @55178   10 years vboxsync slirp_dns: logrel nit.
(edit) @55176   10 years vboxsync nit.
(edit) @55175   10 years vboxsync DevPcBios: logrel consistency.
(edit) @55164   10 years vboxsync PS2M: Vertical scrolling and buttons 4/5 fix.
(edit) @55163   10 years vboxsync DrvHostDSound: log configuration values.
(edit) @55138   10 years vboxsync BIOS: Corrected off-by-one sector count for SCSI/SAS devices.
(edit) @55137   10 years vboxsync Undid accidental commit.
(edit) @55136   10 years vboxsync BIOS: Corrected off-by-one sector count for SCSI/SAS devices.
(edit) @55132   10 years vboxsync BIOS: Fixed drive detection when the first SCSI device is a CD-ROM.
(edit) @55110   10 years vboxsync iPXE: properly terminate the init message
(edit) @55109   10 years vboxsync DrvHostDSound: more optional release logging
(edit) @55095   10 years vboxsync Assorted fixes for FreeBSD hosts, VBox compiles and runs again without …
(edit) @55078   10 years vboxsync 5.0.0 Beta 1 (and backed out r99347 as it might have caused a regression)
(edit) @55077   10 years vboxsync PS2K: group IN_RING3 code.
(edit) @55076   10 years vboxsync PS2K: drop excessive IN_RING3.
(edit) @55075   10 years vboxsync PS2K: coding style.
(edit) @55074   10 years vboxsync DevSB16.cpp: Crash fix.
(edit) @55073   10 years vboxsync PS2K: HID LEDs sync: notify listener (GUI) about LEDs state on VM restore.
(edit) @55067   10 years vboxsync Build fix.
(edit) @55066   10 years vboxsync Build fix.
(edit) @55065   10 years vboxsync PDM/Audio: Volume handling fixes.
(edit) @55057   10 years vboxsync export
(edit) @55035   10 years vboxsync Build fix.
(edit) @55032   10 years vboxsync PDM/DrvAudio.cpp: Fixed a potential crash.
(edit) @55031   10 years vboxsync Tabs.
(edit) @55030   10 years vboxsync PDM/CoreAudio: Unregister the Default Device Changed listener if we …
(edit) @55025   10 years vboxsync PDM/DevSB16.cpp: Bail out reading DMA data when there's no consumer left.
(edit) @55023   10 years vboxsync DevEFI: s/AssertPtrReturn/AssertReturn/
(edit) @55021   10 years vboxsync PDM/DevSB16.cpp: Playback now works.
(edit) @55010   10 years vboxsync PDM/DevSB16.cpp: Crash fix, formatting.
(edit) @55009   10 years vboxsync PDM/DevSB16.cpp: Implemented LUN handling, minor cleanups + formatting.
(edit) @55005   10 years vboxsync PDM/Audio: Added volume through virtual mixer.
(edit) @55003   10 years vboxsync NAT: udp_input: force allocation of new socket for requests to the DNS …
(edit) @55002   10 years vboxsync NAT: sorecvfrom: DNS proxy requests are forwarded to the real …
(edit) @54995   10 years vboxsync Devices/VMMDev: fix a bug which could cause display change requests to …
(edit) @54988   10 years vboxsync Todo.
(edit) @54981   10 years vboxsync PDM/DevIchAc97.cpp: Fixes.
(edit) @54980   10 years vboxsync PDM/Audio/AudioMixBuffer.cpp: Fixes.
(edit) @54977   10 years vboxsync DrvVD: don't make 'rc=%Rrc' part of the error message as the error …
(edit) @54975   10 years vboxsync PDM/DrvAudio.cpp: Fix for Linux guests.
(edit) @54974   10 years vboxsync PDM/DrvAudio.cpp: Handle ADC rate conversion as well.
(edit) @54973   10 years vboxsync Logging.
(edit) @54969   10 years vboxsync Doppelmoppel.
(edit) @54968   10 years vboxsync DrvAudio.cpp: Fixed output stream rate conversion.
(edit) @54967   10 years vboxsync DrvHostNullAudio.cpp: Always pretend consuming all output samples …
(edit) @54962   10 years vboxsync On FreeBSD hosts use the correct semantics of the last parameter of …
(edit) @54960   10 years vboxsync DevAHCI/DevATA: Typo to make some compilers happy. No change in …
(edit) @54955   10 years vboxsync DSound: Streamlined type usage.
(edit) @54949   10 years vboxsync DSound: Streamlined type usage.
(edit) @54947   10 years vboxsync DSound: Always report at least 2 capture devices to avoid warnings.
(edit) @54946   10 years vboxsync Header.
(edit) @54944   10 years vboxsync replaced a few more AssertPtrReturn by AssertReturn as we don't need …
(edit) @54942   10 years vboxsync DrvAudio.cpp: Logging.
(edit) @54941   10 years vboxsync DrvAudio.cpp: Guest/Host audio stream tagging.
(edit) @54910   10 years vboxsync DrvHostPulseAudio.cpp: Remember allocation size for scratch buffer.
(edit) @54907   10 years vboxsync Whops.
(edit) @54906   10 years vboxsync DrvHostALSAAudio.cpp: Typos, logging.
(edit) @54882   10 years vboxsync Audio/Pulse: Fix wedged VM is cbToWrite >= cbToRead
(edit) @54877   10 years vboxsync DevPS2: Allow 16-bit KBC writes.
(edit) @54868   10 years vboxsync SrvIntNetR0: fix ref. counting when pfnConnectInterface() fails.
(edit) @54861   10 years vboxsync Audio/AudioMixBuffer: Fix small memory leak in the recording path
(edit) @54851   10 years vboxsync Audio/CoreAudio: Better fix for the leak, addresses both code paths …
(edit) @54850   10 years vboxsync Audio/CoreAudio: Try to fix leak in error path of recording callback
(edit) @54827   10 years vboxsync NAT: G/c ancient abandoned VBOX_WITH_SLIRP_BSD_SBUF experiment.
(edit) @54825   10 years vboxsync NAT: G/c more ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54824   10 years vboxsync NAT: G/c ancient unused VBOX_WITH_NAT_SERVICE ifdefs.
(edit) @54817   10 years vboxsync DevATA: Allow 1-byte data reads.
(edit) @54811   10 years vboxsync Audio/Alsa: Fix endless loop (hopefully in the correct way)
(edit) @54805   10 years vboxsync Release log prefixes.
(edit) @54789   10 years vboxsync VMSVGA3d: Changed the surface arrays into pointer arrays to reduce the …
(edit) @54788   10 years vboxsync Fix signed/unsigned comparison.
(edit) @54787   10 years vboxsync PS2: A couple of todos plus better handling of incorrectly saved …
(edit) @54786   10 years vboxsync VMSVGA3D: Check stage range.
(edit) @54785   10 years vboxsync VMSVGA3d: Changed the context arrays into pointer arrays to reduce the …
(edit) @54783   10 years vboxsync VMSVGA3D: Corrected realloc calls.
(edit) @54782   10 years vboxsync Raised SVGA3D_MAX_SHADER_IDS from 0x100 to 0x800.
(edit) @54772   10 years vboxsync vmsvga3dCreateTexture/ogl: It's not all that needs doing here, …
(edit) @54771   10 years vboxsync vmsvga3dCreateTexture/ogl: Initializing the texture memory even in the …
(edit) @54768   10 years vboxsync VMSVGA3d: Eliminated the CR blitter dependencies, we don't need it (at …
(edit) @54767   10 years vboxsync VMSVGA3d: Eliminated WindowsInfo leak; dropping the CR compositor …
(edit) @54766   10 years vboxsync The D3DXDisassembleShader API required the DirectX SDK, which we don't …
(edit) @54765   10 years vboxsync VMSVGA3d: Applied patches from trivirt that among other things makes …
(edit) @54748   10 years vboxsync VMMDev: LogRel cosmetics.
(edit) @54736   10 years vboxsync vmsvga3dSaveExec: Must set packing parameters before calling glGetTexImage.
(edit) @54735   10 years vboxsync PS2M.cpp: Avoid division by chainsaw restoring old state or worse.
(edit) @54711   10 years vboxsync Devices/EFI: update the precompiled EFI binaries
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