|
|
@85121
|
4 years |
vboxsync |
iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
|
|
|
@84908
|
4 years |
vboxsync |
Devices/UartCore: Make sure DR is only set after we've successfully …
|
|
|
@84907
|
4 years |
vboxsync |
Devices/UartCore: Need to enter critical section on detach for …
|
|
|
@84689
|
4 years |
vboxsync |
Devices/Serial/UartCore: Revert part of r137918 and switch the receive …
|
|
|
@84688
|
4 years |
vboxsync |
Devices/Serial/DrvTCP: Avoid filling up the pipe with external woken …
|
|
|
@84281
|
5 years |
vboxsync |
Devices/UartCore: Switch to the virtual sync timer for the unconnected …
|
|
|
@84157
|
5 years |
vboxsync |
Devices/Serial/DrvTCP: Don't block the guest if there is no one …
|
|
|
@83584
|
5 years |
vboxsync |
Devices/Serial/DrvTCP: Fix connection handling for the server case and …
|
|
|
@83522
|
5 years |
vboxsync |
Devices/Serial/DrvHostSerial: Show a warning when the serial port …
|
|
|
@83521
|
5 years |
vboxsync |
Devices/Serial/DrvHostSerial: Show a warning when the serial port …
|
|
|
@82968
|
5 years |
vboxsync |
Copyright year updates by scm.
|
|
|
@82869
|
5 years |
vboxsync |
Devices/Serial/DrvChar: aargh
|
|
|
@82867
|
5 years |
vboxsync |
Devices/Serial/DrvChar: Return the actual value of rc instead of …
|
|
|
@82865
|
5 years |
vboxsync |
Devices/Serial: Reset the read/write pointers of the read buffers when …
|
|
|
@82798
|
5 years |
vboxsync |
Devices/Serial: Some fixes for unconnected mode where the application …
|
|
|
@81897
|
5 years |
vboxsync |
UartCore: Use device helpers for SSM and crit sects. bugref:9218
|
|
|
@81894
|
5 years |
vboxsync |
UartCore: doxygen fix. bugref:9218
|
|
|
@81893
|
5 years |
vboxsync |
DevSerial,DevOxPcie958,UartCore: Converted to new style. bugref:9218
|
|
|
@81892
|
5 years |
vboxsync |
UartCore: Converted timers to use handles rather than pointers. bugref:9218
|
|
|
@81891
|
5 years |
vboxsync |
DevOxPcie958: Converting to new PDM device style. bugref:9218
|
|
|
@81889
|
5 years |
vboxsync |
DevSerial: Working on converting to the new PDM device style - I/O …
|
|
|
@81888
|
5 years |
vboxsync |
DevSerial: Working on converting to the new PDM device style - CFGM, …
|
|
|
@81765
|
5 years |
vboxsync |
Devices: Use new volatile SSM getters and enum macros. bugref:9218
|
|
|
@81591
|
5 years |
vboxsync |
Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
|
|
|
@81585
|
5 years |
vboxsync |
Devices: A couple of doxygen fixes.
|
|
|
@81514
|
5 years |
vboxsync |
Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
|
|
|
@81369
|
5 years |
vboxsync |
*: doxygen fixes
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80703
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80531
|
5 years |
vboxsync |
VMM,Devices: Some PDM device model refactoring. bugref:9218
|
|
|
@80403
|
5 years |
vboxsync |
Serial/NamedPipe: don't leak the socket if connect(2) fails.
|
|
|
@80298
|
5 years |
vboxsync |
Devices/Serial: Don't include vm.h. bugref:9217
|
|
|
@78670
|
6 years |
vboxsync |
Devices/UartCore: Fix guru meditation when raw mode is used
|
|
|
@78662
|
6 years |
vboxsync |
Devices/UartCore: Fix possible crash when the serial port is not …
|
|
|
@77806
|
6 years |
vboxsync |
Devices/UartCore: Fix assertion to avoid crash in release builds
|
|
|
@77411
|
6 years |
vboxsync |
Devices/UART: Properly handle loopback mode (feeding the sent data …
|
|
|
@77324
|
6 years |
vboxsync |
Devices/Serial: Don't try to process data if the either the buffer is …
|
|
|
@76565
|
6 years |
vboxsync |
Devices: Use VBOX_INCLUDED_SRC_ as header guard prefix with scm.
|
|
|
@76553
|
6 years |
vboxsync |
scm --update-copyright-year
|
|
|
@76520
|
6 years |
vboxsync |
Devices: scm --fix-header-guards. bugref:9344
|
|
|
@75314
|
6 years |
vboxsync |
Devices/Serial/UartCore: Fix interrupt generation for the transmit …
|
|
|
@75134
|
6 years |
vboxsync |
DevSerial,UartCore: Attempt and getting old states to load. Needs …
|
|
|
@74919
|
6 years |
vboxsync |
Serial: Make sure the data is periodically removed from the TX queue …
|
|
|
@74754
|
6 years |
vboxsync |
DevSerial: Return error if uartR3Init fails.
|
|
|
@74454
|
6 years |
vboxsync |
DrvHostSerial: Ditto.
|
|
|
@74453
|
6 years |
vboxsync |
DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC …
|
|
|
@74447
|
6 years |
vboxsync |
Devices/Serial: Add callback to flush receive/transmit queues of the …
|
|
|
@74446
|
6 years |
vboxsync |
Devices/Serial: Add callback to flush receive/transmit queues of the …
|
|
|
@73777
|
6 years |
vboxsync |
Devices/Serial/UartCore.cpp: Fix character timeout indication …
|
|
|
@73766
|
6 years |
vboxsync |
Serial: Remove the old serial code and switch over to the new one by …
|
|
|
@73722
|
6 years |
vboxsync |
Devices/Serial: Crash fix
|
|
|
@73713
|
6 years |
vboxsync |
Devices/Serial: Remove giving the amount of available data to write …
|
|
|
@73712
|
6 years |
vboxsync |
Devices/Serial: Remove giving the amount of available data to write …
|
|
|
@73636
|
6 years |
vboxsync |
Devices/Serial: Fix Widows guests, the THRE empty interrupt status is …
|
|
|
@73618
|
6 years |
vboxsync |
Devices/Serial/DrvTCP: Fixed stalling reads on Windows hosts caused by …
|
|
|
@73528
|
6 years |
vboxsync |
Devices/Serial/UartCore: Fix adjusting the amount of available bytes …
|
|
|
@73331
|
6 years |
vboxsync |
Serial: Fixes
|
|
|
@73307
|
6 years |
vboxsync |
Serial: Typo
|
|
|
@73306
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73305
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73304
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73303
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73302
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73301
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73300
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73299
|
6 years |
vboxsync |
Serial: build fixes
|
|
|
@73259
|
6 years |
vboxsync |
Devices/Serial: Saved state handling for the UART core and the legacy …
|
|
|
@73243
|
6 years |
vboxsync |
Devices/Serial: Add missing implementation for character timeout …
|
|
|
@73136
|
6 years |
vboxsync |
doxygen
|
|
|
@73135
|
6 years |
vboxsync |
Serial: Split out the generic UART functionality into a separate …
|
|
|
@72203
|
7 years |
vboxsync |
make scm happy
|
|
|
@72195
|
7 years |
vboxsync |
Devices/Serial/DevSerialNew: Add 16550A FIFO implementation and some …
|
|
|
@72179
|
7 years |
vboxsync |
Devices/Serial/DevSerialNew: Need to update the IRQ after the THR …
|
|
|
@72132
|
7 years |
vboxsync |
DevSerialNew,DrvHostSerialNew: Some bugfixes
|
|
|
@72118
|
7 years |
vboxsync |
Serial/DevSerialNew.cpp: Updates, sending data seems to work
|
|
|
@72117
|
7 years |
vboxsync |
DrvCharNew,DrvHostSerialNew: Switch to new serial interface
|
|
|
@72083
|
7 years |
vboxsync |
Devices/Serial: Updates to the new emulation
|
|
|
@72078
|
7 years |
vboxsync |
DevSerialNew.cpp: Register definitions taken from the spec
|
|
|
@72077
|
7 years |
vboxsync |
grr
|
|
|
@72074
|
7 years |
vboxsync |
Devices/Serial: Skeleton for a completely rewritten serial …
|
|
|
@72073
|
7 years |
vboxsync |
Devices/Serial: New version for the character driver while working on …
|
|
|
@71987
|
7 years |
vboxsync |
Serial/DrvChar: Use critical section to protect send path against …
|
|
|
@70800
|
7 years |
vboxsync |
Devices/Serial: Rewrite the host serial driver to use the IPRT serial …
|
|
|
@70774
|
7 years |
vboxsync |
Devices/Serial: Allow attaching/detaching the driver below during …
|
|
|
@70097
|
7 years |
vboxsync |
Devices/Serial: Update the parameters of the driver below upon reset …
|
|
|
@69901
|
7 years |
vboxsync |
DrvHostSerial/Linux: drvHostSerialSetParameters - don't crash if …
|
|
|
@69664
|
7 years |
vboxsync |
Devices/Serial: Fix stuck I/O on Windows when using named pipes
|
|
|
@69500
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69498
|
7 years |
vboxsync |
backed out r118835 as it incorrectly updated the 'This file is based …
|
|
|
@69496
|
7 years |
vboxsync |
*: scm --update-copyright-year
|
|
|
@69419
|
7 years |
vboxsync |
Serial/DrvTcp: scm updates
|
|
|
@69397
|
7 years |
vboxsync |
Serial: Don't switch to polling mode if the TIOCMIWAIT ioctl was …
|
|
|
@69303
|
7 years |
vboxsync |
Devices/Serial: scm updates
|
|
|
@68717
|
7 years |
vboxsync |
Serial/DrvTCP: Fix for Windows hosts where the write event in a poll …
|
|
|
@68702
|
7 years |
vboxsync |
doxygen fix
|
|
|
@68700
|
7 years |
vboxsync |
build fix for fmtcheck
|
|
|
@68699
|
7 years |
vboxsync |
pdmifs.h,Serial: Reworked stream interface. The old design with the …
|
|
|
@68637
|
7 years |
vboxsync |
DevChar.cpp: doxygen fix attempt
|
|
|