VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @22838   15 years vboxsync DevVGA: more tests
(edit) @22837   15 years vboxsync buildfix
(edit) @22835   15 years vboxsync DevVGA: more GC structure tests
(edit) @22830   15 years vboxsync Devices/Makefile.kmk: VBOX_WITH_HGSMI define for GC/R0 modules.
(edit) @22827   15 years vboxsync NAT: disable Windows delay hack for HEAD as well
(edit) @22823   15 years vboxsync replaced VBOX_SVN_REV by RTBldCfgRevision[Str]()
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22751   15 years vboxsync vide hw accel: fix the bug in using glShaderSource to make it work on Mac
(edit) @22731   15 years vboxsync AHCI: Fixes for safe SG list creator
(edit) @22729   15 years vboxsync DevVGA: gcc warning
(edit) @22727   15 years vboxsync AHCI: Fallback to a safe method for processing the PRDTL if mapping …
(edit) @22726   15 years vboxsync HGSMI/VBVA saved state.
(edit) @22704   15 years vboxsync Devices/VMMDev: new mouse capability flag …
(edit) @22674   15 years vboxsync NAT: mistype.
(edit) @22673   15 years vboxsync NAT: warnings.
(edit) @22672   15 years vboxsync NAT: typo.
(edit) @22671   15 years vboxsync NAT: warnings.
(edit) @22670   15 years vboxsync NAT: win burn fix.
(edit) @22669   15 years vboxsync NAT: warnings.
(edit) @22668   15 years vboxsync NAT: some clean up.
(edit) @22664   15 years vboxsync NAT: hide away dhcp internals, adds helper lookups functions
(edit) @22653   15 years vboxsync OSE headers fixes
(edit) @22652   15 years vboxsync fixed OSE headers
(edit) @22647   15 years vboxsync pulseaudio: fixed stubs for PA_PROTOCOL_VERSION 16
(edit) @22622   15 years vboxsync HGSMI: export to OSE
(edit) @22621   15 years vboxsync HGSMI: export to OSE
(edit) @22597   15 years vboxsync NAT: return back do per slirp_input check. Gratuitous ARP might be …
(edit) @22587   15 years vboxsync Comment: half sec => five secs
(edit) @22585   15 years vboxsync Devices: tabs
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