VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37481   14 years vboxsync OSE header fixes
(edit) @37478   14 years vboxsync Renamed for clarity.
(edit) @37477   14 years vboxsync DevAPIC: Split out the IO-APIC into a separate source file.
(edit) @37476   14 years vboxsync DevAPIC.cpp: Some variable renaming
(edit) @37475   14 years vboxsync DevAPIC: Locking reworking in progress.
(edit) @37469   14 years vboxsync USB/Dev*: Locking fixes.
(edit) @37466   14 years vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37461   14 years vboxsync comment wrap
(edit) @37460   14 years vboxsync fdc: Take head count into account.
(edit) @37459   14 years vboxsync Set busy bit when starting a command.
(edit) @37453   14 years vboxsync DevApic: working on getting the locking right…
(edit) @37446   14 years vboxsync DevACPI.cpp: More style cleanup.
(edit) @37444   14 years vboxsync DevACPI: Locking and code cleanup.
(edit) @37436   14 years vboxsync EFI/fs: right typedefs for base type definitions.
(edit) @37430   14 years vboxsync Devices/testcase: more EHCI offset checks
(edit) @37427   14 years vboxsync BIOS/AHCI: Updates for the driver, grub can boot from a SATA disk now
(edit) @37423   14 years vboxsync Ran the source code massager (scm).
(edit) @37391   14 years vboxsync DevACPI: d'oh!
(edit) @37388   14 years vboxsync Devices/Input/UsbMouse, UsbKbd: Support explicit USB HID descriptor …
(edit) @37385   14 years vboxsync adjust to misspelled member name.
(edit) @37384   14 years vboxsync 1 million rectangles ought to be enough for anybody…
(edit) @37381   14 years vboxsync VBoxVideo: move typecasts to proper arguments
(edit) @37378   14 years vboxsync VBoxVideo: add some explicit typecasts
(edit) @37369   14 years vboxsync Network/Pcap.cpp: work around wireshark bug, which cannot always …
(edit) @37361   14 years vboxsync Alignment fix.
(edit) @37359   14 years vboxsync VUSB: Don't create the reset timer on the fly, it triggers lock order …
(edit) @37346   14 years vboxsync usb/win: assertion message fix
(edit) @37324   14 years vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37299   14 years vboxsync Network/DrvVDE: make cfgm parameter case match the rest of the code …
(edit) @37269   14 years vboxsync AHCI: Fix return code for index/Data pair access
(edit) @37268   14 years vboxsync BIOS: Updates for the AHCI driver
(edit) @37264   14 years vboxsync Storage/ATA+AHCI: support the non-rotational medium flag
(edit) @37259   14 years vboxsync Device/DrvUDPTunnel: include contributor information
(edit) @37237   14 years vboxsync DevACPI: attempt to make the ACPI timer SMP-safe
(edit) @37233   14 years vboxsync IRPT: Adding RTErrVarsSave/Restore/++ to preserve errno, …
(edit) @37228   14 years vboxsync SUPDrv,VMM,VBoxDD*: Implemented native loading of the angnostic …
(edit) @37223   14 years vboxsync FDC: Most control commands do not generate interrupts.
(edit) @37211   14 years vboxsync Some ASMAtomic*Size elimiation.
(edit) @37205   14 years vboxsync FDC: Someone misread the datasheet…
(edit) @37198   14 years vboxsync Devices/Network/DrvUDPTunnel: new network transport which sends …
(edit) @37191   14 years vboxsync Audio/HDA: takes alignment into account, when restoring v1 snapshots. …
(edit) @37190   14 years vboxsync Audio/HDA: loading V1 saved state. (xTracker/5704).
(edit) @37185   14 years vboxsync Audio/HDA: fix of (xTracker/5704) for trunk.
(edit) @37175   14 years vboxsync Devices and Main/seamless: allow for the possibility that nothing is …
(edit) @37159   14 years vboxsync PIC: Return zero in poll mode if no interrupt.
(edit) @37158   14 years vboxsync dev/usb/win: fix paHandles & paQueuedUrbs realloc racing
(edit) @37147   14 years vboxsync EFI: some cleanup.
(edit) @37146   14 years vboxsync EFI: order.
(edit) @37145   14 years vboxsync EFI: BDS styled boot option enumeration.
(edit) @37144   14 years vboxsync dev/usb/win: avoid using a crit sect for race fix
(edit) @37135   14 years vboxsync dev/usb/win: race fix
(edit) @37134   14 years vboxsync another addendum to r71796, HeightReduction fix
(edit) @37132   14 years vboxsync dev/usb/win: ditto
(edit) @37130   14 years vboxsync dev/usb/win: make the last error be printed properly on err
(edit) @37129   14 years vboxsync addendum to r71796, consider HeightReduction modes as well
(edit) @37128   14 years vboxsync DevVGA: introduce extradata CFGM keys MaxBiosXRes and MaxBiosYRes
(edit) @37114   14 years vboxsync dev/serial: destruct semevent after destructing thread using it
(edit) @37102   14 years vboxsync dev/serial: fix the case pfnWrite returns VERR_TIMEOUT
(edit) @37094   14 years vboxsync tabs
(edit) @37049   14 years vboxsync Corrected the initial media state for 1.2M and 360K drives.
(edit) @37035   14 years vboxsync BIOS: Corrected one more checksum calculation.
(edit) @36992   14 years vboxsync AHCI: Fixes for hotplugging
(edit) @36990   14 years vboxsync AHCI: Controller part for device hotplug
(edit) @36989   14 years vboxsync kbd: Rough support for scan set 3.
(edit) @36980   14 years vboxsync e1000: some explanation for SMP fix in r71586
(edit) @36977   14 years vboxsync e1000: fix for linux SMP guest panic under heavy RX traffic
(edit) @36972   14 years vboxsync Devices/AHCI: fixed mask for Fis address
(edit) @36971   14 years vboxsync HPET: cleanup, correct timers init per ICH9 spec, fix overflow hanling
(edit) @36966   14 years vboxsync NAT: comment.
(edit) @36965   14 years vboxsync NAT: Attempt to fix (the rest of vbox/7711 and vbox/8701). The reason …
(edit) @36943   14 years vboxsync NAT: correct ar_sha format in who-is requests initiated by Slirp.
(edit) @36942   14 years vboxsync build fix
(edit) @36941   14 years vboxsync usb rework
(edit) @36912   14 years vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36901   14 years vboxsync NAT: Each service should use right ethernet address (see xTracker/5664)
(edit) @36899   14 years vboxsync Fix builds with undefined VBOX_WITH_WDDM
(edit) @36878   14 years vboxsync AHCI: Support access through the index/data register pair from the I/O …
(edit) @36877   14 years vboxsync BIOS: AHCI driver skeleton
(edit) @36870   14 years vboxsync Devices/HPET: cosmetical nitpicking
(edit) @36837   14 years vboxsync HPET: cleanup, ICH9-specific HPET behavior
(edit) @36836   14 years vboxsync PCI: don't fail on extended caps access, just record
(edit) @36800   14 years vboxsync AHCI: Cancel active tasks during a device, port or HBA reset
(edit) @36797   14 years vboxsync FreeBSD: Warnings
(edit) @36781   14 years vboxsync warning
(edit) @36731   14 years vboxsync BIOS: Corrected EDD checksum calculation - two's complement is not …
(edit) @36716   14 years vboxsync PCI: 64-bit BARs tweaks, release logs on device attach, allow extended …
(edit) @36706   14 years vboxsync Undid accidental commit.
(edit) @36705   14 years vboxsync fdc: Improved floppy emulation.
(edit) @36704   14 years vboxsync BIOS: Try to find the right floppy data rate.
(edit) @36692   14 years vboxsync Audio/HDA: no ALC 885.
(edit) @36691   14 years vboxsync HDA/Audio: Some clean up. Codecs macro definitions splited from …
(edit) @36678   14 years vboxsync PCI: cleanups, R3 mapping work
(edit) @36663   14 years vboxsync PCI: tweaks
(edit) @36650   14 years vboxsync EFI64: initialization of task register before switch to compatible …
(edit) @36649   14 years vboxsync HPET: fix time jumps
(edit) @36646   14 years vboxsync Added a .kup-file to Devices/build/.
(edit) @36608   14 years vboxsync NAT/bsd: returns original number of preallocated 16kb mbufs.
(edit) @36574   14 years vboxsync PCI: some docs, todos
(edit) @36562   14 years vboxsync PCI: better logging, try to play nice with MSI
(edit) @36502   14 years vboxsync DevE1000: Two incorrect PDMBOTHCBDECL uses.
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