VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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).
(edit) @52113   10 years vboxsync NAT: G/c #if0'ed code to send ICMP_SOURCEQUENCH. Source quench is …
(edit) @52101   10 years vboxsync HDA: Force audio transfers to stop when resetting device.
(edit) @52088   10 years vboxsync NAT: Followup to r94784: g/c an "XXX" comment that says that we should …
(edit) @52069   10 years vboxsync Devices/EFI: fix a number of typos and copy/paste leftovers, should …
(edit) @52063   10 years vboxsync build fix
(edit) @52062   10 years vboxsync build fix
(edit) @52052   10 years vboxsync DevPS2: Removed debugging code inadvertently left in a while ago.
(edit) @52026   10 years vboxsync Storage/AHCI: Switch to PDMIBLOCK I/O buffer allocator callbacks
(edit) @52023   10 years vboxsync pdmifs.h,DrvBlock,DrvVD: Add methods to allocate and free I/O buffer …
(edit) @51991   10 years vboxsync DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
(edit) @51990   10 years vboxsync DevOHCI.cpp: RTCritSectDelete asserts if the section is uninitialized.
(edit) @51923   10 years vboxsync Console,DrvVD: Clear the encryption keys on suspend
(edit) @51906   10 years vboxsync Fixing testcases on windows.
(edit) @51905   10 years vboxsync NAT: Make sure guest will get window updates by scheduling TF_DELACK …
(edit) @51904   10 years vboxsync NAT: Fix unsigned wraparound when calculating offered window. rcv_nxt …
(edit) @51899   10 years vboxsync Console,DrvVD: Make disk encryption completely configurable through …
(edit) @51865   10 years vboxsync NAT: tcp_respond - don't split window size computation into two chunks …
(edit) @51864   10 years vboxsync NAT: sbappend - check if we are going to send before allocating buffer …
(edit) @51836   10 years vboxsync DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll
(edit) @51816   10 years vboxsync vga/CmdVbva: var initialization
(edit) @51761   10 years vboxsync DevVGA: get the device lock when VRAM region is mapped.
(edit) @51754   10 years vboxsync Main,DrvVD,VD: Implement support for VD plugins from extension packs
(edit) @51752   10 years vboxsync Storage,DrvVD,Main: Redo the way secret keys are passed from Main to …
(edit) @51749   10 years vboxsync Storage/DiskIntegrity: Add an option to record the write before it was …
(edit) @51748   10 years vboxsync DevVGA: replaced assert with if statement for a transient VGA state.
(edit) @51738   10 years vboxsync USB/win/USBProxyDevice-win.cpp: Return last error code instead of just …
(edit) @51730   10 years vboxsync Devices/VGA_VBVA: use RT_STR_TUPLE()
(edit) @51727   10 years vboxsync NAT: Fix edito introduced in r39462 - TF_ACKNOW should be set in …
(edit) @51725   10 years vboxsync BIOS: Enable APIC in SVR.
(edit) @51652   10 years vboxsync DevAPIC: Dump all pending ISR/IRR bits, not just the highest.
(edit) @51648   10 years vboxsync vga: legacy state load fixes
(edit) @51643   10 years vboxsync VMM/GIM: More bits for Hyper-V implementation.
(edit) @51642   10 years vboxsync LogRel nits.
(edit) @51639   10 years vboxsync LogRel cosmetics/consistency.
(edit) @51638   10 years vboxsync AHCI: Fix request cancelling logic if the log page containing details …
(edit) @51637   10 years vboxsync Pulseaudio: Bitten by duplicate files…
(edit) @51636   10 years vboxsync Devices: release log cosmetics.
(edit) @51633   10 years vboxsync vga: saved state bugfix, sigh
(edit) @51632   10 years vboxsync vga: build fix
(edit) @51631   10 years vboxsync vga: saved state fixes
(edit) @51629   10 years vboxsync DevVGA: moved asserts to the right place in vgaPortUpdateDisplayRect.
(edit) @51624   10 years vboxsync AHCI: Small addendum to r93658, the device emulation needs to update …
(edit) @51619   10 years vboxsync Devices/Storage: Add new read after write verification mode and fix …
(edit) @51617   10 years vboxsync DevVGA: updateDisplayAll should not initiate a resize.
(edit) @51609   10 years vboxsync DrvMouse: Added queue flush callback like we have for keyboard.
(edit) @51599   10 years vboxsync Devices/VMMDev: fixed compiling with VBOX_WITH_HGCM disabled
(edit) @51589   10 years vboxsync USB/OHCI: Fix saved state assertion witz emulated USB devices
(edit) @51578   10 years vboxsync Mac OS X host: improve support for host optical drives; add support …
(edit) @51566   11 years vboxsync Storage/AHCI: Get rid of ASMAtomic*Size and replace with the *U32 …
(edit) @51561   11 years vboxsync Devices/GIMDev: keywords.
(edit) @51560   11 years vboxsync VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work.
(edit) @51546   11 years vboxsync UsbKbd: Added a brief theory of operation.
(edit) @51539   11 years vboxsync Keyboard: Extended keyboard driver and reworked USB keyboard device …
(edit) @51528   11 years vboxsync HDA: Do not crash when logging split register access.
(edit) @51526   11 years vboxsync DevHPET: fixed wrong test
(edit) @51524   11 years vboxsync DevVGA/crOpenGL: bugfixes, logging
(edit) @51521   11 years vboxsync lwip/sockets.c: indent fixes.
(edit) @51520   11 years vboxsync VBox/Devices: Comment nits.
(edit) @51516   11 years vboxsync Removed scary-looking messages about unimplemented MSI support.
(edit) @51511   11 years vboxsync DevVGA: use actual fRenderVRAM value (fixed a regression from r94031)
(edit) @51507   11 years vboxsync DevVGA_VDMA: vboxVDMADestruct should accept NULL.
(edit) @51485   11 years vboxsync ICH9: Reset more, improved debug info output.
(edit) @51462   11 years vboxsync Graphics: logging
(edit) @51461   11 years vboxsync Graphics: never change connector to avoid racing; Graphics/Main: fix …
(edit) @51409   11 years vboxsync Storage/AHCI: Fix the SSM version check for the legacy port reset handling
(edit) @51383   11 years vboxsync Devices/DevAHCI: Fix possible crash if there is no track list for the …
(edit) @51382   11 years vboxsync Devices/ATAPIPassthrough: Assertion + better status codes for not …
(edit) @51381   11 years vboxsync Devies/DevATA: Fix possible crash if there is no track list for the …
(edit) @51377   11 years vboxsync ICH9: A bit of logging to track MSI delivery.
(edit) @51373   11 years vboxsync Fixed bad format specifier.
(edit) @51365   11 years vboxsync DevVGA: keep pfnCrHgcmCtlSubmit when doing pDrv replacement
(edit) @51364   11 years vboxsync DevVGA: saved state fix for disabled 3D
(edit) @51362   11 years vboxsync Disabled broken vboxVDMASaveLoadDone code (VERR_INVALID_STATE).
(edit) @51358   11 years vboxsync fix crogl disabled
(edit) @51357   11 years vboxsync wddm/crOpenGL/DevVGA: CmdVbva disable fixes
(edit) @51349   11 years vboxsync crOpenGL: saved state fixes, misc fixes
(edit) @51342   11 years vboxsync Main,DrvVD: Interface to pass the keys to the disk encryption module …
(edit) @51341   11 years vboxsync Missing file
(edit) @51340   11 years vboxsync Storage/AHCI: Revert to the legacy port reset method if we loaded a …
(edit) @51329   11 years vboxsync NAT: Dump info for %R[natsock] even is socket is invalid or closed.
(edit) @51324   11 years vboxsync DevVGA: fix IRQ handling racing
(edit) @51260   11 years vboxsync wddm: resize enhancements & fixes
(edit) @51255   11 years vboxsync update alternative BIOS sources
(edit) @51237   11 years vboxsync Devices/Graphics/VGA: don't panic on VERR_PDM_NO_ATTACHED_DRIVER (e.g. …
(edit) @51232   11 years vboxsync AHCI: Another try to fix The AssertRelease issue during a reset. Move …
(edit) @51218   11 years vboxsync build fix
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