Module Name:    src
Committed By:   sborrill
Date:           Fri Jun 15 09:04:50 UTC 2012

Modified Files:
        src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Ticket #1451


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.243 -r1.1.2.244 src/doc/CHANGES-4.1

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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.243 src/doc/CHANGES-4.1:1.1.2.244
--- src/doc/CHANGES-4.1:1.1.2.243	Wed Jun 13 15:56:47 2012
+++ src/doc/CHANGES-4.1	Fri Jun 15 09:04:49 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: CHANGES-4.1,v 1.1.2.243 2012/06/13 15:56:47 sborrill Exp $
+#	$NetBSD: CHANGES-4.1,v 1.1.2.244 2012/06/15 09:04:49 sborrill Exp $
 
 A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
 release:
@@ -4667,3 +4667,11 @@ sys/dev/pci/if_bge.c				1.194 via patch
 	Fixes PR kern/40018.
 	[buhrow, ticket #1449]
 
+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 #1451]
+

Reply via email to