VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @52408   10 years vboxsync Storage/AHCI: Free cached tasks on detach and before ahciR3Destruct is …
(edit) @52394   10 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @52393   10 years vboxsync intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
(edit) @52388   10 years vboxsync Device/Driver: 5986: Applying patch from qemu-devel related to "Hours …
(edit) @52386   10 years vboxsync USBProxyDevice-linux: Make sure USBDEVFS_URB_SHORT_NOT_OK is only ever …
(edit) @52307   10 years vboxsync Build fix, take 5
(edit) @52306   10 years vboxsync Build fix, take 4
(edit) @52305   10 years vboxsync Build fix, take 3
(edit) @52304   10 years vboxsync Build fix, take 2
(edit) @52302   10 years vboxsync Build fix
(edit) @52301   10 years vboxsync USB: Move the URB cancellation work to the per device I/O thread, fix …
(edit) @52283   10 years vboxsync NAT: Do pay attention to POLLERR and WSANETWORKEVENTS::iErrorCode and …
(edit) @52274   10 years vboxsync USB: Destroy I/O thread and request queue last because they might be …
(edit) @52270   10 years vboxsync Fix 32bit build box
(edit) @52269   10 years vboxsync USB: Cleanup, move the device reset worker to the I/O thread instead …
(edit) @52264   10 years vboxsync BusLogic: Renamed some insanely long macros, adjusted too-eager assertion.
(edit) @52259   10 years vboxsync Updated devices testcase to cover more.
(edit) @52258   10 years vboxsync NAT: Oops, g/c leftover debug printfs accidentally committed in r95347.
(edit) @52256   10 years vboxsync NAT: preserve DF (if possible) and TOS when proxying outbound UDP …
(edit) @52255   10 years vboxsync Shot at fixing 32bit builds
(edit) @52254   10 years vboxsync Devices/USB: Several fixes and misc cleanups, the VM crash when …
(edit) @52249   10 years vboxsync USB: Initial xHCI device commit (WIP).
(edit) @52245   10 years vboxsync NAT: Drop packets to multicast destinations, the rest of the code is …
(edit) @52230   10 years vboxsync NAT: Fix previous, pass bind_ip.s_addr, not bind_ip to %RTnaipv4. That …
(edit) @52229   10 years vboxsync NAT: Log port-forwarding using address:port notation, including host's …
(edit) @52228   10 years vboxsync Devices/ipxe: work around gcc problem not allowing to specify "ebp" to …
(edit) @52227   10 years vboxsync Devices/iPXE: added README.vbox
(edit) @52209   10 years vboxsync OHCI,EHCI: 6305: Maximal number of ports is set to 15
(edit) @52193   10 years vboxsync EFI: typo in comment
(edit) @52157   10 years vboxsync DevAPIC: fixes debug logging
(edit) @52154   10 years vboxsync NAT: Rework sorecvfrom(). On Windows provide iovec definition that is …
(edit) @52150   10 years vboxsync 32-bit Linux build fix
(edit) @52148   10 years vboxsync Devices/USB: ancel URBs on the I/O thread if available, fixes a race …
(edit) @52134   10 years vboxsync NDIS6: Cumulative commit containing async send, unload race fix …
(edit) @52128   10 years vboxsync PS2M: Do not delay resets (too much trouble).
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