Module Name: src Committed By: snj Date: Mon Dec 7 04:35:44 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1072. To generate a diff of this commit: cvs rdiff -u -r1.1.2.156 -r1.1.2.157 src/doc/CHANGES-5.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-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.156 src/doc/CHANGES-5.1:1.1.2.157 --- src/doc/CHANGES-5.1:1.1.2.156 Thu Dec 3 17:40:26 2009 +++ src/doc/CHANGES-5.1 Mon Dec 7 04:35:44 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.156 2009/12/03 17:40:26 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.157 2009/12/07 04:35:44 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -15497,3 +15497,12 @@ Update BIND server and tools to version 9.5.2-P1. [tron, ticket #1178] +sys/fs/tmpfs/tmpfs_vnops.c 1.63 + + Handle the following case correctly: + % ls + % touch a + % ln a b + % mv a b + [rmind, ticket #1072] +