Module Name: src Committed By: msaitoh Date: Tue Nov 4 01:56:17 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1151 and 1153. To generate a diff of this commit: cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-6.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-6.2 diff -u src/doc/CHANGES-6.2:1.1.2.150 src/doc/CHANGES-6.2:1.1.2.151 --- src/doc/CHANGES-6.2:1.1.2.150 Tue Nov 4 00:54:16 2014 +++ src/doc/CHANGES-6.2 Tue Nov 4 01:56:17 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.150 2014/11/04 00:54:16 msaitoh Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.151 2014/11/04 01:56:17 msaitoh Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -4178,3 +4178,16 @@ sys/netinet/tcp_output.c 1.178 Avoid stack overflow when SACK and TCP_SIGNATURE are both present. Pointed out by Jonathan Looney. [christos, ticket #1174] + +lib/libperfuse/ops.c 1.72 +lib/libperfuse/perfuse_priv.h 1.35 + + Fix build failure on amd64. + [manu, ticket #1153] + +lib/libperfuse/ops.c 1.74 + + Avoid a file resize serialization deadlock when writing with + PUFFS_IO_APPEND flag. The symptom was a hang when appending to + a file with a null size. + [manu, ticket #1151]