2014-05-19 14:31:08 +00:00
|
|
|
Bug Fixes
|
|
|
|
---------
|
2014-04-01 08:43:34 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Only handle the minimum amount of exceptions required in internal Cygwin
|
|
|
|
SEGV handling.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00132.html
|
|
|
|
https://cygwin.com/ml/cygwin/2014-04/msg00464.html
|
|
|
|
https://cygwin.com/ml/cygwin/2014-05/msg00361.html
|
|
|
|
|
|
|
|
- Ignore setsockopt(IPV6_TCLASS). It always returns an error code on Windows.
|
2014-04-16 09:04:25 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Workaround a problem following native NTFS symlinks.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00384.html
|
2014-04-24 13:44:23 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Fix `passwd -R' broken since 1.7.28.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00446.html
|
2014-04-01 08:43:34 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Allow 0 length in calls to readv/writev.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00509.html
|
2014-04-01 08:43:34 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Workaround Winsock not setting SO_ERROR on dup'ed socket after receiving
|
|
|
|
event on sibling socket.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00510.html
|
2014-04-23 15:26:14 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Accept INADDR_ANY/in6addr_any to connect to local AF_INET/AF_INET6
|
|
|
|
address, as on Linux.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00510.html
|
2014-04-24 13:44:23 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Workaround weird status codes returned when trying to run transactions
|
|
|
|
under a Perforce SCCS managed directory.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00531.html
|
2014-04-24 13:44:23 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Return expected 4 bytes size from getsockopt(TCP_NODELAY), not 1 as
|
|
|
|
Winsock.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00624.html
|
2014-05-05 15:18:17 +00:00
|
|
|
|
2014-05-19 14:31:08 +00:00
|
|
|
- Ignore trailing whitespace on #! scripts.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-05/msg00022.html
|
2014-05-20 10:25:32 +00:00
|
|
|
|
|
|
|
- Fix raw floppy drive handling broken since 1.7.19.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2014-05/msg00401.html
|
2014-05-23 07:15:30 +00:00
|
|
|
|
|
|
|
- Fix handling of ioctl for /dev/dsp.
|