summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/2.10.15
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.1 b/winsup/cygwin/release/2.10.1
index 1b7adcbde..af7c83d4a 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