Module Name: src Committed By: riz Date: Sat Jul 16 00:19:57 UTC 2011
Modified Files: src/doc [netbsd-5]: CHANGES-5.2 Log Message: tickets 1641, 1642 To generate a diff of this commit: cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-5.2 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.2 diff -u src/doc/CHANGES-5.2:1.1.2.92 src/doc/CHANGES-5.2:1.1.2.93 --- src/doc/CHANGES-5.2:1.1.2.92 Fri Jul 15 23:41:55 2011 +++ src/doc/CHANGES-5.2 Sat Jul 16 00:19:57 2011 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.2,v 1.1.2.92 2011/07/15 23:41:55 riz Exp $ +# $NetBSD: CHANGES-5.2,v 1.1.2.93 2011/07/16 00:19:57 riz Exp $ A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2 release: @@ -5386,3 +5386,14 @@ build. [manu, ticket #1604] +sys/arch/sparc64/dev/lom.c 1.8 + + Limit reading from registers at most once every second with using + ratecheck(9). + [nakayama, ticket #1641] + +sys/ufs/ufs/ufs_inode.c 1.86 via patch + + Prevent panic when removing a file with extended attributes. + [manu, ticket #1642] +