VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14577   16 years vboxsync slirp: attempt to fix memory corruption
(edit) @14567   16 years vboxsync disabled part of 32/64-bit hashing for new REASS
(edit) @14553   16 years vboxsync introduces VBOX_WITH_SLIRP_MEMORY_CHECK to enable EFENCE memory check
(edit) @14538   16 years vboxsync DrvVD: fix internal networking IP stuff, not available in OSE.
(edit) @14535   16 years vboxsync Device/Storage: fix rc update issue, causing failures for no reason.
(edit) @14534   16 years vboxsync When unsupported CD-ROM sector read format is being logged, also log …
(edit) @14529   16 years vboxsync removing freeing of inlined array
(edit) @14526   16 years vboxsync Devices/Storage: iSCSI stuff, including bringing IntNet support back …
(edit) @14522   16 years vboxsync removed unused global tcbhead
(edit) @14489   16 years vboxsync more cosmetic
(edit) @14488   16 years vboxsync cosmetic
(edit) @14487   16 years vboxsync helper functions used in old reassembling was disabled
(edit) @14476   16 years vboxsync slirp: more dead code
(edit) @14474   16 years vboxsync warnings
(edit) @14471   16 years vboxsync slirp: getour_addr is 127.0.0.1 in any case
(edit) @14470   16 years vboxsync slirp: remove tabs
(edit) @14466   16 years vboxsync warning
(edit) @14464   16 years vboxsync PDM_ACPI_BAT_STATE_DISCHARGING / PDM_ACPI_BAT_STATE_CHARGING mixed up
(edit) @14457   16 years vboxsync DrvIntNet.cpp: Use AssertLogMsgRCReturn.
(edit) @14448   16 years vboxsync disable the new REASS code again as it seems to be responsible for …
(edit) @14438   16 years vboxsync LsiLogic: Update
(edit) @14434   16 years vboxsync Export to OSE
(edit) @14420   16 years vboxsync Removed unreferenced label.
(edit) @14419   16 years vboxsync Call DGFStop instead of returning VERR_INTERNAL_ERROR on I/O port …
(edit) @14408   16 years vboxsync re-enabled 64-bit fix
(edit) @14407   16 years vboxsync ip/tcp fragment reassambling routines are compilable and workable on …
(edit) @14401   16 years vboxsync disabled reass code again, will be fixed soon
(edit) @14396   16 years vboxsync slirp: enable the new REASS code
(edit) @14391   16 years vboxsync slirp: simplified sync is default now
(edit) @14390   16 years vboxsync check sum calculation was fixed
(edit) @14350   16 years vboxsync Storage/VBoxHDD: don't use deprecated printf formatters
(edit) @14348   16 years vboxsync NetFlt/win: err logging on IntNet construction
(edit) @14344   16 years vboxsync Storage/VBoxHDD-new: Fix error handling in VDBackendInfo. Caused …
(edit) @14333   16 years vboxsync slirp: removed dead code
(edit) @14331   16 years vboxsync slirp: removed dead code
(edit) @14330   16 years vboxsync use slirp_get_timeout_ms() to skip the timeout if possible
(edit) @14329   16 years vboxsync slirp: removed unused control interface; added slirp_get_timeout_ms()
(edit) @14321   16 years vboxsync Storage/VHD: Add todo for handling diff images (too complicated and …
(edit) @14309   16 years vboxsync #else /* what comes now */
(edit) @14305   16 years vboxsync no need to loop here, this is already done in the function
(edit) @14303   16 years vboxsync Corrected a couple of typos in comments. No code changes.
(edit) @14302   16 years vboxsync Storage/VMDK: off by one, causing a crash getting the size of file data.
(edit) @14293   16 years vboxsync redirecting 64 workaround macro definitions to works like in 32bit …
(edit) @14292   16 years vboxsync Storage/VMDK: fix vmdkGetFileSize, copy/paste bug and incorrect …
(edit) @14291   16 years vboxsync freeing of reassembly close on end of TCP connection was added to …
(edit) @14289   16 years vboxsync code style
(edit) @14288   16 years vboxsync constants initialization for TCP reassembly
(edit) @14287   16 years vboxsync Lenght shouldn't changed because we've disabled altering size at the …
(edit) @14286   16 years vboxsync fixed adaption
(edit) @14285   16 years vboxsync heade of list of TCPCB was added and initialization code was injected
(edit) @14284   16 years vboxsync Fix of calling reassembly routine
(edit) @14282   16 years vboxsync fixed Drivers_DEFS
(edit) @14281   16 years vboxsync Storage/VMDK: Use AssertPtr whereever applicable
(edit) @14275   16 years vboxsync TCP reassembling (compilable, but not working version)
(edit) @14271   16 years vboxsync NetFlt/win: fixes for the case NetFlt is not installed
(edit) @14270   16 years vboxsync VDI: compile fix
(edit) @14269   16 years vboxsync Storage/VDI: slightly faster fix for the VDI read count update. Plus …
(edit) @14265   16 years vboxsync #else /* what comes now */
(edit) @14252   16 years vboxsync csum validation hack, for testing IP integration of fragmentation …
(edit) @14250   16 years vboxsync Storage/VDI: when reading zero blocks, update the number of bytes …
(edit) @14243   16 years vboxsync IP fragmentation seems works fine todo: fix the checksum calculation
(edit) @14232   16 years vboxsync Adapted versions of ip_reass, ip_freef and ip_slowtimo from FreeBSD …
(edit) @14229   16 years vboxsync Coding style
(edit) @14228   16 years vboxsync hash table for BSD-styled fragmentation/reassembling introduced and …
(edit) @14227   16 years vboxsync initial preparation for injecting FreeBSD IP fragmentation code …
(edit) @14210   16 years vboxsync typo
(edit) @14206   16 years vboxsync typo
(edit) @14205   16 years vboxsync typo
(edit) @14204   16 years vboxsync NAT: next try to get synchronization right
(edit) @14202   16 years vboxsync coding style
(edit) @14201   16 years vboxsync Mac hack
(edit) @14200   16 years vboxsync try to fix the slirp build (PVM define on Mac)
(edit) @14199   16 years vboxsync moving slirp_link_* in NAT thread (review required)
(edit) @14197   16 years vboxsync NAT: typo
(edit) @14196   16 years vboxsync NAT: Linux build fix; added some perfcounters
(edit) @14195   16 years vboxsync NAT:bugfix
(edit) @14194   16 years vboxsync introduced new event for handling link state changings (need some testing)
(edit) @14189   16 years vboxsync NAT: better error handling
(edit) @14188   16 years vboxsync NAT: better error handling
(edit) @14186   16 years vboxsync NAT: bugfix
(edit) @14183   16 years vboxsync Send event shouldn't be autoresetting and instead should be used event …
(edit) @14182   16 years vboxsync array of events is inlined
(edit) @14181   16 years vboxsync get rid of cMaxEvens and initializing loop for two events array
(edit) @14180   16 years vboxsync switching to one event for all sockets
(edit) @14177   16 years vboxsync UDP: reseting event of used socked is fixed
(edit) @14173   16 years vboxsync one event for all sockets (for investigations)
(edit) @14168   16 years vboxsync call of WSACloseEvent removed, it doesn't need anymore because events …
(edit) @14165   16 years vboxsync removing statics from slirp and using global pData instead
(edit) @14163   16 years vboxsync reseting event for unused sockets was added at the end of polling …
(edit) @14161   16 years vboxsync removing all references to cEvent from polling routine
(edit) @14160   16 years vboxsync removing reducular event assigning and conunter ticking with model …
(edit) @14159   16 years vboxsync registration several sockets per event, to avoid artificial barrier …
(edit) @14130   16 years vboxsync missed header changes
(edit) @14129   16 years vboxsync correct definition and declaration of slirp_register_event
(edit) @14128   16 years vboxsync unique adding to event array, using the widest mask for event catching …
(edit) @14122   16 years vboxsync default value for maximum socket entries was initialized asserts was …
(edit) @14121   16 years vboxsync timer updates on WSAWaitForMultipleEvents TIMEWAIT was added
(edit) @14119   16 years vboxsync per polling allocation of event array was replaced by on init …
(edit) @14118   16 years vboxsync RT_STRICT/VBOX_STRICT vs. DEBUG confusion.
(edit) @14113   16 years vboxsync AHCI: Reduce number of world switches when queuing new requests from …
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