VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30361   14 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30355   14 years vboxsync NAT: cosmetics
(edit) @30354   14 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   14 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30352   14 years vboxsync NAT: comments
(edit) @30351   14 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   14 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30349   14 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30333   14 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30326   14 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30313   14 years vboxsync Storage/VBoxHDD: optimize image cloning, at the moment only for newly …
(edit) @30309   14 years vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30271   14 years vboxsync EFI: fixes signature of GetSystemMemorySize, fetching amount of …
(edit) @30230   15 years vboxsync EFI: fix of vbox/7002.
(edit) @30224   15 years vboxsync Devices: three size_t warnings.
(edit) @30223   15 years vboxsync DrvHostDVD: More VCC100 intrinsic stupditity.
(edit) @30222   15 years vboxsync tstDeviceStructSize.cpp: VCC100 warnings.
(edit) @30221   15 years vboxsync DrvVD: todo/r=bird: lwip_recv does not set errno, so checking it here …
(edit) @30220   15 years vboxsync lwip/src/api/sockets.c: errno.h and MSC; who defines ERRNO in general?
(edit) @30219   15 years vboxsync DevVirtioNet.cpp: warning.
(edit) @30218   15 years vboxsync slirp: VCC100 errno adj.
(edit) @30174   15 years vboxsync VSCSI: Handle VERIFY(10) command. Fixes full format during Windows …
(edit) @30141   15 years vboxsync VMMDev: typo when displaying the guest version information 2
(edit) @30140   15 years vboxsync BusLogic: Fix race leading to I/O hang
(edit) @30130   15 years vboxsync PCI: make LPC placement on the bus unconditional (fixes older OSX guests)
(edit) @30128   15 years vboxsync LsiLogic: Don't reset the interrupt mask during a unit reset. Fixes …
(edit) @30112   15 years vboxsync iprt/asm.h,*: Added ASMAtomicWriteNullPtr and ASMAtomicUoWriteNullPtr …
(edit) @30111   15 years vboxsync iprt/asm.h,*: Revised the ASMAtomic*Ptr functions and macros. The new …
(edit) @30101   15 years vboxsync EFI/build: tools from the repository are used (no additional checkouts).
(edit) @30098   15 years vboxsync EFI: global definitions have been added.
(edit) @30061   15 years vboxsync Page fusion test api change
(edit) @30047   15 years vboxsync NAT: typo.
(edit) @30045   15 years vboxsync NAT: BSD sbuf.
(edit) @30044   15 years vboxsync VBoxHDD/Async: Fix variable initialization, was always 0 before. Fix …
(edit) @30041   15 years vboxsync Part 2 of the page fusion test case
(edit) @30033   15 years vboxsync VMMDev: display the information of the VMMDevReportGuestInfo2 …
(edit) @30029   15 years vboxsync #4814: vboxnetflt qdisc: Drop host->guest packets on linux.
(edit) @30018   15 years vboxsync NAT: initial contribution of FreeBSD 7.2 sbufs.
(edit) @30016   15 years vboxsync NAT: clean up.
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @30004   15 years vboxsync SrvIntNetR0.cpp: intnetR0NetworkDeliver must send to the internal …
(edit) @29968   15 years vboxsync NAT: do dns proxy , if the mode is enabled.
(edit) @29967   15 years vboxsync NAT: enables selecting right transaction id for dns query (fixes …
(edit) @29946   15 years vboxsync slirp.c/activate_port_forwarding: Must used LIST_FOREACH_SAFE when …
(edit) @29941   15 years vboxsync ATAController: Fix rc usage
(edit) @29917   15 years vboxsync Devices/VirtIO: fix for guests with more than 4GB RAM
(edit) @29913   15 years vboxsync DevLsiLogicSCSI.cpp: not about why 2 items are used (insert while …
(edit) @29892   15 years vboxsync build fix
(edit) @29891   15 years vboxsync Devices/Serial: allow to force the guest into 16450 mode by CFGM key
(edit) @29889   15 years vboxsync Devices/Serial: SSM state adaption for 16550A emulation
(edit) @29879   15 years vboxsync DevAHCI.cpp: r=bird: Using TMCLOCK_VIRTUAL_SYNC in devices which …
(edit) @29855   15 years vboxsync NAT: nits and a range fix
(edit) @29847   15 years vboxsync Devices/serial: updated structure tests
(edit) @29846   15 years vboxsync Devices/Serial: update the implementation to 16550A
(edit) @29827   15 years vboxsync LsiLogic: Fix a possible race condition in the interrupt handling code …
(edit) @29798   15 years vboxsync wddm: driver update w/o reboot working; dummy context creation in …
(edit) @29758   15 years vboxsync AHCI: Fix crash on reset after a snapshot was taken. The Driver needs …
(edit) @29755   15 years vboxsync NAT: don't let register more than 4 nameservers. (vbox.org/4098)
(edit) @29751   15 years vboxsync Devices/VMMDev: fix a signedness warning
(edit) @29750   15 years vboxsync Devices/VMMDev: always keep the …
(edit) @29749   15 years vboxsync Devices and FE/Common: keyboard table cleanup and a hack to support …
(edit) @29744   15 years vboxsync LsiLogic: Print state of every device
(edit) @29743   15 years vboxsync HGCM: fixed memory leak (xTracker 4961).
(edit) @29742   15 years vboxsync wddm/2D: more impl (get caps + initialization working)
(edit) @29707   15 years vboxsync SrvIntNetR0: fixed private data passing to Xmit.
(edit) @29706   15 years vboxsync LsiLogic: Debugger callback to dump the controller state
(edit) @29685   15 years vboxsync DevE1000.cpp: Added todo about receive queue needing optimziation as …
(edit) @29672   15 years vboxsync AHCI: Count non queued async tasks too. Fixes rare crash during …
(edit) @29669   15 years vboxsync DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in …
(edit) @29662   15 years vboxsync IntNet: Added Interface, Interface private data passing for …
(edit) @29656   15 years vboxsync NAT: reanable r61642.
(edit) @29649   15 years vboxsync Frontends/VBoxManage: make partition table processing much more …
(edit) @29635   15 years vboxsync SrvIntNetR0.cpp,VBoxNetFlt.c: Adjusted r61623 so it won't crash if the …
(edit) @29614   15 years vboxsync BusLogic: Make sure that there are no tasks pending during suspend
(edit) @29610   15 years vboxsync LsiLogic: Alignment
(edit) @29609   15 years vboxsync LsiLogic: Make sure we have no request pending on suspend
(edit) @29598   15 years vboxsync warning
(edit) @29590   15 years vboxsync Connect page fusion part 2
(edit) @29588   15 years vboxsync LsiLogic: The request queue should have the same size as the reply …
(edit) @29586   15 years vboxsync SCSI: Fix IoDepth statistic
(edit) @29579   15 years vboxsync DrvIntNet.cpp: Shut up silly send buffer size warning.
(edit) @29571   15 years vboxsync build fix.
(edit) @29569   15 years vboxsync build fix.
(edit) @29564   15 years vboxsync updates
(edit) @29563   15 years vboxsync docs: clearification./
(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.
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