VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16201   16 years vboxsync NAT:typo
(edit) @16183   16 years vboxsync #3419: Added fNoPromisc parameter to pfnCreateAndConnect to prevent …
(edit) @16173   16 years vboxsync try to fix the boxes
(edit) @16170   16 years vboxsync More device work
(edit) @16158   16 years vboxsync reapplied PIT fix from 41876
(edit) @16148   16 years vboxsync PIT: backed out r41876, delayed until after the release
(edit) @16146   16 years vboxsync fixed uninited variable in PIT, making Dragonfly boot OK
(edit) @16114   16 years vboxsync Added first suspend and poweroff flags for the IDE controller too. …
(edit) @16094   16 years vboxsync NAT: enable delay hack (Windows host only)
(edit) @16086   16 years vboxsync missing initialization
(edit) @16085   16 years vboxsync NAT: delay hack
(edit) @16083   16 years vboxsync prevent flooding the release log
(edit) @16078   16 years vboxsync NAT:freeing of buffer supposed to be sent in case we're unable …
(edit) @16071   16 years vboxsync coding style
(edit) @16070   16 years vboxsync NAT: 2nd patch from lawrencerust. Corrects the behaviour of PORT …
(edit) @16069   16 years vboxsync NAT: first patch from lawrencerust, and r39408 returning tcp_emu …
(edit) @16064   16 years vboxsync spaces
(edit) @16063   16 years vboxsync NAT: our_addr = loopback_addr
(edit) @16042   16 years vboxsync reverted r41685 (thanks Sander)
(edit) @16041   16 years vboxsync reverted 41727
(edit) @16039   16 years vboxsync Temporary reverted ACPI changes, till 2.1.2 out
(edit) @16033   16 years vboxsync ACPI: use symbolic names if possible
(edit) @16031   16 years vboxsync Generic SMC device support
(edit) @16022   16 years vboxsync AHCI: several fixes: * Workaround different behavior in interrupt …
(edit) @16005   16 years vboxsync Implemented in-place disable of ACPI devices, added disabled by …
(edit) @15977   16 years vboxsync Devices/VGA: round custom video modes up to an X resolution which is a …
(edit) @15963   16 years vboxsync initial HPET device support (not yet functional)
(edit) @15957   16 years vboxsync build fix
(edit) @15956   16 years vboxsync NAT: no release profile counters
(edit) @15955   16 years vboxsync fix OSE headers
(edit) @15953   16 years vboxsync export E1000 to OSE
(edit) @15941   16 years vboxsync use new PDMDrv helpers
(edit) @15933   16 years vboxsync don't flood the release log with IPv6 warnings
(edit) @15925   16 years vboxsync NAT: Fix ICMP affected by no-copy patch.
(edit) @15919   16 years vboxsync NAT:fix #3480
(edit) @15914   16 years vboxsync NAT: temporally enable intermediate buffer on send, to avoid overhead …
(edit) @15893   16 years vboxsync INTNETR0IfWait fix, NetFlt/win fixes
(edit) @15891   16 years vboxsync NAT: IP aligning doesn't really used in Slirp and real life
(edit) @15890   16 years vboxsync NAT: 1. wo sync enhancement branch is still functional (was corrupted …
(edit) @15882   16 years vboxsync DevATA: Number the ATA I/O threads.
(edit) @15879   16 years vboxsync ATA: Wait a bit until we interrupt the thread to avoid interruptions …
(edit) @15878   16 years vboxsync Comment for the vga_update_display parameter for full update (xTracker …
(edit) @15877   16 years vboxsync A parameter for vga_update_display for full update (xTracker #3356).
(edit) @15876   16 years vboxsync Devices/VGA: reinstated r40263 along with a fix for resolution changes …
(edit) @15875   16 years vboxsync If we sent an OACK, wait for ACK from client before sending file data.
(edit) @15872   16 years vboxsync Removed a DEBUG_sunlover log statement.
(edit) @15867   16 years vboxsync VGA device must take into account the start address of the visible …
(edit) @15855   16 years vboxsync DevAHCI,DevATA: ach -> sz and use CFGMR3QueryStringDef (bad idea to …
(edit) @15847   16 years vboxsync ATA: Fix failing RESET requests if the async I/O thread is stuck in an …
(edit) @15846   16 years vboxsync AHCI/ATA: rework VPD handling code
(edit) @15845   16 years vboxsync warnings and minor fixes to coding style
(edit) @15842   16 years vboxsync SrvIntNetR0: Rewrote r41325 so it fixes the problem without leaking memory.
(edit) @15836   16 years vboxsync Devices/Serial: Enabled Host serial support for Solaris.
(edit) @15831   16 years vboxsync DrvHostBase.h,DrvHostDVD.cpp: nitpicking: Changed pbDoubleBuffer to …
(edit) @15815   16 years vboxsync fix Linux passthrough by introducing a double buffer which is required …
(edit) @15807   16 years vboxsync Check writes from the recompiler as well
(edit) @15793   16 years vboxsync fixed Mac burns
(edit) @15792   16 years vboxsync NAT: RTMemFree
(edit) @15791   16 years vboxsync NAT: malloc/free/realloc/strdup => iprt functions; fixed …
(edit) @15788   16 years vboxsync NAT: fixed return value of drvNATQueueConsumer() if …
(edit) @15787   16 years vboxsync PCI: don't allow to change subsystem ID and vendor ID; mask out …
(edit) @15786   16 years vboxsync VDI: Replace second label with do {} while(0)
(edit) @15785   16 years vboxsync VDI: Update number of bytes actually written even if the block was …
(edit) @15783   16 years vboxsync pulse: limit the number of release warnings
(edit) @15776   16 years vboxsync Linux 2.6.28 hack
(edit) @15769   16 years vboxsync slirp: ARP and IP code even more unifing
(edit) @15768   16 years vboxsync slirp: if_encap is place to call slirp_output. removing duplcates in …
(edit) @15767   16 years vboxsync VHD: Some fixes in logging statements
(edit) @15765   16 years vboxsync slirp: send to guest is queued
(edit) @15757   16 years vboxsync SrvIntNetR0: fix to not refer the freed memory
(edit) @15712   16 years vboxsync dpte_offset & dpte_segment reversed. Fixed in upstream Bochs. Reported …
(edit) @15711   16 years vboxsync IDE: move the VPD initialization code to the right place and correct …
(edit) @15710   16 years vboxsync IDE: make it possible to change VPD data of hard disks too
(edit) @15685   16 years vboxsync slirp: code style
(edit) @15684   16 years vboxsync slirp: build fix
(edit) @15683   16 years vboxsync slirp:debug printing ports in host byte order
(edit) @15682   16 years vboxsync slirp: tcp/ip port-forwarding fix
(edit) @15680   16 years vboxsync Remap MMIO memory as well for recompiler writes
(edit) @15676   16 years vboxsync slirp:typo
(edit) @15675   16 years vboxsync AHCI: Make it possible to define the serial number, firmware revision …
(edit) @15674   16 years vboxsync VHD: Fix crash in debug build
(edit) @15673   16 years vboxsync VDI: use VERR_VD_VDI_INVALID_HEADER instead of …
(edit) @15672   16 years vboxsync slirp:makes icmp support unaware of synchronization method on Windows …
(edit) @15667   16 years vboxsync DevVGA: Made the ubuntu live cd boot screen fast on darwin. Fixed …
(edit) @15665   16 years vboxsync Devices/VGA: reverted r40263 as it caused display problems in some …
(edit) @15643   16 years vboxsync SrvIntNetR0: Fixed promisc flag check for the host direction.
(edit) @15641   16 years vboxsync moved Debug.cpp a little bit around as it is used from both, DevicesR3 …
(edit) @15638   16 years vboxsync slirp:icmp: missed changes (build fix)
(edit) @15637   16 years vboxsync slirp:build: VBOX_WITH_SLIRP_ICMP is removed
(edit) @15636   16 years vboxsync slirp:icmp: Get rid of old ICMP implementation
(edit) @15597   16 years vboxsync slirp:icmp:win sanity checks
(edit) @15592   16 years vboxsync Main & DrvVD: fix a whole bunch of incorrect CFGM key updates, …
(edit) @15591   16 years vboxsync Storage/VBoxHDD-new: introduce parent UUID parameter for VDCreateDiff. …
(edit) @15590   16 years vboxsync slirp:icmp: logging too noisy
(edit) @15580   16 years vboxsync slirp:icmp: some cleanings
(edit) @15577   16 years vboxsync Storage/VBoxHDD-new: fix incorrect error check when copying to an …
(edit) @15575   16 years vboxsync slirp:icmp: fix on issue ICMP to alliased (DNS) addresses
(edit) @15573   16 years vboxsync NAT: sanity check
(edit) @15566   16 years vboxsync Storage/VBoxHDD-new: eradicate copy/paste bug in VDCopy, the UUIDs …
(edit) @15565   16 years vboxsync Storage/VMDK: fix querying comment if no comment is set. Must return …
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