newlib/winsup/cygwin/release
Corinna Vinschen 1b7fcf22be Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue
So far ioctl(TIOCINQ) could end up returning -1 with errno set to EINVAL
if a non-zero device error mask has been returned by ClearCommError.
This doesn't reflect Linux behaviour, which always returns the number of
chars in the inbound queue, independent of any I/O error condition.
EINVAL was a pretty weird error code to use in this scenario, too.

Fix this by dropping all checking for device errors in the TIOCINQ
case.  Just return the number of chars in the inbound queue.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2020-03-02 17:05:59 +01:00
..
1.7.10
1.7.11
1.7.12
1.7.13
1.7.14
1.7.15
1.7.16
1.7.17
1.7.18
1.7.19
1.7.20
1.7.21
1.7.22
1.7.23
1.7.24
1.7.25
1.7.26
1.7.27
1.7.28
1.7.29
1.7.30
1.7.31
1.7.32
1.7.33
1.7.34
1.7.35
2.0.0
2.0.1
2.0.3
2.0.4
2.1.0
2.2.0
2.2.1
2.3.0
2.3.1
2.4.0
2.4.1
2.5.0
2.5.1
2.5.2
2.6.0
2.6.1
2.7.0
2.8.0
2.8.1
2.8.2
2.9.0
2.10.0
2.11.0
2.11.1
2.11.2
3.0 Cygwin: passwd/group: store account name case correct 2019-02-13 11:13:28 +01:00
3.0.1 Cygwin: document secure_getenv 2019-02-19 14:34:18 -06:00
3.0.2 Cygwin: update 3.0.2 release file 2019-03-04 14:14:15 +01:00
3.0.3 Cygwin: posix timers: fix a deadlock 2019-03-08 12:57:42 +01:00
3.0.4 Cygwin: acls: allow converting empty acl to text 2019-03-13 12:09:11 +01:00
3.0.5 Cygwin: document ps -W duplication bug fix 2019-03-31 12:50:50 +02:00
3.0.6 Cygwin: add latest signal handling fixes to release notes 2019-04-06 18:09:41 +02:00
3.0.7 Cygwin: Add release info for 3.0.7 2019-04-30 18:49:23 +02:00
3.1.0 Cygwin: add strtold fix to release message 2019-12-16 16:39:17 +01:00
3.1.1 Cygwin: add 3.1.1 release text belatedly 2019-12-18 10:47:43 +01:00
3.1.2 Cygwin: add 3.1.2 release text 2019-12-21 11:44:08 +01:00
3.1.3 Cygwin: move 3.1.3 to 3.1.4 release document 2020-02-18 11:22:57 +01:00
3.1.4 Cygwin: add @cjksingle to release docs 2020-02-18 11:35:42 +01:00
3.1.5 Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queue 2020-03-02 17:05:59 +01:00