VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23358   15 years vboxsync #3987: Virtio: Queues and packet reception/transmission.
(edit) @23356   15 years vboxsync SCSI: Add support for disks greater 2TB
(edit) @23355   15 years vboxsync LsiLogic: Fix misaligned critical section
(edit) @23353   15 years vboxsync DevEFI.cpp: shut up gcc warning.
(edit) @23311   15 years vboxsync iSCSI: Repeat MODE_SENSE_6 during iscsiOpenImage if a check condition …
(edit) @23253   15 years vboxsync DevPCI: Some save state and double underscore cleanup.
(edit) @23242   15 years vboxsync NAT: right msize calculation.
(edit) @23241   15 years vboxsync NAT: do UDP/ICMP errno analisys.
(edit) @23240   15 years vboxsync NAT: update ip pointer on each m_cat.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @23208   15 years vboxsync Put back
(edit) @23206   15 years vboxsync Again
(edit) @23205   15 years vboxsync Trying to fix alignment issues
(edit) @23202   15 years vboxsync NAT: don't hide bugs with extra sizes.
(edit) @23194   15 years vboxsync DrvVD.cpp: Fixed file handle leak when taking snapshots.
(edit) @23186   15 years vboxsync DevPCI: Workaround needed for EFI is the right thing to do, enabled …
(edit) @23178   15 years vboxsync NAT: makes bsd mbufs buildable on Windows.
(edit) @23166   15 years vboxsync NAT: burn fix (typo).
(edit) @23165   15 years vboxsync NAT: missed header initialization.
(edit) @23164   15 years vboxsync NAT: Annoing logging.
(edit) @23163   15 years vboxsync NAT: introduces SlirpMTU extradata-parameter for altering slirp's mtu.
(edit) @23161   15 years vboxsync NAT: host resolver catch corrected
(edit) @23160   15 years vboxsync Serial: Add support for break conditions. On Windows it also possible …
(edit) @23158   15 years vboxsync NAT: UseHostResolver extradata was introduced and its relations with …
(edit) @23157   15 years vboxsync NAT: bsd mbuf and dnsproxy conflicts are resolved
(edit) @23156   15 years vboxsync NAT: bsd mbufs makefile changes
(edit) @23155   15 years vboxsync NAT: alias_dns doesn't require dtom any more, update of corresponded …
(edit) @23154   15 years vboxsync NAT: BSD mbuf
(edit) @23149   15 years vboxsync ATA,AHCI: Assertion is to is strict. VERR_PDM_MEDIA_LOCKED is expected …
(edit) @23141   15 years vboxsync NAT: clean non-SLIRP_SPLIT_CAN_OUTPUT code
(edit) @23137   15 years vboxsync NAT: obsolete
(edit) @23135   15 years vboxsync NAT: tabs
(edit) @23120   15 years vboxsync fix OSE
(edit) @23119   15 years vboxsync re-export EFI
(edit) @23118   15 years vboxsync DevVGA_VBVA.cpp: Fixed a too greedy memset in vbvaVHWAHHCommandCreate. …
(edit) @23114   15 years vboxsync Error message update
(edit) @23101   15 years vboxsync DevPCNet: fixed rare case of RX freezing
(edit) @23066   15 years vboxsync Misaligned critical section
(edit) @23020   15 years vboxsync unused variables
(edit) @23016   15 years vboxsync VMM,Devices: VMR3ReqCallEx -> VMR3ReqCallVoidNoWait; retired the old API.
(edit) @23015   15 years vboxsync VMM,Main,Devices,VBoxBFE: VMReqCallVoid[U] -> VMR3ReqCallVoidWait. …
(edit) @23012   15 years vboxsync VMM,Devices,Main: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWait.
(edit) @23011   15 years vboxsync VMM,VMMDev: Some VMMR3ReqCall refactoring.
(edit) @23007   15 years vboxsync NAT: don't alias fragments, do alias the big packet.
(edit) @23005   15 years vboxsync NAT: update rigth IP header while reassembling.
(edit) @23004   15 years vboxsync NAT: 1. don't load ioctlsocket with unintiolized values (SL fills it …
(edit) @23003   15 years vboxsync Aligment fix
(edit) @22996   15 years vboxsync Correction
(edit) @22995   15 years vboxsync Fix alignment
(edit) @22985   15 years vboxsync Devices/Samples: Some idle hacking from a good while back.
(edit) @22984   15 years vboxsync NAT: comment updated.
(edit) @22982   15 years vboxsync VBoxHDD: Add new parameter to VDGetFormat which takes a list of …
(edit) @22978   15 years vboxsync PDMAsyncCompletion: Fix crash on FreeBSD with failsafe manager. Need …
(edit) @22976   15 years vboxsync NAT: clarify why udp marked as "bad".
(edit) @22974   15 years vboxsync NAT: print ip_id of dropped packet.
(edit) @22973   15 years vboxsync NAT: set right label name in "commented out" code.
(edit) @22972   15 years vboxsync NAT: don't ignore ip's options while checksum
(edit) @22971   15 years vboxsync NAT: make udp fault more clear (excluding warns on success exit of …
(edit) @22968   15 years vboxsync Devices: Add option VBOX_WITH_NEW_IO_CODE to enable new I/O interface
(edit) @22966   15 years vboxsync Storage: Convert the backends to use the interface for I/O rather than …
(edit) @22963   15 years vboxsync tstDeviceStructSize.cpp: same as r52210 (gcc warns about operator …
(edit) @22946   15 years vboxsync NAT: don't hide errors
(edit) @22943   15 years vboxsync NAT: bsd mbuf changesest (misc.h)
(edit) @22942   15 years vboxsync NAT: bsd mbuf related changeset (misc.c)
(edit) @22941   15 years vboxsync NAT: BSD mbuf related changeset + (slirp.c, ip_output).
(edit) @22940   15 years vboxsync NAT: BSD mbuf's related changeset (socket.c)
(edit) @22938   15 years vboxsync DevAPIC.cpp: alignment fix.
(edit) @22934   15 years vboxsync DevATA.cpp: AssertCompileMemberAlignment(ATACONTROLLER, aIfs[1], 8) …
(edit) @22925   15 years vboxsync Devices: Alignment fun. (32-bit darwin)
(edit) @22920   15 years vboxsync Video hw accel: fallback for PBO allocation failure
(edit) @22909   15 years vboxsync DevPS.cpp: svn:keywords.
(edit) @22908   15 years vboxsync Devices/Makefile.kmk: intentation + style + variable names.
(edit) @22907   15 years vboxsync DevPcBios.cpp: Don't use RTStrAPrintf for simple stuff like this, it …
(edit) @22905   15 years vboxsync NAT: BSD mbuf (ip_output)
(edit) @22903   15 years vboxsync DevPS2.cpp: use SSM and avoid silly casts.
(edit) @22897   15 years vboxsync NAT: BSD mbufs related changeset. (icmp)
(edit) @22896   15 years vboxsync NAT: BSD mbuf related changeset.
(edit) @22895   15 years vboxsync NAT: BSD mbuf's related changeset.
(edit) @22894   15 years vboxsync NAT: BSD mbuf's related changeset.
(edit) @22885   15 years vboxsync VMM: Realigned VM and VMCPU members for 64 byte cache lines. Made …
(edit) @22881   15 years vboxsync NAT: {ip,udp}_next macro used.
(edit) @22880   15 years vboxsync NAT: warnings
(edit) @22879   15 years vboxsync NAT: warning.
(edit) @22878   15 years vboxsync NAT: DEBUG doesn't control renaming of stdio roputines, but only …
(edit) @22876   15 years vboxsync FreeBSD: Enable host serial support. Untested but it compiles
(edit) @22874   15 years vboxsync NAT: indentation
(edit) @22873   15 years vboxsync NAT: stdio -> IPRT/fileio
(edit) @22866   15 years vboxsync #3987: Virtio PCI + Net skeleton.
(edit) @22862   15 years vboxsync NAT: missed header
(edit) @22861   15 years vboxsync NAT: typo
(edit) @22858   15 years vboxsync Devices/Input/DevPS2: cleaned out all non-VBox-code
(edit) @22857   15 years vboxsync NAT: dns_alias loading/unloading.
(edit) @22856   15 years vboxsync NAT: backed r52078 (slirp.c only)
(edit) @22854   15 years vboxsync NAT: bsd-mbuf related makefile changes.
(edit) @22850   15 years vboxsync SCSI: Remove non supported command reporting it as an invalid opcode …
(edit) @22845   15 years vboxsync NAT: win burn fix (index -> strchr)
(edit) @22844   15 years vboxsync NAT: win burn fix.
(edit) @22843   15 years vboxsync NAT: using host resolver instead of dnsproxy.
(edit) @22841   15 years vboxsync build fix
(edit) @22839   15 years vboxsync nonsense
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