Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #346



details:   https://anonhg.NetBSD.org/src/rev/56f5bafa2b91
branches:  netbsd-6
changeset: 774234:56f5bafa2b91
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Fri Jun 15 10:00:29 2012 +0000

description:
Ticket #346

diffstat:

 doc/CHANGES-6.0 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r b3d3e895a9f2 -r 56f5bafa2b91 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Fri Jun 15 10:00:05 2012 +0000
+++ b/doc/CHANGES-6.0   Fri Jun 15 10:00:29 2012 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index