VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36092   14 years vboxsync PCI: simplified BIOS init, fixed routing for nontrivial topologies
(edit) @36089   14 years vboxsync SrvIntNetR0.cpp: Addressed the allow-network promiscuous mode policy …
(edit) @36087   14 years vboxsync DrvIntNet: todo
(edit) @36085   14 years vboxsync DrvIntNet: bugfix
(edit) @36084   14 years vboxsync DrvIntNet: Consolidated policy config variables.
(edit) @36082   14 years vboxsync Added a promiscModePolicy attribute to INetworkAdapter, three values: …
(edit) @36081   14 years vboxsync DrvIntNet.cpp: Accept IfPolicyPromiscTrunk
(edit) @36080   14 years vboxsync DrvIntNet: RestrictAccess implies ACCESS_FIXED.
(edit) @36079   14 years vboxsync PCI: cleanup, todos, raw PCI regions work
(edit) @36077   14 years vboxsync build fixes
(edit) @36075   14 years vboxsync More flexible internal network promisc mode (++) policy management.
(edit) @36045   14 years vboxsync dev/graphics disable unnecessary assertions
(edit) @36044   14 years vboxsync typo.
(edit) @36039   14 years vboxsync BusLogic: Remove wrong assertion
(edit) @36030   14 years vboxsync BusLogic: Fix a few emulation bugs and add more debugging code
(edit) @36024   14 years vboxsync IOAPIC: assign ID matching MADT
(edit) @36023   14 years vboxsync DevINIP: Make it work again after the network overhaul.
(edit) @36022   14 years vboxsync DrvVD: Fix crash for the internal network stack case
(edit) @36014   14 years vboxsync PIC: Compacted info display so it does not take up two screens.
(edit) @36003   14 years vboxsync DrvVD: Make use of the new flag in case UseNewIo is unset but there is …
(edit) @35989   14 years vboxsync Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where …
(edit) @35957   14 years vboxsync dang
(edit) @35955   14 years vboxsync DrvNAT: leave the critical section of the zone before working …
(edit) @35925   14 years vboxsync NAT: icmp_error frees mbuf at the end of processing.
(edit) @35924   14 years vboxsync NAT: udp's part of r69951.
(edit) @35923   14 years vboxsync NAT: 'icmp_error` frees source mbuf.
(edit) @35922   14 years vboxsync NAT: out-of-memory feedback (xTracker/5103)
(edit) @35886   14 years vboxsync burn fix, typo
(edit) @35885   14 years vboxsync Main, VMM, vboxshell: more PCI work (persistent settings, logging, …
(edit) @35861   14 years vboxsync NAT/misc: debug assertion for me.
(edit) @35860   14 years vboxsync NAT/tcp: similar to r69862 case on tcp.
(edit) @35859   14 years vboxsync NAT/udp: free after icmp_error call.
(edit) @35855   14 years vboxsync PCI: start of driver communication infrastructure
(edit) @35853   14 years vboxsync PIT: Use the mode 2 optimization also for modes 4 and 5.
(edit) @35848   14 years vboxsync PIT: Do not always pulse IRQ line when updating interrupt state.
(edit) @35826   14 years vboxsync NAT/udp/socket: let's NAT send bodyless packets without annoying of …
(edit) @35792   14 years vboxsync ATAController: Brought over device reset fix.
(edit) @35782   14 years vboxsync ACPI: activate disabled bits from r65196
(edit) @35773   14 years vboxsync dev/acpi: fix index_end value
(edit) @35772   14 years vboxsync dev/serial: fix timer callbacks rasing
(edit) @35769   14 years vboxsync DrvHostSerial: better fix for timing problems over host serial
(edit) @35768   14 years vboxsync BusLogic: assertion to catch cases where the guest tries to send more …
(edit) @35767   14 years vboxsync Storage/DevATA: fix device reset handling, sanity check was wrong
(edit) @35759   14 years vboxsync DevVGA: verify the size of the screenshot.
(edit) @35756   14 years vboxsync BusLogic: Fix SMP race which results in a guest hang
(edit) @35753   14 years vboxsync various nits.
(edit) @35746   14 years vboxsync dev/serial: add to ACPI tables
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35725   14 years vboxsync linux burn fix
(edit) @35723   14 years vboxsync dev/serial: dynamic xmit retry count calculation based on tx success status
(edit) @35717   14 years vboxsync dev/serial: better char lost handling
(edit) @35685   14 years vboxsync Main, Device: passthrough conditional
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35672   14 years vboxsync Devices/DevACPI: PowerS4Enabled defaults to false
(edit) @35646   14 years vboxsync EFI: backed r69556.
(edit) @35645   14 years vboxsync EFI64: don't let Mac guest call for debugger on "acpi shutdown".
(edit) @35644   14 years vboxsync EFI: more log clean up.
(edit) @35642   14 years vboxsync EFI: log is too loud.
(edit) @35631   14 years vboxsync BusLogic: Properly fail some Adaptec 154xC commands that a guest may send.
(edit) @35595   14 years vboxsync Storage/DevATA+ATAController: only allow read/write commands for ATA …
(edit) @35591   14 years vboxsync Devices/DevACPI: don't announce S1 support by default
(edit) @35582   14 years vboxsync audio: Removed release logging again.
(edit) @35575   14 years vboxsync audio: Avoid recurring buffer lost log entries.
(edit) @35573   14 years vboxsync dsound: Try restoring buffer if GetCurrentPosition failed.
(edit) @35572   14 years vboxsync Only VBoxRT, VBoxVMM, VBoxDD, VBoxDD2 and VBoxREM should be PIC avoiding.
(edit) @35560   14 years vboxsync PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
(edit) @35557   14 years vboxsync EFI/doc: replaces linserv with public svn url.
(edit) @35556   14 years vboxsync audio: Temporarily direct more messages to release log.
(edit) @35546   14 years vboxsync Devices/DevACPI: enforce disabling of S1/S4 power states
(edit) @35533   14 years vboxsync Audio: missed part of clean up.
(edit) @35515   14 years vboxsync Audio/HDA: more clean up.
(edit) @35497   14 years vboxsync Audio/HDA: more clean up.
(edit) @35496   14 years vboxsync Audio/HDA: clenaup (voice_mc isn't used and removed)
(edit) @35487   14 years vboxsync Devices/Audio: fixed fallback to nul host audio driver. Added the …
(edit) @35440   14 years vboxsync Makefiles: TARGET_<target> -> <target>_1_TARGET because the former is …
(edit) @35438   14 years vboxsync Devices/Input/UsbKbd: wrong index
(edit) @35431   14 years vboxsync DevEFI: gcc-4.6 compile fix
(edit) @35428   14 years vboxsync Devices/Input/UsbMouse: wrong index
(edit) @35427   14 years vboxsync Devices/Audio/filteraudio: do not call host backend voice uninit if …
(edit) @35419   14 years vboxsync Devices/Audio/filteraudio: don't call host audio functions if the host …
(edit) @35409   14 years vboxsync DevVGA: reset VBE_DISPI_INDEX_[X|Y]_OFFSET when VBE interface is reenabled.
(edit) @35407   14 years vboxsync DevVGA: free the screenshot buffer on not success.
(edit) @35402   14 years vboxsync Devices/Audio: optimize allocation of temporary buffers for audio …
(edit) @35401   14 years vboxsync addendum to r69262
(edit) @35400   14 years vboxsync introduced VBOX_WITH_PXE_ROM
(edit) @35399   14 years vboxsync accident commit
(edit) @35398   14 years vboxsync re-applied r69255, r69257: properly wrap mem* to xf86mem* for older …
(edit) @35397   14 years vboxsync PCI: minor ICH9 reset tweak
(edit) @35391   14 years vboxsync space
(edit) @35390   14 years vboxsync PCI: correct region clenup on reset
(edit) @35387   14 years vboxsync virtio-net: fixed the issue with TX performance with newer linux kernels
(edit) @35383   14 years vboxsync fixed missing dependency.
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @35380   14 years vboxsync Makefiles: The PATH_<target> variable is deprated, use …
(edit) @35367   14 years vboxsync Etherboot-src/Makefile.kmk: Simplified the …
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
(edit) @35355   14 years vboxsync build fix
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35351   14 years vboxsync scm cleanups.
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