Module Name: src
Committed By: martin
Date: Sun May 6 09:54:18 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1603
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-7.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.87 src/doc/CHANGES-7.2:1.1.2.88
--- src/doc/CHANGES-7.2:1.1.2.87 Thu May 3 15:14:14 2018
+++ src/doc/CHANGES-7.2 Sun May 6 09:54:18 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.87 2018/05/03 15:14:14 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.88 2018/05/06 09:54:18 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5462,3 +5462,11 @@ sys/kern/uipc_mbuf.c 1.211 (patch)
the chain.
[maxv, ticket #1602]
+sys/kern/kern_runq.c 1.46
+
+ When balancing threads over multiple CPUs, use fixpoint arithmetic
+ for averages.
+ Add sysctl kern.sched_average_weight to change the weight of
+ historical data.
+ [mlelstv, ticket #1603]
+