Module Name: src Committed By: martin Date: Wed May 29 15:54:07 UTC 2019
Modified Files: src/doc [netbsd-7]: CHANGES-7.3 Log Message: Ticket #1697 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-7.3 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-7.3 diff -u src/doc/CHANGES-7.3:1.1.2.52 src/doc/CHANGES-7.3:1.1.2.53 --- src/doc/CHANGES-7.3:1.1.2.52 Tue May 7 18:54:28 2019 +++ src/doc/CHANGES-7.3 Wed May 29 15:54:07 2019 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.3,v 1.1.2.52 2019/05/07 18:54:28 martin Exp $ +# $NetBSD: CHANGES-7.3,v 1.1.2.53 2019/05/29 15:54:07 martin Exp $ A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 release: @@ -573,3 +573,9 @@ sys/netsmb/smb_conn.c 1.30 defined. [christos, ticket #1696] +sys/ufs/ffs/ffs_alloc.c 1.164 + + PR 53990, PR 52380, PR 52102: + Fix rare allocation botch in ffs_nodealloccg(). + [kardel, ticket #1697] +