blob: 40aba8c768b2969f8d339d4a509b851c383a5db1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
What's new:
-----------
- First cut of an implementation to allow signal handlers running on an
alternate signal stack.
- New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, SS_DISABLE,
MINSIGSTKSZ, SIGSTKSZ.
- New API: sethostname.
What changed:
-------------
Bug Fixes
---------
- Enable non-SA_RESTART behaviour on threads other than main thread.
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00260.html
- Try to handle concurrent close on socket more gracefully
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00235.html
|