VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27573   15 years vboxsync NAT: cosmetics; refined comments
(edit) @27571   15 years vboxsync NAT: some spaces
(edit) @27569   15 years vboxsync NAT: bsd mbuf releasing of zones is corrected.
(edit) @27568   15 years vboxsync NAT: ICMP Darwin specifics. Darwin reports IP in host format and …
(edit) @27565   15 years vboxsync DrvNAT.cpp: Fixed cleanup bug in drvNATDestruct where it would crash …
(edit) @27561   15 years vboxsync DrvDiskIntegrity: Save the last write access to sectors. Makes …
(edit) @27560   15 years vboxsync Fix #4631 (Crash when taking a snapshot of a VM running with …
(edit) @27559   15 years vboxsync Don't build the disk integrity driver by default
(edit) @27558   15 years vboxsync Storage: Simple driver for checking data integrity of virtual disks
(edit) @27542   15 years vboxsync VMMDev: balloon chunks stam unit is count not bytes
(edit) @27533   15 years vboxsync VMDK: Use RTMemRealloc
(edit) @27531   15 years vboxsync VMDK: Optimize descriptor writes. Prepare the whole descriptor in a …
(edit) @27525   15 years vboxsync VMDK: Only update the modification UUID if it changed from the …
(edit) @27497   15 years vboxsync iprt,rdp,drvnamedpipe: Changed the RTSOCKET type from int to a struct …
(edit) @27477   15 years vboxsync VMDK: No need to update the line if cb is 0
(edit) @27476   15 years vboxsync VMDK: Use the I/O interface
(edit) @27470   15 years vboxsync DevRTC: fixed assertion (addendum to r58944)
(edit) @27469   15 years vboxsync warning
(edit) @27468   15 years vboxsync NAT: clarification to byte order in ip_len check of original ip packet.
(edit) @27467   15 years vboxsync NAT: comment to ICMP find routine.
(edit) @27466   15 years vboxsync NAT: ICMP Solaris specific ip_len calculation was added.
(edit) @27463   15 years vboxsync Devices/Input/DevPS2: cleaned up some harmless messed up code and …
(edit) @27461   15 years vboxsync Store PCI bus/dev/fn of first NIC in CFGM and propagate the data to CMOS.
(edit) @27460   15 years vboxsync DevRTC: Added support for PIIX4 style second CMOS bank.
(edit) @27457   15 years vboxsync NAT: disable too strict checks.
(edit) @27456   15 years vboxsync BIOS: Do not destroy high word of EBX in int13_harddisk.
(edit) @27450   15 years vboxsync NAT: typo
(edit) @27448   15 years vboxsync NAT: one more m_inc() fix (just in case), and some cleanup. ripping …
(edit) @27447   15 years vboxsync NAT: ICMP sanity checks of matching ECHO-ECHOREPLY communication. mbuf …
(edit) @27443   15 years vboxsync NAT: paranoid check of mbuf incrementation.
(edit) @27441   15 years vboxsync NAT: check minimal size of ICMP header before type check.
(edit) @27433   15 years vboxsync wddm: mouse pointer support (GDI emulated) when pointer intergation is off
(edit) @27429   15 years vboxsync wddm: graphics dev update only necessary portion of framebuffer
(edit) @27426   15 years vboxsync wddm: graphics dev partial screen update fix
(edit) @27422   15 years vboxsync ACPI: cleaned up no longer used CPU entries, made RTC on by default
(edit) @27417   15 years vboxsync NAT: ICMP checks minimal sizes of ICMP datagrams received from socket …
(edit) @27399   15 years vboxsync NAT: the 2-step ICMP read has been introduced. Mbuf destination …
(edit) @27394   15 years vboxsync Devices/Serial: add code to handle arbitrary baudrates on linux host. …
(edit) @27393   15 years vboxsync Devices/ACPI: fixed a missing break after case …
(edit) @27389   15 years vboxsync wddm: fix image corruption for partial display updates
(edit) @27383   15 years vboxsync wddm: basic Video DMA impl, guest driver bugfix
(edit) @27367   15 years vboxsync VBoxHDD: -Wshadow warnings
(edit) @27363   15 years vboxsync PC/BIOS/DMI: unused code
(edit) @27361   15 years vboxsync Storate/ATA: implemented ATA_EVENT_STATUS_MEDIA_EJECT_REQUESTED
(edit) @27359   15 years vboxsync VD: Update with the correct parent uuid in the forward merge direction
(edit) @27358   15 years vboxsync VHD: Dump a bit of information
(edit) @27353   15 years vboxsync EFI: Introduces OSE Logo container with copy of BIOS ose_logo. FDF …
(edit) @27342   15 years vboxsync Backed out r58772
(edit) @27341   15 years vboxsync APIC: hack to reduce OSX guests idle state CPU consumption
(edit) @27340   15 years vboxsync wddm: disable asynch test
(edit) @27339   15 years vboxsync wddm: basics for DMA commands support in graphics device impl
(edit) @27327   15 years vboxsync Devices/ACPI: more fixes and support for the new /sys interfacd
(edit) @27326   15 years vboxsync DrvACPI: Avoid poking the thread since it'll cause a default gdb …
(edit) @27316   15 years vboxsync Devices/ACPI: fixes for r58659
(edit) @27305   15 years vboxsync APIC: few todos and cleanups, nothing functional
(edit) @27303   15 years vboxsync DrvVD: Not yet
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27298   15 years vboxsync e1000: A fix for regression caused by r58311.
(edit) @27290   15 years vboxsync Allow ring-0 handling of ohci mmio
(edit) @27276   15 years vboxsync AHCI: Remove unwanted change 2
(edit) @27275   15 years vboxsync AHCI: Remove unwanted change
(edit) @27274   15 years vboxsync AHCI: Add ATA_SLEEP to the list of supported commands (does nothing …
(edit) @27273   15 years vboxsync ATA: Add ATA_SLEEP to the list of supported commands (does nothing …
(edit) @27266   15 years vboxsync compile fix
(edit) @27265   15 years vboxsync logging fix
(edit) @27264   15 years vboxsync Devices/ACPI: on Linux, start a poller thread for collecting …
(edit) @27254   15 years vboxsync HPET: correct interrupts delivery
(edit) @27245   15 years vboxsync Storage/VBoxHDD: fix incorrect opaque data reference
(edit) @27232   15 years vboxsync Storage/VBoxHDD+DrvVD: implement framework for providing thread …
(edit) @27229   15 years vboxsync HPET: typo
(edit) @27226   15 years vboxsync HPET: minor issues related to egde vs. level triggered interrupts
(edit) @27221   15 years vboxsync DevAPIC: Use fixed physical CPU ID instead of the programmable one …
(edit) @27213   15 years vboxsync VD: Move the readonly mode change after behind the differencing disk …
(edit) @27211   15 years vboxsync VD: Fix data corruption during snapshot merging if the merge direction …
(edit) @27188   15 years vboxsync Devices/Input/DevPS2: make sure that the device is re-enabled when …
(edit) @27187   15 years vboxsync tstVDSnap: Build fix
(edit) @27186   15 years vboxsync tstVDSnap: Use a seedable RNG to get consistent behavior
(edit) @27181   15 years vboxsync Storage/iSCSI: Increase sense data buffers, and truncate sense data if …
(edit) @27177   15 years vboxsync BIOS: Extended $PIR table to 20 entries. Helps with more than 4 NICs …
(edit) @27170   15 years vboxsync BIOS: Fixed $PIR table entries and added one more reported entry to …
(edit) @27137   15 years vboxsync tstVDSnap: Allow unallocated blocks in the base image
(edit) @27136   15 years vboxsync Fix build
(edit) @27135   15 years vboxsync VD/Testcase: New testcase to stress test diff creation/merging
(edit) @27134   15 years vboxsync VD: pass the correct data to the backend
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27126   15 years vboxsync PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
(edit) @27125   15 years vboxsync 32-bit build burns fix
(edit) @27122   15 years vboxsync EFI: dbg break on panic port read
(edit) @27121   15 years vboxsync HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
(edit) @27105   15 years vboxsync pulse: drain the out stream before we disable the voice
(edit) @27100   15 years vboxsync Storage/VDI: remove incorrect capability bit
(edit) @27092   15 years vboxsync EFI: updated binary fimrware to functional version
(edit) @27085   15 years vboxsync Balloon changes
(edit) @27079   15 years vboxsync Added comments about PCI/ACPI/IOAPIC interrupt routing backdoor.
(edit) @27060   15 years vboxsync Devices, Main: add support for multiple pointing devices and let the …
(edit) @27049   15 years vboxsync release stats for the number of chunks in the guest balloon
(edit) @27023   15 years vboxsync Guest Additions: memory ballooning for guests without support for …
(edit) @27006   15 years vboxsync wddm: fix driver initialization
(edit) @27002   15 years vboxsync e1000: A workaround for Windows lockups on link status interrupt.
(edit) @26995   15 years vboxsync VHD: Fix images with other block sizes than 2MB
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