VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30921   14 years vboxsync NAT/hostresolver: trim ending dots confusing host resolver.
(edit) @30920   14 years vboxsync NAT: don't pass empty DNS server list to guest.
(edit) @30906   14 years vboxsync Audio/HDA: naming and some todo.
(edit) @30900   14 years vboxsync VMDK: Activate new async I/O by default
(edit) @30886   14 years vboxsync Devices/Graphics: quick workaround for the crash when taking a …
(edit) @30866   14 years vboxsync Audio: Inital HDA commit. Not fully workable, compilable on Mac …
(edit) @30864   14 years vboxsync VD/Parallels: Implement async I/O support. Completely untestet right …
(edit) @30863   14 years vboxsync VD: Finish async I/O support for VMDK. Still disabled by default until …
(edit) @30857   14 years vboxsync dang
(edit) @30852   14 years vboxsync VBox/VMMDev.h: VMMDEV_CREDENTIALS_STRLEN -> …
(edit) @30850   14 years vboxsync VMMDev: Addressed little paranoia issue introduced by r63480. That …
(edit) @30846   14 years vboxsync DevRTC: No point calling LogRel when we are not in R3.
(edit) @30809   14 years vboxsync BusLogic: Handle interrupt status reg better; reduces W2K bootup time …
(edit) @30805   14 years vboxsync BusLogic: Added comment re firmware special option byte.
(edit) @30775   14 years vboxsync alignment fix.
(edit) @30774   14 years vboxsync alignment fix.
(edit) @30773   14 years vboxsync alignment fix.
(edit) @30772   14 years vboxsync VMMDevTesting/test1: Report the results to the host via a RTTest* like …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30738   14 years vboxsync BIOS: Extended the PCI Routing Table to cover SCSI adapters.
(edit) @30729   14 years vboxsync BusLogic: Fix
(edit) @30725   14 years vboxsync BusLogic: Fix for W2K and ACPI
(edit) @30724   14 years vboxsync Recommitted r63480 - VMMDev: Adding an optional (disabled by default) …
(edit) @30723   14 years vboxsync Removed more instances of obsolete PCISetIrqNoWait calls.
(edit) @30722   14 years vboxsync Removed some instances of obsolete PCISetIrqNoWait calls.
(edit) @30718   14 years vboxsync back out r63480 (burns windows)
(edit) @30715   14 years vboxsync VMMDev: Adding an optional (disabled by default) testing side to the …
(edit) @30688   14 years vboxsync BusLogic: Fix
(edit) @30687   14 years vboxsync BusLogic: Fix W2K guests
(edit) @30668   14 years vboxsync Generate a session id for the VM that is changed every time the VM …
(edit) @30605   14 years vboxsync DevVGA: Do not attempt to dump non-printable characters.
(edit) @30597   14 years vboxsync alignment check on BUSLOGIC::CritSectIntr.
(edit) @30596   14 years vboxsync DevBusLogic: The CritSectIntr member must be 64-bit aligned even on …
(edit) @30595   14 years vboxsync DevPS2: Only call pfnSetActive if there is a driver attached
(edit) @30594   14 years vboxsync Fix VBoxBFE frontend after latest interface changes
(edit) @30593   14 years vboxsync vbox.dsl: Fix compilation with newer iasl versions (Contributed by …
(edit) @30592   14 years vboxsync BusLogic: Fix NT4 and SCO OpenServer guests. For NT4 the product …
(edit) @30587   14 years vboxsync IntNet: Profile sends.
(edit) @30568   14 years vboxsync DevOHCI: signal an interrupt if the suspend status changes; spaces …
(edit) @30562   14 years vboxsync Devices/Input/UsbMouse: support five buttons
(edit) @30557   14 years vboxsync SrvIntNetR0.cpp: Implemented pfnPreRecv.
(edit) @30555   14 years vboxsync VD/Async: Full support for VHD images. VMDK is still in progress
(edit) @30528   14 years vboxsync USB: properly name internal USB devices for logging
(edit) @30526   14 years vboxsync VUSBUrb: logging fix
(edit) @30524   14 years vboxsync DevVGA.cpp,rombios.c: Disable the logo from DevVGA instead of …
(edit) @30511   14 years vboxsync Devices/Input/UsbKbd: silly regression that sent URBs back ad infinitum
(edit) @30507   14 years vboxsync Devices/Input/UsbKbd: rewrite of the event processing code to make it …
(edit) @30498   14 years vboxsync DevOHCI: typo in disabled code
(edit) @30481   14 years vboxsync VBoxHDD: Zero the buffer after a read provided valid data
(edit) @30468   14 years vboxsync IPRT: - Corrected RTSGBUF member names. - Corrected RTSgBufInit …
(edit) @30451   14 years vboxsync PXE: Allow the UNDI driver to be called multiple times again (ZENworks …
(edit) @30426   14 years vboxsync NAT: small performance enhancement. (allocate mbuf if it's required).
(edit) @30425   14 years vboxsync NAT: m_free -> m_freem.
(edit) @30421   14 years vboxsync NAT: small performance enhancement (allocate intermediate buffer only …
(edit) @30416   14 years vboxsync Devices/Input/DevPS2: fix tilt wheel reporting regression which …
(edit) @30415   14 years vboxsync NAT: comments
(edit) @30404   15 years vboxsync NAT: fixed RTMemFree condition
(edit) @30402   15 years vboxsync NAT: missed m_freem calls right after icmp_error (see …
(edit) @30401   15 years vboxsync NAT: assign m_so before icmp_attach.
(edit) @30400   15 years vboxsync NAT: adds freeing of intermediate buffer.
(edit) @30399   15 years vboxsync NAT: icmp_input releasing mbuf and intermediate buffer.
(edit) @30384   15 years vboxsync SCSI: Log used I/O method
(edit) @30382   15 years vboxsync SATA: Always raise an interrupt after task completion; delaying this …
(edit) @30370   15 years vboxsync NAT: comments
(edit) @30366   15 years vboxsync use m_freem() here as well
(edit) @30363   15 years vboxsync NAT: more comments + cosmetics
(edit) @30361   15 years vboxsync NAT: icmp_input copy src mbuf and compose new one to deliver.
(edit) @30355   15 years vboxsync NAT: cosmetics
(edit) @30354   15 years vboxsync NAT: removed one goto from arp_input()
(edit) @30353   15 years vboxsync NAT: fixed m_freem() in arp_input()
(edit) @30352   15 years vboxsync NAT: comments
(edit) @30351   15 years vboxsync NAT: increases jumbo16 zone. TSO/SGO heavily uses jumbo16 in case of …
(edit) @30350   15 years vboxsync NAT: Don't m_free mbuf just after send, it's responsible of recv …
(edit) @30349   15 years vboxsync NAT: allow link down/link up when the VM is suspended
(edit) @30333   15 years vboxsync E1000: properly disconnect the network cable if the guest driver was …
(edit) @30326   15 years vboxsync PGM: PGMShwModifyPage/PGMShwSetPage -> PGMShwMakePageWritable, …
(edit) @30320   15 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30313   15 years vboxsync Storage/VBoxHDD: optimize image cloning, at the moment only for newly …
(edit) @30309   15 years vboxsync Storage/iSCSI: switch to sending in a single call, avoiding separate …
(edit) @30271   15 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.
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