VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28580   15 years vboxsync review feedback
(edit) @28570   15 years vboxsync LsiLogic: Remove interrupt coalescing again because it has a negative …
(edit) @28569   15 years vboxsync Main: CFGM switch to control additional DMI tables
(edit) @28568   15 years vboxsync DMI: provide memory info structures
(edit) @28542   15 years vboxsync NAT: typo.
(edit) @28530   15 years vboxsync BIOS: It is a good idea to initialize variables before using them, not …
(edit) @28524   15 years vboxsync Missing parameters
(edit) @28523   15 years vboxsync RTMemFree -> RTMemPageFree (DevAHCI.cpp)
(edit) @28522   15 years vboxsync NAT: logs l3->l2.
(edit) @28520   15 years vboxsync NAT: destructor and fini hooks are called from slirp_uma_free. …
(edit) @28513   15 years vboxsync ACPI: make NIC object acceptable by Windows guests
(edit) @28510   15 years vboxsync refined r60215
(edit) @28502   15 years vboxsync NAT: correct handling end of zone's resources.
(edit) @28501   15 years vboxsync NAT: missed (m_free -> m_freem).
(edit) @28494   15 years vboxsync NAT: correctly returns null values to DrvNAT in case zone has run out …
(edit) @28490   15 years vboxsync NAT: don't call constructor on null buffer.
(edit) @28488   15 years vboxsync SrvIntNetR0.cpp: Started replacing the non-recrusive fast mutexes with …
(edit) @28487   15 years vboxsync ACPI: another attempt to provide primary NIC info via ACPI
(edit) @28486   15 years vboxsync hpet: cosmetics
(edit) @28483   15 years vboxsync NAT: nuke dead code.
(edit) @28482   15 years vboxsync NAT: nuke dead code.
(edit) @28480   15 years vboxsync NAT: nuke dead code.
(edit) @28455   15 years vboxsync DevPS2: Once OBF is set, do not change the type of the reported event.
(edit) @28450   15 years vboxsync addendum to r60221.
(edit) @28449   15 years vboxsync NAT: slirp file headers
(edit) @28445   15 years vboxsync NAT: udp.c assertion is corrected and similar check added into …
(edit) @28444   15 years vboxsync NAT: tcp_close filter out listening sockets while freeing socket …
(edit) @28443   15 years vboxsync NAT: m_free -> m_freem: BSD mbufs m_free releases only first element …
(edit) @28442   15 years vboxsync EFI: OSE dsc and fdf descriptions.
(edit) @28440   15 years vboxsync NAT: a few warnings and one goto
(edit) @28438   15 years vboxsync renamed a semaphore to make it easier to work with... but got …
(edit) @28434   15 years vboxsync *: whitespace cleanups by scm and two manually picked nits.
(edit) @28430   15 years vboxsync SrcIntNetR0.cpp: started on the rewrie, all changes disabled as they …
(edit) @28427   15 years vboxsync DrvDedicatedNic.cpp: sketeches.
(edit) @28424   15 years vboxsync firmware: Factored out the SMBIOS & DMI header planting from …
(edit) @28417   15 years vboxsync DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
(edit) @28416   15 years vboxsync DrvTAP,DrvVDE: Register stats before we can fail so we won't upset …
(edit) @28415   15 years vboxsync Shared paging updates
(edit) @28414   15 years vboxsync EFI: fix reset once again
(edit) @28413   15 years vboxsync LsiLogic: Remove wrong memset
(edit) @28412   15 years vboxsync LsiLogic: Fix memory leak
(edit) @28406   15 years vboxsync Devices, Main, FE/Qt: re-committed support for VDE virtual network …
(edit) @28400   15 years vboxsync addendum to r60160
(edit) @28399   15 years vboxsync DevSerial: disabled r59817 as it causes regressions
(edit) @28397   15 years vboxsync dead code
(edit) @28396   15 years vboxsync DrvNAT: minor cleanup
(edit) @28394   15 years vboxsync NAT: paranoid border check.
(edit) @28393   15 years vboxsync warning
(edit) @28391   15 years vboxsync NAT: warnings.
(edit) @28390   15 years vboxsync NAT: ICMP with BSD buffers.
(edit) @28388   15 years vboxsync AHCI: Use async I/O flush API
(edit) @28387   15 years vboxsync Make flush configurable
(edit) @28383   15 years vboxsync async I/O: Add async flush method
(edit) @28381   15 years vboxsync LsiLogic: Don't use RTMemFree on memory allocated with RTMemPageAlloc
(edit) @28380   15 years vboxsync AHCI: Fix
(edit) @28379   15 years vboxsync dev/VGA: avoid extra resizes when HGSMI & VBVA is used (for now …
(edit) @28376   15 years vboxsync typo
(edit) @28375   15 years vboxsync more branding
(edit) @28365   15 years vboxsync NAT: unify slirp_init() and adapt the coding style of some …
(edit) @28346   15 years vboxsync NAT: do transprent proxying by default. some protocols might be …
(edit) @28340   15 years vboxsync typo.
(edit) @28339   15 years vboxsync alignment fix.
(edit) @28338   15 years vboxsync Windows linking fixes.
(edit) @28336   15 years vboxsync DevPCNet: Shut up MSC warnings.
(edit) @28335   15 years vboxsync DevE1000: Shut up MSC warnings.
(edit) @28333   15 years vboxsync DevPCNet.cpp: MSC nit picking.
(edit) @28332   15 years vboxsync DrvIntNet: ring-0 experimentation and fixes.
(edit) @28328   15 years vboxsync Network/D*: Moving XMIT threads, part 2.
(edit) @28325   15 years vboxsync alignment fix.
(edit) @28324   15 years vboxsync DevE1000: fixed uninitialized variable in the loop back xmit path.
(edit) @28323   15 years vboxsync DevE1000: gcc may be used uninitialized…
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28314   15 years vboxsync tstIntNetR0.cpp: Removed left behind debug stuff.
(edit) @28290   15 years vboxsync Devices, Main, FE/Qt: reverted r60036 for now
(edit) @28287   15 years vboxsync Devices, Main, FE/Qt: added support for VDE virtual network switches …
(edit) @28277   15 years vboxsync Network/Dev*: Preparing for pfnXmitPending to be callable and the TX …
(edit) @28275   15 years vboxsync Devices/Network: Call pfnBeginXmit and pfnEndXmit.
(edit) @28274   15 years vboxsync slirp: sbfree - try to work around heap issue…
(edit) @28264   15 years vboxsync VideoModeSupported for multimonitor. (xTracker 4655)
(edit) @28259   15 years vboxsync oops
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28250   15 years vboxsync LsiLogic: Zero task state after it was allocated
(edit) @28240   15 years vboxsync IDisplay::InvalidateAndUpdate for multimonitor, DrawToScreen fix for …
(edit) @28235   15 years vboxsync IDisplay::DrawToScreen for multimonitor, update rectangle, fixed typo …
(edit) @28228   15 years vboxsync wddm: avoid DMA transactions on GDI rendering (for preformance)
(edit) @28226   15 years vboxsync Fix double free
(edit) @28220   15 years vboxsync IDisplay::DrawToScreen for multimonitor (xTracker 4655)
(edit) @28216   15 years vboxsync DrvNAT: build fix.
(edit) @28213   15 years vboxsync PDMINETWORKUP,Drv*,Dev*: Eliminated pfnSendDeprecated.
(edit) @28210   15 years vboxsync increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new …
(edit) @28208   15 years vboxsync intnet,VBoxNetFlt-linux: Added INTNETTRUNKSWPORT::pfnPreRecv for doing …
(edit) @28203   15 years vboxsync DevPcBios,DevEFI,DevFWCommon: Don't reconstruct the MPS table at …
(edit) @28196   15 years vboxsync DevE1000: Alignment fix.
(edit) @28191   15 years vboxsync NAT: warnings + removing of dead code.
(edit) @28188   15 years vboxsync NAT: warnings.
(edit) @28187   15 years vboxsync NAT: warnings.
(edit) @28183   15 years vboxsync NAT: excludes BSD functions, which might confuse reader.
(edit) @28181   15 years vboxsync NAT: make BSD panic() never return
(edit) @28175   15 years vboxsync NAT: warnings.
(edit) @28174   15 years vboxsync NAT: warnings.
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