VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @84908   4 years vboxsync Devices/UartCore: Make sure DR is only set after we've successfully …
(edit) @84907   4 years vboxsync Devices/UartCore: Need to enter critical section on detach for …
(edit) @84689   4 years vboxsync Devices/Serial/UartCore: Revert part of r137918 and switch the receive …
(edit) @84688   4 years vboxsync Devices/Serial/DrvTCP: Avoid filling up the pipe with external woken …
(edit) @84281   5 years vboxsync Devices/UartCore: Switch to the virtual sync timer for the unconnected …
(edit) @84157   5 years vboxsync Devices/Serial/DrvTCP: Don't block the guest if there is no one …
(edit) @83584   5 years vboxsync Devices/Serial/DrvTCP: Fix connection handling for the server case and …
(edit) @83522   5 years vboxsync Devices/Serial/DrvHostSerial: Show a warning when the serial port …
(edit) @83521   5 years vboxsync Devices/Serial/DrvHostSerial: Show a warning when the serial port …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82869   5 years vboxsync Devices/Serial/DrvChar: aargh
(edit) @82867   5 years vboxsync Devices/Serial/DrvChar: Return the actual value of rc instead of …
(edit) @82865   5 years vboxsync Devices/Serial: Reset the read/write pointers of the read buffers when …
(edit) @82798   5 years vboxsync Devices/Serial: Some fixes for unconnected mode where the application …
(edit) @81897   5 years vboxsync UartCore: Use device helpers for SSM and crit sects. bugref:9218
(edit) @81894   5 years vboxsync UartCore: doxygen fix. bugref:9218
(edit) @81893   5 years vboxsync DevSerial,DevOxPcie958,UartCore: Converted to new style. bugref:9218
(edit) @81892   5 years vboxsync UartCore: Converted timers to use handles rather than pointers. bugref:9218
(edit) @81891   5 years vboxsync DevOxPcie958: Converting to new PDM device style. bugref:9218
(edit) @81889   5 years vboxsync DevSerial: Working on converting to the new PDM device style - I/O …
(edit) @81888   5 years vboxsync DevSerial: Working on converting to the new PDM device style - CFGM, …
(edit) @81765   5 years vboxsync Devices: Use new volatile SSM getters and enum macros. bugref:9218
(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
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