Module Name: src
Committed By: sborrill
Date: Fri Jun 15 10:00:29 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket #346
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.131 -r1.1.2.132 src/doc/CHANGES-6.0
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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.131 src/doc/CHANGES-6.0:1.1.2.132
--- src/doc/CHANGES-6.0:1.1.2.131 Fri Jun 15 08:54:01 2012
+++ src/doc/CHANGES-6.0 Fri Jun 15 10:00:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.131 2012/06/15 08:54:01 sborrill Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.132 2012/06/15 10:00:29 sborrill Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5657,3 +5657,11 @@ tests/lib/libc/sys/t_mmap.c 1.7
it doesn't panic when mmaping /dev/wd0d. PR kern/46592
[bouyer, ticket #345]
+bin/rm/rm.c 1.52
+
+ Rectify race condition in rm -P processing by checking that the
+ file we opened is the one we expected to get. Also use O_NOFOLLOW
+ to help avoid even opening devices, which sometimes produce side
+ effects.
+ [dholland, ticket #346]
+