2015-06-17 10:37:10 +02:00
|
|
|
What's new:
|
|
|
|
-----------
|
|
|
|
|
2015-06-20 20:30:17 +02:00
|
|
|
- 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.
|
|
|
|
|
2015-06-17 11:11:02 +02:00
|
|
|
- New API: sethostname.
|
|
|
|
|
2015-06-17 10:37:10 +02:00
|
|
|
|
|
|
|
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
|
2015-07-01 15:50:18 +02:00
|
|
|
|
|
|
|
- Fix fork failing after the parent recovered from a stack overflow.
|
|
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-06/msg00384.html
|
2015-07-05 12:51:52 +02:00
|
|
|
|
|
|
|
- Fix a crash on 64 bit XP/2003 when opening /proc/$PID/maps.
|