VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @52597   11 years vboxsync Devices/Misc/VirtualKD: new, slightly modified interface definition …
(edit) @52592   11 years vboxsync NetFlt/win: NDIS6: fixes, enable disconnect interface, PM support for …
(edit) @52591   11 years vboxsync NAT: Darwin host: extra logging for DNS update events.
(edit) @52561   11 years vboxsync HDA: Fixed layout ID for Mt Lion.
(edit) @52547   11 years vboxsync Devices/Samples/DrvStorageFilter.cpp: adapt to deal properly with …
(edit) @52544   11 years vboxsync IntNet: intnetR0TrunkSharedMacEditIPv6FromIntNet: Use uint32_t instead …
(edit) @52543   11 years vboxsync IntNet: follow up to r85262 - refactor rewriting of link-level address …
(edit) @52530   11 years vboxsync ICH9: PCI IRQ disable bit has no effect on MSIs (#7505).
(edit) @52526   11 years vboxsync usb arg2
(edit) @52525   11 years vboxsync memset. arg.
(edit) @52522   11 years vboxsync VUSBDevice.cpp: The critical sections associated with the pipes shall …
(edit) @52518   11 years vboxsync intnetR0NetworkSharedMacDetectAndFixBroadcast: handle ARP, IPv4 and …
(edit) @52517   11 years vboxsync Devices/USB: Fix crash on Linux hosts, a hang when disconnecting a USB …
(edit) @52513   11 years vboxsync USB: Serialize access to the extra state data for control pipes, fixes …
(edit) @52508   11 years vboxsync SMC structure tests.
(edit) @52507   11 years vboxsync DevSMC: Missing initializer.
(edit) @52506   11 years vboxsync Deleted PC/DevSMC.cpp, removed the associated define.
(edit) @52505   11 years vboxsync DrvHostBase: Provide I/O buffer allocator, fixes crash if a host DVD …
(edit) @52504   11 years vboxsync DevVGA_VDMA: execute vgaUpdateDisplayAll on EMT
(edit) @52499   11 years vboxsync NAT: Handle RFC1533_PAD properly.
(edit) @52493   11 years vboxsync vga/crCtl: racing fix
(edit) @52479   11 years vboxsync BIOS: Removed redundant port write, improved logging.
(edit) @52475   11 years vboxsync Device/ACPI:#7433: Fixed PM Timer interrupt frequency, improved …
(edit) @52474   11 years vboxsync Devices/Misc/VirtualKD: fix code breakage due to padding
(edit) @52473   11 years vboxsync Devices/Misc: new VirtualKD stub/loader device, contributed by Ivan …
(edit) @52445   11 years vboxsync SrvIntNetR0.cpp: New commit policy for this file.
(edit) @52439   11 years vboxsync Devices/PC/BIOS: sync alternative sources
(edit) @52434   11 years vboxsync Storage/AHCI: Fix tight race when the guest resets a port leading to …
(edit) @52429   11 years vboxsync crOpenGL: 1. osx: do everything we can do in the main thread 2. bugfixes
(edit) @52412   11 years vboxsync AHCI: argh
(edit) @52409   11 years vboxsync AHCI: unused variable
(edit) @52408   11 years vboxsync Storage/AHCI: Free cached tasks on detach and before ahciR3Destruct is …
(edit) @52394   11 years vboxsync intnetR0TrunkIfPortDisconnect: Must always release the busy reference …
(edit) @52393   11 years vboxsync intnet: Fixed bug in intnetR0TrunkIfPortDisconnect where the mutex …
(edit) @52388   11 years vboxsync Device/Driver: 5986: Applying patch from qemu-devel related to "Hours …
(edit) @52386   11 years vboxsync USBProxyDevice-linux: Make sure USBDEVFS_URB_SHORT_NOT_OK is only ever …
(edit) @52307   11 years vboxsync Build fix, take 5
(edit) @52306   11 years vboxsync Build fix, take 4
(edit) @52305   11 years vboxsync Build fix, take 3
(edit) @52304   11 years vboxsync Build fix, take 2
(edit) @52302   11 years vboxsync Build fix
(edit) @52301   11 years vboxsync USB: Move the URB cancellation work to the per device I/O thread, fix …
(edit) @52283   11 years vboxsync NAT: Do pay attention to POLLERR and WSANETWORKEVENTS::iErrorCode and …
(edit) @52274   11 years vboxsync USB: Destroy I/O thread and request queue last because they might be …
(edit) @52270   11 years vboxsync Fix 32bit build box
(edit) @52269   11 years vboxsync USB: Cleanup, move the device reset worker to the I/O thread instead …
(edit) @52264   11 years vboxsync BusLogic: Renamed some insanely long macros, adjusted too-eager assertion.
(edit) @52259   11 years vboxsync Updated devices testcase to cover more.
(edit) @52258   11 years vboxsync NAT: Oops, g/c leftover debug printfs accidentally committed in r95347.
(edit) @52256   11 years vboxsync NAT: preserve DF (if possible) and TOS when proxying outbound UDP …
(edit) @52255   11 years vboxsync Shot at fixing 32bit builds
(edit) @52254   11 years vboxsync Devices/USB: Several fixes and misc cleanups, the VM crash when …
(edit) @52249   11 years vboxsync USB: Initial xHCI device commit (WIP).
(edit) @52245   11 years vboxsync NAT: Drop packets to multicast destinations, the rest of the code is …
(edit) @52230   11 years vboxsync NAT: Fix previous, pass bind_ip.s_addr, not bind_ip to %RTnaipv4. That …
(edit) @52229   11 years vboxsync NAT: Log port-forwarding using address:port notation, including host's …
(edit) @52228   11 years vboxsync Devices/ipxe: work around gcc problem not allowing to specify "ebp" to …
(edit) @52227   11 years vboxsync Devices/iPXE: added README.vbox
(edit) @52209   11 years vboxsync OHCI,EHCI: 6305: Maximal number of ports is set to 15
(edit) @52193   11 years vboxsync EFI: typo in comment
(edit) @52157   11 years vboxsync DevAPIC: fixes debug logging
(edit) @52154   11 years vboxsync NAT: Rework sorecvfrom(). On Windows provide iovec definition that is …
(edit) @52150   11 years vboxsync 32-bit Linux build fix
(edit) @52148   11 years vboxsync Devices/USB: ancel URBs on the I/O thread if available, fixes a race …
(edit) @52134   11 years vboxsync NDIS6: Cumulative commit containing async send, unload race fix …
(edit) @52128   11 years vboxsync PS2M: Do not delay resets (too much trouble).
(edit) @52113   11 years vboxsync NAT: G/c #if0'ed code to send ICMP_SOURCEQUENCH. Source quench is …
(edit) @52101   11 years vboxsync HDA: Force audio transfers to stop when resetting device.
(edit) @52088   11 years vboxsync NAT: Followup to r94784: g/c an "XXX" comment that says that we should …
(edit) @52069   11 years vboxsync Devices/EFI: fix a number of typos and copy/paste leftovers, should …
(edit) @52063   11 years vboxsync build fix
(edit) @52062   11 years vboxsync build fix
(edit) @52052   11 years vboxsync DevPS2: Removed debugging code inadvertently left in a while ago.
(edit) @52026   11 years vboxsync Storage/AHCI: Switch to PDMIBLOCK I/O buffer allocator callbacks
(edit) @52023   11 years vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51991   11 years vboxsync DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
(edit) @51990   11 years vboxsync DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
(edit) @51923   11 years vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51906   11 years vboxsync Fixing testcases on windows.
(edit) @51905   11 years vboxsync NAT: Make sure guest will get window updates by scheduling TF_DELACK …
(edit) @51904   11 years vboxsync NAT: Fix unsigned wraparound when calculating offered window. rcv_nxt …
(edit) @51899   11 years vboxsync Console,DrvVD: Make disk encryption completely configurable through …
(edit) @51865   11 years vboxsync NAT: tcp_respond - don't split window size computation into two chunks …
(edit) @51864   11 years vboxsync NAT: sbappend - check if we are going to send before allocating buffer …
(edit) @51836   11 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51816   11 years vboxsync vga/CmdVbva: var initialization
(edit) @51761   11 years vboxsync DevVGA: get the device lock when VRAM region is mapped.
(edit) @51754   11 years vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51752   11 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51749   11 years vboxsync Storage/DiskIntegrity: Add an option to record the write before it was …
(edit) @51748   11 years vboxsync DevVGA: replaced assert with if statement for a transient VGA state.
(edit) @51738   11 years vboxsync USB/win/USBProxyDevice-win.cpp: Return last error code instead of just …
(edit) @51730   11 years vboxsync Devices/VGA_VBVA: use RT_STR_TUPLE()
(edit) @51727   11 years vboxsync NAT: Fix edito introduced in r39462 - TF_ACKNOW should be set in …
(edit) @51725   11 years vboxsync BIOS: Enable APIC in SVR.
(edit) @51652   11 years vboxsync DevAPIC: Dump all pending ISR/IRR bits, not just the highest.
(edit) @51648   11 years vboxsync vga: legacy state load fixes
(edit) @51643   11 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51642   11 years vboxsync LogRel nits.
(edit) @51639   11 years vboxsync LogRel cosmetics/consistency.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette