VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @53168   10 years vboxsync VUSBSniffer: Don't include the setup URB data twice in the packet
(edit) @53163   10 years vboxsync VUSBSniffer: replace existing USB captures instead of failing
(edit) @53162   10 years vboxsync build fix
(edit) @53161   10 years vboxsync USB: Sniffer fixes
(edit) @53148   10 years vboxsync Port a part of r95116 (disk encryption changes in 4.3) which was …
(edit) @53147   10 years vboxsync Storage/AHCI: Free the I/O memory of cached request structures before …
(edit) @53146   10 years vboxsync VUSBSniffer: Make it work with isochronous endpoints
(edit) @53144   10 years vboxsync EFI: typo in debug message
(edit) @53121   10 years vboxsync USB: Added required SS descriptors to emulated MSD.
(edit) @53116   10 years vboxsync DevRTC: don't spam the R0 log with "RTC: stopped the periodic timer" …
(edit) @53115   10 years vboxsync Storage/AHCI: Correct fix for r96392 (AHCI: Update HBA interrupt …
(edit) @53100   10 years vboxsync BIOS: Use safer port access.
(edit) @53099   10 years vboxsync VGABIOS: Fake up a few more tables.
(edit) @53097   10 years vboxsync USB: Beginnings of emulated USB3 devices.
(edit) @53083   10 years vboxsync DevACPI: properly relocate pDevInsRC (should fix occassional crashes …
(edit) @53078   10 years vboxsync DevVGA: reverted r96537 (wrong solution)
(edit) @53075   10 years vboxsync AHCI: temporarily disabled r96292 to check if it cures the performance …
(edit) @53073   10 years vboxsync VMMDev: when logging the Guest Additions OS type, explictely mention …
(edit) @53072   10 years vboxsync VUSBSniffer: More fixes
(edit) @53071   10 years vboxsync VUSBSniffer: use semaphore to protect data against concurrent access
(edit) @53067   10 years vboxsync Add possibility to configure a single USB traffic sniffer for a …
(edit) @53062   10 years vboxsync USB: Integrate USB sniffer. Make it possible to specify a file to dump …
(edit) @53060   10 years vboxsync VUSBSniffer: Fixes
(edit) @53056   10 years vboxsync NAT: Don't leak socket::so_m in the error leg of sorecvfrom() - …
(edit) @53055   10 years vboxsync KBC: Be more AT compatible.
(edit) @53044   10 years vboxsync DevVGA: disable secondary screens when VBVA is disabled for them.
(edit) @53014   10 years vboxsync VUSB: Implement sniffer facility for creating USB traces from devices …
(edit) @52976   10 years vboxsync DrvNAT: Mac OS X host: reduce amount of release logging (removed …
(edit) @52970   10 years vboxsync Devices/Graphics: added original vmsvga and vmsvga_glext headers (2009-04)
(edit) @52961   10 years vboxsync AHCI: Fail the request with an overflow error if allocating I/O memory …
(edit) @52951   10 years vboxsync AHCI: Update HBA interrupt status register before executing the write
(edit) @52948   10 years vboxsync USBProxyDevice-linux: various fixes for the split URB code paths used …
(edit) @52946   10 years vboxsync USBProxyDevice-linux: Hold the critical section while splitting the …
(edit) @52885   10 years vboxsync DevVGA: Careful when dumping state.
(edit) @52881   10 years vboxsync Devices/USB: Fix race when resetting USB devices causing a crash later
(edit) @52878   10 years vboxsync USB: Fix lock order violation when canceling all URBs
(edit) @52863   10 years vboxsync DevACPI: cosmetic changes (use local variables if possible)
(edit) @52849   10 years vboxsync Devices/Graphics: resume paused VBVA when it is re-asserted by the guest.
(edit) @52829   10 years vboxsync Removed duplicate line.
(edit) @52817   10 years vboxsync xHCI: Ripped up and reconstituted with separate USB2/USB3 hubs.
(edit) @52812   10 years vboxsync BIOS: Fixed format specifiers.
(edit) @52799   10 years vboxsync NAT: Provide WSA* versions of ECONNRESET, EHOSTDOWN, ENETDOWN.
(edit) @52798   10 years vboxsync NAT: when outgoing connect(2) fails decide what to do based on the …
(edit) @52797   10 years vboxsync Force EHCI extpack to be built with MSI support (xHCI requirement).
(edit) @52792   10 years vboxsync NAT: Follow up to r95982 - always get socket error when connect(2) …
(edit) @52789   10 years vboxsync VMMDev/Main, Additions: Guest heartbeat implementation. VMMDev reports …
(edit) @52782   10 years vboxsync ps2kLoadQueue: Paraoia, check SSMR3GetU32 return code before using the …
(edit) @52756   10 years vboxsync calc once.
(edit) @52755   10 years vboxsync NAT: G/c socket:so_la - per-socket libalias instance used for …
(edit) @52754   10 years vboxsync NAT: G/c unused NATState::dns_alias.
(edit) @52753   10 years vboxsync NAT: G/c socket::so_pvLnk, the code that used it was g/c'ed in r96051.
(edit) @52715   10 years vboxsync Undoing accidental commit.
(edit) @52714   10 years vboxsync Undoing accidental commit.
(edit) @52713   10 years vboxsync BusLogic: Slightly enhanced debug info.
(edit) @52712   10 years vboxsync NAT: G/c bogus VBOX && !NO_USE_SOCKETS code disabled in r93447. Same …
(edit) @52711   10 years vboxsync NAT: Convert NATState::curtime from milliseconds to seconds when we …
(edit) @52689   10 years vboxsync NAT: There's no need to log each socket in QSOCKET_FOREACH at Log2 …
(edit) @52688   10 years vboxsync NAT: slirp_output: On the second thought do hexdump at Log6 to have a …
(edit) @52687   10 years vboxsync NAT: slirp_output - use %p, not %x, to print a pointer. Don't spam …
(edit) @52684   10 years vboxsync NAT: clean up an #ifdef in HouseKeeping() to avoid duplication of code …
(edit) @52683   10 years vboxsync NAT: Fix #else /* VBOX */ comments to reflect the condition when that …
(edit) @52673   10 years vboxsync Storage/AHCI: Switch ordering of register updates when completing the …
(edit) @52670   10 years vboxsync VMM, Devices: Add interface to query the APIC frequency from the APIC …
(edit) @52667   10 years vboxsync DisplayImpl,VMMDev: cleaned up reenabling of the legacy video …
(edit) @52663   10 years vboxsync NAT: Redo detection of connect(2) failure taking into account various …
(edit) @52662   10 years vboxsync NAT: Revert previous (r95391). poll(2) behaviour is different on …
(edit) @52618   10 years vboxsync HostDrivers, Runtime, Devices, Additions: TSC delta measurement and …
(edit) @52613   10 years vboxsync Devices/DevACPI: tabs to spaces, trailing whitespace.
(edit) @52610   10 years vboxsync Devices/Misc/VirtualKD: mistake in contributor name, apologies.
(edit) @52597   10 years vboxsync Devices/Misc/VirtualKD: new, slightly modified interface definition …
(edit) @52592   10 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @52591   10 years vboxsync NAT: Darwin host: extra logging for DNS update events.
(edit) @52561   10 years vboxsync HDA: Fixed layout ID for Mt Lion.
(edit) @52547   10 years vboxsync Devices/Samples/DrvStorageFilter.cpp: adapt to deal properly with …
(edit) @52544   10 years vboxsync IntNet: intnetR0TrunkSharedMacEditIPv6FromIntNet: Use uint32_t instead …
(edit) @52543   10 years vboxsync IntNet: follow up to r85262 - refactor rewriting of link-level address …
(edit) @52530   10 years vboxsync ICH9: PCI IRQ disable bit has no effect on MSIs (#7505).
(edit) @52526   10 years vboxsync usb arg2
(edit) @52525   10 years vboxsync memset. arg.
(edit) @52522   10 years vboxsync VUSBDevice.cpp: The critical sections associated with the pipes shall …
(edit) @52518   10 years vboxsync intnetR0NetworkSharedMacDetectAndFixBroadcast: handle ARP, IPv4 and …
(edit) @52517   10 years vboxsync Devices/USB: Fix crash on Linux hosts, a hang when disconnecting a USB …
(edit) @52513   10 years vboxsync USB: Serialize access to the extra state data for control pipes, fixes …
(edit) @52508   10 years vboxsync SMC structure tests.
(edit) @52507   10 years vboxsync DevSMC: Missing initializer.
(edit) @52506   10 years vboxsync Deleted PC/DevSMC.cpp, removed the associated define.
(edit) @52505   10 years vboxsync DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD …
(edit) @52504   10 years vboxsync DevVGA_VDMA: execute vgaUpdateDisplayAll on EMT
(edit) @52499   10 years vboxsync NAT: Handle RFC1533_PAD properly.
(edit) @52493   10 years vboxsync vga/crCtl: racing fix
(edit) @52479   10 years vboxsync BIOS: Removed redundant port write, improved logging.
(edit) @52475   10 years vboxsync Device/ACPI:#7433: Fixed PM Timer interrupt frequency, improved …
(edit) @52474   10 years vboxsync Devices/Misc/VirtualKD: fix code breakage due to padding
(edit) @52473   10 years vboxsync Devices/Misc: new VirtualKD stub/loader device, contributed by Ivan …
(edit) @52445   10 years vboxsync SrvIntNetR0.cpp: New commit policy for this file.
(edit) @52439   10 years vboxsync Devices/PC/BIOS: sync alternative sources
(edit) @52434   10 years vboxsync Storage/AHCI: Fix tight race when the guest resets a port leading to …
(edit) @52429   10 years vboxsync crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
(edit) @52412   10 years vboxsync AHCI: argh
(edit) @52409   10 years vboxsync AHCI: unused variable
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