VirtualBox

source: vbox/trunk/src/VBox/Devices/Serial

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81585   5 years vboxsync Devices: A couple of doxygen fixes.
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @81369   5 years vboxsync *: doxygen fixes
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80403   5 years vboxsync Serial/NamedPipe: don't leak the socket if connect(2) fails.
(edit) @80298   5 years vboxsync Devices/Serial: Don't include vm.h. bugref:9217
(edit) @78670   6 years vboxsync Devices/UartCore: Fix guru meditation when raw mode is used
(edit) @78662   6 years vboxsync Devices/UartCore: Fix possible crash when the serial port is not …
(edit) @77806   6 years vboxsync Devices/UartCore: Fix assertion to avoid crash in release builds
(edit) @77411   6 years vboxsync Devices/UART: Properly handle loopback mode (feeding the sent data …
(edit) @77324   6 years vboxsync Devices/Serial: Don't try to process data if the either the buffer is …
(edit) @76565   6 years vboxsync Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76520   6 years vboxsync Devices: scm --fix-header-guards. bugref:9344
(edit) @75314   6 years vboxsync Devices/Serial/UartCore: Fix interrupt generation for the transmit …
(edit) @75134   6 years vboxsync DevSerial,UartCore: Attempt and getting old states to load. Needs …
(edit) @74919   6 years vboxsync Serial: Make sure the data is periodically removed from the TX queue …
(edit) @74754   6 years vboxsync DevSerial: Return error if uartR3Init fails.
(edit) @74454   6 years vboxsync DrvHostSerial: Ditto.
(edit) @74453   6 years vboxsync DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
(edit) @74447   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @74446   6 years vboxsync Devices/Serial: Add callback to flush receive/transmit queues of the …
(edit) @73777   6 years vboxsync Devices/Serial/UartCore.cpp: Fix character timeout indication …
(edit) @73766   6 years vboxsync Serial: Remove the old serial code and switch over to the new one by …
(edit) @73722   6 years vboxsync Devices/Serial: Crash fix
(edit) @73713   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73712   6 years vboxsync Devices/Serial: Remove giving the amount of available data to write …
(edit) @73636   6 years vboxsync Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
(edit) @73618   6 years vboxsync Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by …
(edit) @73528   6 years vboxsync Devices/Serial/UartCore: Fix adjusting the amount of available bytes …
(edit) @73331   6 years vboxsync Serial: Fixes
(edit) @73307   6 years vboxsync Serial: Typo
(edit) @73306   6 years vboxsync Serial: build fixes
(edit) @73305   6 years vboxsync Serial: build fixes
(edit) @73304   6 years vboxsync Serial: build fixes
(edit) @73303   6 years vboxsync Serial: build fixes
(edit) @73302   6 years vboxsync Serial: build fixes
(edit) @73301   6 years vboxsync Serial: build fixes
(edit) @73300   6 years vboxsync Serial: build fixes
(edit) @73299   6 years vboxsync Serial: build fixes
(edit) @73259   6 years vboxsync Devices/Serial: Saved state handling for the UART core and the legacy …
(edit) @73243   6 years vboxsync Devices/Serial: Add missing implementation for character timeout …
(edit) @73136   6 years vboxsync doxygen
(edit) @73135   6 years vboxsync Serial: Split out the generic UART functionality into a separate …
(edit) @72203   7 years vboxsync make scm happy
(edit) @72195   7 years vboxsync Devices/Serial/DevSerialNew: Add 16550A FIFO implementation and some …
(edit) @72179   7 years vboxsync Devices/Serial/DevSerialNew: Need to update the IRQ after the THR …
(edit) @72132   7 years vboxsync DevSerialNew,DrvHostSerialNew: Some bugfixes
(edit) @72118   7 years vboxsync Serial/DevSerialNew.cpp: Updates, sending data seems to work
(edit) @72117   7 years vboxsync DrvCharNew,DrvHostSerialNew: Switch to new serial interface
(edit) @72083   7 years vboxsync Devices/Serial: Updates to the new emulation
(edit) @72078   7 years vboxsync DevSerialNew.cpp: Register definitions taken from the spec
(edit) @72077   7 years vboxsync grr
(edit) @72074   7 years vboxsync Devices/Serial: Skeleton for a completely rewritten serial …
(edit) @72073   7 years vboxsync Devices/Serial: New version for the character driver while working on …
(edit) @71987   7 years vboxsync Serial/DrvChar: Use critical section to protect send path against …
(edit) @70800   7 years vboxsync Devices/Serial: Rewrite the host serial driver to use the IPRT serial …
(edit) @70774   7 years vboxsync Devices/Serial: Allow attaching/detaching the driver below during …
(edit) @70097   7 years vboxsync Devices/Serial: Update the parameters of the driver below upon reset …
(edit) @69901   7 years vboxsync DrvHostSerial/Linux: drvHostSerialSetParameters - don't crash if …
(edit) @69664   7 years vboxsync Devices/Serial: Fix stuck I/O on Windows when using named pipes
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69419   7 years vboxsync Serial/DrvTcp: scm updates
(edit) @69397   7 years vboxsync Serial: Don't switch to polling mode if the TIOCMIWAIT ioctl was …
(edit) @69303   7 years vboxsync Devices/Serial: scm updates
(edit) @68717   7 years vboxsync Serial/DrvTCP: Fix for Windows hosts where the write event in a poll …
(edit) @68702   7 years vboxsync doxygen fix
(edit) @68700   7 years vboxsync build fix for fmtcheck
(edit) @68699   7 years vboxsync pdmifs.h,Serial: Reworked stream interface. The old design with the …
(edit) @68637   7 years vboxsync DevChar.cpp: doxygen fix attempt
(edit) @68523   7 years vboxsync DrvChar.cpp: TODO: Arrrrrrrrrrrrrgggggggggggggggggg!!!!!!!!!!!!!!!!!
(edit) @64393   8 years vboxsync PDMPCIDEV: s/config/abConfig/ everywhere, removing the legacy alias.
(edit) @64387   8 years vboxsync PDM,Devices: Some PCI device type cleanup.
(edit) @64373   8 years vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64276   8 years vboxsync Serial,Parallel: Doxygen fixes
(edit) @63690   8 years vboxsync PCI,Devices: Changed range size in FNPCIIOREGIONMAP from uint32_t to …
(edit) @63591   8 years vboxsync Serial/Host: Don't try to kick off a thread to monitor the status …
(edit) @63583   8 years vboxsync DrvHostSerial/Linux: fix pegging one CPU if TIOCMIWAIT fails …
(edit) @62956   8 years vboxsync @copydoc -> @interface_method_impl
(edit) @62908   8 years vboxsync Devices: warnings
(edit) @62906   8 years vboxsync Devices: warnings
(edit) @62761   8 years vboxsync Wrap ws2tcpip.h too.
(edit) @62679   8 years vboxsync Use the iprt/win/windows.h wrapper for Windows.h
(edit) @62610   8 years vboxsync Devices: unused parameters.
(edit) @62507   8 years vboxsync (C) 2016
(edit) @62152   8 years vboxsync Devices/Serial: blind fix for host serial port handling on FreeBSD …
(edit) @59905   9 years vboxsync DrvTCP: On Windows call WSAStartup() ourselves, don't rely on another …
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57910   9 years vboxsync DrvHostSerial.cpp: Should call GetOverlappedResult if ReadFile returns …
(edit) @57882   9 years vboxsync Serial/NamedPipe: Reorder error checks in the receive code path on …
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56992   9 years vboxsync Devices: Log & Assertion formatting fixes.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
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