Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets 5965, 5971.
details: https://anonhg.NetBSD.org/src/rev/0b6f514240f8
branches: netbsd-2-0
changeset: 564906:0b6f514240f8
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 06 00:51:47 2005 +0000
description:
Tickets 5965, 5971.
diffstat:
doc/CHANGES-2.0.4 | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r beb5c024a0fe -r 0b6f514240f8 doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Sun Nov 06 00:43:14 2005 +0000
+++ b/doc/CHANGES-2.0.4 Sun Nov 06 00:51:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.4,v 1.1.2.6 2005/11/03 21:03:52 riz Exp $
+# $NetBSD: CHANGES-2.0.4,v 1.1.2.7 2005/11/06 00:51:47 riz Exp $
A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
update.
@@ -53,3 +53,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