https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=5d99256613ccbdf4dfe7ea5f01d11f0bc4775326
commit 5d99256613ccbdf4dfe7ea5f01d11f0bc4775326 Author: Corinna Vinschen <[email protected]> Date: Wed Apr 11 12:46:18 2018 +0200 Cygwin: add cuinof changes to release text Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.10.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1 index 1b7adcb..af7c83d 100644 --- a/winsup/cygwin/release/2.10.1 +++ b/winsup/cygwin/release/2.10.1 @@ -7,6 +7,8 @@ What changed: - SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored. +- /proc/cpuinfo now reports L3 cache size on Intel CPUs. + Bug Fixes --------- @@ -17,3 +19,6 @@ Bug Fixes - Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are enabled. Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html + +- Fix a CPU affinity problem when creating /proc/cpuinfo output. + Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html
