VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29523   15 years vboxsync Devices: move to the right place.
(edit) @29522   15 years vboxsync Devices: move to the right place.
(edit) @29506   15 years vboxsync NAT: backed r61642, pospone till 3.2.2.
(edit) @29505   15 years vboxsync NAT: update DNS internal cache on requests containing tag -'5' (dns …
(edit) @29504   15 years vboxsync AHCI: Always use an intermediate buffer for now until we have native …
(edit) @29498   15 years vboxsync ISCSI: Return VERR_NOT_SUPPORTED for VD_OPEN_FLAGS_ASYNC_IO
(edit) @29497   15 years vboxsync Storage/VBoxHDD: fix long-standing bugs in VDCopy, which show in …
(edit) @29495   15 years vboxsync DiskIntegrity: Prevent buffer overflow
(edit) @29491   15 years vboxsync IntNet: added MAC address notification and connect/disconnect …
(edit) @29461   15 years vboxsync Devices/Network/VDE: applied "[vbox-dev] [PATCH] VirtualBox. vde_close …
(edit) @29443   15 years vboxsync DrvDiskIntegrity: Check for double completion of requests
(edit) @29441   15 years vboxsync AHCI: Fix assertion
(edit) @29439   15 years vboxsync DevE1000: Fixed bug in e1kRegWriteRCTL wrt calculating and updating …
(edit) @29435   15 years vboxsync DevPCNet,DevE1000: Statistics/profiling.
(edit) @29425   15 years vboxsync Shared paging updates
(edit) @29413   15 years vboxsync VBoxHDD: Fix a bug causing data corruption in the image for async …
(edit) @29412   15 years vboxsync DiskIntegrity: Pass async flush requests
(edit) @29362   15 years vboxsync SrvIntNetR0.cpp: Don't call RTMemAllocZ when in interrupt or atomic …
(edit) @29348   15 years vboxsync Return correctly
(edit) @29341   15 years vboxsync DrvBlock: Async flushes are not ignored by default
(edit) @29332   15 years vboxsync removed VBOX_WITH_VMI
(edit) @29330   15 years vboxsync SCSI: Create the I/O thread and request queue only if the async I/O …
(edit) @29326   15 years vboxsync LsiLogic: Make the SAS controller a separate device to make it …
(edit) @29322   15 years vboxsync Properly propagate VBOX_WITH_PAGE_SHARING
(edit) @29321   15 years vboxsync Compile fixes
(edit) @29307   15 years vboxsync Shared paging interface updates
(edit) @29306   15 years vboxsync DiskIntegrity: Build fix
(edit) @29256   15 years vboxsync darwin+asm.h build fixes.
(edit) @29252   15 years vboxsync EFI build fix.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @29244   15 years vboxsync VBoxHDD: Fix
(edit) @29243   15 years vboxsync Always return the APIC buffer even if the APIC is disabled. Fixes …
(edit) @29242   15 years vboxsync LsiLogic: Style
(edit) @29240   15 years vboxsync VBoxHDD: Bring back error reporting for the new async I/O code
(edit) @29239   15 years vboxsync AHCI: Bug fix for error reporting
(edit) @29238   15 years vboxsync VHD: Fix image creation
(edit) @29234   15 years vboxsync tstItnNetR0: extending the testing a bit to try catch the assertion …
(edit) @29229   15 years vboxsync attempt to fix EFI
(edit) @29213   15 years vboxsync DrvSCSI: Fix crash when an error occurs and print errors in the release log
(edit) @29200   15 years vboxsync more manual Oracle rebranding in headers
(edit) @29160   15 years vboxsync SrvIntNetR0.cpp: Fixed handling of unicast ARP frames when sharing the …
(edit) @29159   15 years vboxsync export env.sh / env.cmd to OSE
(edit) @29156   15 years vboxsync EFI: unix efi64 build note.
(edit) @29143   15 years vboxsync EFI: exported ReadMe.txt to OSE and some cosmetical fixes
(edit) @29137   15 years vboxsync AHCI: Clear the I/O thread handle after the thread was destroyed
(edit) @29135   15 years vboxsync Storage/DrvVD: quick workaround for the synchronization problems when …
(edit) @29132   15 years vboxsync EFI: ose vbox.dsc file for 64-bit firmware.
(edit) @29125   15 years vboxsync export more EFI files to OSE
(edit) @29123   15 years vboxsync EFI: OSE modules/libraries sync.
(edit) @29122   15 years vboxsync FE/Qt, Devices: moved VDE plugin headers into include/VBox and enabled …
(edit) @29120   15 years vboxsync export more files to OSE
(edit) @29104   15 years vboxsync file headers.
(edit) @29085   15 years vboxsync OSE header fixes
(edit) @29082   15 years vboxsync export more EFI stuff to OSE
(edit) @29081   15 years vboxsync more EFI exports to OSE
(edit) @29080   15 years vboxsync DevAHCI: Alignment fix?
(edit) @29070   15 years vboxsync EFI: more OSE exports
(edit) @29068   15 years vboxsync export DevLPC and DevSMC to OSE
(edit) @29050   15 years vboxsync NAT: reserves space for ether header before any manipulation with mbuf.
(edit) @29049   15 years vboxsync SCSI: Another assertion fix
(edit) @29048   15 years vboxsync VBoxHDD: Fix an assertion during a flush request. There is no S/G list
(edit) @29047   15 years vboxsync AHCI: Fix error reporting protocol violation
(edit) @29035   15 years vboxsync VMDK: Implement async flush
(edit) @29034   15 years vboxsync DrvBlock: Print IgnoreFlush setting
(edit) @29033   15 years vboxsync tstDeviceStructSizeRC.cpp: Missing changes
(edit) @29030   15 years vboxsync AHCI: Implement missing error reporting bits
(edit) @29006   15 years vboxsync VBoxHDD: Move the FinishWrite call from DrvVD to VBoxHDD where we can …
(edit) @28980   15 years vboxsync Devices/Storage: fix extremely sporadic bogus triggering of "I/O state …
(edit) @28954   15 years vboxsync APIC: x2APIC casts
(edit) @28952   15 years vboxsync APIC: fixed invalid memory access in currently unused code
(edit) @28951   15 years vboxsync DevVGA: fixed off-by-one range check
(edit) @28948   15 years vboxsync DiskIntegrity: Fix memory corruption caused by the trace option. The …
(edit) @28909   15 years vboxsync Route input to PS/2 keyboard unless USB keyboard was explicitly activated.
(edit) @28907   15 years vboxsync Devices/VirtIO: make it build for release builds with logging enabled
(edit) @28902   15 years vboxsync DiskIntegrity: Add possibility to check for hanging requests
(edit) @28881   15 years vboxsync AHCI: Error reporting fix
(edit) @28871   15 years vboxsync Comment fix
(edit) @28855   15 years vboxsync branding
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28831   15 years vboxsync IntNet,VBoxNetFlt: Cleaned up the locking protocol between IntNet and …
(edit) @28827   15 years vboxsync Storage/iSCSI: Error handling fix when connecting to a target. …
(edit) @28820   15 years vboxsync VMDK: Fix image creation
(edit) @28807   15 years vboxsync NAT: logs too noisy.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28787   15 years vboxsync NAT: introduces management routines of NAT libalias core. (see …
(edit) @28786   15 years vboxsync AHCI: Report errors of completed requests to the guest (not tested yet)
(edit) @28785   15 years vboxsync VBoxHDD.cpp: Init rcReq field
(edit) @28784   15 years vboxsync Interface changes for error reporting and async I/O
(edit) @28776   15 years vboxsync warning
(edit) @28724   15 years vboxsync OSE header fixes
(edit) @28723   15 years vboxsync IntNet/NetFlt: Added INTNETTRUNKSWPORT::pfnReportGsoCapabilities and …
(edit) @28722   15 years vboxsync SrvIntNetR0.cpp: Combined the two NoPreempt flags into a direction …
(edit) @28721   15 years vboxsync DrvIntNet.cpp: Enable the ring-0 part of the driver.
(edit) @28720   15 years vboxsync DrvIntNet.cpp: More release stats.
(edit) @28715   15 years vboxsync DrvIntNet.cpp: gcc maybe silly
(edit) @28714   15 years vboxsync intnetinline.h: Changed the prefix to IntNet.
(edit) @28711   15 years vboxsync IntNet,++: Implemented sending frames in ring-0 (disabled).
(edit) @28710   15 years vboxsync DevE1000: logging and #ifdef.
(edit) @28706   15 years vboxsync IntNet: Moved the instance pointer from VMMR0.cpp to SrvIntNetR0.cpp …
(edit) @28705   15 years vboxsync AHCI: Fix race condition where a task could be used even if it is …
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