VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37646   13 years vboxsync Tiny refactoring.
(edit) @37644   13 years vboxsync e1000: applied e1kRegRead fix suggested by Vasily
(edit) @37643   13 years vboxsync Network/DevE1000: some note.
(edit) @37642   13 years vboxsync Audio/HDA: some todo (binary search).
(edit) @37641   13 years vboxsync DrvVD: Correct logging\n
(edit) @37639   13 years vboxsync DevIchIntelHDA: Don't write to the input buffer in MMIO write …
(edit) @37637   13 years vboxsync ioapicMMIOWrite: Don't access more than cb bytes from pv!
(edit) @37636   13 years vboxsync Changed FNIOMMMIOWRITE to take a const buffer pointer.
(edit) @37627   13 years vboxsync Devices/E1000: in the link up timer, don't automatically set the link …
(edit) @37601   13 years vboxsync build fixes
(edit) @37597   13 years vboxsync darwin build fix
(edit) @37596   13 years vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37582   13 years vboxsync PDMCritSect: Fixed PDMCritSectIsOwner[Ex] returning true in …
(edit) @37576   13 years vboxsync Added another mode table, normally unused.
(edit) @37574   13 years vboxsync DevAPIC.cpp: typo
(edit) @37541   14 years vboxsync DevHPET: Some minor cleanups.
(edit) @37540   14 years vboxsync Build fix
(edit) @37539   14 years vboxsync DevHPET: Moved the frequency hinting into a function.
(edit) @37538   14 years vboxsync DevHPET: Split the u64Capabilities into u32Capabilities and u32Period.
(edit) @37537   14 years vboxsync DevHPET: Report the correct number of timers (off by one), making ICH9 …
(edit) @37536   14 years vboxsync DevHPET: making the number of timers more flexible.
(edit) @37534   14 years vboxsync DevHPET: Frequency hinting.
(edit) @37526   14 years vboxsync Dev*: Timer locking fixes.
(edit) @37519   14 years vboxsync DevACPI: Drop the last seen time workaround as the problem should be …
(edit) @37515   14 years vboxsync DevPit: Fixed locking wrt virtual sync timers.
(edit) @37514   14 years vboxsync DevRTC: nit
(edit) @37513   14 years vboxsync DevRTC: Locking adjustments.
(edit) @37512   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37511   14 years vboxsync DevRTC: Moving the code around, adjusting it thowards our style.
(edit) @37510   14 years vboxsync DevHPET: No automatic locking, we're doing it ourselves.
(edit) @37509   14 years vboxsync DevHPET: Stop timers on reset.
(edit) @37508   14 years vboxsync DevHPET: Fixed locking.
(edit) @37507   14 years vboxsync DevHPET: updates…
(edit) @37506   14 years vboxsync DevHPET: Moving the code a bit around.
(edit) @37505   14 years vboxsync hpetTimerRegWrite32 optimization
(edit) @37504   14 years vboxsync DevHPET: More cleaning up…
(edit) @37501   14 years vboxsync DevHPET: More code massaging…
(edit) @37500   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37498   14 years vboxsync build fix
(edit) @37497   14 years vboxsync DevHPET: code cleanup in progress…
(edit) @37496   14 years vboxsync DevAHCI.cpp: Don't use the virtual sync clock for the command …
(edit) @37490   14 years vboxsync wddm: autoresize fixes
(edit) @37482   14 years vboxsync Audio/HDA: SSMR3{Get,Put}Struct in HDA device implementation.
(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
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