VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @14090   16 years vboxsync NAT: log the host name and host IP
(edit) @14089   16 years vboxsync unix build fix
(edit) @14088   16 years vboxsync maximum available mask for event catching was added (probably need to …
(edit) @14086   16 years vboxsync array of 2 events replaced with 1 because the event array is managed …
(edit) @14085   16 years vboxsync loops for initialization/creation of event array was fixed but wasn't …
(edit) @14080   16 years vboxsync win warnings
(edit) @14062   16 years vboxsync RTDirRead/RTDirReadEx: sizes are size_t not unsigned.
(edit) @14042   16 years vboxsync Windows build fix; VBoxDD*R0/GC should not link against RuntimeR0/GC, …
(edit) @14041   16 years vboxsync NAT: some sync fixes
(edit) @14036   16 years vboxsync win compile fixes
(edit) @14028   16 years vboxsync commit current NAT state (not yet working)
(edit) @14021   16 years vboxsync The VMMR0 template now uses the IPRT No-CRT stuff, as does RuntimeR0. …
(edit) @13989   16 years vboxsync AHCI: Experimental code to maximize throughput during high I/O load
(edit) @13987   16 years vboxsync NAT: cosmetics; don't wait if send
(edit) @13986   16 years vboxsync NAT: simplified synchronization
(edit) @13984   16 years vboxsync - simplefied syncronization - work on Unixes only
(edit) @13967   16 years vboxsync dropped VBOX_NAT_SOURCES here to make the code easier to understand
(edit) @13958   16 years vboxsync slirp:typo
(edit) @13957   16 years vboxsync make tcp_timer functions more readable
(edit) @13955   16 years vboxsync fix CPP guard
(edit) @13951   16 years vboxsync fixed win build for 38966
(edit) @13949   16 years vboxsync backed out r38966
(edit) @13940   16 years vboxsync pseudo-timers moved to timers polling select is notified via pipe (!!! …
(edit) @13897   16 years vboxsync undoing 38898
(edit) @13896   16 years vboxsync old-BSD queues workarounds
(edit) @13895   16 years vboxsync OSE build fix.
(edit) @13892   16 years vboxsync warning
(edit) @13876   16 years vboxsync OSE build hack.
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13833   16 years vboxsync VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13814   16 years vboxsync OSE build fix.
(edit) @13811   16 years vboxsync win build fix
(edit) @13808   16 years vboxsync -Wno-sign-compare for slirp
(edit) @13783   16 years vboxsync per-socket and per-mbuf mutexes are removed only global locks are …
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13776   16 years vboxsync loop edge checks in delayed deletion loops
(edit) @13771   16 years vboxsync do {} while (0)
(edit) @13756   16 years vboxsync Compile fixes for the VM request changes.
(edit) @13740   16 years vboxsync lock order fixed
(edit) @13739   16 years vboxsync delayed deletion in _poll part of polling
(edit) @13738   16 years vboxsync removing extra if/ifndefs introduced defered socket removing, to …
(edit) @13737   16 years vboxsync AHCI: Bugfix, use pgm page lock structure and not a pointer to a pgm …
(edit) @13736   16 years vboxsync AHCI: add some statistics for profiling
(edit) @13735   16 years vboxsync AHCI: Fix buffer sizes which are not sector aligned, fixes #3263
(edit) @13733   16 years vboxsync The rest of macro replacment was added
(edit) @13727   16 years vboxsync Enother yet portion of macrofied if/ifndef orgy will finish soon
(edit) @13720   16 years vboxsync win/NetFlt: NetConfig functionality moved to a separate lib
(edit) @13712   16 years vboxsync win build fixed
(edit) @13710   16 years vboxsync mid point in replacing on VBOX_SLIRP_LOCK/UNLOCK macroces resolved deadlock
(edit) @13704   16 years vboxsync TCP sync was intoducedTCP sync was intoduced
(edit) @13670   16 years vboxsync Resolved locks in UDP Some mutex operations checked with …
(edit) @13663   16 years vboxsync serial: use the new RTThreadPoke() runtime function to interrupt the …
(edit) @13640   16 years vboxsync comments was added to slirp global mutexes
(edit) @13639   16 years vboxsync mutex creation moved in allocation part of m_get
(edit) @13623   16 years vboxsync slirp:typo
(edit) @13622   16 years vboxsync slirp:typo
(edit) @13621   16 years vboxsync slirp: typo
(edit) @13620   16 years vboxsync slirp:typo
(edit) @13617   16 years vboxsync slirp:typo
(edit) @13616   16 years vboxsync slirp:typo
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