Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/doc Tickets 5965, 5971.
details: https://anonhg.NetBSD.org/src/rev/aa531357e69e
branches: netbsd-2-1
changeset: 564119:aa531357e69e
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 06 00:52:00 2005 +0000
description:
Tickets 5965, 5971.
diffstat:
doc/CHANGES-2.1.1 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 5ba2d022e0d7 -r aa531357e69e doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Sun Nov 06 00:43:15 2005 +0000
+++ b/doc/CHANGES-2.1.1 Sun Nov 06 00:52:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.1.1,v 1.1.2.7 2005/11/03 21:04:23 riz Exp $
+# $NetBSD: CHANGES-2.1.1,v 1.1.2.8 2005/11/06 00:52:00 riz Exp $
A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
release
@@ -88,3 +88,19 @@
to be redrawn overwriting most of the main set selection window.
[dsl, ticket #5964]
+sys/uvm/uvm_glue.c 1.90
+
+ Remove the assertion in uvm_swapout_threads() about LSONPROC lwps
+ not running on the same CPU as the swapper. l_stat is protected by
+ sched_lock, which isn't held here, so we can race with that lwp
+ starting to run and see its l_cpu not updated yet, as in PR 31870.
+ we check l_stat again in uvm_swapout() while holding sched_lock,
+ so the race itself is harmless.
+ [bouyer, ticket #5965]
+
+sbin/newfs/mkfs.c 1.92
+
+ don't set fs_maxsymlinklen and fs_old_inodefmt twice,
+ we set them correctly the first time. fixes PR 26995.
+ [chs, ticket #5971]
+
Home |
Main Index |
Thread Index |
Old Index