Wed Jun 17 20:49:26 2009 UTC ()
ticket 811


(bouyer)
diff -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-5.1

cvs diff -r1.1.2.31 -r1.1.2.32 src/doc/Attic/CHANGES-5.1 (expand / switch to context diff)
--- src/doc/Attic/CHANGES-5.1 2009/06/17 20:37:27 1.1.2.31
+++ src/doc/Attic/CHANGES-5.1 2009/06/17 20:49:26 1.1.2.32
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.31 2009/06/17 20:37:27 bouyer Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.32 2009/06/17 20:49:26 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -1053,4 +1053,9 @@
 	Restore the good old UNIX behavior of root password changing: only root
 	may change the root password.
 	[tonnerre, ticket #817]
+
+sys/kern/sys_generic.c				1.122 via patch
+
+	Updates to f_flag need to be made with atomics.
+	[rmind, ticket #811]