VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @745   18 years vboxsync Use ASMBitFirstSet for check if data block is zero.
(edit) @736   18 years vboxsync Disabled the wrong check.
(edit) @735   18 years vboxsync huh? lets try remove + add
(edit) @734   18 years vboxsync huh? lets try remove + add
(edit) @733   18 years vboxsync export
(edit) @731   18 years vboxsync Realigned pcnet. Added the alignment testcase to the makefile walk.
(edit) @729   18 years vboxsync Renamed to match target names.
(edit) @728   18 years vboxsync Use RTPrintf, cleanup and return a proper status code.
(edit) @723   18 years vboxsync oops
(edit) @722   18 years vboxsync More stats
(edit) @721   18 years vboxsync Minor change
(edit) @718   18 years vboxsync Update
(edit) @710   18 years vboxsync Moved and fixed zero data block write detection (could lead to write …
(edit) @703   18 years vboxsync Added a note about deadlocks.
(edit) @702   18 years vboxsync Argh
(edit) @701   18 years vboxsync Termination fix
(edit) @700   18 years vboxsync Another fix. Deadlock warning though.
(edit) @699   18 years vboxsync Fix
(edit) @698   18 years vboxsync Slirp must be protected by a lock due to recent async send changes.
(edit) @697   18 years vboxsync Fix EOL settings.
(edit) @674   18 years vboxsync inline != extern for MSC.
(edit) @652   18 years vboxsync some more #ifdefs IN_RING3
(edit) @646   18 years vboxsync Rewrote send handling to do everything in a seperate thread.
(edit) @645   18 years vboxsync Missing stat stop
(edit) @643   18 years vboxsync Ignore writing data blocks consisting of all zeroes to a VDI block …
(edit) @642   18 years vboxsync Some async updates
(edit) @638   18 years vboxsync Reduced time spent inside locks.
(edit) @605   18 years vboxsync CSR58 is an alias for BCR20
(edit) @602   18 years vboxsync Updates for async sending + avoiding critical section blocking EMT
(edit) @596   18 years vboxsync Compile fixes
(edit) @595   18 years vboxsync Update
(edit) @594   18 years vboxsync Corrections
(edit) @592   18 years vboxsync Async send update
(edit) @587   18 years vboxsync Removed multiple packet code. Failed experiment.
(edit) @584   18 years vboxsync drop the *Host* drivers for now.
(edit) @575   18 years vboxsync Enabled delayed transmit interrupts + added async sending of packets …
(edit) @574   18 years vboxsync spaces
(edit) @573   18 years vboxsync what about alloca().
(edit) @572   18 years vboxsync spaces
(edit) @571   18 years vboxsync spaces. dropped #include <string.h>
(edit) @570   18 years vboxsync spaces
(edit) @566   18 years vboxsync More comments
(edit) @564   18 years vboxsync Added disabled code path for sending multiple packets.
(edit) @562   18 years vboxsync forgot something
(edit) @560   18 years vboxsync Implemented drvTAPW32SendEx
(edit) @559   18 years vboxsync Added INetworkConnector callback for sending multiple packets
(edit) @557   18 years vboxsync Added version check
(edit) @550   18 years vboxsync Wrong sample names
(edit) @549   18 years vboxsync More stats
(edit) @547   18 years vboxsync More stats
(edit) @546   18 years vboxsync Changed comments
(edit) @545   18 years vboxsync Added disabled option to postpone interrupts until we deliver the …
(edit) @532   18 years vboxsync Same typo.
(edit) @531   18 years vboxsync fixed typo.
(edit) @530   18 years vboxsync Hack for running slirp (NAT) on 64-bit hosts.
(edit) @521   18 years vboxsync cosmetical fixes
(edit) @512   18 years vboxsync removed test code
(edit) @511   18 years vboxsync Logging
(edit) @508   18 years vboxsync Added todo
(edit) @507   18 years vboxsync TAP Update
(edit) @500   18 years vboxsync Logging update
(edit) @499   18 years vboxsync Queue depth of 8 is too much. 4 yields better results.
(edit) @498   18 years vboxsync Another update
(edit) @497   18 years vboxsync Update. Rather useless to monitor the receive ring descriptors.
(edit) @496   18 years vboxsync Updated no polling code path.
(edit) @494   18 years vboxsync Our change was contained in the upstream (slightly different: …
(edit) @493   18 years vboxsync Changed printfs to Logs in DevVGA
(edit) @492   18 years vboxsync 64-bit alignment. Klaus, could you quickly verify that I didn't break …
(edit) @491   18 years vboxsync 64-bit alignment.
(edit) @490   18 years vboxsync 64-bit alignment.
(edit) @489   18 years vboxsync 64-bit alignment.
(edit) @488   18 years vboxsync fixed bustage.
(edit) @487   18 years vboxsync 64-bit Alignment.
(edit) @486   18 years vboxsync 64-bit alignment.
(edit) @485   18 years vboxsync 64-bit alignment.
(edit) @484   18 years vboxsync 64-bit alignment.
(edit) @483   18 years vboxsync 64-bit alignment.
(edit) @482   18 years vboxsync 64-bit alignment. HCPTRTYPE -> R3PTRTYPE. And an question for Frank.
(edit) @481   18 years vboxsync 64-bit alignment.
(edit) @478   18 years vboxsync upstream: set TCP_NODELAY option
(edit) @473   18 years vboxsync several small fixes merged from upstream
(edit) @471   18 years vboxsync Suspend the VM if an iSCSI target is down.
(edit) @463   18 years vboxsync log causes for SSM load config mismatch to release log
(edit) @446   18 years vboxsync Added configuration option GetHostTimeDisabled (boolean).
(edit) @433   18 years vboxsync Fixed IDE for OpenSolaris 10.
(edit) @432   18 years vboxsync argument order fixed
(edit) @431   18 years vboxsync Log the video mode hint only when it is actually delivered to the guest.
(edit) @429   18 years vboxsync Last minute breakage.
(edit) @428   18 years vboxsync Update definitions.
(edit) @427   18 years vboxsync Suspend (and later redo) I/O operations and EMT if the VDI layer …
(edit) @366   18 years vboxsync made mixing of pcm_in work
(edit) @360   18 years vboxsync Fixed the no polling code.
(edit) @356   18 years vboxsync some more detailed LogRel about the reason why opening an OSS audio …
(edit) @355   18 years vboxsync activated soft volume mixing
(edit) @349   18 years vboxsync Correction.
(edit) @344   18 years vboxsync don't attempt building this on amd64 (needs some compiler config that …
(edit) @332   18 years vboxsync introduced PDMDevHlpGetVM()
(edit) @317   18 years vboxsync r=bird: devhlp, please.
(edit) @316   18 years vboxsync I like the lists better this way.
(edit) @307   18 years vboxsync Bump SSM version.
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