VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27765   15 years vboxsync NAT: log too noisy.
(edit) @27764   15 years vboxsync NAT: on succesful sent of ICMP packet to the ICMP raw socket, charge …
(edit) @27754   15 years vboxsync Main/Display, Devices/Graphics: added a generic guest …
(edit) @27739   15 years vboxsync DrvVD: Implement set size operation for the async I/O interface
(edit) @27736   15 years vboxsync VD: Correct return code if everything was transfered successfully
(edit) @27735   15 years vboxsync VMDK: Don't try to read more bytes from the descriptor than the filesize
(edit) @27734   15 years vboxsync AHCI: Report I/O errors to the guest
(edit) @27718   15 years vboxsync DrvIntNet: fixed destructor if constructor failed
(edit) @27717   15 years vboxsync Zero AH on 0xec00 call.
(edit) @27715   15 years vboxsync BIOS: Avoid unimplemented message in log on AMD64 target mode callback.
(edit) @27699   15 years vboxsync LsiLogic: Don't send an interrupt for every completed request but wait …
(edit) @27692   15 years vboxsync Pass boot NIC PCI dev/fn separately to DevPcBios. Easier to understand …
(edit) @27686   15 years vboxsync DevOHCI: fixed segfault in rhport_set_if_connected()
(edit) @27682   15 years vboxsync 2d: unified code for VBoxXxx & UIXxx, moved 2D state logic outside …
(edit) @27672   15 years vboxsync LsiLogic: Small optimization. Data buffers are allocated page aligned …
(edit) @27671   15 years vboxsync SCSI: Fixes for the async I/O path
(edit) @27666   15 years vboxsync DevACPI.cpp: Restored code removed in r58897 as it is techincally …
(edit) @27665   15 years vboxsync SCSI: Cleanup during destruction
(edit) @27664   15 years vboxsync SCSI: More statistics
(edit) @27661   15 years vboxsync VSCSI: Add the command queuing supported flag for hard disks
(edit) @27660   15 years vboxsync BusLogic: Update the sense data only for a CHECK_CONDITION return code
(edit) @27659   15 years vboxsync VSCSI: Fixed unitialized variable
(edit) @27658   15 years vboxsync VSCSI: Fixed unitialized variable
(edit) @27657   15 years vboxsync VSCSI: typo
(edit) @27655   15 years vboxsync Make testing forward and backwards merges easier
(edit) @27654   15 years vboxsync DrvSCSI: Use the new VSCSI component and implement the async interface
(edit) @27653   15 years vboxsync VSCSI: New SCSI interpreter component which will replace the old stuff …
(edit) @27628   15 years vboxsync HPET: testcase update
(edit) @27627   15 years vboxsync HPET: nitpicking
(edit) @27623   15 years vboxsync VMDK: Fix OVF export and import
(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
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