diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-10-15 16:53:46 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-10-15 16:53:46 +0000 |
commit | f51d15eaf659cce0a00143e8e0fa9a63cba73560 (patch) | |
tree | 62f3e6c72374516cb99cd613a0d009cf85d6fd9f /winsup | |
parent | 2cbd31fe26e635e170e1f417a2a015efd54ac79f (diff) | |
download | cygnal-f51d15eaf659cce0a00143e8e0fa9a63cba73560.tar.gz cygnal-f51d15eaf659cce0a00143e8e0fa9a63cba73560.tar.bz2 cygnal-f51d15eaf659cce0a00143e8e0fa9a63cba73560.zip |
*** empty log message ***
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/release/1.7.26 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.26 b/winsup/cygwin/release/1.7.26 index 69ab627b7..ef21b6901 100644 --- a/winsup/cygwin/release/1.7.26 +++ b/winsup/cygwin/release/1.7.26 @@ -5,9 +5,13 @@ What's new: What changed: ------------- +- Slightly improve randomness of /dev/random emulation. Bug fixes: ---------- - pthread_atparent hook should not be called in the child. Fixes: http://cygwin.com/ml/cygwin/2013-09/msg00365.html + +- 64 bit only: Correctly mmap'ing regions > 4 Gigs. + Fixes: http://cygwin.com/ml/cygwin/2013-09/msg00155.html |