VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @55791   10 years vboxsync Added version info to VBoxDDR0, VBoxDD2R0, VBoxDDGC and VBoxDD2GC.
(edit) @55790   10 years vboxsync Replaced .rc files in src/VBox/Devices.
(edit) @55784   10 years vboxsync Restored lost ProductVersion.
(edit) @55782   10 years vboxsync Added an empty macro as a place holder for any additional strings we …
(edit) @55781   10 years vboxsync Clean up RC files, adding more version.h defines for common values.
(edit) @55776   10 years vboxsync DevATA: missing break
(edit) @55775   10 years vboxsync DevAHCI: missing break
(edit) @55772   10 years vboxsync Two more RC defines.
(edit) @55771   10 years vboxsync Use defines in the RC files and make those defines compatible with …
(edit) @55770   10 years vboxsync DrvVD: variable scope
(edit) @55767   10 years vboxsync *pFoo++ => pFoo++
(edit) @55753   10 years vboxsync FDC: Fixed DRIVE SPECIFICATION command.
(edit) @55741   10 years vboxsync NAT: send_icmp_to_guest - don't call udp_detach() on ICMP errors.
(edit) @55731   10 years vboxsync 5.0.0 Beta 3
(edit) @55725   10 years vboxsync DevAHCI: print the actual unknown command
(edit) @55694   10 years vboxsync comment typo.
(edit) @55693   10 years vboxsync DevVGA-SVGA.cpp: Fixed for cubebench hang. The FIFO must take the lock …
(edit) @55686   10 years vboxsync DrvVD: rc is not part of the format string anymore
(edit) @55684   10 years vboxsync SVGA3d: mipmap related patch from trivirt.
(edit) @55666   10 years vboxsync VGABIOS: Calculate VBE PMI size correctly.
(edit) @55657   10 years vboxsync NetShaper: Fallback to R3 if there is no underlying R0 (#5582).
(edit) @55652   10 years vboxsync IntNet/NetFlt: blacklist host's L3 addresses when bridging to wifi. …
(edit) @55649   10 years vboxsync DrvHostNullAudio: consume samples at configured rate
(edit) @55643   10 years vboxsync Undoing bad commit.
(edit) @55641   10 years vboxsync FDC: Improved empty drive handling. Still needs work.
(edit) @55560   10 years vboxsync HGSMI: host command submission cleanup, removed obsolete code, comments.
(edit) @55534   10 years vboxsync build fix
(edit) @55533   10 years vboxsync DevE1000: fixed log statement
(edit) @55522   10 years vboxsync DevSmc: cosmetics
(edit) @55521   10 years vboxsync Audio/DevIchHda: warning
(edit) @55502   10 years vboxsync DevSmc: retrieve the SMC key from the host OS if possible
(edit) @55500   10 years vboxsync DevSmc: volatile not required
(edit) @55495   10 years vboxsync tstAudioMixBuffer: call audioMixBufDestroy()
(edit) @55493   10 years vboxsync PGM,++: Separated physical access handler callback function pointers …
(edit) @55492   10 years vboxsync Audio: Extended testcase.
(edit) @55486   10 years vboxsync tstAudioMixBuffer: pedantic
(edit) @55485   10 years vboxsync Don't check nonexistent samples.
(edit) @55483   10 years vboxsync Log first, increment later.
(edit) @55482   10 years vboxsync Audio: Careful with the UINT32_C macro…
(edit) @55462   10 years vboxsync Audio: Fixed minor format conversion errors, added a testcase (16-bit …
(edit) @55449   10 years vboxsync Whitespace.
(edit) @55447   10 years vboxsync Audio: Fixed unsigned sample conversion.
(edit) @55445   10 years vboxsync SB16: Implemented reset handler (finally).
(edit) @55434   10 years vboxsync Oops, LWIP_IPV6, which is 0 or 1 should be tested with #if, not #ifdef.
(edit) @55433   10 years vboxsync G/c ancient lwip sources, they are no longer used.
(edit) @55432   10 years vboxsync G/c VBOX_WITH_NEW_LWIP. This option only affects DevINIP/DrvVD (as …
(edit) @55431   10 years vboxsync DrvVD: use uint64_t for disk size.
(edit) @55430   10 years vboxsync AC97: Take 12dB volume offset used in some controls into account.
(edit) @55425   10 years vboxsync Warnings.
(edit) @55421   10 years vboxsync HGSMI: cleanup, logging, comments, move legacy host heap support from …
(edit) @55414   10 years vboxsync USB,EHCI,OHCI: release and reacquire the critical section when …
(edit) @55412   10 years vboxsync SB16: There are no mute controls.
(edit) @55404   10 years vboxsync HDA: Set the appropriate sink volume rather than the master.
(edit) @55403   10 years vboxsync AudioMixBuffer: log %RU32 => %#RX32
(edit) @55401   10 years vboxsync added a couple of missing Id headers
(edit) @55397   10 years vboxsync USB/MSD: Fix emulation when it is attached to the EHCI controller
(edit) @55394   10 years vboxsync Audio: Volume handling rework (see #5964).
(edit) @55388   10 years vboxsync HDA: Volume handling improvements.
(edit) @55387   10 years vboxsync Audio: Keep track of sink volume, drop unused routines.
(edit) @55380   10 years vboxsync Audio: Implemented muting of streams.
(edit) @55379   10 years vboxsync Made locally used function static.
(edit) @55371   10 years vboxsync DrvNat: logrel nit.
(edit) @55364   10 years vboxsync typo
(edit) @55363   10 years vboxsync NAT: G/c old debug printf in host resolver that spams release log.
(edit) @55362   10 years vboxsync DevSmc cleanup
(edit) @55355   10 years vboxsync SB16/Audio: VBoxized.
(edit) @55351   10 years vboxsync Audio: Set nominal volume correctly.
(edit) @55349   10 years vboxsync Devices: re-add VirtualKD which was removed by accident
(edit) @55345   10 years vboxsync Quieter (required for AC'97).
(edit) @55344   10 years vboxsync Lower the volume a bit…
(edit) @55342   10 years vboxsync HGSMI: cleanup, comments.
(edit) @55341   10 years vboxsync Graphics: Allow 8bpp custom video modes.
(edit) @55340   10 years vboxsync Audio: Fixed warnings, largely inconsistent types.
(edit) @55339   10 years vboxsync Spelling.
(edit) @55338   10 years vboxsync Audio: Improved logging, fixed volume handling.
(edit) @55337   10 years vboxsync USB: Walk the async URB list only under the critical section or we …
(edit) @55335   10 years vboxsync Audio: Spelling, Hungarian fixes.
(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.
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