VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @15554   16 years vboxsync Storage/Vmdk: fix pointer check when no comment is present.
(edit) @15543   16 years vboxsync Devices/DevATA: handle IDE async I/O thread busy a little more gracefully.
(edit) @15542   16 years vboxsync Storage/VBoxHDD-new: tighten uuid parameter declaration
(edit) @15541   16 years vboxsync Don't exit intnet receive loop if sem wait inside NIC was interrupted. …
(edit) @15535   16 years vboxsync space
(edit) @15534   16 years vboxsync VMMDev: new config value 'HeapEnabled' defaults to true. can be used …
(edit) @15529   16 years vboxsync Storage/VBoxHDD-new: implement UUID handling in VDCreate. Remove very …
(edit) @15522   16 years vboxsync tabs
(edit) @15521   16 years vboxsync slirp:icmp: handling the situation when we're unable open raw socket.
(edit) @15518   16 years vboxsync added a LogRel entry pointing out that potential child config entries …
(edit) @15517   16 years vboxsync LsiLogic: Fix bug introduced when starting to implement support for …
(edit) @15508   16 years vboxsync #3349: Changed a few MMHyperAlloc calls to MMR3HyperAllocOnceNoRel to …
(edit) @15505   16 years vboxsync SUPDrv,INTNet: Heads up! SupDrv version bumped. Added SUPR0ObjAddRefEx …
(edit) @15481   16 years vboxsync slirp:icmp: relese too noisy
(edit) @15480   16 years vboxsync slirp: warnings
(edit) @15479   16 years vboxsync slirp: warnings
(edit) @15478   16 years vboxsync LsiLogic: Fix Makefile
(edit) @15475   16 years vboxsync LsiLogic: Linux works! Implemented R0/GC parts and SSM. The LsiLogic …
(edit) @15472   16 years vboxsync NAT: readability
(edit) @15471   16 years vboxsync NAT: don't try to send an ICMP package if ICMP is not available
(edit) @15458   16 years vboxsync slirp: typo
(edit) @15457   16 years vboxsync slirp-icmp: wrong var
(edit) @15453   16 years vboxsync slirp: removed the old 64-bit incompatible reassemble code
(edit) @15450   16 years vboxsync slirp: style, dead code
(edit) @15447   16 years vboxsync slirp:icmp: support traceroute default on Unix hosts (UDP) detaching …
(edit) @15445   16 years vboxsync slirp:icmp: correct ip_p in package to guest
(edit) @15444   16 years vboxsync slirp:icmp: correct type
(edit) @15443   16 years vboxsync slirp:icmp: Fix of ttl setting on Darwin
(edit) @15437   16 years vboxsync slirp:icmp: get rid of unused code
(edit) @15435   16 years vboxsync slirp:icmp: Reusing of original header (sent from guest) to use in …
(edit) @15407   16 years vboxsync slirp:icmp: revert 40841
(edit) @15396   16 years vboxsync slirp:icmp: Darwin fix attempt
(edit) @15393   16 years vboxsync slirp:icmp: move debuging in more correct and safier way
(edit) @15388   16 years vboxsync slirp:icmp: reverted 40806, 40808
(edit) @15387   16 years vboxsync slirp:icmp: uninitialized
(edit) @15384   16 years vboxsync slirp: removed debugging code
(edit) @15379   16 years vboxsync slirp:icmp: initialization of unitialized variables
(edit) @15369   16 years vboxsync icmp:slirp: other Darwin fix
(edit) @15367   16 years vboxsync icmp:slirp: attempt to fix darwin
(edit) @15366   16 years vboxsync Storage: Eradicated the last bits using the old VDI only backend, …
(edit) @15365   16 years vboxsync slirp:icmp: 1. trying to socket list for traceroute searching shorter …
(edit) @15357   16 years vboxsync slirp:icmp: correct order of headers
(edit) @15356   16 years vboxsync slirp:icmp: windows build fix
(edit) @15355   16 years vboxsync slirp:icmp: enabling UDP traceroute on Unix
(edit) @15312   16 years vboxsync icmp:slirp: correcting switch
(edit) @15293   16 years vboxsync slirp: style + comments
(edit) @15287   16 years vboxsync slirp: logging enhancements
(edit) @15286   16 years vboxsync slirp:icmp: freeing ICMP buffer on Slirp termination
(edit) @15285   16 years vboxsync slirp:icmp: Closing ICMP library on Slirp termination
(edit) @15266   16 years vboxsync slirp: don't try to receive ICMP every time but only if the event is active
(edit) @15261   16 years vboxsync slirp: less noise
(edit) @15252   16 years vboxsync ATA/AHCI: Separated the device state structures for the ATA controller …
(edit) @15245   16 years vboxsync compile fix
(edit) @15244   16 years vboxsync slirp: added some disabled debug code
(edit) @15243   16 years vboxsync slirp: another fix for windows hosts
(edit) @15242   16 years vboxsync slirp: activated ICMP
(edit) @15241   16 years vboxsync slirp:icmp: Vista fix (according the forums) IcmpSendEchoes require …
(edit) @15240   16 years vboxsync slirp:icmp:log fixed
(edit) @15239   16 years vboxsync slirp: missed continue was added
(edit) @15238   16 years vboxsync slirp: added %R[natsock] format specifier
(edit) @15234   16 years vboxsync slirp: revert r40643
(edit) @15233   16 years vboxsync slirp:icmp: ICMP socket creation for Darwin
(edit) @15232   16 years vboxsync slirp:icmp ignoring all incomming ICMP messages except TIMEXEED and …
(edit) @15231   16 years vboxsync slirp:icmp: udp stored bind parameters to slirp socket structure
(edit) @15230   16 years vboxsync slirp:icmp: look up over sockets, for trace route scenario
(edit) @15229   16 years vboxsync slirp: ICMP socket isn't enqued anymore, so udp_detach shouldn't be …
(edit) @15223   16 years vboxsync slirp: fix win burns
(edit) @15222   16 years vboxsync slirp: fix burns
(edit) @15221   16 years vboxsync slirp: even more readability
(edit) @15220   16 years vboxsync slirp: readability
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